Translation components API.

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

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://hosted.weblate.org/api/units/30711507/?format=api",
            "component": "https://hosted.weblate.org/api/components/mailcleaner/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/mailcleaner/glossary/en/?format=api",
            "user": "https://hosted.weblate.org/api/users/ersen/?format=api",
            "author": "https://hosted.weblate.org/api/users/ersen/?format=api",
            "timestamp": "2021-04-07T18:02:51.486831+02:00",
            "action": 31,
            "target": "entry",
            "id": 10034243,
            "action_name": "String added",
            "url": "https://hosted.weblate.org/api/changes/10034243/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/30711505/?format=api",
            "component": "https://hosted.weblate.org/api/components/mailcleaner/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/mailcleaner/glossary/en/?format=api",
            "user": "https://hosted.weblate.org/api/users/ersen/?format=api",
            "author": "https://hosted.weblate.org/api/users/ersen/?format=api",
            "timestamp": "2021-04-07T18:02:16.892736+02:00",
            "action": 31,
            "target": "database",
            "id": 10034236,
            "action_name": "String added",
            "url": "https://hosted.weblate.org/api/changes/10034236/?format=api"
        }
    ]
}