Translation components API.

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

GET /api/translations/debian-handbook/book_info/es/changes/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 51,
    "next": null,
    "previous": "https://hosted.weblate.org/api/translations/debian-handbook/book_info/es/changes/?format=api",
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/debian-handbook/book_info/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/debian-handbook/book_info/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2014-10-08T15:29:29+02:00",
            "action": 0,
            "target": "",
            "id": 93253,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/93253/?format=api"
        }
    ]
}