Translation components API.

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

GET /api/translations/dialect/glossary/kmr/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://hosted.weblate.org/api/translations/dialect/glossary/kmr/?format=api",
            "source": [
                "Clipboard"
            ],
            "previous_source": "",
            "target": [
                "tûrik"
            ],
            "id_hash": -103623118727512732,
            "content_hash": -103623118727512732,
            "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": 1,
            "source_unit": "https://hosted.weblate.org/api/units/34816360/?format=api",
            "priority": 100,
            "id": 34816361,
            "web_url": "https://hosted.weblate.org/translate/dialect/glossary/kmr/?checksum=7e8fdb5291ba7d64",
            "url": "https://hosted.weblate.org/api/units/34816361/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-06-22T15:17:28.787484+02:00"
        }
    ]
}