Translation components API.

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

GET /api/translations/yast-docker/master/es/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/es/units/?format=api",
    "results": [
        {
            "translation": "https://l10n.opensuse.org/api/translations/yast-docker/master/es/?format=api",
            "source": [
                "Docker service does not run. \\\nRun this module as root or start docker service manually."
            ],
            "previous_source": "",
            "target": [
                "El servicio Docker no está en ejecución. \nEjecute este módulo como usuario «root» o inicie el servicio Docker manualmente."
            ],
            "id_hash": 884626002804570621,
            "content_hash": 884626002804570621,
            "location": "src/lib/ydocker/main_dialog.rb:80",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "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": 10526326,
            "web_url": "https://l10n.opensuse.org/translate/yast-docker/master/es/?checksum=8c46d2a9a03d79fd",
            "url": "https://l10n.opensuse.org/api/units/10526326/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2018-06-12T11:51:31.835859Z"
        }
    ]
}