Units API.

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

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

{
    "translation": "https://weblate.linphone.org/api/translations/linphone/linphone-android/en/?format=api",
    "source": "Password",
    "previous_source": "",
    "target": "Password",
    "id_hash": -7337593136108121919,
    "content_hash": -3084527817688382192,
    "location": "",
    "context": "password",
    "note": "",
    "flags": "",
    "fuzzy": false,
    "translated": true,
    "approved": false,
    "position": 28,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": false,
    "num_words": 1,
    "priority": 100,
    "id": 1212,
    "web_url": "https://weblate.linphone.org/translate/linphone/linphone-android/en/?checksum=1a2ba1eb3fee50c1",
    "url": "https://weblate.linphone.org/api/units/1212/?format=api"
}