Units API.

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

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

{
    "translation": "https://l10n.opensuse.org/api/translations/packages-i18n/ghc-master/ar/?format=api",
    "source": [
        "This package provides a higher-level interface over threads, in which an 'Async a' is a concurrent thread that will eventually deliver a value of type 'a'. The package provides ways to create 'Async' computations, wait for their results, and cancel them.\n\nUsing 'Async' is safer than using threads in two ways: \n* When waiting for a thread to return a result, if the thread dies with an exception then the caller must either re-throw the exception ('wait') or handle it ('waitCatch'); the exception cannot be ignored. \n* The API makes it possible to build a tree of threads that are automatically killed when their parent dies (see 'withAsync')."
    ],
    "previous_source": "",
    "target": [
        ""
    ],
    "id_hash": 5826429803483475321,
    "content_hash": 5826429803483475321,
    "location": "",
    "context": "",
    "note": "leap/ghc-async/description",
    "flags": "",
    "state": 0,
    "fuzzy": false,
    "translated": false,
    "approved": false,
    "position": 196,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": false,
    "num_words": 108,
    "source_unit": "https://l10n.opensuse.org/api/units/12664630/?format=api",
    "priority": 100,
    "id": 9220777,
    "web_url": "https://l10n.opensuse.org/translate/packages-i18n/ghc-master/ar/?checksum=d0dba3095961ad79",
    "url": "https://l10n.opensuse.org/api/units/9220777/?format=api",
    "explanation": "",
    "extra_flags": ""
}