Translation components API.

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

GET /api/translations/xwiki-rendering/rendering-api/ru/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://l10n.xwiki.org/api/translations/xwiki-rendering/rendering-api/ru/?format=api",
            "source": [
                "Default syntax"
            ],
            "previous_source": "",
            "target": [
                "Стандартный синтаксис"
            ],
            "id_hash": -2977542259701400683,
            "content_hash": -1607782912087260429,
            "location": "",
            "context": "rendering.async.context.entry.rendering.defaultsyntax",
            "note": "###############################################################################\n# Icon localization\n#\n# This contains the translations of the module in the default language\n# (generally English).\n# \n# Translation key syntax:\n#   <short top level project name>.<short module name>.<propertyName>\n#   where:\n#   * <short top level project name> = top level project name without the \"xwiki-\" prefix,\n#                                     for example: commons, rendering, platform, enterprise, manager, etc\n#   * <short module name> = the name of the Maven module without the <short top level project name> prefix,\n#                           for example: oldcore, scheduler, activitystream, etc\n#   * <propertyName> = the name of the property using camel case,\n#                      for example updateJobClassCommitComment\n#\n# Comments: it's possible to add some detail about a key to make easier to\n#   translate it by adding a comment before it. To make sure a comment is not\n#   assigned to the following key use at least three sharps (###) for the comment\n#   or after it.\n# \n# Deprecated keys:\n#   * when deleting a key it should be moved to deprecated section at the end\n#     of the file (between #@deprecatedstart and #@deprecatedend) and associated to the\n#     first version in which it started to be deprecated\n#   * when renaming a key, it should be moved to the same deprecated section\n#     and a comment should be added with the following syntax:\n#     #@deprecated new.key.name\n#     old.key.name=Some translation\n###############################################################################\n\n####################\n# Async\n####################\n\n",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 1,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://l10n.xwiki.org/api/units/523418/?format=api",
            "priority": 100,
            "id": 568016,
            "web_url": "https://l10n.xwiki.org/translate/xwiki-rendering/rendering-api/ru/?checksum=56ada5172ac8bb95",
            "url": "https://l10n.xwiki.org/api/units/568016/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-06-24T04:33:52.104146Z"
        },
        {
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-rendering/rendering-api/ru/?format=api",
            "source": [
                "Target syntax"
            ],
            "previous_source": "",
            "target": [
                "Целевой синтаксис"
            ],
            "id_hash": 8344991010749310726,
            "content_hash": -4351182912434970296,
            "location": "",
            "context": "rendering.async.context.entry.rendering.targetsyntax",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://l10n.xwiki.org/api/units/523419/?format=api",
            "priority": 100,
            "id": 568017,
            "web_url": "https://l10n.xwiki.org/translate/xwiki-rendering/rendering-api/ru/?checksum=f3cf5d1c518a6706",
            "url": "https://l10n.xwiki.org/api/units/568017/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-06-24T04:33:52.111097Z"
        },
        {
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-rendering/rendering-api/ru/?format=api",
            "source": [
                "Restricted"
            ],
            "previous_source": "",
            "target": [
                "Ограниченный"
            ],
            "id_hash": -6429598486756826778,
            "content_hash": -5744404714807955803,
            "location": "",
            "context": "rendering.async.context.entry.rendering.restricted",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 3,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://l10n.xwiki.org/api/units/523420/?format=api",
            "priority": 100,
            "id": 568018,
            "web_url": "https://l10n.xwiki.org/translate/xwiki-rendering/rendering-api/ru/?checksum=26c57a3de4786166",
            "url": "https://l10n.xwiki.org/api/units/568018/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-06-24T04:33:52.113225Z"
        }
    ]
}