Translation components API.

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

GET /api/translations/files/glossary/mr/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://l10n.elementary.io/api/translations/files/glossary/mr/?format=api",
            "source": [
                "Files"
            ],
            "previous_source": "",
            "target": [
                "फायली"
            ],
            "id_hash": 306906863552516432,
            "content_hash": 306906863552516432,
            "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://l10n.elementary.io/api/units/3211951/?format=api",
            "priority": 100,
            "id": 3211952,
            "web_url": "https://l10n.elementary.io/translate/files/glossary/mr/?checksum=84425a2a952d5150",
            "url": "https://l10n.elementary.io/api/units/3211952/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-11-08T12:05:33.853377Z"
        },
        {
            "translation": "https://l10n.elementary.io/api/translations/files/glossary/mr/?format=api",
            "source": [
                "Storage"
            ],
            "previous_source": "",
            "target": [
                "साठवण"
            ],
            "id_hash": 3513737332391145162,
            "content_hash": 3513737332391145162,
            "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://l10n.elementary.io/api/units/3211953/?format=api",
            "priority": 100,
            "id": 3211954,
            "web_url": "https://l10n.elementary.io/translate/files/glossary/mr/?checksum=b0c34d7cbb33eeca",
            "url": "https://l10n.elementary.io/api/units/3211954/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-11-08T12:05:33.862225Z"
        }
    ]
}