Translation components API.

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

GET /api/translations/sumwars/tools/pt/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/tools/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/tools/pt/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2014-01-13T08:46:49+01:00",
            "action": 0,
            "target": "",
            "id": 26928,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/26928/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/tools/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/tools/pt/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2014-01-13T08:46:33+01:00",
            "action": 0,
            "target": "",
            "id": 26872,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/26872/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/tools/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/tools/pt/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2013-05-27T10:50:18+02:00",
            "action": 0,
            "target": "",
            "id": 7388,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/7388/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/tools/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/tools/pt/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2013-05-10T14:22:16+02:00",
            "action": 0,
            "target": "",
            "id": 4294,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/4294/?format=api"
        }
    ]
}