Translation components API.

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

GET /api/translations/desktop/glossary/fr/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://l10n.elementary.io/api/translations/desktop/glossary/fr/?format=api",
            "source": [
                "Dock"
            ],
            "previous_source": "",
            "target": [
                "Dock"
            ],
            "id_hash": -6839920002054700033,
            "content_hash": -6839920002054700033,
            "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://l10n.elementary.io/api/units/3213415/?format=api",
            "priority": 100,
            "id": 3256616,
            "web_url": "https://l10n.elementary.io/translate/desktop/glossary/fr/?checksum=2113b8ff6170c3ff",
            "url": "https://l10n.elementary.io/api/units/3256616/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-02-06T09:15:29.204277Z"
        },
        {
            "translation": "https://l10n.elementary.io/api/translations/desktop/glossary/fr/?format=api",
            "source": [
                "wrap"
            ],
            "previous_source": "",
            "target": [
                "aller à la ligne automatiquement"
            ],
            "id_hash": -3738870464848324679,
            "content_hash": -3738870464848324679,
            "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://l10n.elementary.io/api/units/3319717/?format=api",
            "priority": 100,
            "id": 3319718,
            "web_url": "https://l10n.elementary.io/translate/desktop/glossary/fr/?checksum=4c1cdd1f218417b9",
            "url": "https://l10n.elementary.io/api/units/3319718/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-05-01T21:12:11.793978Z"
        }
    ]
}