Translation components API.

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

GET /api/translations/swiftfin/glossary/pt/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://translate.jellyfin.org/api/translations/swiftfin/glossary/pt/?format=api",
            "source": [
                "Server"
            ],
            "previous_source": "",
            "target": [
                "Servidor"
            ],
            "id_hash": 3127701038450494453,
            "content_hash": 3127701038450494453,
            "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://translate.jellyfin.org/api/units/470912/?format=api",
            "priority": 100,
            "id": 470924,
            "web_url": "https://translate.jellyfin.org/translate/swiftfin/glossary/pt/?checksum=ab67d385f0764bf5",
            "url": "https://translate.jellyfin.org/api/units/470924/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-02-27T13:11:15.516414-05:00"
        },
        {
            "translation": "https://translate.jellyfin.org/api/translations/swiftfin/glossary/pt/?format=api",
            "source": [
                "Experimental"
            ],
            "previous_source": "",
            "target": [
                "Experimental"
            ],
            "id_hash": 6803351902481061368,
            "content_hash": 6803351902481061368,
            "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://translate.jellyfin.org/api/units/1166076/?format=api",
            "priority": 100,
            "id": 1166077,
            "web_url": "https://translate.jellyfin.org/translate/swiftfin/glossary/pt/?checksum=de6a5c82755c95f8",
            "url": "https://translate.jellyfin.org/api/units/1166077/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-25T19:44:18.670154-05:00"
        }
    ]
}