Units API.

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

GET /api/units/1194795/?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/booksdevelopers-handbooksecure_index/de_DE/?format=api",
    "source": [
        "Some of the common causes of race conditions are signals, access checks, and file opens.  Signals are asynchronous events by nature so special care must be taken in dealing with them.  Checking access with `access(2)` then `open(2)` is clearly non-atomic.  Users can move files in between the two calls.  Instead, privileged applications should `seteuid()` and then call `open()` directly.  Along the same lines, an application should always set a proper umask before `open()` to obviate the need for spurious `chmod()` calls."
    ],
    "previous_source": "",
    "target": [
        ""
    ],
    "id_hash": -915033284314194097,
    "content_hash": -915033284314194097,
    "location": "documentation/content/en/books/developers-handbook/secure/_index.adoc:289",
    "context": "",
    "note": "type: Plain text",
    "flags": "",
    "labels": [],
    "state": 0,
    "fuzzy": false,
    "translated": false,
    "approved": false,
    "position": 78,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": false,
    "num_words": 81,
    "source_unit": "https://translate-dev.freebsd.org/api/units/1194794/?format=api",
    "priority": 100,
    "id": 1194795,
    "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbooksecure_index/de_DE/?checksum=734d261372cb1f4f",
    "url": "https://translate-dev.freebsd.org/api/units/1194795/?format=api",
    "explanation": "",
    "extra_flags": "",
    "pending": false,
    "timestamp": "2021-06-08T11:36:15.964406Z"
}