Units API.

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

GET /api/units/1515630/?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/rasters/es/?format=api",
    "source": [
        "There are a couple of functions commonly used to compute intersections of rasters and geometries. We've already seen :command:`ST_Clip` in action which returns the intersection of a raster and geometry as a raster, but there are others. For point data, the most commonly used is :command:`ST_Value` and then there is the :command:`ST_Intersection` which has several overloads some returning rasters and some returning a set of `geomval`."
    ],
    "previous_source": "",
    "target": [
        "Hay un par de funciones comúnmente usadas para calcular intersecciones de rasters y geometrías. Ya hemos visto :command:`ST_Clip` en acción que devuelve la intersección de un raster y una geometría como un raster, pero hay otras. Para datos puntuales, la más comúnmente usada es :command:`ST_Value` y luego está :command:`ST_Intersection` que tiene varias sobrecargas, algunas devolviendo rasters y otras devolviendo un conjunto de `geomval`."
    ],
    "id_hash": -993347495372845901,
    "content_hash": -993347495372845901,
    "location": "../../en/rasters.rst:980",
    "context": "",
    "note": "",
    "flags": "",
    "labels": [],
    "state": 20,
    "fuzzy": false,
    "translated": true,
    "approved": false,
    "position": 175,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": false,
    "num_words": 66,
    "source_unit": "https://weblate.osgeo.org/api/units/1515542/?format=api",
    "priority": 100,
    "id": 1515630,
    "web_url": "https://weblate.osgeo.org/translate/postgis-workshop/rasters/es/?checksum=7236ebb747c70cb3",
    "url": "https://weblate.osgeo.org/api/units/1515630/?format=api",
    "explanation": "",
    "extra_flags": "",
    "pending": false,
    "timestamp": "2023-01-23T07:09:38.379637Z"
}