Translation components API.

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

GET /api/translations/rk_office/webman/mk/units/?format=api&page=20
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 381,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/translations/rk_office/webman/mk/units/?format=api&page=19",
    "results": [
        {
            "translation": "http://weblate.ucs.ru/api/translations/rk_office/webman/mk/?format=api",
            "source": "Открыть редактор",
            "previous_source": "",
            "target": "Отвори уредувач",
            "id_hash": 8075972340336669269,
            "content_hash": 6536511034114884089,
            "location": "",
            "context": ".OpenEditor",
            "comment": "",
            "flags": "",
            "fuzzy": false,
            "translated": true,
            "position": 381,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "priority": 100,
            "id": 2610404,
            "web_url": "http://weblate.ucs.ru/translate/rk_office/webman/mk/?checksum=f0139e0e21a5b255",
            "url": "http://weblate.ucs.ru/api/units/2610404/?format=api",
            "source_info": "http://weblate.ucs.ru/api/sources/258089/?format=api"
        }
    ]
}