Translation components API.

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

GET /api/translations/galette/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/galette/glossary/de/?format=api",
            "source": [
                "New"
            ],
            "previous_source": "",
            "target": [
                "neu"
            ],
            "id_hash": -2125125343870307142,
            "content_hash": -2125125343870307142,
            "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": 1,
            "source_unit": "https://hosted.weblate.org/api/units/39055103/?format=api",
            "priority": 100,
            "id": 39055104,
            "web_url": "https://hosted.weblate.org/translate/galette/glossary/de/?checksum=628209c2576e34ba",
            "url": "https://hosted.weblate.org/api/units/39055104/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2021-07-19T12:47:30.013199+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/galette/glossary/de/?format=api",
            "source": [
                "partnership"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 4909794996368972869,
            "content_hash": 4909794996368972869,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 3,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/76323261/?format=api",
            "priority": 100,
            "id": 76323273,
            "web_url": "https://hosted.weblate.org/translate/galette/glossary/de/?checksum=c423188936901c45",
            "url": "https://hosted.weblate.org/api/units/76323273/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-05-13T19:23:15.509497+02:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/galette/glossary/de/?format=api",
            "source": [
                "car"
            ],
            "previous_source": "",
            "target": [
                ""
            ],
            "id_hash": 1334756768470714091,
            "content_hash": 1334756768470714091,
            "location": "",
            "context": "",
            "note": "",
            "flags": "",
            "labels": [],
            "state": 0,
            "fuzzy": false,
            "translated": false,
            "approved": false,
            "position": 4,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 1,
            "source_unit": "https://hosted.weblate.org/api/units/78585300/?format=api",
            "priority": 100,
            "id": 78585310,
            "web_url": "https://hosted.weblate.org/translate/galette/glossary/de/?checksum=92860235863ec6eb",
            "url": "https://hosted.weblate.org/api/units/78585310/?format=api",
            "explanation": "no mezclar con coche, carros, etc dependiendo del español y sudamérica",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2022-06-27T11:35:39.164536+02:00"
        }
    ]
}