Translation components API.

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

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

{
    "count": 103,
    "next": null,
    "previous": "https://hosted.weblate.org/api/translations/userli/messages/pt/changes/?format=api&page=2",
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/userli/messages/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/userli/messages/pt/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-05-28T19:19:07+02:00",
            "action": 0,
            "target": "",
            "old": "",
            "details": {},
            "id": 4240965,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/4240965/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/userli/messages/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/userli/messages/pt/?format=api",
            "user": "https://hosted.weblate.org/api/users/t2d/?format=api",
            "author": "https://hosted.weblate.org/api/users/t2d/?format=api",
            "timestamp": "2019-05-27T20:42:14+02:00",
            "action": 0,
            "target": "",
            "old": "",
            "details": {},
            "id": 4238411,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/4238411/?format=api"
        },
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/userli/messages/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/userli/messages/pt/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-05-27T14:49:06+02:00",
            "action": 0,
            "target": "",
            "old": "",
            "details": {},
            "id": 4238041,
            "action_name": "Resource updated",
            "url": "https://hosted.weblate.org/api/changes/4238041/?format=api"
        }
    ]
}