Translation components API.

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

GET /api/translations/opensourcepos/error/sv/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://translate.opensourcepos.org/api/translations/opensourcepos/error/sv/?format=api",
            "source": [
                "You do not have permission to access the module named"
            ],
            "previous_source": "",
            "target": [
                "Du har inte rättigheter till modulen"
            ],
            "id_hash": 5857935612316877142,
            "content_hash": -7349450283070614603,
            "location": "",
            "context": "no_permission_module",
            "note": "",
            "flags": "",
            "state": 20,
            "fuzzy": false,
            "translated": true,
            "approved": false,
            "position": 1,
            "has_suggestion": false,
            "has_comment": false,
            "has_failing_check": false,
            "num_words": 10,
            "source_unit": "https://translate.opensourcepos.org/api/units/225532/?format=api",
            "priority": 100,
            "id": 225596,
            "web_url": "https://translate.opensourcepos.org/translate/opensourcepos/error/sv/?checksum=d14b916719420156",
            "url": "https://translate.opensourcepos.org/api/units/225596/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-09-07T23:55:57.835737Z"
        },
        {
            "translation": "https://translate.opensourcepos.org/api/translations/opensourcepos/error/sv/?format=api",
            "source": [
                "Unexpected error"
            ],
            "previous_source": "",
            "target": [
                "Oväntat fel"
            ],
            "id_hash": -4605440282629450919,
            "content_hash": -2783870976369336829,
            "location": "",
            "context": "unknown",
            "note": "",
            "flags": "",
            "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://translate.opensourcepos.org/api/units/225533/?format=api",
            "priority": 100,
            "id": 225597,
            "web_url": "https://translate.opensourcepos.org/translate/opensourcepos/error/sv/?checksum=40163076af98d359",
            "url": "https://translate.opensourcepos.org/api/units/225597/?format=api",
            "explanation": "",
            "extra_flags": "",
            "pending": false,
            "timestamp": "2024-09-07T23:55:57.849277Z"
        }
    ]
}