Translation components API.

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

GET /api/translations/ricin/app/en_US/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/ricin/app/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/ricin/app/en_US/?format=api",
            "user": "https://hosted.weblate.org/api/users/crlambda/?format=api",
            "author": "https://hosted.weblate.org/api/users/crlambda/?format=api",
            "timestamp": "2021-01-24T09:41:35.786515+01:00",
            "action": 0,
            "target": "",
            "old": "",
            "details": {},
            "id": 9097053,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/9097053/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/ricin/app/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/ricin/app/en_US/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-04-28T21:11:17.049068+02:00",
            "action": 17,
            "target": "",
            "old": "",
            "details": {},
            "id": 6024849,
            "action_name": "Changes committed",
            "url": "https://hosted.weblate.org/api/changes/6024849/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/3574491/?format=api",
            "component": "https://hosted.weblate.org/api/components/ricin/app/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/ricin/app/en_US/?format=api",
            "user": "https://hosted.weblate.org/api/users/Edanas/?format=api",
            "author": "https://hosted.weblate.org/api/users/Edanas/?format=api",
            "timestamp": "2020-04-27T21:07:21.664492+02:00",
            "action": 2,
            "target": "<b>Ricin</b> aims to be a <i>secure, lightweight, hackable and fully-customizable</i> chat client using the awesome and open-source <b>ToxCore</b> library.",
            "old": "<b>Ricin</b> se veut être un logiciel de discussions instantanées <i>sécurisé, léger et customisable à souhait</i> en utilisant la super bibliothèque open-source <b>ToxCore</b>",
            "details": {},
            "id": 6017313,
            "action_name": "Translation changed",
            "url": "https://hosted.weblate.org/api/changes/6017313/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/3574491/?format=api",
            "component": "https://hosted.weblate.org/api/components/ricin/app/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/ricin/app/en_US/?format=api",
            "user": "https://hosted.weblate.org/api/users/Edanas/?format=api",
            "author": "https://hosted.weblate.org/api/users/Edanas/?format=api",
            "timestamp": "2020-04-27T21:07:21.660869+02:00",
            "action": 45,
            "target": "",
            "old": "",
            "details": {},
            "id": 6017312,
            "action_name": "Contributor joined",
            "url": "https://hosted.weblate.org/api/changes/6017312/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/ricin/app/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/ricin/app/en_US/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2016-05-11T09:35:53+02:00",
            "action": 0,
            "target": "",
            "old": "",
            "details": {},
            "id": 958452,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/958452/?format=api"
        }
    ]
}