Translation components API.

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

GET /api/translations/weblate/legal/be_Latn/changes/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 53,
    "next": null,
    "previous": "https://hosted.weblate.org/api/translations/weblate/legal/be_Latn/changes/?format=api",
    "results": [
        {
            "unit": "https://hosted.weblate.org/api/units/15862998/?format=api",
            "component": "https://hosted.weblate.org/api/components/weblate/legal/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/weblate/legal/be_Latn/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-03-13T08:47:00+01:00",
            "action": 30,
            "target": "Used to authenticate the User, if configured",
            "id": 5633491,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/5633491/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/15862993/?format=api",
            "component": "https://hosted.weblate.org/api/components/weblate/legal/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/weblate/legal/be_Latn/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-03-13T08:47:00+01:00",
            "action": 30,
            "target": "Weblate only processes Personal Data the User provides by using it:",
            "id": 5633490,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/5633490/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/15862992/?format=api",
            "component": "https://hosted.weblate.org/api/components/weblate/legal/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/weblate/legal/be_Latn/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-03-13T08:47:00+01:00",
            "action": 30,
            "target": "Personal Data processed by Weblate",
            "id": 5633489,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/5633489/?format=api"
        }
    ]
}