Translation components API.

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

GET /api/translations/freebsd-doc/glossary/zh_CN/units/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/freebsd-doc/glossary/zh_CN/?format=api",
            "source": [
                "pseudo tty"
            ],
            "previous_source": "",
            "target": [
                "虚拟终端"
            ],
            "id_hash": 2301054006133368839,
            "content_hash": 2301054006133368839,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 1,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate-dev.freebsd.org/api/units/332473/?format=api",
            "priority": 100,
            "id": 332474,
            "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/glossary/zh_CN/?checksum=9feefc6d5491a807",
            "url": "https://translate-dev.freebsd.org/api/units/332474/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-20T13:58:42.488313Z"
        }
    ]
}