Translation components API.

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

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

{
    "count": 304,
    "next": null,
    "previous": "https://translate.funkwhale.audio/api/components/documentation/administrator-import/changes/?format=api&page=6",
    "results": [
        {
            "unit": "https://translate.funkwhale.audio/api/units/370160/?format=api",
            "component": "https://translate.funkwhale.audio/api/components/documentation/administrator-import/?format=api",
            "translation": "https://translate.funkwhale.audio/api/translations/documentation/administrator-import/en_devel/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-03-25T08:06:38.653266Z",
            "action": 59,
            "target": "Funkwhale supports the following import methods:",
            "id": 338943,
            "action_name": "String updated in the repository",
            "url": "https://translate.funkwhale.audio/api/changes/338943/?format=api"
        },
        {
            "unit": "https://translate.funkwhale.audio/api/units/370157/?format=api",
            "component": "https://translate.funkwhale.audio/api/components/documentation/administrator-import/?format=api",
            "translation": "https://translate.funkwhale.audio/api/translations/documentation/administrator-import/en_devel/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-03-25T08:06:38.653242Z",
            "action": 59,
            "target": "You can import music files you have saved on your server. You need to make sure your files have the [required ID3 tags](../user/libraries/content/tag.md). We recommend using [Musicbrainz Picard](https://picard.musicbrainz.org/) for tagging.",
            "id": 338942,
            "action_name": "String updated in the repository",
            "url": "https://translate.funkwhale.audio/api/changes/338942/?format=api"
        },
        {
            "unit": "https://translate.funkwhale.audio/api/units/370152/?format=api",
            "component": "https://translate.funkwhale.audio/api/components/documentation/administrator-import/?format=api",
            "translation": "https://translate.funkwhale.audio/api/translations/documentation/administrator-import/en_devel/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-03-25T08:06:38.653203Z",
            "action": 59,
            "target": "Import music from your server",
            "id": 338941,
            "action_name": "String updated in the repository",
            "url": "https://translate.funkwhale.audio/api/changes/338941/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.funkwhale.audio/api/components/documentation/administrator-import/?format=api",
            "translation": null,
            "user": null,
            "author": null,
            "timestamp": "2023-03-25T08:06:02.152317Z",
            "action": 51,
            "target": "",
            "id": 338633,
            "action_name": "Component created",
            "url": "https://translate.funkwhale.audio/api/changes/338633/?format=api"
        }
    ]
}