Translation components API.

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

GET /api/translations/wollmux/glossary/de/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://translations.documentfoundation.org/api/translations/wollmux/glossary/de/?format=api",
            "source": [
                "data source"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -5200573894489532007,
            "content_hash": -5200573894489532007,
            "location": "",
            "context": "data source",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 1,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translations.documentfoundation.org/api/units/113198095/?format=api",
            "priority": 100,
            "id": 113198097,
            "web_url": "https://translations.documentfoundation.org/translate/wollmux/glossary/de/?checksum=37d3d998c6c81999",
            "url": "https://translations.documentfoundation.org/api/units/113198097/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-05-11T13:46:10.577750Z"
        },
        {
            "translation": "https://translations.documentfoundation.org/api/translations/wollmux/glossary/de/?format=api",
            "source": [
                "Function"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 9205755606348824877,
            "content_hash": 9205755606348824877,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translations.documentfoundation.org/api/units/113198127/?format=api",
            "priority": 100,
            "id": 113198129,
            "web_url": "https://translations.documentfoundation.org/translate/wollmux/glossary/de/?checksum=ffc169f3257b812d",
            "url": "https://translations.documentfoundation.org/api/units/113198129/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-05-13T20:41:31.957784Z"
        }
    ]
}