Translation components API.

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

GET /api/translations/generic-addons-16-0/generic_condition_test/en/changes/?format=api&page=3
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 42,
    "next": null,
    "previous": "http://weblate.crnd.pro/api/translations/generic-addons-16-0/generic_condition_test/en/changes/?format=api&page=2",
    "results": [
        {
            "unit": "http://weblate.crnd.pro/api/units/462851/?format=api",
            "component": "http://weblate.crnd.pro/api/components/generic-addons-16-0/generic_condition_test/?format=api",
            "translation": "http://weblate.crnd.pro/api/translations/generic-addons-16-0/generic_condition_test/en/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2024-04-26T18:57:06.899543+03:00",
            "action": 13,
            "target": "",
            "id": 160141,
            "action_name": "New source string",
            "url": "http://weblate.crnd.pro/api/changes/160141/?format=api"
        },
        {
            "unit": "http://weblate.crnd.pro/api/units/462853/?format=api",
            "component": "http://weblate.crnd.pro/api/components/generic-addons-16-0/generic_condition_test/?format=api",
            "translation": "http://weblate.crnd.pro/api/translations/generic-addons-16-0/generic_condition_test/en/?format=api",
            "glossary_term": null,
            "user": null,
            "author": null,
            "timestamp": "2024-04-26T18:57:06.917721+03:00",
            "action": 13,
            "target": "",
            "id": 160142,
            "action_name": "New source string",
            "url": "http://weblate.crnd.pro/api/changes/160142/?format=api"
        }
    ]
}