Translation components API.

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

GET /api/translations/pytition/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://weblate.framasoft.org/api/translations/pytition/glossary/en/?format=api",
            "source": [
                "signature"
            ],
            "previous_source": "",
            "target": [
                "signature"
            ],
            "id_hash": -3918725742424904601,
            "content_hash": -3918725742424904601,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 0,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://weblate.framasoft.org/api/units/469243/?format=api",
            "priority": 100,
            "id": 469243,
            "web_url": "https://weblate.framasoft.org/translate/pytition/glossary/en/?checksum=499de3b31695ac67",
            "url": "https://weblate.framasoft.org/api/units/469243/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-08T08:06:08.646232Z"
        },
        {
            "translation": "https://weblate.framasoft.org/api/translations/pytition/glossary/en/?format=api",
            "source": [
                "petition"
            ],
            "previous_source": "",
            "target": [
                "petition"
            ],
            "id_hash": 7679471657367732639,
            "content_hash": 7679471657367732639,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 1,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://weblate.framasoft.org/api/units/469245/?format=api",
            "priority": 100,
            "id": 469245,
            "web_url": "https://weblate.framasoft.org/translate/pytition/glossary/en/?checksum=ea92f6c8e815819f",
            "url": "https://weblate.framasoft.org/api/units/469245/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-08T08:06:08.650174Z"
        },
        {
            "translation": "https://weblate.framasoft.org/api/translations/pytition/glossary/en/?format=api",
            "source": [
                "dashboard"
            ],
            "previous_source": "",
            "target": [
                "dashboard"
            ],
            "id_hash": -9021887041236261540,
            "content_hash": -9021887041236261540,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 100,
            "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/469247/?format=api",
            "priority": 100,
            "id": 469247,
            "web_url": "https://weblate.framasoft.org/translate/pytition/glossary/en/?checksum=02cbd1893769a55c",
            "url": "https://weblate.framasoft.org/api/units/469247/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-08T08:06:08.653644Z"
        }
    ]
}