Translation components API.

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

GET /api/translations/rk_lite/rklr/hu/units/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "translation": "http://weblate.ucs.ru/api/translations/rk_lite/rklr/hu/?format=api",
            "source": "lite report",
            "previous_source": "",
            "target": "lite report",
            "id_hash": -6657676919408688349,
            "content_hash": 5001875693596771144,
            "location": "",
            "context": "1fd8c64e-c43e-406d-8a44-5a7133278aac",
            "comment": "",
            "flags": "",
            "fuzzy": false,
            "translated": true,
            "position": 1,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 2,
            "priority": 100,
            "id": 1187850,
            "web_url": "http://weblate.ucs.ru/translate/rk_lite/rklr/hu/?checksum=239b2e1d9d540323",
            "url": "http://weblate.ucs.ru/api/units/1187850/?format=api",
            "source_info": "http://weblate.ucs.ru/api/sources/149809/?format=api"
        }
    ]
}