Translation components API.

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

GET /api/translations/peertube/glossary/zh_Hans/units/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "translation": "https://hosted.weblate.org/api/translations/peertube/glossary/zh_Hans/?format=api",
            "source": [
                "settings"
            ],
            "previous_source": "",
            "target": [
                "设置"
            ],
            "id_hash": 6224082179513049137,
            "content_hash": 6224082179513049137,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 0,
            "has_suggestion": true,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/30921023/?format=api",
            "priority": 100,
            "id": 30921042,
            "web_url": "https://hosted.weblate.org/translate/peertube/glossary/zh_Hans/?checksum=d66061c402b6e031",
            "url": "https://hosted.weblate.org/api/units/30921042/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-04-13T11:19:23.621324+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/peertube/glossary/zh_Hans/?format=api",
            "source": [
                "search"
            ],
            "previous_source": "",
            "target": [
                "搜索"
            ],
            "id_hash": 4609263673992135836,
            "content_hash": 4609263673992135836,
            "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/30921063/?format=api",
            "priority": 100,
            "id": 30921087,
            "web_url": "https://hosted.weblate.org/translate/peertube/glossary/zh_Hans/?checksum=bff764e3fc69c49c",
            "url": "https://hosted.weblate.org/api/units/30921087/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-04-13T11:19:50.786365+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/peertube/glossary/zh_Hans/?format=api",
            "source": [
                "playlist"
            ],
            "previous_source": "",
            "target": [
                "播放列表"
            ],
            "id_hash": 2198762240997472897,
            "content_hash": 2198762240997472897,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 3,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/75183084/?format=api",
            "priority": 100,
            "id": 75183184,
            "web_url": "https://hosted.weblate.org/translate/peertube/glossary/zh_Hans/?checksum=9e83929bd0323a81",
            "url": "https://hosted.weblate.org/api/units/75183184/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-04-11T13:28:36.153871+02:00"
        }
    ]
}