Translation components API.

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

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

{
    "count": 654,
    "next": null,
    "previous": "https://hosted.weblate.org/api/translations/weblate/javascript/ar/changes/?format=api&page=13",
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/weblate/javascript/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/weblate/javascript/ar/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2014-10-20T14:29:46+02:00",
            "action": 0,
            "target": "",
            "id": 107625,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/107625/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/weblate/javascript/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/weblate/javascript/ar/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2014-10-08T13:40:02+02:00",
            "action": 0,
            "target": "",
            "id": 91977,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/91977/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/weblate/javascript/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/weblate/javascript/ar/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2014-10-05T12:35:40+02:00",
            "action": 0,
            "target": "",
            "id": 90622,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/90622/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/weblate/javascript/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/weblate/javascript/ar/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2014-10-02T09:20:21+02:00",
            "action": 0,
            "target": "",
            "id": 77890,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/77890/?format=api"
        }
    ]
}