Translation components API.

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

GET /api/translations/yast-docker/master/eu/units/?format=api&page=2
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 51,
    "next": null,
    "previous": "https://l10n.opensuse.org/api/translations/yast-docker/master/eu/units/?format=api",
    "results": [
        {
            "translation": "https://l10n.opensuse.org/api/translations/yast-docker/master/eu/?format=api",
            "source": [
                "Docker service does not run. \\\nRun this module as root or start docker service manually."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 884626002804570621,
            "content_hash": 884626002804570621,
            "location": "src/lib/ydocker/main_dialog.rb:80",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 17,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 16,
            "source_unit": "https://l10n.opensuse.org/api/units/12576985/?format=api",
            "priority": 100,
            "id": 10526328,
            "web_url": "https://l10n.opensuse.org/translate/yast-docker/master/eu/?checksum=8c46d2a9a03d79fd",
            "url": "https://l10n.opensuse.org/api/units/10526328/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2018-06-12T11:51:31.835859Z"
        }
    ]
}