Translation components API.

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

GET /api/components/sdg-metadata/10-4-1/changes/?format=api&page=7
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 302,
    "next": null,
    "previous": "https://hosted.weblate.org/api/components/sdg-metadata/10-4-1/changes/?format=api&page=6",
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sdg-metadata/10-4-1/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sdg-metadata/10-4-1/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-09-24T22:54:14.921123+02:00",
            "action": 0,
            "target": "",
            "old": "",
            "details": {},
            "id": 12925527,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/12925527/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sdg-metadata/10-4-1/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2021-09-24T22:53:44.795671+02:00",
            "action": 51,
            "target": "",
            "old": "",
            "details": {},
            "id": 12925118,
            "action_name": "Component created",
            "url": "https://hosted.weblate.org/api/changes/12925118/?format=api"
        }
    ]
}