Units API.

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

GET /api/units/10001/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "translation": "https://weblate.ppc.lol/api/translations/peercoin-flutter/translations/en/?format=api",
    "source": [
        "Please enter your PIN"
    ],
    "previous_source": "",
    "target": [
        "Please enter your PIN"
    ],
    "id_hash": -8318778863294495076,
    "content_hash": 6719550040128279965,
    "location": "",
    "context": "authenticate_title",
    "note": "",
    "flags": "",
    "state": 20,
    "fuzzy": false,
    "translated": true,
    "approved": false,
    "position": 108,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": false,
    "num_words": 4,
    "source_unit": "https://weblate.ppc.lol/api/units/10001/?format=api",
    "priority": 100,
    "id": 10001,
    "web_url": "https://weblate.ppc.lol/translate/peercoin-flutter/translations/en/?checksum=c8dc2b2d84dc69c",
    "url": "https://weblate.ppc.lol/api/units/10001/?format=api",
    "explanation": "",
    "extra_flags": ""
}