Translation components API.

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

GET /api/translations/blurify/master/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/blurify/master/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/blurify/master/nb_NO/?format=api",
            "user": "https://hosted.weblate.org/api/users/hoshmand/?format=api",
            "author": "https://hosted.weblate.org/api/users/hoshmand/?format=api",
            "timestamp": "2023-10-14T08:19:10.330611+02:00",
            "action": 0,
            "target": "",
            "id": 68378656,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/68378656/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/107018662/?format=api",
            "component": "https://hosted.weblate.org/api/components/blurify/master/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/blurify/master/nb_NO/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-10-14T08:19:10.330577+02:00",
            "action": 59,
            "target": "",
            "id": 68378655,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/68378655/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/8788790/?format=api",
            "component": "https://hosted.weblate.org/api/components/blurify/master/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/blurify/master/nb_NO/?format=api",
            "user": "https://hosted.weblate.org/api/users/Hasan7105/?format=api",
            "author": "https://hosted.weblate.org/api/users/Hasan7105/?format=api",
            "timestamp": "2021-12-21T06:30:44.892562+01:00",
            "action": 30,
            "target": "Blurify ",
            "id": 15406271,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/15406271/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/blurify/master/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/blurify/master/nb_NO/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-08-23T11:44:09+02:00",
            "action": 0,
            "target": "",
            "id": 3005147,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/3005147/?format=api"
        }
    ]
}