Units API.

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

GET /api/units/11657762/?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-digitalocean/uk/?format=api",
    "language_code": "uk",
    "source": [
        "image_id=$(doctl compute image list-user | grep my-fcos-image | cut -f1 -d ' ')\nkey_id=$(doctl compute ssh-key list | grep my-key | cut -f1 -d ' ')\ndoctl compute droplet create my-fcos-droplet --image \"${image_id}\" --region sfo2 --size s-2vcpu-2gb --user-data-file <ignition-config-path> --ssh-keys \"${key_id}\" --wait\n"
    ],
    "previous_source": "",
    "target": [
        ""
    ],
    "id_hash": -7835858122229874148,
    "content_hash": -7835858122229874148,
    "location": "pages/provisioning-digitalocean.adoc:53",
    "context": "",
    "note": "type: delimited block -",
    "flags": "no-wrap",
    "labels": [],
    "state": 0,
    "fuzzy": false,
    "translated": false,
    "approved": false,
    "position": 22,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": false,
    "num_words": 42,
    "source_unit": "https://translate.fedoraproject.org/api/units/6651501/?format=api",
    "priority": 100,
    "id": 11657762,
    "web_url": "https://translate.fedoraproject.org/translate/fedora-docs-l10n-fedora-coreos/masterpagesprovisioning-digitalocean/uk/?checksum=1341708dd221021c",
    "url": "https://translate.fedoraproject.org/api/units/11657762/?format=api",
    "explanation": "",
    "extra_flags": "",
    "pending": false,
    "timestamp": "2022-09-30T17:19:59.341816Z",
    "last_updated": "2023-06-16T11:46:33.795393Z"
}