Translation components API.

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

GET /api/components/documentation/developer-index/changes/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 53,
    "next": null,
    "previous": "https://translate.funkwhale.audio/api/components/documentation/developer-index/changes/?format=api",
    "results": [
        {
            "unit": "https://translate.funkwhale.audio/api/units/372754/?format=api",
            "component": "https://translate.funkwhale.audio/api/components/documentation/developer-index/?format=api",
            "translation": "https://translate.funkwhale.audio/api/translations/documentation/developer-index/en_devel/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-03-25T08:06:51.746900Z",
            "action": 59,
            "target": "Funkwhale welcomes contributions from all developers. If this is your first time contributing to an open source project, don't be afraid to get stuck in! The Funkwhale community will guide you through the process and help you grow your confidence.",
            "id": 341563,
            "action_name": "String updated in the repository",
            "url": "https://translate.funkwhale.audio/api/changes/341563/?format=api"
        },
        {
            "unit": "https://translate.funkwhale.audio/api/units/372749/?format=api",
            "component": "https://translate.funkwhale.audio/api/components/documentation/developer-index/?format=api",
            "translation": "https://translate.funkwhale.audio/api/translations/documentation/developer-index/en_devel/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-03-25T08:06:51.746853Z",
            "action": 59,
            "target": "Get started",
            "id": 341562,
            "action_name": "String updated in the repository",
            "url": "https://translate.funkwhale.audio/api/changes/341562/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.funkwhale.audio/api/components/documentation/developer-index/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2023-03-25T08:06:04.711388Z",
            "action": 51,
            "target": "",
            "id": 338656,
            "action_name": "Component created",
            "url": "https://translate.funkwhale.audio/api/changes/338656/?format=api"
        }
    ]
}