Units API.

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

GET /api/units/1723322/?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/booksdesign-44bsd_index/zh_CN/?format=api",
    "source": [
        "The process lifecycle is depicted in crossref:design-44bsd[fig-process-lifecycle,Process lifecycle].  A process may create a new process that is a copy of the original by using the _fork_ system call.  The _fork_ call returns twice: once in the parent process, where the return value is the process identifier of the child, and once in the child process, where the return value is 0.  The parent-child relationship induces a hierarchical structure on the set of processes in the system.  The new process shares all its parent's resources, such as file descriptors, signal-handling status, and memory layout."
    ],
    "previous_source": "",
    "target": [
        ""
    ],
    "id_hash": 6451781316361499026,
    "content_hash": 6451781316361499026,
    "location": "documentation/content/en/books/design-44bsd/_index.adoc:238",
    "context": "",
    "note": "type: Plain text",
    "flags": "",
    "labels": [],
    "state": 0,
    "fuzzy": false,
    "translated": false,
    "approved": false,
    "position": 130,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": false,
    "num_words": 93,
    "source_unit": "https://translate-dev.freebsd.org/api/units/1723278/?format=api",
    "priority": 100,
    "id": 1723322,
    "web_url": "https://translate-dev.freebsd.org/translate/documentation/booksdesign-44bsd_index/zh_CN/?checksum=d98954ec9a3ab192",
    "url": "https://translate-dev.freebsd.org/api/units/1723322/?format=api",
    "explanation": "",
    "extra_flags": "",
    "pending": false,
    "timestamp": "2024-12-29T15:32:50.312176Z"
}