Translation components API.

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

GET /api/translations/joinpeertube/main/en_US/changes/?format=api&page=30
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1451,
    "next": null,
    "previous": "https://weblate.framasoft.org/api/translations/joinpeertube/main/en_US/changes/?format=api&page=29",
    "results": [
        {
            "unit": "https://weblate.framasoft.org/api/units/5341/?format=api",
            "component": "https://weblate.framasoft.org/api/components/joinpeertube/main/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/joinpeertube/main/en_US/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2019-09-19T13:34:02.883087Z",
            "action": 13,
            "target": "",
            "id": 1270,
            "action_name": "Chaîne source ajoutée",
            "url": "https://weblate.framasoft.org/api/changes/1270/?format=api"
        }
    ]
}