Translation components API.

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

GET /api/translations/yast-pam/master/ast/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://l10n.opensuse.org/api/translations/yast-pam/master/ast/?format=api",
            "source": [
                "The automatic login feature is enabled for user %1.\n%2\nDisable automatic login?"
            ],
            "previous_source": "",
            "target": [
                "La carauterística d'aniciu automáticu de sesión ta habilitada pal usuariu %1.\n%2\n¿Deshabilitar l'aniciu automáticu de sesión?"
            ],
            "id_hash": 6835692833339938278,
            "content_hash": 6835692833339938278,
            "location": "src/modules/Autologin.rb:162",
            "context": "",
            "note": "popup text (%1 is user name, %2 is additional info,\nlike \"Now LDAP was enabled\")",
            "flags": "ycp-format",
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 1,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 13,
            "source_unit": "https://l10n.opensuse.org/api/units/12579800/?format=api",
            "priority": 100,
            "id": 2066570,
            "web_url": "https://l10n.opensuse.org/translate/yast-pam/master/ast/?checksum=dedd426a34e915e6",
            "url": "https://l10n.opensuse.org/api/units/2066570/?format=api",
            "explanation": "",
            "extra_flags": ""
        }
    ]
}