Translation components API.

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

GET /api/translations/mobilizon/frontend/nn/changes/?format=api&page=42
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2051,
    "next": null,
    "previous": "https://weblate.framasoft.org/api/translations/mobilizon/frontend/nn/changes/?format=api&page=41",
    "results": [
        {
            "unit": null,
            "component": "https://weblate.framasoft.org/api/components/mobilizon/frontend/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/mobilizon/frontend/nn/?format=api",
            "user": "https://weblate.framasoft.org/api/users/Pilum/?format=api",
            "author": "https://weblate.framasoft.org/api/users/Pilum/?format=api",
            "timestamp": "2020-10-29T10:21:08.374167Z",
            "action": 0,
            "target": "",
            "id": 115484,
            "action_name": "Ressources mises à jour",
            "url": "https://weblate.framasoft.org/api/changes/115484/?format=api"
        }
    ]
}