Translation components API.

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

GET /api/translations/tryton/product_price_list_parent/zh_Hans/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.tryton.org/api/translations/tryton/product_price_list_parent/zh_Hans/?format=api",
            "source": [
                "Parent"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -4723290890323491508,
            "content_hash": -4723290890323491508,
            "location": "",
            "context": "field:product.price_list,parent:",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 1,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate.tryton.org/api/units/479885/?format=api",
            "priority": 100,
            "id": 312317,
            "web_url": "https://translate.tryton.org/translate/tryton/product_price_list_parent/zh_Hans/?checksum=3e737ff5d76e054c",
            "url": "https://translate.tryton.org/api/units/312317/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-05-06T13:14:17.223539Z"
        },
        {
            "translation": "https://translate.tryton.org/api/translations/tryton/product_price_list_parent/zh_Hans/?format=api",
            "source": [
                "\n- parent_unit_price: the unit_price from the parent"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 419267643538001775,
            "content_hash": 419267643538001775,
            "location": "",
            "context": "help:product.price_list.line,formula:",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 7,
            "source_unit": "https://translate.tryton.org/api/units/479886/?format=api",
            "priority": 100,
            "id": 312318,
            "web_url": "https://translate.tryton.org/translate/tryton/product_price_list_parent/zh_Hans/?checksum=85d189b34ee5cf6f",
            "url": "https://translate.tryton.org/api/units/312318/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-05-06T13:14:17.240344Z"
        }
    ]
}