Units API.

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

GET /api/units/19/?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 Turtle"
    ],
    "previous_source": "",
    "target": [
        "Advanced %s Turtle"
    ],
    "id_hash": -3896214198698109017,
    "content_hash": -6529465034199870764,
    "location": "",
    "context": "block.computercraft.turtle_advanced.upgraded",
    "note": "",
    "flags": "",
    "labels": [
        "Block/item names"
    ],
    "state": 100,
    "fuzzy": false,
    "translated": true,
    "approved": false,
    "position": 21,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": false,
    "num_words": 3,
    "source_unit": "https://i18n.tweaked.cc/api/units/19/?format=api",
    "priority": 100,
    "id": 19,
    "web_url": "https://i18n.tweaked.cc/translate/cc-tweaked/minecraft/en/?checksum=49edddd44dc417a7",
    "url": "https://i18n.tweaked.cc/api/units/19/?format=api",
    "explanation": "A turtle with a single upgrade. The %s is replaced with the upgrade's adjective, for instance \"Advanced 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)\".",
    "extra_flags": "",
    "pending": false,
    "timestamp": "2020-06-17T18:40:19.073539Z"
}