Translation components API.

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

GET /api/translations/takostats/glossary/vi/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://weblate.rikka.app/api/translations/takostats/glossary/vi/?format=api",
            "source": [
                "Export %d record to"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -2403167435462751684,
            "content_hash": -2403167435462751684,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 1,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://weblate.rikka.app/api/units/78843/?format=api",
            "priority": 100,
            "id": 78848,
            "web_url": "https://weblate.rikka.app/translate/takostats/glossary/vi/?checksum=5ea63bf33174ca3c",
            "url": "https://weblate.rikka.app/api/units/78848/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-10-04T18:53:51.870625Z"
        }
    ]
}