Translation components API.

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

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

{
    "count": 41,
    "next": null,
    "previous": "http://translate.cacti.net/api/translations/cacti/core/he_IL/changes/?format=api&page=2",
    "results": [
        {
            "unit": null,
            "component": "http://translate.cacti.net/api/components/cacti/core/?format=api",
            "translation": "http://translate.cacti.net/api/translations/cacti/core/he_IL/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-12-01T20:41:51.518896Z",
            "action": 44,
            "target": "",
            "id": 40853,
            "action_name": "New strings to translate",
            "url": "http://translate.cacti.net/api/changes/40853/?format=api"
        }
    ]
}