Translation components API.

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

GET /api/translations/tails/doc-about/zh/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://translate.tails.net/api/translations/tails/doc-about/zh/?format=api",
            "source": [
                "[[!meta title=\"General information\"]]\n"
            ],
            "previous_source": "",
            "target": [
                "[[!meta title=\"一般信息\"]]\n"
            ],
            "id_hash": 743687960008976146,
            "content_hash": 743687960008976146,
            "location": "",
            "context": "",
            "note": "type: Plain text",
            "flags": "no-wrap",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 1,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 3,
            "source_unit": "https://translate.tails.net/api/units/484978/?format=api",
            "priority": 100,
            "id": 147701,
            "web_url": "https://translate.tails.net/translate/tails/doc-about/zh/?checksum=8a521c426811e712",
            "url": "https://translate.tails.net/api/units/147701/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2016-07-15T14:31:23Z"
        },
        {
            "translation": "https://translate.tails.net/api/translations/tails/doc-about/zh/?format=api",
            "source": [
                "[[!inline pages=\"doc/about.index\" raw=\"yes\" sort=\"age\"]]\n"
            ],
            "previous_source": "",
            "target": [
                "[[!inline pages=\"doc/about.index.zh\" raw=\"yes\" sort=\"age\"]]\n"
            ],
            "id_hash": -7229537799943428651,
            "content_hash": -7229537799943428651,
            "location": "",
            "context": "",
            "note": "type: Plain text",
            "flags": "no-wrap",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translate.tails.net/api/units/485265/?format=api",
            "priority": 100,
            "id": 147702,
            "web_url": "https://translate.tails.net/translate/tails/doc-about/zh/?checksum=1bab85acb81ce5d5",
            "url": "https://translate.tails.net/api/units/147702/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2017-02-11T22:27:11Z"
        }
    ]
}