Translation components API.

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

GET /api/translations/xwiki-platform/xwiki-xwikisyntaxhorizontalline/es/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-xwikisyntaxhorizontalline/es/?format=api",
            "source": [
                "= Editing =\n\n== Horizontal Line ==\n\n=== 1.0 Horizontal Line ===\n\n{{info}}There must be 4 or more dashes.{{/info}}\n\n|=Feature|=XWiki Syntax 1.0|=Result\n|Simple horizontal line|{{{----}}}|(((----)))\n|Parametrized horizontal line|<hr style=\"border-color:blue\"/>|(((\n(% style=\"border-color:blue\" %)\n----\n)))\n\n=== 2.0 Horizontal Line ===\n\n{{info}}There must be 4 or more dashes.{{/info}}\n\n|=Feature|=XWiki Syntax {{velocity}}$crtSyntaxVer{{/velocity}}|=Result\n|Simple horizontal line|{{{----}}}|(((----)))\n|Parametrized horizontal line|((({{{\n(% style=\"border-color:blue\" %)\n----\n}}})))|(((\n(% style=\"border-color:blue\" %)\n----\n)))"
            ],
            "previous_source": "= Editing =\n\n== Horizontal Line ==\n\n=== 1.0 Horizontal Line ===\n\n{{info}}There must be 4 or more dashes.{{/info}}\n\n{{info}}Note that this is different from Creole where exactly 4 dashes are required.{{/info}}\n\n|=Feature|=XWiki Syntax 1.0|=Result\n|Simple horizontal line|{{{----}}}|(((----)))\n|Parametrized horizontal line|<hr style=\"color:blue\"/>|(((\n(% style=\"color:blue\" %)\n----\n)))\n\n=== 2.0 Horizontal Line ===\n\n{{info}}There must be 4 or more dashes.{{/info}}\n\n{{info}}Note that this is different from Creole where exactly 4 dashes are required.{{/info}}\n\n|=Feature|=XWiki Syntax {{velocity}}$crtSyntaxVer{{/velocity}}|=Result\n|Simple horizontal line|{{{----}}}|(((----)))\n|Parametrized horizontal line|((({{{\n(% style=\"color:blue\" %)\n----\n}}})))|(((\n(% style=\"color:blue\" %)\n----\n)))",
            "target": [
                "= Edición =\n\n== Línea horizontal ==\n\n=== 1.0 Horizontal Line ===\n\n{{info}}Tiene que haber 4 o más guiones.{{/info}}\n\n{{info}}Ten en cuenta que esto es diferente de Creole donde se requiere exactamente 4 guiones.{{/info}}\n\n|=Funcionalidad|=Sintaxis XWiki 1.0|=Resultado\n|Línea horizontal simple|{{{----}}}|(((----)))\n|Línea horizontal parametrizada|<hr style=\"color:blue\"/>|(((\n(% style=\"color:blue\" %)\n----\n)))\n\n=== 2.0 Horizontal Line ===\n\n{{info}}Tiene que haber 4 o más guiones.{{/info}}\n\n{{info}}Ten en cuenta que esto es diferente de Creole donde se requiere exactamente 4 guiones.{{/info}}\n\n|=Funcionalidad|=Sintaxis XWiki {{velocity}}$crtSyntaxVer{{/velocity}}|=Resultado\n|Línea horizontal simple|{{{----}}}|(((----)))\n|Línea horizontal parametrizada|((({{{\n(% style=\"color:blue\" %)\n----\n}}})))|(((\n(% style=\"color:blue\" %)\n----\n)))"
            ],
            "id_hash": 4321460072923956526,
            "content_hash": 1273298526055104361,
            "location": "",
            "context": "content",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "approved": false,
            "position": 1,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": true,
            "num_words": 65,
            "source_unit": "https://l10n.xwiki.org/api/units/465618/?format=api",
            "priority": 100,
            "id": 465623,
            "web_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-xwikisyntaxhorizontalline/es/?checksum=bbf8e90a4daa852e",
            "url": "https://l10n.xwiki.org/api/units/465623/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-12-02T15:33:03.992657Z"
        },
        {
            "translation": "https://l10n.xwiki.org/api/translations/xwiki-platform/xwiki-xwikisyntaxhorizontalline/es/?format=api",
            "source": [
                "XWikiSyntaxHorizontalLine"
            ],
            "previous_source": "",
            "target": [
                "XWikiSyntaxHorizontalLine"
            ],
            "id_hash": -7901431335316922026,
            "content_hash": -4918870851011459060,
            "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/465619/?format=api",
            "priority": 100,
            "id": 465624,
            "web_url": "https://l10n.xwiki.org/translate/xwiki-platform/xwiki-xwikisyntaxhorizontalline/es/?checksum=12587a10694b6156",
            "url": "https://l10n.xwiki.org/api/units/465624/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2020-12-02T15:33:04.227296Z"
        }
    ]
}