Units API.

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

GET /api/units/103466/?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/advanced_geometry_construction/en/?format=api",
    "source": [
        "**string_to_array** takes in a string and splits it into an array using a separator character. `PostgreSQL supports arrays <http://www.postgresql.org/docs/current/static/arrays.html>`_ of any type, so it's possible to build arrays of strings, as in this case, but also of geometries and geographies as we'll see later in this example."
    ],
    "previous_source": "",
    "target": [
        "**string_to_array** takes in a string and splits it into an array using a separator character. `PostgreSQL supports arrays <http://www.postgresql.org/docs/current/static/arrays.html>`_ of any type, so it's possible to build arrays of strings, as in this case, but also of geometries and geographies as we'll see later in this example."
    ],
    "id_hash": -3134869836740548663,
    "content_hash": -3134869836740548663,
    "location": "../../en/advanced_geometry_construction.rst:132",
    "context": "",
    "note": "",
    "flags": "",
    "labels": [],
    "state": 100,
    "fuzzy": false,
    "translated": true,
    "approved": false,
    "position": 36,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": false,
    "num_words": 47,
    "source_unit": "https://weblate.osgeo.org/api/units/103466/?format=api",
    "priority": 100,
    "id": 103466,
    "web_url": "https://weblate.osgeo.org/translate/postgis-workshop/advanced_geometry_construction/en/?checksum=547eb47e23fe27c9",
    "url": "https://weblate.osgeo.org/api/units/103466/?format=api",
    "explanation": "",
    "extra_flags": "",
    "pending": false,
    "timestamp": "2021-11-14T01:14:55.357488Z"
}