Translation components API.

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

GET /api/translations/world-weather/weather-conditions/nb_NO/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5,
    "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/nb_NO/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-01-24T21:52:06.072368+01:00",
            "action": 0,
            "target": "",
            "id": 45783784,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/45783784/?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/nb_NO/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-05-16T09:51:43+02:00",
            "action": 17,
            "target": "",
            "id": 4212942,
            "action_name": "Changes committed",
            "url": "https://hosted.weblate.org/api/changes/4212942/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/8839293/?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/nb_NO/?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:08:47+02:00",
            "action": 2,
            "target": "sandfokk",
            "id": 4211190,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/4211190/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/8839293/?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/nb_NO/?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:08:47+02:00",
            "action": 45,
            "target": "",
            "id": 4211189,
            "action_name": "Contributor joined",
            "url": "https://hosted.weblate.org/api/changes/4211189/?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/nb_NO/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-08-26T13:08:33+02:00",
            "action": 0,
            "target": "",
            "id": 3016150,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/3016150/?format=api"
        }
    ]
}