Units API.

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

GET /api/units/1234/?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": "No account configured",
    "previous_source": "",
    "target": "No account configured",
    "id_hash": 3573542813392871894,
    "content_hash": 6680136691597798111,
    "location": "",
    "context": "no_account_configured",
    "note": " Side menu ",
    "flags": "",
    "fuzzy": false,
    "translated": true,
    "approved": false,
    "position": 50,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": false,
    "num_words": 3,
    "priority": 100,
    "id": 1234,
    "web_url": "https://weblate.linphone.org/translate/linphone/linphone-android/en/?checksum=b197c6415deea1d6",
    "url": "https://weblate.linphone.org/api/units/1234/?format=api"
}