Translation components API.

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

GET /api/components/sumwars/testquest/changes/?format=api&page=5
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 207,
    "next": null,
    "previous": "https://hosted.weblate.org/api/components/sumwars/testquest/changes/?format=api&page=4",
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/testquest/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/testquest/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2013-05-10T14:23:12+02:00",
            "action": 0,
            "target": "",
            "id": 4328,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/4328/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/testquest/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/testquest/uk/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2013-05-10T14:23:11+02:00",
            "action": 0,
            "target": "",
            "id": 4327,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/4327/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/testquest/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/testquest/pl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2013-05-10T14:23:11+02:00",
            "action": 0,
            "target": "",
            "id": 4326,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/4326/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/testquest/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/testquest/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2013-05-10T14:23:10+02:00",
            "action": 0,
            "target": "",
            "id": 4325,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/4325/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/testquest/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/testquest/ru/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2013-05-10T14:23:09+02:00",
            "action": 0,
            "target": "",
            "id": 4324,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/4324/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/testquest/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/testquest/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2013-05-10T14:23:08+02:00",
            "action": 0,
            "target": "",
            "id": 4323,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/4323/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/testquest/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/testquest/pt/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2013-05-10T14:23:08+02:00",
            "action": 0,
            "target": "",
            "id": 4322,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/4322/?format=api"
        }
    ]
}