Translation components API.

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

GET /api/translations/yunohost-apps-test/logdy/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/logdy/fr/?format=api",
            "source": [
                "Logdy is a single-binary that you add to your PATH so it's available just like any other tool: grep, awk, sed, jq. No installations, no deployments, no compilations. It works locally, so it's also secure."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -7077900479860387239,
            "content_hash": -7077900479860387239,
            "location": "src/logdy/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": 35,
            "source_unit": "https://translate.yunohost.org/api/units/138386/?format=api",
            "priority": 100,
            "id": 138388,
            "web_url": "https://translate.yunohost.org/translate/yunohost-apps-test/logdy/fr/?checksum=1dc63f038e5ad259",
            "url": "https://translate.yunohost.org/api/units/138388/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2025-03-19T18:41:20.897860Z"
        }
    ]
}