Translation components API.

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

GET /api/components/framasoft/credits/changes/?format=api&page=8
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 351,
    "next": null,
    "previous": "https://weblate.framasoft.org/api/components/framasoft/credits/changes/?format=api&page=7",
    "results": [
        {
            "unit": null,
            "component": "https://weblate.framasoft.org/api/components/framasoft/credits/?format=api",
            "translation": null,
            "user": "https://weblate.framasoft.org/api/users/AyM/?format=api",
            "author": "https://weblate.framasoft.org/api/users/AyM/?format=api",
            "timestamp": "2020-01-29T08:47:08.944753Z",
            "action": 51,
            "target": "",
            "id": 32811,
            "action_name": "Composant créé",
            "url": "https://weblate.framasoft.org/api/changes/32811/?format=api"
        }
    ]
}