Units API.

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

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

{
    "translation": "https://translate.pdfforge.org/api/translations/pdfcreator-online/frontend/de/?format=api",
    "source": [
        "... and {count} more"
    ],
    "previous_source": "",
    "target": [
        "... und {count} weitere"
    ],
    "id_hash": 5432244218672235543,
    "content_hash": 5432244218672235543,
    "location": "",
    "context": "",
    "note": "",
    "flags": "",
    "state": 20,
    "fuzzy": false,
    "translated": true,
    "approved": false,
    "position": 31,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": false,
    "num_words": 4,
    "source_unit": "https://translate.pdfforge.org/api/units/136129/?format=api",
    "priority": 100,
    "id": 123570,
    "web_url": "https://translate.pdfforge.org/translate/pdfcreator-online/frontend/de/?checksum=cb633555eb20c417",
    "url": "https://translate.pdfforge.org/api/units/123570/?format=api",
    "explanation": "",
    "extra_flags": ""
}