Translation components API.

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

GET /api/translations/phpmyadmin/debian/si/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/phpmyadmin/debian/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/debian/si/?format=api",
            "user": "https://hosted.weblate.org/api/users/williamdes/?format=api",
            "author": "https://hosted.weblate.org/api/users/williamdes/?format=api",
            "timestamp": "2024-04-17T23:56:35.399706+02:00",
            "action": 0,
            "target": "",
            "id": 87659900,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/87659900/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/phpmyadmin/debian/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/debian/si/?format=api",
            "user": "https://hosted.weblate.org/api/users/HelaBasa/?format=api",
            "author": "https://hosted.weblate.org/api/users/HelaBasa/?format=api",
            "timestamp": "2021-02-28T15:24:20.193893+01:00",
            "action": 48,
            "target": "",
            "id": 9597578,
            "action_name": "Language added",
            "url": "https://hosted.weblate.org/api/changes/9597578/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/phpmyadmin/debian/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/debian/si/?format=api",
            "user": "https://hosted.weblate.org/api/users/HelaBasa/?format=api",
            "author": "https://hosted.weblate.org/api/users/HelaBasa/?format=api",
            "timestamp": "2021-02-28T15:24:19.521111+01:00",
            "action": 0,
            "target": "",
            "id": 9597576,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/9597576/?format=api"
        }
    ]
}