Translation components API.

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

GET /api/translations/yunohost-apps-test/backdrop/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.yunohost.org/api/translations/yunohost-apps-test/backdrop/en/?format=api",
            "source": [
                "Backdrop CMS includes an update utility to handle any necessary changes to the database schema or configuration.  Run `update.php` by navigating to `http://__DOMAIN__/core/update.php` [See instructions](https://backdropcms.org/upgrade)"
            ],
            "previous_source": "",
            "target": [
                "Backdrop CMS includes an update utility to handle any necessary changes to the database schema or configuration.  Run `update.php` by navigating to `http://__DOMAIN__/core/update.php` [See instructions](https://backdropcms.org/upgrade)"
            ],
            "id_hash": 8354635175311981704,
            "content_hash": 8354635175311981704,
            "location": "src/backdrop/ADMIN.md:2",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 1,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 25,
            "source_unit": "https://translate.yunohost.org/api/units/138439/?format=api",
            "priority": 100,
            "id": 138439,
            "web_url": "https://translate.yunohost.org/translate/yunohost-apps-test/backdrop/en/?checksum=f3f1a06d5c743c88",
            "url": "https://translate.yunohost.org/api/units/138439/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2025-03-19T18:41:22.033365Z"
        },
        {
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/backdrop/en/?format=api",
            "source": [
                "Backdrop is a full-featured content management system that allows non-technical users to manage a wide variety of content. It can be used to create all kinds of websites including blogs, image galleries, social networks, intranets, and more."
            ],
            "previous_source": "",
            "target": [
                "Backdrop is a full-featured content management system that allows non-technical users to manage a wide variety of content. It can be used to create all kinds of websites including blogs, image galleries, social networks, intranets, and more."
            ],
            "id_hash": 8191167342763155444,
            "content_hash": 8191167342763155444,
            "location": "src/backdrop/DESCRIPTION.md:1",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 37,
            "source_unit": "https://translate.yunohost.org/api/units/138441/?format=api",
            "priority": 100,
            "id": 138441,
            "web_url": "https://translate.yunohost.org/translate/yunohost-apps-test/backdrop/en/?checksum=f1acdf4cb12d9ff4",
            "url": "https://translate.yunohost.org/api/units/138441/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2025-03-19T18:41:22.053962Z"
        }
    ]
}