Translation components API.

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

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

{
    "count": 9701,
    "next": null,
    "previous": "https://hosted.weblate.org/api/translations/weblate/documentation/fr/changes/?format=api&page=194",
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/weblate/documentation/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/weblate/documentation/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-07-11T21:40:46.011086+02:00",
            "action": 0,
            "target": "",
            "old": "",
            "details": {},
            "id": 6716061,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/6716061/?format=api"
        }
    ]
}