Translation components API.

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

GET /api/translations/plugins/hypothesis/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": "http://translate.pkp.sfu.ca/api/translations/plugins/hypothesis/es/?format=api",
            "source": [
                "Hypothes.is Plugin"
            ],
            "previous_source": "",
            "target": [
                "Módulo Hypothes.is"
            ],
            "id_hash": 1880581505409901436,
            "content_hash": 4635266380527730355,
            "location": "",
            "context": "plugins.generic.hypothesis.name",
            "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": 2,
            "source_unit": "http://translate.pkp.sfu.ca/api/units/410081/?format=api",
            "priority": 100,
            "id": 730834,
            "web_url": "http://translate.pkp.sfu.ca/translate/plugins/hypothesis/es/?checksum=9a192aea5920637c",
            "url": "http://translate.pkp.sfu.ca/api/units/730834/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-02-17T21:40:43.692022Z"
        },
        {
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/hypothesis/es/?format=api",
            "source": [
                "This plugin enables Hypothes.is integration into OJS article views for reader annotation and commenting."
            ],
            "previous_source": "",
            "target": [
                "Este módulo permite la integración de Hypothes.is en los artículos bajo el sistema OJS, permitiendo anotaciones y comentarios de los lectores."
            ],
            "id_hash": 845196088531903970,
            "content_hash": -8843648964392560781,
            "location": "",
            "context": "plugins.generic.hypothesis.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": 14,
            "source_unit": "http://translate.pkp.sfu.ca/api/units/410082/?format=api",
            "priority": 100,
            "id": 730835,
            "web_url": "http://translate.pkp.sfu.ca/translate/plugins/hypothesis/es/?checksum=8bbabd5d4e7e65e2",
            "url": "http://translate.pkp.sfu.ca/api/units/730835/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-02-17T21:40:43.694569Z"
        }
    ]
}