Translation components API.

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

GET /api/translations/yunohost-apps-test/plainpad/de/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.yunohost.org/api/translations/yunohost-apps-test/plainpad/de/?format=api",
            "source": [
                "Plainpad is a self hosted, open source note taking application that is very easy to setup on your server. Your data will never leave your server and you will be able to access them from any device connected to the internet.  With Plainpad you can allow multiple users to access the application without being able to see each other's notes. The notes are being encrypted and stored safely in the database."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 2457994310296506801,
            "content_hash": 2457994310296506801,
            "location": "src/plainpad/DESCRIPTION.md:2",
            "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": 71,
            "source_unit": "https://translate.yunohost.org/api/units/137163/?format=api",
            "priority": 100,
            "id": 142171,
            "web_url": "https://translate.yunohost.org/translate/yunohost-apps-test/plainpad/de/?checksum=a21c8ccd5d2791b1",
            "url": "https://translate.yunohost.org/api/units/142171/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2025-03-20T09:58:45.304999Z"
        }
    ]
}