Units API.

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

GET /api/units/20/?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": [
        "Advanced %s %s Turtle"
    ],
    "previous_source": "",
    "target": [
        "Advanced %s %s Turtle"
    ],
    "id_hash": 904766733565179957,
    "content_hash": 5895407847198627868,
    "location": "",
    "context": "block.computercraft.turtle_advanced.upgraded_twice",
    "note": "",
    "flags": "",
    "labels": [
        "Block/item names"
    ],
    "state": 100,
    "fuzzy": false,
    "translated": true,
    "approved": false,
    "position": 22,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": true,
    "num_words": 4,
    "source_unit": "https://i18n.tweaked.cc/api/units/20/?format=api",
    "priority": 100,
    "id": 20,
    "web_url": "https://i18n.tweaked.cc/translate/cc-tweaked/minecraft/en/?checksum=8c8e608ceebe3835",
    "url": "https://i18n.tweaked.cc/api/units/20/?format=api",
    "explanation": "A turtle with a single upgrade. The two %s are replaced with the upgrades' adjectives, for instance \"Advanced Wireless Mining Turtle\".\r\n\r\nThe naming of this should be consistent with the main turtle key (`blocks.computercraft.turtle_advanced`) but also grammatically correct with all upgrade adjectives. If needed, it's acceptable just to call it \"Advanced Turtle (%s, %s)\".",
    "extra_flags": "",
    "pending": false,
    "timestamp": "2020-06-17T18:40:19.116180Z"
}