Units API.

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

GET /api/units/99092/?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/en/?format=api",
    "source": [
        "The aggregate functions in our last example were applied to every row in the result set. What if we want the summaries to be carried out over smaller groups within the overall result set? For that we add a ``GROUP BY`` clause. Aggregate functions often need an added ``GROUP BY`` statement to group the result-set by one or more columns."
    ],
    "previous_source": "",
    "target": [
        "The aggregate functions in our last example were applied to every row in the result set. What if we want the summaries to be carried out over smaller groups within the overall result set? For that we add a ``GROUP BY`` clause. Aggregate functions often need an added ``GROUP BY`` statement to group the result-set by one or more columns."
    ],
    "id_hash": 2393826065730826252,
    "content_hash": 2393826065730826252,
    "location": "../../en/simple_sql.rst:99",
    "context": "",
    "note": "",
    "flags": "",
    "labels": [],
    "state": 100,
    "fuzzy": false,
    "translated": true,
    "approved": false,
    "position": 28,
    "has_suggestion": false,
    "has_comment": false,
    "has_failing_check": false,
    "num_words": 60,
    "source_unit": "https://weblate.osgeo.org/api/units/99092/?format=api",
    "priority": 100,
    "id": 99092,
    "web_url": "https://weblate.osgeo.org/translate/postgis-workshop/simple_sql/en/?checksum=a138941fadf4f00c",
    "url": "https://weblate.osgeo.org/api/units/99092/?format=api",
    "explanation": "",
    "extra_flags": "",
    "pending": false,
    "timestamp": "2021-11-14T01:14:40.774306Z"
}