Translation components API.

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

GET /api/translations/omp/glossary/nds/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": "http://translate.pkp.sfu.ca/api/translations/omp/glossary/nds/?format=api",
            "source": [
                "File: {$title}"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 1871042211065971156,
            "content_hash": 1871042211065971156,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 1,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "http://translate.pkp.sfu.ca/api/units/425986/?format=api",
            "priority": 100,
            "id": 461061,
            "web_url": "http://translate.pkp.sfu.ca/translate/omp/glossary/nds/?checksum=99f746fa4e5941d4",
            "url": "http://translate.pkp.sfu.ca/api/units/461061/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-01-13T11:30:46.073114Z"
        }
    ]
}