Translation components API.

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

GET /api/translations/world-weather/weather-conditions/en/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/world-weather/weather-conditions/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/world-weather/weather-conditions/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-01-24T21:52:04.657689+01:00",
            "action": 0,
            "target": "",
            "id": 45783773,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/45783773/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/4224154/?format=api",
            "component": "https://hosted.weblate.org/api/components/world-weather/weather-conditions/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/world-weather/weather-conditions/en/?format=api",
            "user": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "author": "https://hosted.weblate.org/api/users/kingu/?format=api",
            "timestamp": "2019-05-15T15:10:43+02:00",
            "action": 3,
            "target": "",
            "id": 4211191,
            "action_name": "Comment added",
            "url": "https://hosted.weblate.org/api/changes/4211191/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/world-weather/weather-conditions/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/world-weather/weather-conditions/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-10-24T19:54:40+02:00",
            "action": 0,
            "target": "",
            "id": 1385150,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/1385150/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/world-weather/weather-conditions/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/world-weather/weather-conditions/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-10-13T15:04:00+02:00",
            "action": 0,
            "target": "",
            "id": 1353632,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/1353632/?format=api"
        }
    ]
}