Translation components API.

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

GET /api/translations/sdaps/glossary/de/units/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "translation": "https://hosted.weblate.org/api/translations/sdaps/glossary/de/?format=api",
            "source": [
                "global ID"
            ],
            "previous_source": "",
            "target": [
                "Globale-ID"
            ],
            "id_hash": -345530632555694221,
            "content_hash": -345530632555694221,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 0,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://hosted.weblate.org/api/units/28677552/?format=api",
            "priority": 100,
            "id": 28677553,
            "web_url": "https://hosted.weblate.org/translate/sdaps/glossary/de/?checksum=7b346db86b807773",
            "url": "https://hosted.weblate.org/api/units/28677553/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-06T16:28:03.518919+01:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/sdaps/glossary/de/?format=api",
            "source": [
                "questionnaire ID"
            ],
            "previous_source": "",
            "target": [
                "Fragebogen-ID"
            ],
            "id_hash": -357247630172919943,
            "content_hash": -357247630172919943,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 1,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://hosted.weblate.org/api/units/28677554/?format=api",
            "priority": 100,
            "id": 28677555,
            "web_url": "https://hosted.weblate.org/translate/sdaps/glossary/de/?checksum=7b0acd2c52b16779",
            "url": "https://hosted.weblate.org/api/units/28677555/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-06T16:28:03.534987+01:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/sdaps/glossary/de/?format=api",
            "source": [
                "survey ID"
            ],
            "previous_source": "",
            "target": [
                "Umfrage-ID"
            ],
            "id_hash": 4375090932847034675,
            "content_hash": 4375090932847034675,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 2,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 2,
            "source_unit": "https://hosted.weblate.org/api/units/28677556/?format=api",
            "priority": 100,
            "id": 28677557,
            "web_url": "https://hosted.weblate.org/translate/sdaps/glossary/de/?checksum=bcb77205f0614133",
            "url": "https://hosted.weblate.org/api/units/28677557/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-02-06T16:28:03.550303+01:00"
        }
    ]
}