Units API.

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

GET /api/units/4475634/?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/v-master/hu/?format=api",
    "source": [
        "Valgrind checks all memory operations in an application, like read, write, malloc, new, free, and delete. Valgrind can find uses of uninitialized memory, access to already freed memory, overflows, illegal stack operations, memory leaks, and any illegal new/malloc/free/delete commands. Another program in the package is \"cachegrind,\" a profiler based on the valgrind engine.\n\nTo use valgrind you should compile your application with \"-g -O0\" compiler options. Afterwards you can use it with:\n\nvalgrind --tool=memcheck --sloppy-malloc=yes --leak-check=yes\n--db-attach=yes my_application, for example.\n\nMore valgrind options can be listed via \"valgrind --help\". There is also complete documentation in the /usr/share/doc/packages/valgrind/ directory. A debugged application runs slower and needs much more memory, but is usually still usable. Valgrind is still in development, but it has been successfully used to optimize several KDE applications."
    ],
    "previous_source": "",
    "target": [
        ""
    ],
    "id_hash": 7015416437133232912,
    "content_hash": 7015416437133232912,
    "location": "",
    "context": "",
    "note": "leap/valgrind/description\nleap/valgrind/valgrind-32bit/description",
    "flags": "",
    "labels": [],
    "state": 0,
    "fuzzy": false,
    "translated": false,
    "approved": false,
    "position": 247,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": false,
    "num_words": 129,
    "source_unit": "https://l10n.opensuse.org/api/units/12621832/?format=api",
    "priority": 100,
    "id": 4475634,
    "web_url": "https://l10n.opensuse.org/translate/packages-i18n/v-master/hu/?checksum=e15bc4148ec34b10",
    "url": "https://l10n.opensuse.org/api/units/4475634/?format=api",
    "explanation": "",
    "extra_flags": "",
    "pending": false,
    "timestamp": "2016-12-02T08:15:53Z"
}