Translation components API.

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

GET /api/components/hammer/account-settings/changes/?format=api&page=26
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1253,
    "next": null,
    "previous": "https://hosted.weblate.org/api/components/hammer/account-settings/changes/?format=api&page=25",
    "results": [
        {
            "unit": "https://hosted.weblate.org/api/units/99560011/?format=api",
            "component": "https://hosted.weblate.org/api/components/hammer/account-settings/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/hammer/account-settings/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-06-10T05:19:34.779156+02:00",
            "action": 59,
            "target": "⚙ Settings",
            "id": 57572147,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/57572147/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/hammer/account-settings/?format=api",
            "translation": null,
            "user": "https://hosted.weblate.org/api/users/Wavesonics/?format=api",
            "author": "https://hosted.weblate.org/api/users/Wavesonics/?format=api",
            "timestamp": "2023-06-10T05:19:31.125054+02:00",
            "action": 51,
            "target": "",
            "id": 57572146,
            "action_name": "Component created",
            "url": "https://hosted.weblate.org/api/changes/57572146/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/hammer/account-settings/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2023-06-10T05:19:30.395970+02:00",
            "action": 60,
            "target": "weblate.cleanup.blank",
            "id": 57572145,
            "action_name": "Add-on installed",
            "url": "https://hosted.weblate.org/api/changes/57572145/?format=api"
        }
    ]
}