Translation components API.

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

GET /api/translations/tryton/account_invoice_history/pt/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/account_invoice_history/pt/?format=api",
            "source": [
                "Numbered At"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -3221115640648454693,
            "content_hash": -3221115640648454693,
            "location": "",
            "context": "field:account.invoice,numbered_at:",
            "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": 2,
            "source_unit": "https://translate.tryton.org/api/units/482619/?format=api",
            "priority": 100,
            "id": 427103,
            "web_url": "https://translate.tryton.org/translate/tryton/account_invoice_history/pt/?checksum=534c4c641ab1addb",
            "url": "https://translate.tryton.org/api/units/427103/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2019-08-07T07:26:13.480974Z"
        },
        {
            "translation": "https://translate.tryton.org/api/translations/tryton/account_invoice_history/pt/?format=api",
            "source": [
                "History DateTime"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 5804577085690733773,
            "content_hash": 5804577085690733773,
            "location": "",
            "context": "field:account.invoice,history_datetime:",
            "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": 2,
            "source_unit": "https://translate.tryton.org/api/units/540647/?format=api",
            "priority": 100,
            "id": 540670,
            "web_url": "https://translate.tryton.org/translate/tryton/account_invoice_history/pt/?checksum=d08e001afff7e4cd",
            "url": "https://translate.tryton.org/api/units/540670/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-01T01:16:13.828698Z"
        }
    ]
}