Translation components API.

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

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

{
    "count": 52,
    "next": null,
    "previous": "https://hosted.weblate.org/api/translations/openbmap/strings/hi/changes/?format=api",
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/openbmap/strings/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/openbmap/strings/hi/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-02-27T23:18:43+01:00",
            "action": 0,
            "target": "",
            "id": 773928,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/773928/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/openbmap/strings/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/openbmap/strings/hi/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-02-04T08:51:50+01:00",
            "action": 0,
            "target": "",
            "id": 740365,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/740365/?format=api"
        }
    ]
}