Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "translation": "https://hosted.weblate.org/api/translations/dialect/glossary/en/?format=api",
            "source": [
                "Clipboard"
            ],
            "previous_source": "",
            "target": [
                "Clipboard"
            ],
            "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": 34816360,
            "web_url": "https://hosted.weblate.org/translate/dialect/glossary/en/?checksum=7e8fdb5291ba7d64",
            "url": "https://hosted.weblate.org/api/units/34816360/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-06-22T15:17:28.740275+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/dialect/glossary/en/?format=api",
            "source": [
                "Text-to-speech"
            ],
            "previous_source": "",
            "target": [
                "Text-to-speech"
            ],
            "id_hash": -8791550918912177536,
            "content_hash": -8791550918912177536,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/103225214/?format=api",
            "priority": 100,
            "id": 103225214,
            "web_url": "https://hosted.weblate.org/translate/dialect/glossary/en/?checksum=05fe2304d57b0a80",
            "url": "https://hosted.weblate.org/api/units/103225214/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-08-05T09:40:18.646859+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/dialect/glossary/en/?format=api",
            "source": [
                "Text-to-speech"
            ],
            "previous_source": "",
            "target": [
                "Text-to-speech"
            ],
            "id_hash": 8100338593659189900,
            "content_hash": 8100338593659189900,
            "location": "",
            "context": "1",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 3,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/103225216/?format=api",
            "priority": 100,
            "id": 103225216,
            "web_url": "https://hosted.weblate.org/translate/dialect/glossary/en/?checksum=f06a2f0893717a8c",
            "url": "https://hosted.weblate.org/api/units/103225216/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-08-05T09:41:26.500767+02:00"
        }
    ]
}