Translation components API.

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

GET /api/translations/generic-addons-16-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/461349/?format=api",
            "component": "http://weblate.crnd.pro/api/components/generic-addons-16-0/test_crypto_utils/?format=api",
            "translation": "http://weblate.crnd.pro/api/translations/generic-addons-16-0/test_crypto_utils/en/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2024-04-26T18:56:34.918563+03:00",
            "action": 13,
            "target": "",
            "id": 159833,
            "action_name": "New source string",
            "url": "http://weblate.crnd.pro/api/changes/159833/?format=api"
        },
        {
            "unit": "http://weblate.crnd.pro/api/units/461351/?format=api",
            "component": "http://weblate.crnd.pro/api/components/generic-addons-16-0/test_crypto_utils/?format=api",
            "translation": "http://weblate.crnd.pro/api/translations/generic-addons-16-0/test_crypto_utils/en/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2024-04-26T18:56:34.948273+03:00",
            "action": 13,
            "target": "",
            "id": 159834,
            "action_name": "New source string",
            "url": "http://weblate.crnd.pro/api/changes/159834/?format=api"
        }
    ]
}