Translation components API.

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

GET /api/translations/cyphersystem/glossary/it/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/cyphersystem/glossary/it/?format=api",
            "source": [
                "Mithral"
            ],
            "previous_source": "",
            "target": [
                "Mithral"
            ],
            "id_hash": -3352611853135919827,
            "content_hash": -3352611853135919827,
            "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://weblate.foundryvtt-hub.com/api/units/168064/?format=api",
            "priority": 100,
            "id": 168065,
            "web_url": "https://weblate.foundryvtt-hub.com/translate/cyphersystem/glossary/it/?checksum=517921485011c52d",
            "url": "https://weblate.foundryvtt-hub.com/api/units/168065/?format=api",
            "explanation": "Un tipo di metallo speciale, tipico delle ambientazioni fantasy.",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-02-17T19:23:07.406347Z",
            "last_updated": "2023-07-08T10:58:03.878080Z"
        },
        {
            "translation": "https://weblate.foundryvtt-hub.com/api/translations/cyphersystem/glossary/it/?format=api",
            "source": [
                "Focus"
            ],
            "previous_source": "",
            "target": [
                "Focus"
            ],
            "id_hash": -7635982570841270839,
            "content_hash": -7635982570841270839,
            "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://weblate.foundryvtt-hub.com/api/units/166192/?format=api",
            "priority": 100,
            "id": 168066,
            "web_url": "https://weblate.foundryvtt-hub.com/translate/cyphersystem/glossary/it/?checksum=16078a4f19ee95c9",
            "url": "https://weblate.foundryvtt-hub.com/api/units/168066/?format=api",
            "explanation": "Si tratta del Focus del Personaggio, cioè ciò che sa fare meglio.",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-02-17T19:24:02.200518Z",
            "last_updated": "2023-07-08T10:58:03.878080Z"
        }
    ]
}