Translation components API.

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

GET /api/components/omp/generic-googleScholar/changes/?format=api&page=10
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 451,
    "next": null,
    "previous": "http://translate.pkp.sfu.ca/api/components/omp/generic-googleScholar/changes/?format=api&page=9",
    "results": [
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/omp/generic-googleScholar/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2024-05-02T03:45:04.869825Z",
            "action": 47,
            "target": "",
            "id": 854283,
            "action_name": "New alert",
            "url": "http://translate.pkp.sfu.ca/api/changes/854283/?format=api"
        }
    ]
}