Translation components API.

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

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

{
    "count": 82,
    "next": null,
    "previous": "https://weblate.rikka.app/api/translations/shizuku/glossary/ca/changes/?format=api&page=4",
    "results": [
        {
            "unit": "https://weblate.rikka.app/api/units/61615/?format=api",
            "component": "https://weblate.rikka.app/api/components/shizuku/glossary/?format=api",
            "translation": "https://weblate.rikka.app/api/translations/shizuku/glossary/ca/?format=api",
            "user": "https://weblate.rikka.app/api/users/BigBoogie/?format=api",
            "author": "https://weblate.rikka.app/api/users/BigBoogie/?format=api",
            "timestamp": "2024-03-28T09:07:58.014667Z",
            "action": 31,
            "target": "home_status_service_version_update",
            "id": 58870,
            "action_name": "New string added",
            "url": "https://weblate.rikka.app/api/changes/58870/?format=api"
        },
        {
            "unit": "https://weblate.rikka.app/api/units/67912/?format=api",
            "component": "https://weblate.rikka.app/api/components/shizuku/glossary/?format=api",
            "translation": "https://weblate.rikka.app/api/translations/shizuku/glossary/ca/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-05-05T18:40:35.297369Z",
            "action": 31,
            "target": "",
            "id": 60429,
            "action_name": "New string added",
            "url": "https://weblate.rikka.app/api/changes/60429/?format=api"
        }
    ]
}