Translation components API.

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

GET /api/translations/harbour-lyrics/translations/cs/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/harbour-lyrics/translations/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/harbour-lyrics/translations/cs/?format=api",
            "user": "https://hosted.weblate.org/api/users/ilpianista/?format=api",
            "author": "https://hosted.weblate.org/api/users/ilpianista/?format=api",
            "timestamp": "2022-11-24T23:27:11.195285+01:00",
            "action": 0,
            "target": "",
            "id": 39928387,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/39928387/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/harbour-lyrics/translations/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/harbour-lyrics/translations/cs/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-06-14T10:45:24.631563+02:00",
            "action": 0,
            "target": "",
            "id": 11096865,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/11096865/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/harbour-lyrics/translations/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/harbour-lyrics/translations/cs/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2017-12-20T14:52:15+01:00",
            "action": 0,
            "target": "",
            "id": 2341286,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/2341286/?format=api"
        }
    ]
}