Translation components API.

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

GET /api/translations/dlopen/main/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/dlopen/main/en/?format=api",
            "source": [
                "Cache all dependencies locally for offline use"
            ],
            "previous_source": "",
            "target": [
                "Cache all dependencies locally for offline use"
            ],
            "id_hash": -4051921238730897912,
            "content_hash": 2491666229851151473,
            "location": "",
            "context": "DLOPEN.UseCache",
            "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": 7,
            "source_unit": "https://weblate.foundryvtt-hub.com/api/units/2909/?format=api",
            "priority": 100,
            "id": 2909,
            "web_url": "https://weblate.foundryvtt-hub.com/translate/dlopen/main/en/?checksum=47c4af19f3958608",
            "url": "https://weblate.foundryvtt-hub.com/api/units/2909/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-08-28T22:41:24.093168Z",
            "last_updated": "2023-07-08T10:58:03.878080Z"
        },
        {
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/dlopen/main/en/?format=api",
            "source": [
                "The other modules using dlopen must be enabled with an active internet connection for the initial caching to occur."
            ],
            "previous_source": "",
            "target": [
                "The other modules using dlopen must be enabled with an active internet connection for the initial caching to occur."
            ],
            "id_hash": -5454346844884163665,
            "content_hash": -1481697958903288743,
            "location": "",
            "context": "DLOPEN.UseCacheHint",
            "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": 19,
            "source_unit": "https://weblate.foundryvtt-hub.com/api/units/2910/?format=api",
            "priority": 100,
            "id": 2910,
            "web_url": "https://weblate.foundryvtt-hub.com/translate/dlopen/main/en/?checksum=344e447164e823af",
            "url": "https://weblate.foundryvtt-hub.com/api/units/2910/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-08-28T22:41:24.125062Z",
            "last_updated": "2023-07-08T10:58:03.878080Z"
        }
    ]
}