Translation components API.

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

GET /api/translations/aleksis/aleksis-core/nb_NO/changes/?format=api&page=7
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 123,
    "next": null,
    "previous": "https://translate.edugit.org/api/translations/aleksis/aleksis-core/nb_NO/changes/?format=api&page=6",
    "results": [
        {
            "unit": null,
            "component": "https://translate.edugit.org/api/components/aleksis/aleksis-core/?format=api",
            "translation": "https://translate.edugit.org/api/translations/aleksis/aleksis-core/nb_NO/?format=api",
            "user": "https://translate.edugit.org/api/users/debdolph/?format=api",
            "author": "https://translate.edugit.org/api/users/debdolph/?format=api",
            "timestamp": "2020-04-29T12:06:15.665318Z",
            "action": 0,
            "target": "",
            "id": 3685,
            "action_name": "Quellaktualisierung",
            "url": "https://translate.edugit.org/api/changes/3685/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.edugit.org/api/components/aleksis/aleksis-core/?format=api",
            "translation": "https://translate.edugit.org/api/translations/aleksis/aleksis-core/nb_NO/?format=api",
            "user": "https://translate.edugit.org/api/users/debdolph/?format=api",
            "author": "https://translate.edugit.org/api/users/debdolph/?format=api",
            "timestamp": "2020-04-01T13:52:24.297308Z",
            "action": 0,
            "target": "",
            "id": 2081,
            "action_name": "Quellaktualisierung",
            "url": "https://translate.edugit.org/api/changes/2081/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.edugit.org/api/components/aleksis/aleksis-core/?format=api",
            "translation": "https://translate.edugit.org/api/translations/aleksis/aleksis-core/nb_NO/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-01-24T14:47:40.792031Z",
            "action": 0,
            "target": "",
            "id": 1427,
            "action_name": "Quellaktualisierung",
            "url": "https://translate.edugit.org/api/changes/1427/?format=api"
        }
    ]
}