Units API.

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

GET /api/units/2236803/?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/joins/zh_Hans/?format=api",
    "source": [
        "So to find the A-train, we will want any row in ``routes`` that has an 'A' in it. We can do this a number of ways, but today we will use the fact that :command:`strpos(routes,'A')` will return a non-zero number only if 'A' is in the ``routes`` field."
    ],
    "previous_source": "",
    "target": [
        "因此,要找到 A 列,我们需要其中``routes``包含“A”的任何行。我们可以通过多种方式做到这一点,但今天我们将使用这样一个事实:仅当“A”位于 ``routes``字段中时,:command:`strpos(routes,'A')`才会返回非零数字。"
    ],
    "id_hash": -2623652864075220262,
    "content_hash": -2623652864075220262,
    "location": "../../en/joins.rst:142",
    "context": "",
    "note": "",
    "flags": "",
    "labels": [],
    "state": 20,
    "fuzzy": false,
    "translated": true,
    "approved": false,
    "position": 21,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": false,
    "num_words": 48,
    "source_unit": "https://weblate.osgeo.org/api/units/100327/?format=api",
    "priority": 100,
    "id": 2236803,
    "web_url": "https://weblate.osgeo.org/translate/postgis-workshop/joins/zh_Hans/?checksum=5b96e99eeedc3ada",
    "url": "https://weblate.osgeo.org/api/units/2236803/?format=api",
    "explanation": "",
    "extra_flags": "",
    "pending": false,
    "timestamp": "2024-02-26T05:09:25.127953Z"
}