Translation components API.

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

GET /api/translations/scripty-bot/glossary/en_devel/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://hosted.weblate.org/api/translations/scripty-bot/glossary/en_devel/?format=api",
            "source": [
                "Scripty"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 9110506087700253121,
            "content_hash": 9110506087700253121,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 1,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/113342955/?format=api",
            "priority": 100,
            "id": 113343013,
            "web_url": "https://hosted.weblate.org/translate/scripty-bot/glossary/en_devel/?checksum=fe6f0504696849c1",
            "url": "https://hosted.weblate.org/api/units/113343013/?format=api",
            "explanation": "This is the name of the bot, it should not be translated as a proper noun",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-01-15T08:01:02.831179+01:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/scripty-bot/glossary/en_devel/?format=api",
            "source": [
                "Discord"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 652771440088570097,
            "content_hash": 652771440088570097,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/113343098/?format=api",
            "priority": 100,
            "id": 113343156,
            "web_url": "https://hosted.weblate.org/translate/scripty-bot/glossary/en_devel/?checksum=890f1c2a8dffd8f1",
            "url": "https://hosted.weblate.org/api/units/113343156/?format=api",
            "explanation": "Brand name, do not translate",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-01-15T08:30:59.435111+01:00"
        }
    ]
}