Translation components API.

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

GET /api/translations/mumble-ruby-pluginbot/glossary/bar/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/mumble-ruby-pluginbot/glossary/bar/?format=api",
            "source": [
                "acb"
            ],
            "previous_source": "",
            "target": [
                "abc"
            ],
            "id_hash": 5736289983893222894,
            "content_hash": 5736289983893222894,
            "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/28777202/?format=api",
            "priority": 100,
            "id": 28777203,
            "web_url": "https://hosted.weblate.org/translate/mumble-ruby-pluginbot/glossary/bar/?checksum=cf9b6559229635ee",
            "url": "https://hosted.weblate.org/api/units/28777203/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-06T17:16:21.712337+01:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/mumble-ruby-pluginbot/glossary/bar/?format=api",
            "source": [
                "acb"
            ],
            "previous_source": "",
            "target": [
                "abc"
            ],
            "id_hash": -7970941605674419285,
            "content_hash": -7970941605674419285,
            "location": "",
            "context": "1",
            "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/28777204/?format=api",
            "priority": 100,
            "id": 28777205,
            "web_url": "https://hosted.weblate.org/translate/mumble-ruby-pluginbot/glossary/bar/?checksum=116186d76c64fbab",
            "url": "https://hosted.weblate.org/api/units/28777205/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-06T17:16:21.722426+01:00"
        }
    ]
}