Translation components API.

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

GET /api/translations/fedora-docs-l10n-engineering/glossary/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://translate.fedoraproject.org/api/translations/fedora-docs-l10n-engineering/glossary/en/?format=api",
            "language_code": "en",
            "source": [
                "Fedora Engineering Steering Committee"
            ],
            "previous_source": "",
            "target": [
                "Fedora Engineering Steering Committee"
            ],
            "id_hash": -6521252690145391167,
            "content_hash": -6521252690145391167,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 0,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 4,
            "source_unit": "https://translate.fedoraproject.org/api/units/7616930/?format=api",
            "priority": 100,
            "id": 7616930,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-engineering/glossary/en/?checksum=257fdb3ab952cdc1",
            "url": "https://translate.fedoraproject.org/api/units/7616930/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-06T12:15:17.657403Z",
            "last_updated": "2023-06-16T11:46:33.795393Z"
        },
        {
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-engineering/glossary/en/?format=api",
            "language_code": "en",
            "source": [
                "Engineering Teams"
            ],
            "previous_source": "",
            "target": [
                "Engineering Teams"
            ],
            "id_hash": -5346093006881807141,
            "content_hash": -5346093006881807141,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 1,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://translate.fedoraproject.org/api/units/7616932/?format=api",
            "priority": 100,
            "id": 7616932,
            "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-engineering/glossary/en/?checksum=35cedcbc2c9c24db",
            "url": "https://translate.fedoraproject.org/api/units/7616932/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-03-06T12:15:17.674004Z",
            "last_updated": "2023-06-16T11:46:33.795393Z"
        }
    ]
}