Translation components API.

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

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

{
    "count": 101,
    "next": null,
    "previous": "https://weblate.framasoft.org/api/translations/wemawema/homepage/es/changes/?format=api&page=2",
    "results": [
        {
            "unit": null,
            "component": "https://weblate.framasoft.org/api/components/wemawema/homepage/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/wemawema/homepage/es/?format=api",
            "user": "https://weblate.framasoft.org/api/users/deleted-108/?format=api",
            "author": "https://weblate.framasoft.org/api/users/deleted-108/?format=api",
            "timestamp": "2020-03-06T11:30:15.794307Z",
            "action": 0,
            "target": "",
            "id": 53620,
            "action_name": "Ressources mises à jour",
            "url": "https://weblate.framasoft.org/api/changes/53620/?format=api"
        }
    ]
}