Translation components API.

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

GET /api/translations/mail/glossary/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.elementary.io/api/translations/mail/glossary/pt_BR/?format=api",
            "source": [
                "%dm ago"
            ],
            "previous_source": "",
            "target": [
                "%dm atrás"
            ],
            "id_hash": -775353987249275920,
            "content_hash": -775353987249275920,
            "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": 2,
            "source_unit": "https://l10n.elementary.io/api/units/3212125/?format=api",
            "priority": 100,
            "id": 3212126,
            "web_url": "https://l10n.elementary.io/translate/mail/glossary/pt_BR/?checksum=753d63a816d2fbf0",
            "url": "https://l10n.elementary.io/api/units/3212126/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-11-08T12:05:34.734785Z"
        },
        {
            "translation": "https://l10n.elementary.io/api/translations/mail/glossary/pt_BR/?format=api",
            "source": [
                "Spam"
            ],
            "previous_source": "",
            "target": [
                "Spam"
            ],
            "id_hash": 4978059745484242957,
            "content_hash": 4978059745484242957,
            "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": 1,
            "source_unit": "https://l10n.elementary.io/api/units/3212127/?format=api",
            "priority": 100,
            "id": 3212128,
            "web_url": "https://l10n.elementary.io/translate/mail/glossary/pt_BR/?checksum=c5159ef6b042800d",
            "url": "https://l10n.elementary.io/api/units/3212128/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-11-08T12:05:34.741672Z"
        }
    ]
}