Units API.

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

GET /api/units/2236656/?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/equality/zh_Hans/?format=api",
    "source": [
        "Exact equality requires, in the worst case, comparison of each and every vertex in the geometry to determine equality.  This can be slow, and may not be appropriate for comparing huge numbers of geometries.  To allow for speedier comparison, the equal bounds operator, :command:`~=`, is provided.  This operates only on the bounding box (rectangle), ensuring that the geometries occupy the same two dimensional extent, but not necessarily the same space."
    ],
    "previous_source": "",
    "target": [
        "精确相等性检测在最坏情况下需要逐顶点比对几何图形的所有坐标点,这种计算可能较慢,尤其不适用于海量几何数据的比对。为提升比对效率,系统提供了边界相等运算符 :command:`~=`,该运算符仅对比几何图形的外包矩形(边界框),确保几何体占据相同的二维空间范围,但不保证实际空间位置完全一致。"
    ],
    "id_hash": -6645302249079624323,
    "content_hash": -6645302249079624323,
    "location": "../../en/equality.rst:72",
    "context": "",
    "note": "",
    "flags": "",
    "labels": [],
    "state": 20,
    "fuzzy": false,
    "translated": true,
    "approved": false,
    "position": 11,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": false,
    "num_words": 70,
    "source_unit": "https://weblate.osgeo.org/api/units/102594/?format=api",
    "priority": 100,
    "id": 2236656,
    "web_url": "https://weblate.osgeo.org/translate/postgis-workshop/equality/zh_Hans/?checksum=23c724d012812d7d",
    "url": "https://weblate.osgeo.org/api/units/2236656/?format=api",
    "explanation": "",
    "extra_flags": "",
    "pending": false,
    "timestamp": "2024-02-23T02:53:21.999556Z"
}