Translation components API.

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

GET /api/translations/xwiki-platform/applications-translations/pt_BR/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://l10n.xwiki.org/api/translations/xwiki-platform/applications-translations/pt_BR/?format=api",
            "source": [
                "Application Index"
            ],
            "previous_source": "",
            "target": [
                "Índice de Aplicativos"
            ],
            "id_hash": 2376474860154589912,
            "content_hash": -1656448551449872515,
            "location": "",
            "context": "application.index.title",
            "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://l10n.xwiki.org/api/units/130316/?format=api",
            "priority": 100,
            "id": 569953,
            "web_url": "https://l10n.xwiki.org/translate/xwiki-platform/applications-translations/pt_BR/?checksum=a0faef4b512912d8",
            "url": "https://l10n.xwiki.org/api/units/569953/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-07-27T12:25:49.242474Z"
        },
        {
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/applications-translations/pt_BR/?format=api",
            "source": [
                "Application Index"
            ],
            "previous_source": "",
            "target": [
                "Índice de Aplicativos"
            ],
            "id_hash": 5457329468729961736,
            "content_hash": 2727487289948567366,
            "location": "",
            "context": "application.index.drawer",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://l10n.xwiki.org/api/units/130317/?format=api",
            "priority": 100,
            "id": 569954,
            "web_url": "https://l10n.xwiki.org/translate/xwiki-platform/applications-translations/pt_BR/?checksum=cbbc543cd5ebad08",
            "url": "https://l10n.xwiki.org/api/units/569954/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-07-27T12:25:49.262932Z"
        }
    ]
}