Translation components API.

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

GET /api/components/nutty/glossary/changes/?format=api&page=5
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 201,
    "next": null,
    "previous": "https://hosted.weblate.org/api/components/nutty/glossary/changes/?format=api&page=4",
    "results": [
        {
            "unit": "https://hosted.weblate.org/api/units/28777537/?format=api",
            "component": "https://hosted.weblate.org/api/components/nutty/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/nutty/glossary/lt/?format=api",
            "user": "https://hosted.weblate.org/api/users/moobit/?format=api",
            "author": null,
            "timestamp": "2018-10-01T10:24:44+02:00",
            "action": 5,
            "target": "planuoklė",
            "id": 3130472,
            "action_name": "Translation added",
            "url": "https://hosted.weblate.org/api/changes/3130472/?format=api"
        }
    ]
}