Translation components API.

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

GET /api/translations/indicator-kde-connect/translations/hu/changes/?format=api&page=3
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 101,
    "next": null,
    "previous": "https://hosted.weblate.org/api/translations/indicator-kde-connect/translations/hu/changes/?format=api&page=2",
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/indicator-kde-connect/translations/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/indicator-kde-connect/translations/hu/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2017-01-04T10:54:18+01:00",
            "action": 17,
            "target": "",
            "id": 1519609,
            "action_name": "Changes committed",
            "url": "https://hosted.weblate.org/api/changes/1519609/?format=api"
        }
    ]
}