Translation components API.

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

GET /api/translations/phpmyadmin/debian/fi/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/fi/?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:33.237078+02:00",
            "action": 0,
            "target": "",
            "id": 87659869,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/87659869/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/phpmyadmin/debian/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/debian/fi/?format=api",
            "user": "https://hosted.weblate.org/api/users/williamdes/?format=api",
            "author": "https://hosted.weblate.org/api/users/williamdes/?format=api",
            "timestamp": "2019-10-28T23:33:37+01:00",
            "action": 0,
            "target": "",
            "id": 4899886,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/4899886/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/phpmyadmin/debian/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/debian/fi/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2015-01-12T14:16:27+01:00",
            "action": 0,
            "target": "",
            "id": 173232,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/173232/?format=api"
        }
    ]
}