Translation components API.

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

GET /api/translations/postgis-workshop/geometries_exercises/en/units/?format=api&page=2
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 53,
    "next": null,
    "previous": "https://weblate.osgeo.org/api/translations/postgis-workshop/geometries_exercises/en/units/?format=api",
    "results": [
        {
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/geometries_exercises/en/?format=api",
            "source": [
                "**How long is 'Columbus Cir' (aka Columbus Circle)?**"
            ],
            "previous_source": "",
            "target": [
                "**How long is 'Columbus Cir' (aka Columbus Circle)?**"
            ],
            "id_hash": -6546611056236674667,
            "content_hash": -6546611056236674667,
            "location": "../../en/geometries_exercises.rst:160",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 51,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 8,
            "source_unit": "https://weblate.osgeo.org/api/units/100127/?format=api",
            "priority": 100,
            "id": 100127,
            "web_url": "https://weblate.osgeo.org/translate/postgis-workshop/geometries_exercises/en/?checksum=2525c3ee065e4195",
            "url": "https://weblate.osgeo.org/api/units/100127/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-11-14T01:14:44.616647Z"
        },
        {
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/geometries_exercises/en/?format=api",
            "source": [
                "**What is the length of streets in New York City, summarized by type?**"
            ],
            "previous_source": "",
            "target": [
                "**What is the length of streets in New York City, summarized by type?**"
            ],
            "id_hash": 3657935173374885520,
            "content_hash": 3657935173374885520,
            "location": "../../en/geometries_exercises.rst:173",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 52,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 13,
            "source_unit": "https://weblate.osgeo.org/api/units/100130/?format=api",
            "priority": 100,
            "id": 100130,
            "web_url": "https://weblate.osgeo.org/translate/postgis-workshop/geometries_exercises/en/?checksum=b2c398a8dc6abe90",
            "url": "https://weblate.osgeo.org/api/units/100130/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-11-14T01:14:44.640305Z"
        },
        {
            "translation": "https://weblate.osgeo.org/api/translations/postgis-workshop/geometries_exercises/en/?format=api",
            "source": [
                "The ``ORDER BY length DESC`` clause sorts the result by length in descending order. The result is that most prevalent types are first in the list."
            ],
            "previous_source": "",
            "target": [
                "The ``ORDER BY length DESC`` clause sorts the result by length in descending order. The result is that most prevalent types are first in the list."
            ],
            "id_hash": -1452185924198343871,
            "content_hash": -1452185924198343871,
            "location": "../../en/geometries_exercises.rst:211",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 100,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 53,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 26,
            "source_unit": "https://weblate.osgeo.org/api/units/100134/?format=api",
            "priority": 100,
            "id": 100134,
            "web_url": "https://weblate.osgeo.org/translate/postgis-workshop/geometries_exercises/en/?checksum=6bd8cc989055db41",
            "url": "https://weblate.osgeo.org/api/units/100134/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-11-14T01:14:44.663757Z"
        }
    ]
}