Units API.

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

GET /api/units/99311/?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/simple_sql_exercises/es/?format=api",
    "source": [
        "What is this ``AS``? You can give a table or a column another name by using an alias.  Aliases can make queries easier to both write and to read. So instead of our outputted column name as ``sum`` we write it **AS** the more readable ``population``."
    ],
    "previous_source": "",
    "target": [
        "¿Qué es eso de ``AS``? Puedes dar otro nombre a una tabla o columna utilizando un alias. Los alias facilitan la escritura y la lectura de las consultas. Así, en lugar de escribir el nombre de nuestra columna como ``suma``, escribiremos ``AS``, más legible ``población``."
    ],
    "id_hash": -2056294683241980692,
    "content_hash": -2056294683241980692,
    "location": "../../en/simple_sql_exercises.rst:83",
    "context": "",
    "note": "",
    "flags": "",
    "labels": [],
    "state": 20,
    "fuzzy": false,
    "translated": true,
    "approved": false,
    "position": 36,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": false,
    "num_words": 46,
    "source_unit": "https://weblate.osgeo.org/api/units/99056/?format=api",
    "priority": 100,
    "id": 99311,
    "web_url": "https://weblate.osgeo.org/translate/postgis-workshop/simple_sql_exercises/es/?checksum=637692e15bd65cec",
    "url": "https://weblate.osgeo.org/api/units/99311/?format=api",
    "explanation": "",
    "extra_flags": "",
    "pending": false,
    "timestamp": "2021-11-14T01:14:41.731065Z"
}