Translation components API.

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

GET /api/translations/documentation/booksdevelopers-handbookpolicies_index/el/units/?format=api&page=2
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 51,
    "next": null,
    "previous": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbookpolicies_index/el/units/?format=api",
    "results": [
        {
            "translation": "https://translate-dev.freebsd.org/api/translations/documentation/booksdevelopers-handbookpolicies_index/el/?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": 1652039,
            "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdevelopers-handbookpolicies_index/el/?checksum=6c82d72d2cbbfc81",
            "url": "https://translate-dev.freebsd.org/api/units/1652039/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-02-17T12:49:30.869984Z"
        }
    ]
}