Translation components API.

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

GET /api/translations/loowid/main/nb_NO/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/loowid/main/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/loowid/main/nb_NO/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-06-28T04:00:28+02:00",
            "action": 17,
            "target": "",
            "id": 4341488,
            "action_name": "Changes committed",
            "url": "https://hosted.weblate.org/api/changes/4341488/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/8802852/?format=api",
            "component": "https://hosted.weblate.org/api/components/loowid/main/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/loowid/main/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-06-27T03:47:44+02:00",
            "action": 5,
            "target": "Du kan opprette et rom når du ønsker. Alle som besøker det via samme romlenke som deg vil komme inn i det. Som forvalg er rommet privat, så bare de som vet om romlenken vil kunne ta del i det.",
            "id": 4336784,
            "action_name": "Translation added",
            "url": "https://hosted.weblate.org/api/changes/4336784/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/8802852/?format=api",
            "component": "https://hosted.weblate.org/api/components/loowid/main/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/loowid/main/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-06-27T03:46:44+02:00",
            "action": 30,
            "target": "You can create a room whenever you want. Anyone who enters via the same room link as you, will come into it. By default your room is private, so only people who know your room link are able to join.",
            "id": 4336783,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/4336783/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/loowid/main/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/loowid/main/nb_NO/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-08-23T12:00:09+02:00",
            "action": 0,
            "target": "",
            "id": 3005281,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/3005281/?format=api"
        }
    ]
}