Translation components API.

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

GET /api/translations/fittrackee/fittrackee-client-dashboard/gl/units/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "translation": "https://hosted.weblate.org/api/translations/fittrackee/fittrackee-client-dashboard/gl/?format=api",
            "source": [
                "Dashboard"
            ],
            "previous_source": "",
            "target": [
                "Taboleiro"
            ],
            "id_hash": -5998007441507274129,
            "content_hash": 6388589456449832704,
            "location": "",
            "context": "DASHBOARD",
            "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": 1,
            "source_unit": "https://hosted.weblate.org/api/units/78560803/?format=api",
            "priority": 100,
            "id": 95573692,
            "web_url": "https://hosted.weblate.org/translate/fittrackee/fittrackee-client-dashboard/gl/?checksum=2cc2cc02c0cf326f",
            "url": "https://hosted.weblate.org/api/units/95573692/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-12T09:05:29.968312+01:00"
        },
        {
            "translation": "https://hosted.weblate.org/api/translations/fittrackee/fittrackee-client-dashboard/gl/?format=api",
            "source": [
                "This month"
            ],
            "previous_source": "",
            "target": [
                "Este mes"
            ],
            "id_hash": -1968151821711698237,
            "content_hash": -7901516527365214533,
            "location": "",
            "context": "THIS_MONTH",
            "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/78560804/?format=api",
            "priority": 100,
            "id": 95573693,
            "web_url": "https://hosted.weblate.org/translate/fittrackee/fittrackee-client-dashboard/gl/?checksum=64afb8588ad616c3",
            "url": "https://hosted.weblate.org/api/units/95573693/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2023-03-12T09:05:29.972163+01:00"
        }
    ]
}