Units API.

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

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