Units API.

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

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

{
    "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksarch-handbooklocking_index/en/?format=api",
    "source": [
        "A mutex is simply a lock used to guarantee mutual exclusion. Specifically, a mutex may only be owned by one entity at a time. If another entity wishes to obtain a mutex that is already owned, it must wait until the mutex is released. In the FreeBSD kernel, mutexes are owned by processes."
    ],
    "previous_source": "",
    "target": [
        "A mutex is simply a lock used to guarantee mutual exclusion. Specifically, a mutex may only be owned by one entity at a time. If another entity wishes to obtain a mutex that is already owned, it must wait until the mutex is released. In the FreeBSD kernel, mutexes are owned by processes."
    ],
    "id_hash": -8933787611897280946,
    "content_hash": -8933787611897280946,
    "location": "documentation/content/en/books/arch-handbook/locking/_index.adoc:58",
    "context": "",
    "note": "type: Plain text",
    "flags": "",
    "labels": [],
    "state": 100,
    "fuzzy": false,
    "translated": true,
    "approved": false,
    "position": 6,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": false,
    "num_words": 53,
    "source_unit": "https://translate-dev.freebsd.org/api/units/1126888/?format=api",
    "priority": 100,
    "id": 1126888,
    "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksarch-handbooklocking_index/en/?checksum=0404cf800e13c64e",
    "url": "https://translate-dev.freebsd.org/api/units/1126888/?format=api",
    "explanation": "",
    "extra_flags": "",
    "pending": false,
    "timestamp": "2021-05-23T13:13:15.300209Z"
}