Translation components API.

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

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/pluxml/en/?format=api",
            "source": [
                "The admin panel is in https://__DOMAIN____PATH__/core/admin"
            ],
            "previous_source": "",
            "target": [
                "The admin panel is in https://__DOMAIN____PATH__/core/admin"
            ],
            "id_hash": -3192802494034722997,
            "content_hash": -3192802494034722997,
            "location": "src/pluxml/ADMIN.md:1",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 1,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://translate.yunohost.org/api/units/131967/?format=api",
            "priority": 100,
            "id": 131967,
            "web_url": "https://translate.yunohost.org/translate/yunohost-apps-test/pluxml/en/?checksum=53b0e30c41143f4b",
            "url": "https://translate.yunohost.org/api/units/131967/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2025-03-19T18:38:51.073868Z"
        },
        {
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/pluxml/en/?format=api",
            "source": [
                "Blog or CMS storing data in XML flat files."
            ],
            "previous_source": "",
            "target": [
                "Blog or CMS storing data in XML flat files."
            ],
            "id_hash": -7095760675497332028,
            "content_hash": -7095760675497332028,
            "location": "src/pluxml/DESCRIPTION.md:1",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 9,
            "source_unit": "https://translate.yunohost.org/api/units/131968/?format=api",
            "priority": 100,
            "id": 131968,
            "web_url": "https://translate.yunohost.org/translate/yunohost-apps-test/pluxml/en/?checksum=1d86cb42b5cbb2c4",
            "url": "https://translate.yunohost.org/api/units/131968/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2025-03-19T18:38:51.095084Z"
        }
    ]
}