Units API.

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

GET /api/units/2236638/?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/zh_Hans/?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``写成更可读的别名``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": 2236638,
    "web_url": "https://weblate.osgeo.org/translate/postgis-workshop/simple_sql_exercises/zh_Hans/?checksum=637692e15bd65cec",
    "url": "https://weblate.osgeo.org/api/units/2236638/?format=api",
    "explanation": "",
    "extra_flags": "",
    "pending": false,
    "timestamp": "2024-02-22T09:23:20.069266Z"
}