Translation components API.

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

GET /api/translations/rk_office/webman_storehouse/ru/units/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "translation": "http://weblate.ucs.ru/api/translations/rk_office/webman_storehouse/ru/?format=api",
            "source": "Главное",
            "previous_source": "",
            "target": "Главное",
            "id_hash": -3288200439581546749,
            "content_hash": -535340997439736679,
            "location": "",
            "context": ".props_main",
            "comment": "",
            "flags": "",
            "fuzzy": false,
            "translated": true,
            "position": 1,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "priority": 100,
            "id": 2485325,
            "web_url": "http://weblate.ucs.ru/translate/rk_office/webman_storehouse/ru/?checksum=525df71f30756703",
            "url": "http://weblate.ucs.ru/api/units/2485325/?format=api",
            "source_info": "http://weblate.ucs.ru/api/sources/249413/?format=api"
        },
        {
            "translation": "http://weblate.ucs.ru/api/translations/rk_office/webman_storehouse/ru/?format=api",
            "source": "Расширенные свойства",
            "previous_source": "",
            "target": "Расширенные свойства",
            "id_hash": 2595576018175138893,
            "content_hash": -8453987986149472331,
            "location": "",
            "context": ".props_ext",
            "comment": "",
            "flags": "",
            "fuzzy": false,
            "translated": true,
            "position": 2,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "priority": 100,
            "id": 2485326,
            "web_url": "http://weblate.ucs.ru/translate/rk_office/webman_storehouse/ru/?checksum=a40556a2f6da1c4d",
            "url": "http://weblate.ucs.ru/api/units/2485326/?format=api",
            "source_info": "http://weblate.ucs.ru/api/sources/249414/?format=api"
        }
    ]
}