Translation components API.

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

GET /api/translations/yunohost-apps-test/cac-proxy/fr/units/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/cac-proxy/fr/?format=api",
            "source": [
                "It works only if you define it as public upon installation otherwise the yunohost SSO will interfere"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -4075304442367374069,
            "content_hash": -4075304442367374069,
            "location": "src/cac-proxy/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": 17,
            "source_unit": "https://translate.yunohost.org/api/units/133417/?format=api",
            "priority": 100,
            "id": 133421,
            "web_url": "https://translate.yunohost.org/translate/yunohost-apps-test/cac-proxy/fr/?checksum=47719c33991f0d0b",
            "url": "https://translate.yunohost.org/api/units/133421/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2025-03-19T18:39:38.495128Z"
        },
        {
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/cac-proxy/fr/?format=api",
            "source": [
                "Cookie Aware Cors Proxy is an http proxy letting the browser itself manages cookies and redirects.  Most other cores proxy directly respond to redirects, and doesn't send cookies, thus breaking the flow."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 4128210003221227049,
            "content_hash": 4128210003221227049,
            "location": "src/cac-proxy/DESCRIPTION.md:3",
            "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": 32,
            "source_unit": "https://translate.yunohost.org/api/units/133418/?format=api",
            "priority": 100,
            "id": 133422,
            "web_url": "https://translate.yunohost.org/translate/yunohost-apps-test/cac-proxy/fr/?checksum=b94a592030372629",
            "url": "https://translate.yunohost.org/api/units/133422/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2025-03-19T18:39:38.497534Z"
        },
        {
            "translation": "https://translate.yunohost.org/api/translations/yunohost-apps-test/cac-proxy/fr/?format=api",
            "source": [
                "With Cookie Aware Cors Proxy, you can call a website not supporting CORS from your own web application, and get the html result."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -8754244487447835926,
            "content_hash": -8754244487447835926,
            "location": "src/cac-proxy/DESCRIPTION.md:5",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 3,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 23,
            "source_unit": "https://translate.yunohost.org/api/units/133419/?format=api",
            "priority": 100,
            "id": 133423,
            "web_url": "https://translate.yunohost.org/translate/yunohost-apps-test/cac-proxy/fr/?checksum=0682ad0548c00aea",
            "url": "https://translate.yunohost.org/api/units/133423/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2025-03-19T18:39:38.499727Z"
        }
    ]
}