Units API.

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

GET /api/units/1465919/?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-handbookpolicies_index/ko/?format=api",
    "source": [
        "The ELF dynamic linker matches library names literally.  There is a popular convention where library version is written in the form `libexample.so.x.y`, where x is the major version, and y is minor.  Common practice is to set the library' soname (`DT_SONAME` ELF tag) to `libexample.so.x`, and set up symlinks `libexample.so.x->libexample.so.x.y`, `libexample.so->libexample.so.x` on library installation for the latest minor version y.  Then, since the static linker searches for `libexample.so` when the `-lexample` command line option is specified, objects linked with libexample get a dependency on the right library.  Almost all popular build systems use this scheme automatically."
    ],
    "previous_source": "",
    "target": [
        ""
    ],
    "id_hash": -1404323544762155903,
    "content_hash": -1404323544762155903,
    "location": "documentation/content/en/books/developers-handbook/policies/_index.adoc:165",
    "context": "",
    "note": "type: Plain text",
    "flags": "",
    "labels": [],
    "state": 0,
    "fuzzy": false,
    "translated": false,
    "approved": false,
    "position": 51,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": false,
    "num_words": 96,
    "source_unit": "https://translate-dev.freebsd.org/api/units/1251014/?format=api",
    "priority": 100,
    "id": 1465919,
    "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbookpolicies_index/ko/?checksum=6c82d72d2cbbfc81",
    "url": "https://translate-dev.freebsd.org/api/units/1465919/?format=api",
    "explanation": "",
    "extra_flags": "",
    "pending": false,
    "timestamp": "2023-03-06T23:21:51.842295Z"
}