Translation components API.

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

GET /api/translations/od6s/starships/en/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.foundryvtt-hub.com/api/translations/od6s/starships/en/?format=api",
            "source": [
                "Starships"
            ],
            "previous_source": "",
            "target": [
                "Starships"
            ],
            "id_hash": 4849812070137445057,
            "content_hash": 5973060661465087902,
            "location": "",
            "context": "label",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 1,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 1,
            "source_unit": "https://weblate.foundryvtt-hub.com/api/units/113784/?format=api",
            "priority": 100,
            "id": 113784,
            "web_url": "https://weblate.foundryvtt-hub.com/translate/od6s/starships/en/?checksum=c34dfe61e3f1bac1",
            "url": "https://weblate.foundryvtt-hub.com/api/units/113784/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-12-10T18:25:51.372539Z",
            "last_updated": "2023-07-08T10:58:03.878080Z"
        },
        {
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/od6s/starships/en/?format=api",
            "source": [
                "system.description"
            ],
            "previous_source": "",
            "target": [
                "system.description"
            ],
            "id_hash": 8228948209643828855,
            "content_hash": 4205061927601830996,
            "location": "",
            "context": "mapping.description",
            "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.foundryvtt-hub.com/api/units/113785/?format=api",
            "priority": 100,
            "id": 113785,
            "web_url": "https://weblate.foundryvtt-hub.com/translate/od6s/starships/en/?checksum=f23318cc3ee83677",
            "url": "https://weblate.foundryvtt-hub.com/api/units/113785/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-12-10T18:25:51.487844Z",
            "last_updated": "2023-07-08T10:58:03.878080Z"
        }
    ]
}