Translation components API.

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

GET /api/translations/yunohost-apps-test/vpnclient/en/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/vpnclient/en/?format=api",
            "source": [
                "Install a VPN connection on your self-hosted server.  * Useful for hosting your server behind a filtered (and/or non-neutral) internet access.  * Useful to have static IP addresses (IPv6 and IPv4).  * Useful to easily move your server anywhere.  * Strong firewalling (internet access and self-hosted services only available through the VPN, not leaking to your commercial ISP)  * Combine with the [Hotspot app](https://github.com/YunoHost-Apps/hotspot_ynh) to broadcast VPN-protected WiFi to other laptops without any further technical configuration needed."
            ],
            "previous_source": "",
            "target": [
                "Install a VPN connection on your self-hosted server.  * Useful for hosting your server behind a filtered (and/or non-neutral) internet access.  * Useful to have static IP addresses (IPv6 and IPv4).  * Useful to easily move your server anywhere.  * Strong firewalling (internet access and self-hosted services only available through the VPN, not leaking to your commercial ISP)  * Combine with the [Hotspot app](https://github.com/YunoHost-Apps/hotspot_ynh) to broadcast VPN-protected WiFi to other laptops without any further technical configuration needed."
            ],
            "id_hash": 5753557921187736131,
            "content_hash": 5753557921187736131,
            "location": "src/vpnclient/DESCRIPTION.md:7",
            "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": 77,
            "source_unit": "https://translate.yunohost.org/api/units/138864/?format=api",
            "priority": 100,
            "id": 138864,
            "web_url": "https://translate.yunohost.org/translate/yunohost-apps-test/vpnclient/en/?checksum=cfd8be721707aa43",
            "url": "https://translate.yunohost.org/api/units/138864/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2025-03-19T18:41:30.550991Z"
        }
    ]
}