Translation components API.

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

GET /api/translations/wincompose/glossary/ru/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://hosted.weblate.org/api/translations/wincompose/glossary/ru/?format=api",
            "source": [
                "Composition"
            ],
            "previous_source": "",
            "target": [
                "Комбинирование"
            ],
            "id_hash": -8571135383219302003,
            "content_hash": -8571135383219302003,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 1,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/49210154/?format=api",
            "priority": 100,
            "id": 49210155,
            "web_url": "https://hosted.weblate.org/translate/wincompose/glossary/ru/?checksum=090d35c7e16e918d",
            "url": "https://hosted.weblate.org/api/units/49210155/?format=api",
            "explanation": "Устойчивый термин, который стоит применять во всех случаях. Требует склонения.",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-10-16T22:36:23.102116+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/wincompose/glossary/ru/?format=api",
            "source": [
                "WinCompose"
            ],
            "previous_source": "",
            "target": [
                "WinCompose"
            ],
            "id_hash": -1469391656602187105,
            "content_hash": -1469391656602187105,
            "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": "https://hosted.weblate.org/api/units/28709129/?format=api",
            "priority": 100,
            "id": 49210156,
            "web_url": "https://hosted.weblate.org/translate/wincompose/glossary/ru/?checksum=6b9bac12d04dca9f",
            "url": "https://hosted.weblate.org/api/units/49210156/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-10-16T22:37:02.785554+02:00"
        }
    ]
}