Translation components API.

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

GET /api/translations/easyssh/translations/aa/changes/?format=api&page=3
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 103,
    "next": null,
    "previous": "https://hosted.weblate.org/api/translations/easyssh/translations/aa/changes/?format=api&page=2",
    "results": [
        {
            "unit": "https://hosted.weblate.org/api/units/8300333/?format=api",
            "component": "https://hosted.weblate.org/api/components/easyssh/translations/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/easyssh/translations/aa/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-05-24T12:13:34+02:00",
            "action": 13,
            "target": "",
            "id": 2815942,
            "action_name": "Source string added",
            "url": "https://hosted.weblate.org/api/changes/2815942/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/8300332/?format=api",
            "component": "https://hosted.weblate.org/api/components/easyssh/translations/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/easyssh/translations/aa/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-05-24T12:13:34+02:00",
            "action": 13,
            "target": "",
            "id": 2815941,
            "action_name": "Source string added",
            "url": "https://hosted.weblate.org/api/changes/2815941/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/8300331/?format=api",
            "component": "https://hosted.weblate.org/api/components/easyssh/translations/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/easyssh/translations/aa/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2018-05-24T12:13:34+02:00",
            "action": 13,
            "target": "",
            "id": 2815940,
            "action_name": "Source string added",
            "url": "https://hosted.weblate.org/api/changes/2815940/?format=api"
        }
    ]
}