Units API.

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

GET /api/units/99574/?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/freebsd-doc/articles_linux-emulation/en/?format=api",
    "source": [
        "The FreeBSD <literal>proc</literal> structure contains a <literal>p_sysent</literal> entry that identifies, which ABI this process is running. In fact, it is a pointer to the <literal>sysentvec</literal> described above. So by comparing this pointer to the address where the <literal>sysentvec</literal> structure for the given ABI is stored we can effectively determine whether the process belongs to our emulation layer. The code typically looks like:"
    ],
    "previous_source": "",
    "target": [
        "The FreeBSD <literal>proc</literal> structure contains a <literal>p_sysent</literal> entry that identifies, which ABI this process is running. In fact, it is a pointer to the <literal>sysentvec</literal> described above. So by comparing this pointer to the address where the <literal>sysentvec</literal> structure for the given ABI is stored we can effectively determine whether the process belongs to our emulation layer. The code typically looks like:"
    ],
    "id_hash": -8978483788285337523,
    "content_hash": -8978483788285337523,
    "location": "article.translate.xml:1133",
    "context": "",
    "note": "(itstool) path: sect3/para",
    "flags": "",
    "labels": [],
    "state": 100,
    "fuzzy": false,
    "translated": true,
    "approved": false,
    "position": 176,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": false,
    "num_words": 62,
    "source_unit": "https://translate-dev.freebsd.org/api/units/99574/?format=api",
    "priority": 100,
    "id": 99574,
    "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/articles_linux-emulation/en/?checksum=0366049089a6204d",
    "url": "https://translate-dev.freebsd.org/api/units/99574/?format=api",
    "explanation": "",
    "extra_flags": "",
    "pending": false,
    "timestamp": "2019-10-20T12:10:39.968563Z"
}