Translation components API.

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

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

{
    "count": 1101,
    "next": null,
    "previous": "https://hosted.weblate.org/api/components/easyssh/glossary/changes/?format=api&page=22",
    "results": [
        {
            "unit": "https://hosted.weblate.org/api/units/28791141/?format=api",
            "component": "https://hosted.weblate.org/api/components/easyssh/glossary/?format=api",
            "translation": "https://hosted.weblate.org/api/translations/easyssh/glossary/ar/?format=api",
            "user": "https://hosted.weblate.org/api/users/Zonestc/?format=api",
            "author": null,
            "timestamp": "2018-06-09T09:18:16+02:00",
            "action": 5,
            "target": "XVideos",
            "old": "",
            "details": {},
            "id": 2848169,
            "action_name": "Translation added",
            "url": "https://hosted.weblate.org/api/changes/2848169/?format=api"
        }
    ]
}