Translation components API.

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

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

{
    "count": 52,
    "next": null,
    "previous": "https://hosted.weblate.org/api/translations/weblate/legal/hu/changes/?format=api",
    "results": [
        {
            "unit": "https://hosted.weblate.org/api/units/15865718/?format=api",
            "component": "https://hosted.weblate.org/api/components/weblate/legal/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/weblate/legal/hu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-03-13T08:47:32+01:00",
            "action": 30,
            "target": "Weblate only processes Personal Data the User provides by using it:",
            "id": 5633619,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/5633619/?format=api"
        },
        {
            "unit": "https://hosted.weblate.org/api/units/15865771/?format=api",
            "component": "https://hosted.weblate.org/api/components/weblate/legal/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/weblate/legal/hu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-03-13T08:47:32+01:00",
            "action": 30,
            "target": "means EU Regulation No. %(law_679_2016)s, the General Data Protection Regulation",
            "id": 5633620,
            "action_name": "Source string changed",
            "url": "https://hosted.weblate.org/api/changes/5633620/?format=api"
        }
    ]
}