Translation components API.

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

GET /api/translations/wingpanel/glossary/pt/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/wingpanel/glossary/pt/?format=api",
            "source": [
                "elementary, Inc."
            ],
            "previous_source": "",
            "target": [
                "elementary, Inc."
            ],
            "id_hash": 5932316785782080908,
            "content_hash": 5932316785782080908,
            "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/3213018/?format=api",
            "priority": 100,
            "id": 3213019,
            "web_url": "https://l10n.elementary.io/translate/wingpanel/glossary/pt/?checksum=d253d2af97a0c58c",
            "url": "https://l10n.elementary.io/api/units/3213019/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-11-08T12:05:39.245102Z"
        },
        {
            "translation": "https://l10n.elementary.io/api/translations/wingpanel/glossary/pt/?format=api",
            "source": [
                "Tablet"
            ],
            "previous_source": "",
            "target": [
                "Tablet"
            ],
            "id_hash": 7151920528687391797,
            "content_hash": 7151920528687391797,
            "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/3213020/?format=api",
            "priority": 100,
            "id": 3213021,
            "web_url": "https://l10n.elementary.io/translate/wingpanel/glossary/pt/?checksum=e340b9d40e3c6435",
            "url": "https://l10n.elementary.io/api/units/3213021/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-11-08T12:05:39.253728Z"
        }
    ]
}