Units API.

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

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

{
    "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/simple_sql_exercises/uk/?format=api",
    "source": [
        "What is this ``AS``? You can give a table or a column another name by using an alias.  Aliases can make queries easier to both write and to read. So instead of our outputted column name as ``sum`` we write it **AS** the more readable ``population``."
    ],
    "previous_source": "",
    "target": [
        "Що таке ``AS``? Ви можете надати таблиці або стовпцю іншу назву, використовуючи псевдонім. Псевдоніми можуть спростити як написання, так і читання запитів. Тому замість виведеного імені стовпця ``sum`` ми пишемо **AS** більш зрозуміле «population»."
    ],
    "id_hash": -2056294683241980692,
    "content_hash": -2056294683241980692,
    "location": "../../en/simple_sql_exercises.rst:83",
    "context": "",
    "note": "",
    "flags": "",
    "labels": [],
    "state": 20,
    "fuzzy": false,
    "translated": true,
    "approved": false,
    "position": 36,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": false,
    "num_words": 46,
    "source_unit": "https://weblate.osgeo.org/api/units/99056/?format=api",
    "priority": 100,
    "id": 2360520,
    "web_url": "https://weblate.osgeo.org/translate/postgis-workshop/simple_sql_exercises/uk/?checksum=637692e15bd65cec",
    "url": "https://weblate.osgeo.org/api/units/2360520/?format=api",
    "explanation": "",
    "extra_flags": "",
    "pending": false,
    "timestamp": "2025-08-12T00:12:10.626916Z"
}