Units API.

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

GET /api/units/31278/?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/boooks_arch-handbook/pt_BR/?format=api",
    "source": [
        "/*\n * Initialize memory.\n */\n\t\tmov $0x5e00,%di\t\t# Memory to initialize\n\t\tmov $(0x9000-0x5e00)/2,%cx\t# Words to zero\n\t\trep\t\t\t\t# Zero-fill\n\t\tstosw\t\t\t\t#  memory"
    ],
    "previous_source": "",
    "target": [
        "/*\n * Initialize memory.\n */\n\t\tmov $0x5e00,%di\t\t# Memory to initialize\n\t\tmov $(0x9000-0x5e00)/2,%cx\t# Words to zero\n\t\trep\t\t\t\t# Zero-fill\n\t\tstosw\t\t\t\t#  memory"
    ],
    "id_hash": 7102389878318387376,
    "content_hash": 7102389878318387376,
    "location": "book.translate.xml:1696",
    "context": "",
    "note": "(itstool) path: figure/programlisting",
    "flags": "no-wrap",
    "labels": [],
    "state": 20,
    "fuzzy": false,
    "translated": true,
    "approved": false,
    "position": 181,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": true,
    "num_words": 23,
    "source_unit": "https://translate-dev.freebsd.org/api/units/102325/?format=api",
    "priority": 100,
    "id": 31278,
    "web_url": "https://translate-dev.freebsd.org/translate/freebsd-doc/boooks_arch-handbook/pt_BR/?checksum=e290c1f6d97f50b0",
    "url": "https://translate-dev.freebsd.org/api/units/31278/?format=api",
    "explanation": "",
    "extra_flags": "",
    "pending": false,
    "timestamp": "2019-10-20T12:21:43.836525Z"
}