Translation components API.

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

GET /api/translations/doki-doki-mod-manager/glossary/tr/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://hosted.weblate.org/api/translations/doki-doki-mod-manager/glossary/tr/?format=api",
            "source": [
                "guide"
            ],
            "previous_source": "",
            "target": [
                "kılavuz"
            ],
            "id_hash": 4942217114780305426,
            "content_hash": 4942217114780305426,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 0,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/28796721/?format=api",
            "priority": 100,
            "id": 28796722,
            "web_url": "https://hosted.weblate.org/translate/doki-doki-mod-manager/glossary/tr/?checksum=c4964847e9560812",
            "url": "https://hosted.weblate.org/api/units/28796722/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-06T17:23:05.100539+01:00"
        }
    ]
}