Translation components API.

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

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

{
    "count": 2653,
    "next": null,
    "previous": "https://hosted.weblate.org/api/translations/galette/galette/de/changes/?format=api&page=53",
    "results": [
        {
            "unit": "https://hosted.weblate.org/api/units/13604584/?format=api",
            "component": "https://hosted.weblate.org/api/components/galette/galette/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/galette/galette/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-10-13T18:55:08+02:00",
            "action": 13,
            "target": "",
            "old": "",
            "details": {},
            "id": 4797043,
            "action_name": "Source string added",
            "url": "https://hosted.weblate.org/api/changes/4797043/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/13604582/?format=api",
            "component": "https://hosted.weblate.org/api/components/galette/galette/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/galette/galette/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-10-13T18:55:08+02:00",
            "action": 13,
            "target": "",
            "old": "",
            "details": {},
            "id": 4797041,
            "action_name": "Source string added",
            "url": "https://hosted.weblate.org/api/changes/4797041/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/13604581/?format=api",
            "component": "https://hosted.weblate.org/api/components/galette/galette/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/galette/galette/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-10-13T18:55:08+02:00",
            "action": 13,
            "target": "",
            "old": "",
            "details": {},
            "id": 4797040,
            "action_name": "Source string added",
            "url": "https://hosted.weblate.org/api/changes/4797040/?format=api"
        }
    ]
}