Translation components API.

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

GET /api/translations/newpipe/glossary/be/changes/?format=api&page=5
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 202,
    "next": null,
    "previous": "https://hosted.weblate.org/api/translations/newpipe/glossary/be/changes/?format=api&page=4",
    "results": [
        {
            "unit": "https://hosted.weblate.org/api/units/30920830/?format=api",
            "component": "https://hosted.weblate.org/api/components/newpipe/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/newpipe/glossary/be/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-04-13T11:15:56.262994+02:00",
            "action": 31,
            "target": "",
            "id": 10108298,
            "action_name": "String added",
            "url": "https://hosted.weblate.org/api/changes/10108298/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/28878177/?format=api",
            "component": "https://hosted.weblate.org/api/components/newpipe/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/newpipe/glossary/be/?format=api",
            "user": "https://hosted.weblate.org/api/users/DeadMetaler/?format=api",
            "author": null,
            "timestamp": "2019-01-12T23:15:47+01:00",
            "action": 5,
            "target": "абагуліць",
            "id": 3529184,
            "action_name": "Translation added",
            "url": "https://hosted.weblate.org/api/changes/3529184/?format=api"
        }
    ]
}