Translation components API.

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

GET /api/translations/degooglisons-internet/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://weblate.framasoft.org/api/translations/degooglisons-internet/glossary/de/?format=api",
            "source": [
                "opinion poll"
            ],
            "previous_source": "",
            "target": [
                "Abstimmung"
            ],
            "id_hash": 6169723619993525788,
            "content_hash": 6169723619993525788,
            "location": "",
            "context": "",
            "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://weblate.framasoft.org/api/units/861551/?format=api",
            "priority": 100,
            "id": 861552,
            "web_url": "https://weblate.framasoft.org/translate/degooglisons-internet/glossary/de/?checksum=d59f42f19c0d1e1c",
            "url": "https://weblate.framasoft.org/api/units/861552/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-06-28T08:28:22.104940Z"
        },
        {
            "translation": "https://weblate.framasoft.org/api/translations/degooglisons-internet/glossary/de/?format=api",
            "source": [
                "survey"
            ],
            "previous_source": "",
            "target": [
                "Umfrage"
            ],
            "id_hash": -2843753474734282780,
            "content_hash": -2843753474734282780,
            "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://weblate.framasoft.org/api/units/861553/?format=api",
            "priority": 100,
            "id": 861554,
            "web_url": "https://weblate.framasoft.org/translate/degooglisons-internet/glossary/de/?checksum=5888f54815ae27e4",
            "url": "https://weblate.framasoft.org/api/units/861554/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-06-28T08:29:04.497789Z"
        }
    ]
}