Units API.

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

GET /api/units/2360456/?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/uk/?format=api",
    "source": [
        "We've already encountered projections when we :ref:`loaded our nyc data <loading_data>`.  (Recall that pesky SRID 26918).  Sometimes, however, you need to transform and re-project between spatial reference systems. PostGIS includes built-in support for changing the projection of data, using the :command:`ST_Transform(geometry, srid)` function. For managing the spatial reference identifiers on geometries, PostGIS provides the :command:`ST_SRID(geometry)` and :command:`ST_SetSRID(geometry, srid)` functions."
    ],
    "previous_source": "",
    "target": [
        "Ми вже зустрічали проекції, коли :ref:`завантажували наші дані Нью-Йорка <loading_data>` — пам’ятаєте той нав’язливий SRID 26918? Іноді, однак, потрібно трансформувати та повторно проектувати між системами просторових координат. PostGIS має вбудовану підтримку зміни проекції даних за допомогою функції :command:`ST_Transform(geometry, srid)`. Для керування ідентифікаторами просторових систем координат (SRID) у геометріях, PostGIS надає функції :command:`ST_SRID(geometry)` та :command:`ST_SetSRID(geometry, srid)`."
    ],
    "id_hash": -9062284279457675696,
    "content_hash": -9062284279457675696,
    "location": "../../en/projection.rst:8",
    "context": "",
    "note": "",
    "flags": "",
    "labels": [],
    "state": 20,
    "fuzzy": false,
    "translated": true,
    "approved": false,
    "position": 3,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": false,
    "num_words": 59,
    "source_unit": "https://weblate.osgeo.org/api/units/104285/?format=api",
    "priority": 100,
    "id": 2360456,
    "web_url": "https://weblate.osgeo.org/translate/postgis-workshop/projection/uk/?checksum=023c4c763d518650",
    "url": "https://weblate.osgeo.org/api/units/2360456/?format=api",
    "explanation": "",
    "extra_flags": "",
    "pending": false,
    "timestamp": "2025-08-11T15:08:25.467703Z"
}