Translation components API.

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

GET /api/translations/data-server/glossary/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": "http://translate.gtaf.org/api/translations/data-server/glossary/en/?format=api",
            "source": [
                "Hereafter"
            ],
            "previous_source": "",
            "target": [
                "Hereafter"
            ],
            "id_hash": 5322887976528610213,
            "content_hash": 5322887976528610213,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 1,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "http://translate.gtaf.org/api/units/104141/?format=api",
            "priority": 100,
            "id": 104141,
            "web_url": "http://translate.gtaf.org/translate/data-server/glossary/en/?checksum=c9deb269ac2f83a5",
            "url": "http://translate.gtaf.org/api/units/104141/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2025-02-01T09:13:48.679317Z"
        },
        {
            "translation": "http://translate.gtaf.org/api/translations/data-server/glossary/en/?format=api",
            "source": [
                "Repentance"
            ],
            "previous_source": "",
            "target": [
                "Repentance"
            ],
            "id_hash": 5370957764171173996,
            "content_hash": 5370957764171173996,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "http://translate.gtaf.org/api/units/104143/?format=api",
            "priority": 100,
            "id": 104143,
            "web_url": "http://translate.gtaf.org/translate/data-server/glossary/en/?checksum=ca8979a1450c906c",
            "url": "http://translate.gtaf.org/api/units/104143/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2025-02-01T09:36:01.260327Z"
        }
    ]
}