Units API.

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

GET /api/units/17/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "translation": "https://i18n.tweaked.cc/api/translations/cc-tweaked/minecraft/en/?format=api",
    "source": [
        "%s %s Turtle"
    ],
    "previous_source": "",
    "target": [
        "%s %s Turtle"
    ],
    "id_hash": 4131159837500537353,
    "content_hash": -8177620538503188392,
    "location": "",
    "context": "block.computercraft.turtle_normal.upgraded_twice",
    "note": "",
    "flags": "",
    "labels": [
        "Block/item names"
    ],
    "state": 100,
    "fuzzy": false,
    "translated": true,
    "approved": false,
    "position": 25,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": true,
    "num_words": 3,
    "source_unit": "https://i18n.tweaked.cc/api/units/17/?format=api",
    "priority": 100,
    "id": 17,
    "web_url": "https://i18n.tweaked.cc/translate/cc-tweaked/minecraft/en/?checksum=b954d3fc00947a09",
    "url": "https://i18n.tweaked.cc/api/units/17/?format=api",
    "explanation": "A turtle with a single upgrade. The two %s are replaced with the upgrades' adjectives, for instance \"Wireless Mining Turtle\".\r\n\r\nThe naming of this should be consistent with the main turtle key (`blocks.computercraft.turtle_normal`) but also grammatically correct with all upgrade adjectives. If needed, it's acceptable just to call it \"Turtle (%s, %s)\".",
    "extra_flags": "",
    "pending": false,
    "timestamp": "2020-06-17T18:40:18.994433Z"
}