Translation components API.

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

GET /api/translations/cyberos/glossary/ne/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/cyberos/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/cyberos/glossary/ne/?format=api",
            "user": "https://hosted.weblate.org/api/users/omaemae/?format=api",
            "author": "https://hosted.weblate.org/api/users/omaemae/?format=api",
            "timestamp": "2021-06-11T23:21:11.073529+02:00",
            "action": 0,
            "target": "",
            "id": 11074387,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/11074387/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/cyberos/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/cyberos/glossary/ne/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-05-22T16:13:12.964232+02:00",
            "action": 0,
            "target": "",
            "id": 10719451,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/10719451/?format=api"
        }
    ]
}