Translation components API.

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

GET /api/translations/yunohost-apps-test/pepettes/de/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.yunohost.org/api/translations/yunohost-apps-test/pepettes/de/?format=api",
            "source": [
                "This app may be configured through the `__INSTALL_DIR__/settings.py` after installation."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 3848898232794343670,
            "content_hash": 3848898232794343670,
            "location": "src/pepettes/ADMIN.md:1",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 1,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 10,
            "source_unit": "https://translate.yunohost.org/api/units/131606/?format=api",
            "priority": 100,
            "id": 139606,
            "web_url": "https://translate.yunohost.org/translate/yunohost-apps-test/pepettes/de/?checksum=b56a088ce655e8f6",
            "url": "https://translate.yunohost.org/api/units/139606/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2025-03-20T08:52:33.763848Z"
        },
        {
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/pepettes/de/?format=api",
            "source": [
                "A simple donation form with stripe"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -5214645302145056419,
            "content_hash": -5214645302145056419,
            "location": "src/pepettes/DESCRIPTION.md:1",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 2,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 6,
            "source_unit": "https://translate.yunohost.org/api/units/131608/?format=api",
            "priority": 100,
            "id": 139607,
            "web_url": "https://translate.yunohost.org/translate/yunohost-apps-test/pepettes/de/?checksum=37a1dbb9dffc015d",
            "url": "https://translate.yunohost.org/api/units/139607/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2025-03-20T08:52:33.776972Z"
        }
    ]
}