Units API.

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

GET /api/units/104403/?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/projection/en/?format=api",
    "source": [
        "If you load data or create a new geometry without specifying an SRID, the SRID value will be 0.  Recall in :ref:`geometries`, that when we created our ``geometries`` table we didn't specify an SRID. If we query our database, we should expect all the ``nyc_`` tables to have an SRID of 26918, while  the ``geometries`` table defaulted to an SRID of 0."
    ],
    "previous_source": "",
    "target": [
        "If you load data or create a new geometry without specifying an SRID, the SRID value will be 0.  Recall in :ref:`geometries`, that when we created our ``geometries`` table we didn't specify an SRID. If we query our database, we should expect all the ``nyc_`` tables to have an SRID of 26918, while  the ``geometries`` table defaulted to an SRID of 0."
    ],
    "id_hash": 770575731052838899,
    "content_hash": 770575731052838899,
    "location": "../../en/projection.rst:128",
    "context": "",
    "note": "",
    "flags": "",
    "labels": [],
    "state": 100,
    "fuzzy": false,
    "translated": true,
    "approved": false,
    "position": 24,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": false,
    "num_words": 62,
    "source_unit": "https://weblate.osgeo.org/api/units/104403/?format=api",
    "priority": 100,
    "id": 104403,
    "web_url": "https://weblate.osgeo.org/translate/postgis-workshop/projection/en/?checksum=8ab1a28b71f0fff3",
    "url": "https://weblate.osgeo.org/api/units/104403/?format=api",
    "explanation": "",
    "extra_flags": "",
    "pending": false,
    "timestamp": "2021-11-14T01:14:58.151381Z"
}