Translation components API.

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

GET /api/translations/vueport/main/fi/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/vueport/main/fi/?format=api",
            "source": [
                "Enable Vue Debug"
            ],
            "previous_source": "",
            "target": [
                "Ota Vuen vianmääritys käyttöön"
            ],
            "id_hash": 503350541572878604,
            "content_hash": -4461605282905641957,
            "location": "",
            "context": "VUEPORT.debug",
            "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": 3,
            "source_unit": "https://weblate.foundryvtt-hub.com/api/units/2905/?format=api",
            "priority": 100,
            "id": 9546,
            "web_url": "https://weblate.foundryvtt-hub.com/translate/vueport/main/fi/?checksum=86fc42a693f3b10c",
            "url": "https://weblate.foundryvtt-hub.com/api/units/9546/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-03T16:59:46.622815Z",
            "last_updated": "2023-07-08T10:58:03.878080Z"
        },
        {
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/vueport/main/fi/?format=api",
            "source": [
                "Enable Vue debugging using devtools extension (requires reload)"
            ],
            "previous_source": "",
            "target": [
                "Ottaa käyttöön Vuen vianmäärityksen devtools-laajennuksessa (vaatii uudelleenlatauksen)"
            ],
            "id_hash": -5958895913491880733,
            "content_hash": -2393204182215269665,
            "location": "",
            "context": "VUEPORT.debugHint",
            "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": 8,
            "source_unit": "https://weblate.foundryvtt-hub.com/api/units/2906/?format=api",
            "priority": 100,
            "id": 9547,
            "web_url": "https://weblate.foundryvtt-hub.com/translate/vueport/main/fi/?checksum=2d4dbfbcfeca24e3",
            "url": "https://weblate.foundryvtt-hub.com/api/units/9547/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-09-03T16:59:46.627208Z",
            "last_updated": "2023-07-08T10:58:03.878080Z"
        }
    ]
}