Translation components API.

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

GET /api/translations/yunohost-apps-test/localai/fr/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/localai/fr/?format=api",
            "source": [
                "LocalAI is the free, Open Source OpenAI alternative. LocalAI act as a drop-in replacement REST API that’s compatible with OpenAI (Elevenlabs, Anthropic... ) API specifications for local AI inferencing. It allows you to run LLMs, generate images, audio (and not only) locally or on-prem with consumer grade hardware, supporting multiple model families. Does not require GPU."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 4117420106578707128,
            "content_hash": 4117420106578707128,
            "location": "src/localai/DESCRIPTION.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": 56,
            "source_unit": "https://translate.yunohost.org/api/units/137528/?format=api",
            "priority": 100,
            "id": 137529,
            "web_url": "https://translate.yunohost.org/translate/yunohost-apps-test/localai/fr/?checksum=b92403c59bacc2b8",
            "url": "https://translate.yunohost.org/api/units/137529/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2025-03-19T18:41:06.154484Z"
        }
    ]
}