Translation components API.

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

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

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "translation": "https://translations.documentfoundation.org/api/translations/wollmux/glossary/es/?format=api",
            "source": [
                "data source"
            ],
            "previous_source": "",
            "target": [
                "origen de datos"
            ],
            "id_hash": -5200573894489532007,
            "content_hash": -5200573894489532007,
            "location": "",
            "context": "data source",
            "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://translations.documentfoundation.org/api/units/113198095/?format=api",
            "priority": 100,
            "id": 113198098,
            "web_url": "https://translations.documentfoundation.org/translate/wollmux/glossary/es/?checksum=37d3d998c6c81999",
            "url": "https://translations.documentfoundation.org/api/units/113198098/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-05-11T13:46:10.579765Z"
        }
    ]
}