Translation components API.

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

GET /api/translations/tails/torrents/id/units/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "translation": "https://translate.tails.boum.org/api/translations/tails/torrents/id/?format=api",
            "source": [
                "The BitTorrent files, signatures, and corresponding package lists [can be found here](/torrents/files/)."
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": -8620419585917913401,
            "content_hash": -8620419585917913401,
            "location": "",
            "context": "",
            "note": "type: Plain text",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 1,
            "has_suggestion": true,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 12,
            "source_unit": "https://translate.tails.boum.org/api/units/483174/?format=api",
            "priority": 100,
            "id": 387950,
            "web_url": "https://translate.tails.boum.org/translate/tails/torrents/id/?checksum=085e1e0f3e8af6c7",
            "url": "https://translate.tails.boum.org/api/units/387950/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2015-06-12T13:21:11Z"
        }
    ]
}