Units API.

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

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

{
    "translation": "https://weblate.tusky.app/api/translations/tusky/tusky/en/?format=api",
    "source": [
        "This cannot be empty."
    ],
    "previous_source": "",
    "target": [
        "This cannot be empty."
    ],
    "id_hash": 6744773745538762735,
    "content_hash": 7616683534481299535,
    "location": "",
    "context": "error_empty",
    "note": "",
    "flags": "",
    "labels": [
        {
            "id": 1,
            "name": "Error messages",
            "color": "red"
        }
    ],
    "state": 100,
    "fuzzy": false,
    "translated": true,
    "approved": false,
    "position": 3,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": true,
    "num_words": 4,
    "source_unit": "https://weblate.tusky.app/api/units/56307/?format=api",
    "priority": 100,
    "id": 56307,
    "web_url": "https://weblate.tusky.app/translate/tusky/tusky/en/?checksum=dd9a3ffc793807ef",
    "url": "https://weblate.tusky.app/api/units/56307/?format=api",
    "explanation": "",
    "extra_flags": "",
    "pending": false,
    "timestamp": "2020-08-25T11:02:19.824873Z"
}