Units API.

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

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

{
    "translation": "https://translate.fedoraproject.org/api/translations/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-hetzner/zh_CN/?format=api",
    "source": [
        "IMAGE_ID=\"$(hcloud image list \\\n    --type=snapshot \\\n    --selector=os=fedora-coreos \\\n    --output json \\\n    | jq -r '.[0].id')\"\nSSH_KEY_NAME=\"fedora-coreos-hetzner\"  # See: hcloud ssh-key list\nDATACENTER=\"fsn1-dc14\"                # See: hcloud datacenter list\nTYPE=\"cx22\"                           # See: hcloud server-type list\nNAME=\"fedora-coreos-test\"\nIGNITION_CONFIG=\"./config.ign\"\nhcloud server create \\\n    --name \"$NAME\" \\\n    --type \"$TYPE\" \\\n    --datacenter \"$DATACENTER\" \\\n    --image \"$IMAGE_ID\" \\\n    --ssh-key \"$SSH_KEY_NAME\" \\\n    --user-data-from-file \"$IGNITION_CONFIG\"\n"
    ],
    "previous_source": "",
    "target": [
        ""
    ],
    "id_hash": -5718543046905721036,
    "content_hash": -5718543046905721036,
    "location": "./pages/provisioning-hetzner.adoc:111",
    "context": "",
    "note": "type: delimited block -",
    "flags": "no-wrap",
    "labels": [],
    "state": 0,
    "fuzzy": false,
    "translated": false,
    "approved": false,
    "position": 29,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": false,
    "num_words": 56,
    "source_unit": "https://translate.fedoraproject.org/api/units/19170534/?format=api",
    "priority": 100,
    "id": 19171645,
    "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-hetzner/zh_CN/?checksum=30a3a765a0678f34",
    "url": "https://translate.fedoraproject.org/api/units/19171645/?format=api",
    "explanation": "",
    "extra_flags": "",
    "pending": false,
    "timestamp": "2025-04-03T11:27:09.204799Z",
    "last_updated": "2025-04-03T11:27:09.204816Z"
}