Translation components API.

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

GET /api/translations/generic-addons-17-0/test_crypto_utils/en/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "http://weblate.crnd.pro/api/units/586606/?format=api",
            "component": "http://weblate.crnd.pro/api/components/generic-addons-17-0/test_crypto_utils/?format=api",
            "translation": "http://weblate.crnd.pro/api/translations/generic-addons-17-0/test_crypto_utils/en/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2024-12-13T18:16:38.594621+02:00",
            "action": 13,
            "target": "",
            "id": 189380,
            "action_name": "New source string",
            "url": "http://weblate.crnd.pro/api/changes/189380/?format=api"
        },
        {
            "unit": "http://weblate.crnd.pro/api/units/586608/?format=api",
            "component": "http://weblate.crnd.pro/api/components/generic-addons-17-0/test_crypto_utils/?format=api",
            "translation": "http://weblate.crnd.pro/api/translations/generic-addons-17-0/test_crypto_utils/en/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2024-12-13T18:16:38.632841+02:00",
            "action": 13,
            "target": "",
            "id": 189381,
            "action_name": "New source string",
            "url": "http://weblate.crnd.pro/api/changes/189381/?format=api"
        }
    ]
}