Translation components API.

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

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

{
    "count": 151,
    "next": null,
    "previous": "https://hosted.weblate.org/api/components/fittrackee/fittrackee-client-dashboard/changes/?format=api&page=3",
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/fittrackee/fittrackee-client-dashboard/?format=api",
            "translation": null,
            "user": "https://hosted.weblate.org/api/users/SamR1/?format=api",
            "author": "https://hosted.weblate.org/api/users/SamR1/?format=api",
            "timestamp": "2022-06-25T19:53:13.116596+02:00",
            "action": 51,
            "target": "",
            "old": "",
            "details": {},
            "id": 28030504,
            "action_name": "Component created",
            "url": "https://hosted.weblate.org/api/changes/28030504/?format=api"
        }
    ]
}