Translation components API.

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

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

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/herb_collector/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/herb_collector/pl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2014-01-13T08:45:56+01:00",
            "action": 0,
            "target": "",
            "id": 26762,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/26762/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/herb_collector/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/herb_collector/pl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2014-01-13T08:45:15+01:00",
            "action": 0,
            "target": "",
            "id": 26650,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/26650/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/herb_collector/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/herb_collector/pl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2013-05-10T14:24:36+02:00",
            "action": 0,
            "target": "",
            "id": 4370,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/4370/?format=api"
        }
    ]
}