Changes API

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

GET /api/changes/?format=api&page=43399
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 867962,
    "next": null,
    "previous": "http://weblate.ucs.ru/api/changes/?format=api&page=43398",
    "results": [
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/shelter2/shelter_hk/?format=api",
            "translation": "http://weblate.ucs.ru/api/translations/shelter2/shelter_hk/mk/?format=api",
            "dictionary": null,
            "user": 153,
            "author": 153,
            "timestamp": "2025-05-30T10:34:40",
            "action": 44,
            "target": "",
            "id": 1242108,
            "action_name": "New string to translate",
            "url": "http://weblate.ucs.ru/api/changes/1242108/?format=api"
        },
        {
            "unit": null,
            "component": "http://weblate.ucs.ru/api/components/shelter2/shelter_hk/?format=api",
            "translation": null,
            "dictionary": null,
            "user": 153,
            "author": 153,
            "timestamp": "2025-05-30T10:34:40",
            "action": 48,
            "target": "",
            "id": 1242109,
            "action_name": "Added new language",
            "url": "http://weblate.ucs.ru/api/changes/1242109/?format=api"
        }
    ]
}