Translation components API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/translations/yunohost-apps-test/commafeed/fr/units/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/commafeed/fr/?format=api",
            "source": [
                "Google Reader inspired self-hosted RSS reader, based on Quarkus and React/TypeScript."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -5743251301867186087,
            "content_hash": -5743251301867186087,
            "location": "src/commafeed/DESCRIPTION.md:1",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 1,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 11,
            "source_unit": "https://translate.yunohost.org/api/units/138760/?format=api",
            "priority": 100,
            "id": 138768,
            "web_url": "https://translate.yunohost.org/translate/yunohost-apps-test/commafeed/fr/?checksum=304bdf5eb8681859",
            "url": "https://translate.yunohost.org/api/units/138768/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2025-03-19T18:41:28.156833Z"
        }
    ]
}