Translation components API.

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

GET /api/translations/ooops/ooops_project_guest/it/units/?format=api&page=2
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 22,
    "next": null,
    "previous": "http://weblate.ops404.it/api/translations/ooops/ooops_project_guest/it/units/?format=api",
    "results": [
        {
            "translation": "http://weblate.ops404.it/api/translations/ooops/ooops_project_guest/it/?format=api",
            "source": [
                "This user is not a guest of this task he/she will not be able to see this task"
            ],
            "previous_source": "",
            "target": [
                "Questo utente non è un ospite di questa task e non sarà in grado di vedere questa attività."
            ],
            "id_hash": 6953754298710691795,
            "content_hash": 6953754298710691795,
            "location": "code:addons/ooops_project_guest/models/mail_activity.py:30",
            "context": "",
            "note": "module: ooops_project_guest",
            "flags": "python-format",
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 22,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 18,
            "source_unit": "http://weblate.ops404.it/api/units/21943/?format=api",
            "priority": 100,
            "id": 21981,
            "web_url": "http://weblate.ops404.it/translate/ooops/ooops_project_guest/it/?checksum=e080b2b12dff0fd3",
            "url": "http://weblate.ops404.it/api/units/21981/?format=api",
            "explanation": "",
            "extra_flags": ""
        },
        {
            "translation": "http://weblate.ops404.it/api/translations/ooops/ooops_project_guest/it/?format=api",
            "source": [
                "<strong>\n                                Following Guest User(s) are not followers of this\n                                project\n                            </strong>"
            ],
            "previous_source": "",
            "target": [
                "<strong>I seguenti utenti ospiti non sono follower di questo progetto</strong>"
            ],
            "id_hash": 6719968587337647606,
            "content_hash": 6719968587337647606,
            "location": "model_terms:ir.ui.view,arch_db:ooops_project_guest.project_guest_group_form_view",
            "context": "",
            "note": "module: ooops_project_guest",
            "flags": "",
            "state": 10,
            "fuzzy": true,
            "translated": false,
            "approved": false,
            "position": 1,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 11,
            "source_unit": "http://weblate.ops404.it/api/units/80081/?format=api",
            "priority": 100,
            "id": 80082,
            "web_url": "http://weblate.ops404.it/translate/ooops/ooops_project_guest/it/?checksum=dd421fd3860b45f6",
            "url": "http://weblate.ops404.it/api/units/80082/?format=api",
            "explanation": "",
            "extra_flags": ""
        }
    ]
}