Translation components API.

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

GET /api/translations/xwiki-contrib/ruby-macro/ko/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-contrib/ruby-macro/ko/?format=api",
            "source": [
                "Ruby"
            ],
            "previous_source": "",
            "target": [
                "루비"
            ],
            "id_hash": -1447226185098040909,
            "content_hash": 1710581112072561321,
            "location": "",
            "context": "rendering.macro.ruby.name",
            "note": "###############################################################################\n# XWiki Core localization\n#\n# This contains the translations of the module in the default language\n# (generally English).\n# \n# See https://dev.xwiki.org/xwiki/bin/view/Community/L10N/Conventions/ for more details about about\n# translation key naming.\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",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 1,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://l10n.xwiki.org/api/units/560553/?format=api",
            "priority": 100,
            "id": 575371,
            "web_url": "https://l10n.xwiki.org/translate/xwiki-contrib/ruby-macro/ko/?checksum=6bea6b73cf9669b3",
            "url": "https://l10n.xwiki.org/api/units/575371/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-12-28T17:33:48.001012Z"
        },
        {
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-contrib/ruby-macro/ko/?format=api",
            "source": [
                "Execute a ruby script."
            ],
            "previous_source": "",
            "target": [
                "루비 스크립트를 실행합니다."
            ],
            "id_hash": -6914897232034853372,
            "content_hash": -8617849946756771203,
            "location": "",
            "context": "rendering.macro.ruby.description",
            "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": 4,
            "source_unit": "https://l10n.xwiki.org/api/units/560554/?format=api",
            "priority": 100,
            "id": 575372,
            "web_url": "https://l10n.xwiki.org/translate/xwiki-contrib/ruby-macro/ko/?checksum=2009599aaa3b0e04",
            "url": "https://l10n.xwiki.org/api/units/575372/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-12-28T17:33:48.004954Z"
        },
        {
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-contrib/ruby-macro/ko/?format=api",
            "source": [
                "the ruby script to execute"
            ],
            "previous_source": "",
            "target": [
                "실행할 루비 스크립트"
            ],
            "id_hash": -2987222144333286124,
            "content_hash": 7288545200377455523,
            "location": "",
            "context": "rendering.macro.ruby.content.description",
            "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": 5,
            "source_unit": "https://l10n.xwiki.org/api/units/560555/?format=api",
            "priority": 100,
            "id": 575373,
            "web_url": "https://l10n.xwiki.org/translate/xwiki-contrib/ruby-macro/ko/?checksum=568b414965d57514",
            "url": "https://l10n.xwiki.org/api/units/575373/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-12-28T17:33:48.007482Z"
        }
    ]
}