Translation components API.

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

GET /api/translations/sumwars/the_ambush/de/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/sumwars/the_ambush/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/the_ambush/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-08-26T14:22:55+02:00",
            "action": 17,
            "target": "",
            "id": 4578446,
            "action_name": "Changes committed",
            "url": "https://hosted.weblate.org/api/changes/4578446/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/244000/?format=api",
            "component": "https://hosted.weblate.org/api/components/sumwars/the_ambush/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/the_ambush/de/?format=api",
            "user": "https://hosted.weblate.org/api/users/leela52452/?format=api",
            "author": "https://hosted.weblate.org/api/users/leela52452/?format=api",
            "timestamp": "2019-08-25T14:43:01+02:00",
            "action": 2,
            "target": "Wir beeilen uns ja schon?",
            "id": 4573824,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/4573824/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/244000/?format=api",
            "component": "https://hosted.weblate.org/api/components/sumwars/the_ambush/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/the_ambush/de/?format=api",
            "user": "https://hosted.weblate.org/api/users/leela52452/?format=api",
            "author": "https://hosted.weblate.org/api/users/leela52452/?format=api",
            "timestamp": "2019-08-25T14:43:01+02:00",
            "action": 45,
            "target": "",
            "id": 4573823,
            "action_name": "Contributor joined",
            "url": "https://hosted.weblate.org/api/changes/4573823/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/the_ambush/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/the_ambush/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2014-01-13T08:45:44+01:00",
            "action": 0,
            "target": "",
            "id": 26727,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/26727/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/sumwars/the_ambush/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/sumwars/the_ambush/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2013-05-10T14:17:43+02:00",
            "action": 0,
            "target": "",
            "id": 4262,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/4262/?format=api"
        }
    ]
}