Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-contrib/glossary/nl/?format=api",
            "source": [
                "review"
            ],
            "previous_source": "",
            "target": [
                "beoordeling"
            ],
            "id_hash": 3912412069997232057,
            "content_hash": 3912412069997232057,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 0,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://l10n.xwiki.org/api/units/521829/?format=api",
            "priority": 100,
            "id": 521842,
            "web_url": "https://l10n.xwiki.org/translate/xwiki-contrib/glossary/nl/?checksum=b64bae0c7f22bfb9",
            "url": "https://l10n.xwiki.org/api/units/521842/?format=api",
            "explanation": "Kan ook \"beoordelen\" zijn als het een werkwoord moet zijn",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-08-26T19:43:49.950611Z"
        },
        {
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-contrib/glossary/nl/?format=api",
            "source": [
                "change request"
            ],
            "previous_source": "",
            "target": [
                "Wijzigverzoek"
            ],
            "id_hash": -2981796801036878188,
            "content_hash": -2981796801036878188,
            "location": "",
            "context": "",
            "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/540261/?format=api",
            "priority": 100,
            "id": 540278,
            "web_url": "https://l10n.xwiki.org/translate/xwiki-contrib/glossary/nl/?checksum=569e879b91ccfe94",
            "url": "https://l10n.xwiki.org/api/units/540278/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-05-26T10:39:18.281430Z"
        },
        {
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-contrib/glossary/nl/?format=api",
            "source": [
                "ActivityPub"
            ],
            "previous_source": "",
            "target": [
                "ActivityPub"
            ],
            "id_hash": -4022158031714084559,
            "content_hash": -4022158031714084559,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 3,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://l10n.xwiki.org/api/units/541167/?format=api",
            "priority": 100,
            "id": 541184,
            "web_url": "https://l10n.xwiki.org/translate/xwiki-contrib/glossary/nl/?checksum=482e6c9499329931",
            "url": "https://l10n.xwiki.org/api/units/541184/?format=api",
            "explanation": "De ActivityPub application zorgt ervoor dat Xwiki verbinding kan maken met andere instanties van de fediverse (merknaam)",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-05-26T16:56:31.266055Z"
        }
    ]
}