Units API.

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

GET /api/units/98961/?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/validity/ja/?format=api",
    "source": [
        "In the previous example we had one polygon that we **knew** was invalid. How do we detect invalidity in a table with millions of geometries? With the :command:`ST_IsValid(geometry)` function. Used against our figure-eight, we get a quick answer:"
    ],
    "previous_source": "",
    "target": [
        "前の例では、不正だと**知っていた**一つのポリゴンを使いました。テーブル内の数百のジオメトリについて不正を検知するにはどうすればいいでしょうか? :command:`ST_IsValid(geometry)` 関数を使います。8の字ポリゴンに対して使うと、すぐに答が得られます:"
    ],
    "id_hash": 3857696549550151327,
    "content_hash": 3857696549550151327,
    "location": "../../en/validity.rst:57",
    "context": "",
    "note": "",
    "flags": "",
    "labels": [],
    "state": 20,
    "fuzzy": false,
    "translated": true,
    "approved": false,
    "position": 19,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": false,
    "num_words": 38,
    "source_unit": "https://weblate.osgeo.org/api/units/98600/?format=api",
    "priority": 100,
    "id": 98961,
    "web_url": "https://weblate.osgeo.org/translate/postgis-workshop/validity/ja/?checksum=b5894a92a72fd69f",
    "url": "https://weblate.osgeo.org/api/units/98961/?format=api",
    "explanation": "",
    "extra_flags": "",
    "pending": false,
    "timestamp": "2021-11-14T01:14:39.974983Z"
}