Translation components API.

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

GET /api/translations/libosinfo/osinfo-db/pt_BR/changes/?format=api&page=41
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2002,
    "next": null,
    "previous": "https://translate.fedoraproject.org/api/translations/libosinfo/osinfo-db/pt_BR/changes/?format=api&page=40",
    "results": [
        {
            "unit": "https://translate.fedoraproject.org/api/units/97755/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/libosinfo/osinfo-db/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/libosinfo/osinfo-db/pt_BR/?format=api",
            "user": null,
            "author": "https://translate.fedoraproject.org/api/users/anonymous/?format=api",
            "timestamp": "2020-01-07T21:33:17.744779Z",
            "action": 4,
            "target": "Microsoft Windows 7 Professional",
            "old": "",
            "details": {},
            "id": 22510,
            "action_name": "Suggestion added",
            "url": "https://translate.fedoraproject.org/api/changes/22510/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.fedoraproject.org/api/components/libosinfo/osinfo-db/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/libosinfo/osinfo-db/pt_BR/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-01-07T21:22:05.368030Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {},
            "id": 22365,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/22365/?format=api"
        }
    ]
}