Translation components API.

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

GET /api/translations/hammer/server/en/changes/?format=api&page=3
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 102,
    "next": null,
    "previous": "https://hosted.weblate.org/api/translations/hammer/server/en/changes/?format=api&page=2",
    "results": [
        {
            "unit": "https://hosted.weblate.org/api/units/103681555/?format=api",
            "component": "https://hosted.weblate.org/api/components/hammer/server/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/hammer/server/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-08-18T07:42:00.673103+02:00",
            "action": 59,
            "target": "Server Message",
            "id": 63718428,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/63718428/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/103681554/?format=api",
            "component": "https://hosted.weblate.org/api/components/hammer/server/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/hammer/server/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-08-18T07:42:00.672979+02:00",
            "action": 59,
            "target": "English",
            "id": 63718427,
            "action_name": "String updated in the repository",
            "url": "https://hosted.weblate.org/api/changes/63718427/?format=api"
        }
    ]
}