Units API.

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

GET /api/units/1515759/?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": [
        "This example takes about 1 second to return 2444 rows. If you used :command:`ST_Intersects` instead of :command:`&&`, the process would take about 3 seconds. The reason `ST_Intersects` is slower is that it performs an additional recheck in some cases a pixel by pixel check. If you expect all your points to be represented with data in your raster set and your rasters represent a coverage (a continguous set non-overlapping raster tiles), then `&&` is generally a speedier option."
    ],
    "previous_source": "",
    "target": [
        "Este ejemplo tarda alrededor de 1 segundo en devolver 2444 filas. Si usaras :command:`ST_Intersects` en lugar de :command:`&&`, el proceso tomaría alrededor de 3 segundos. La razón por la que `ST_Intersects` es más lento es porque realiza una verificación adicional en algunos casos, una verificación píxel por píxel. Si esperas que todos tus puntos estén representados con datos en tu conjunto raster y tus raster representan una cobertura (un conjunto contiguo de tiles raster no superpuestos), entonces `&&` es generalmente una opción más rápida."
    ],
    "id_hash": -936447254321965007,
    "content_hash": -936447254321965007,
    "location": "../../en/rasters.rst:1004",
    "context": "",
    "note": "",
    "flags": "",
    "labels": [],
    "state": 20,
    "fuzzy": false,
    "translated": true,
    "approved": false,
    "position": 178,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": false,
    "num_words": 78,
    "source_unit": "https://weblate.osgeo.org/api/units/1515747/?format=api",
    "priority": 100,
    "id": 1515759,
    "web_url": "https://weblate.osgeo.org/translate/postgis-workshop/rasters/es/?checksum=7301122f073fd831",
    "url": "https://weblate.osgeo.org/api/units/1515759/?format=api",
    "explanation": "",
    "extra_flags": "",
    "pending": false,
    "timestamp": "2023-01-25T09:16:09.457292Z"
}