Translation components API.

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

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

{
    "count": 6,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://translate.funkwhale.audio/api/components/documentation/developer-api-index/?format=api",
            "translation": "https://translate.funkwhale.audio/api/translations/documentation/developer-api-index/en_devel/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-03-25T08:06:53.241486Z",
            "action": 0,
            "target": "",
            "id": 341915,
            "action_name": "Resource updated",
            "url": "https://translate.funkwhale.audio/api/changes/341915/?format=api"
        },
        {
            "unit": "https://translate.funkwhale.audio/api/units/373094/?format=api",
            "component": "https://translate.funkwhale.audio/api/components/documentation/developer-api-index/?format=api",
            "translation": "https://translate.funkwhale.audio/api/translations/documentation/developer-api-index/en_devel/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-03-25T08:06:53.241464Z",
            "action": 59,
            "target": "The current API (v1) is **stable**, meaning we are committed to not introducing breaking changes and to maintaining compatibility. We are currently working on Funkwhale API v2, but this is a work in progress and not yet ready for production use.",
            "id": 341914,
            "action_name": "String updated in the repository",
            "url": "https://translate.funkwhale.audio/api/changes/341914/?format=api"
        },
        {
            "unit": "https://translate.funkwhale.audio/api/units/373092/?format=api",
            "component": "https://translate.funkwhale.audio/api/components/documentation/developer-api-index/?format=api",
            "translation": "https://translate.funkwhale.audio/api/translations/documentation/developer-api-index/en_devel/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-03-25T08:06:53.241441Z",
            "action": 59,
            "target": "The Funkwhale API is a [REST API](https://developer.mozilla.org/en-US/docs/Glossary/REST) written in [Python](https://www.python.org/) using the [Django REST framework](https://www.django-rest-framework.org/). It is the central component of the project and houses the application's logic.",
            "id": 341913,
            "action_name": "String updated in the repository",
            "url": "https://translate.funkwhale.audio/api/changes/341913/?format=api"
        },
        {
            "unit": "https://translate.funkwhale.audio/api/units/373090/?format=api",
            "component": "https://translate.funkwhale.audio/api/components/documentation/developer-api-index/?format=api",
            "translation": "https://translate.funkwhale.audio/api/translations/documentation/developer-api-index/en_devel/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-03-25T08:06:53.241419Z",
            "action": 59,
            "target": "Funkwhale API",
            "id": 341912,
            "action_name": "String updated in the repository",
            "url": "https://translate.funkwhale.audio/api/changes/341912/?format=api"
        },
        {
            "unit": "https://translate.funkwhale.audio/api/units/373088/?format=api",
            "component": "https://translate.funkwhale.audio/api/components/documentation/developer-api-index/?format=api",
            "translation": "https://translate.funkwhale.audio/api/translations/documentation/developer-api-index/en_devel/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-03-25T08:06:53.241395Z",
            "action": 59,
            "target": "Resources",
            "id": 341911,
            "action_name": "String updated in the repository",
            "url": "https://translate.funkwhale.audio/api/changes/341911/?format=api"
        },
        {
            "unit": "https://translate.funkwhale.audio/api/units/373085/?format=api",
            "component": "https://translate.funkwhale.audio/api/components/documentation/developer-api-index/?format=api",
            "translation": "https://translate.funkwhale.audio/api/translations/documentation/developer-api-index/en_devel/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-03-25T08:06:53.241356Z",
            "action": 59,
            "target": "API explorer",
            "id": 341910,
            "action_name": "String updated in the repository",
            "url": "https://translate.funkwhale.audio/api/changes/341910/?format=api"
        }
    ]
}