Translation components API.

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

GET /api/translations/phpmyadmin/5-2/de/changes/?format=api&page=21
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1002,
    "next": null,
    "previous": "https://hosted.weblate.org/api/translations/phpmyadmin/5-2/de/changes/?format=api&page=20",
    "results": [
        {
            "unit": "https://hosted.weblate.org/api/units/14172441/?format=api",
            "component": "https://hosted.weblate.org/api/components/phpmyadmin/5-2/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/5-2/de/?format=api",
            "user": "https://hosted.weblate.org/api/users/Manolo_Software/?format=api",
            "author": "https://hosted.weblate.org/api/users/Manolo_Software/?format=api",
            "timestamp": "2019-11-04T18:41:45+01:00",
            "action": 4,
            "target": "Tag-Monat-Jahr",
            "id": 4941909,
            "action_name": "Suggestion added",
            "url": "https://hosted.weblate.org/api/changes/4941909/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/phpmyadmin/5-2/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/phpmyadmin/5-2/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-11-03T16:00:35+01:00",
            "action": 0,
            "target": "",
            "id": 4933971,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/4933971/?format=api"
        }
    ]
}