Translation components API.

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

GET /api/translations/xwiki-platform/xwiki-xwikisyntaxescapes/ru/units/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxescapes/ru/?format=api",
            "source": [
                "= Advanced =\n\n== Escapes ==\n\n=== 1.0 Escapes ===\n\nAllows to escape XWiki Syntax.\n\n|=Feature|=XWiki Syntax 1.0|=Result\n|Escape a character|{{{This is not a [link]}}}|{{{This is not a [link]}}}\n\n=== 2.0 Escapes ===\n\nAllows to escape XWiki Syntax.\n\n|=Feature|=XWiki Syntax {{velocity}}$crtSyntaxVer{{/velocity}}|=Result\n|Escape a character|(((\n{{{This is not a ~[~[link~]~]}}}\n{{info}}To enter a ~~ character use a double escape: ~~~~{{/info}}\n)))|{{{This is not a [[link]]}}}\n|Escape longer text\n(also see \"Verbatim\")|~{~{~{{{{ some **longer** text //without// formatting}}}~}~}~}|{{{ some **longer** text //without// formatting}}}"
            ],
            "previous_source": "",
            "target": [
                "= Продвинутый =\n\n== Экранирование ==\n\n=== 1.0 Escapes ===\n\nПозволяет экранировать XWiki-разметку.\n\n|=Функциональность|=Синтаксис XWiki 1.0|=Результат\n|Экранирование символа|{{{Это не [ссылка]}}}|{{{Это не [ссылка]}}}\n\n=== 2.0 Escapes ===\n\nПозволяет экранировать XWiki-разметку.\n\n|=Функциональность|=Синтаксис XWiki {{velocity}}$crtSyntaxVer{{/velocity}}|=Результат\n|Экранирование символа|(((\n{{{Это не ~[~[ссылка~]~]}}}\n{{info}}Для ввода символа ~~ используйте двойное экранирование: ~~~~{{/info}}\n)))|{{{Это не [[ссылка]]}}}\n|Экранирование длинного текста\n(см. также \"Verbatim\")|~{~{~{{{{ какой-нибудь **длинный** текст //без// форматирования}}}~}~}~}|{{{ какой-нибудь **длинный** текст //без// форматирования}}}"
            ],
            "id_hash": 4321460072923956526,
            "content_hash": -4592824896804431347,
            "location": "",
            "context": "content",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 1,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 80,
            "source_unit": "https://l10n.xwiki.org/api/units/465205/?format=api",
            "priority": 100,
            "id": 465231,
            "web_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-xwikisyntaxescapes/ru/?checksum=bbf8e90a4daa852e",
            "url": "https://l10n.xwiki.org/api/units/465231/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-12-02T15:30:50.825028Z"
        },
        {
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxescapes/ru/?format=api",
            "source": [
                "XWikiSyntaxEscapes"
            ],
            "previous_source": "",
            "target": [
                "Синтаксис экранирования XWiki"
            ],
            "id_hash": -7901431335316922026,
            "content_hash": -6880140983891889821,
            "location": "",
            "context": "title",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 1,
            "source_unit": "https://l10n.xwiki.org/api/units/465207/?format=api",
            "priority": 100,
            "id": 465232,
            "web_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-xwikisyntaxescapes/ru/?checksum=12587a10694b6156",
            "url": "https://l10n.xwiki.org/api/units/465232/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-12-02T15:30:51.044966Z"
        }
    ]
}