Units API.

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

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

{
    "translation": "https://translate.harmony.tf/api/translations/test/test-git/en/?format=api",
    "source": [
        "thanks"
    ],
    "previous_source": "",
    "target": [
        "thanks"
    ],
    "id_hash": 7213559320618224272,
    "content_hash": 7890537331583556710,
    "location": "",
    "context": "weblate->thanks\"",
    "note": "",
    "flags": "",
    "labels": [],
    "state": 20,
    "fuzzy": false,
    "translated": true,
    "approved": false,
    "position": 4,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": false,
    "num_words": 1,
    "source_unit": "https://translate.harmony.tf/api/units/8/?format=api",
    "priority": 99,
    "id": 8,
    "web_url": "https://translate.harmony.tf/translate/test/test-git/en/?checksum=e41bb5fba7a84a90",
    "url": "https://translate.harmony.tf/api/units/8/?format=api",
    "explanation": "",
    "extra_flags": "priority:99",
    "pending": false,
    "timestamp": "2021-12-23T06:22:32.955164Z"
}