Translation components API.

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

GET /api/translations/cockpit-podman/glossary/pt_PT/units/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "translation": "https://translate.fedoraproject.org/api/translations/cockpit-podman/glossary/pt_PT/?format=api",
            "language_code": "pt_PT",
            "source": [
                "ID"
            ],
            "previous_source": "",
            "target": [
                "Id."
            ],
            "id_hash": -4389360684507476091,
            "content_hash": -4389360684507476091,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 0,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://translate.fedoraproject.org/api/units/7616820/?format=api",
            "priority": 100,
            "id": 7616821,
            "web_url": "https://translate.fedoraproject.org/translate/cockpit-podman/glossary/pt_PT/?checksum=4315dbb698ddcf85",
            "url": "https://translate.fedoraproject.org/api/units/7616821/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-06T12:15:14.036839Z",
            "last_updated": "2023-06-16T11:46:33.795393Z"
        }
    ]
}