Translation components API.

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

GET /api/translations/tusky/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.tusky.app/api/translations/tusky/glossary/de/?format=api",
            "source": [
                "draft"
            ],
            "previous_source": "",
            "target": [
                "Entwurf"
            ],
            "id_hash": 2203119000138557260,
            "content_hash": 2203119000138557260,
            "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://weblate.tusky.app/api/units/63588/?format=api",
            "priority": 100,
            "id": 63589,
            "web_url": "https://weblate.tusky.app/translate/tusky/glossary/de/?checksum=9e930d0ed92c274c",
            "url": "https://weblate.tusky.app/api/units/63589/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-08-31T17:22:40.554541Z"
        },
        {
            "translation": "https://weblate.tusky.app/api/translations/tusky/glossary/de/?format=api",
            "source": [
                "status"
            ],
            "previous_source": "",
            "target": [
                "Beitrag"
            ],
            "id_hash": 1877215403614947484,
            "content_hash": 1877215403614947484,
            "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": 1,
            "source_unit": "https://weblate.tusky.app/api/units/63590/?format=api",
            "priority": 100,
            "id": 63591,
            "web_url": "https://weblate.tusky.app/translate/tusky/glossary/de/?checksum=9a0d3576b35c489c",
            "url": "https://weblate.tusky.app/api/units/63591/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-08-31T17:22:40.568235Z"
        }
    ]
}