Translation components API.

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

GET /api/translations/rk_lite/rklr/ru/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/ru/?format=api",
            "source": "lite report",
            "previous_source": "lite site",
            "target": "lite отчеты",
            "id_hash": 2058688560048142473,
            "content_hash": 6710149763471053856,
            "location": "",
            "context": "lite report",
            "comment": "",
            "flags": "",
            "fuzzy": false,
            "translated": true,
            "position": 1,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "priority": 100,
            "id": 356728,
            "web_url": "http://weblate.ucs.ru/translate/rk_lite/rklr/ru/?checksum=9c91ee5684d47889",
            "url": "http://weblate.ucs.ru/api/units/356728/?format=api",
            "source_info": "http://weblate.ucs.ru/api/sources/39310/?format=api"
        }
    ]
}