Translation components API.

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

GET /api/translations/xwiki-contrib/application-numbered-content-reference-macro/en/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://l10n.xwiki.org/api/translations/xwiki-contrib/application-numbered-content-reference-macro/en/?format=api",
            "source": [
                "Reference to id [{0}] not found."
            ],
            "previous_source": "",
            "target": [
                "Reference to id [{0}] not found."
            ],
            "id_hash": 5589572794498132018,
            "content_hash": 606953300689127339,
            "location": "",
            "context": "numbered.content.reference.macro.error.referenceNotFound",
            "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": 6,
            "source_unit": "https://l10n.xwiki.org/api/units/523416/?format=api",
            "priority": 100,
            "id": 523416,
            "web_url": "https://l10n.xwiki.org/translate/xwiki-contrib/application-numbered-content-reference-macro/en/?checksum=cd9226d77e3fa832",
            "url": "https://l10n.xwiki.org/api/units/523416/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-12-09T08:51:59.281495Z"
        }
    ]
}