Units API.

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

GET /api/units/100695/?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/ja/?format=api",
    "source": [
        "We could have joined every subway station to its containing neighborhood, but in this case we wanted information about just one.  Any function that provides a true/false relationship between two tables can be used to drive a spatial join, but the most commonly used ones are: :command:`ST_Intersects`, :command:`ST_Contains`, and :command:`ST_DWithin`."
    ],
    "previous_source": "",
    "target": [
        "全ての地下鉄駅と、その駅の属する地区とを結合することができますが、この場合は一つだけ情報が必要でした。二つのテーブルの間の TRUE / FALSE 関係を返す関数は全て、空間結合で使うことができます。最も一般的には :command:`ST_Intersects`, :command:`ST_Contains`, :command:`ST_DWithin` が使われます。"
    ],
    "id_hash": 5088780059535443474,
    "content_hash": 5088780059535443474,
    "location": "../../en/joins.rst:29",
    "context": "",
    "note": "",
    "flags": "",
    "labels": [],
    "state": 20,
    "fuzzy": false,
    "translated": true,
    "approved": false,
    "position": 5,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": false,
    "num_words": 50,
    "source_unit": "https://weblate.osgeo.org/api/units/100154/?format=api",
    "priority": 100,
    "id": 100695,
    "web_url": "https://weblate.osgeo.org/translate/postgis-workshop/joins/ja/?checksum=c69efa80acb38612",
    "url": "https://weblate.osgeo.org/api/units/100695/?format=api",
    "explanation": "",
    "extra_flags": "",
    "pending": false,
    "timestamp": "2021-11-14T01:14:46.336114Z"
}