Units API.

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

GET /api/units/108125/?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/freebsd-doc/boooks_faq/en/?format=api",
    "source": [
        "The FreeBSD kernel uses a number of resource locks to arbitrate contention for certain resources. When multiple kernel threads try to obtain multiple resource locks, there's always the potential for a deadlock, where two threads have each obtained one of the locks and blocks forever waiting for the other thread to release one of the other locks. This sort of locking problem can be avoided if all threads obtain the locks in the same order."
    ],
    "previous_source": "",
    "target": [
        "The FreeBSD kernel uses a number of resource locks to arbitrate contention for certain resources. When multiple kernel threads try to obtain multiple resource locks, there's always the potential for a deadlock, where two threads have each obtained one of the locks and blocks forever waiting for the other thread to release one of the other locks. This sort of locking problem can be avoided if all threads obtain the locks in the same order."
    ],
    "id_hash": -4261377977412324031,
    "content_hash": -4261377977412324031,
    "location": "book.translate.xml:2139",
    "context": "",
    "note": "(itstool) path: answer/para",
    "flags": "",
    "labels": [],
    "state": 100,
    "fuzzy": false,
    "translated": true,
    "approved": false,
    "position": 346,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": false,
    "num_words": 75,
    "source_unit": "https://translate-dev.freebsd.org/api/units/108125/?format=api",
    "priority": 100,
    "id": 108125,
    "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_faq/en/?checksum=44dc8b4eaaaa7541",
    "url": "https://translate-dev.freebsd.org/api/units/108125/?format=api",
    "explanation": "",
    "extra_flags": "",
    "pending": false,
    "timestamp": "2019-10-20T12:24:32.005782Z"
}