Changes API.

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

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

{
    "count": 143801,
    "next": null,
    "previous": "https://translate.funkwhale.audio/api/changes/?format=api&page=2876",
    "results": [
        {
            "unit": "https://translate.funkwhale.audio/api/units/72096/?format=api",
            "component": "https://translate.funkwhale.audio/api/components/funkwhale/glossary/?format=api",
            "translation": "https://translate.funkwhale.audio/api/translations/funkwhale/glossary/eo/?format=api",
            "user": "https://translate.funkwhale.audio/api/users/deleted-34/?format=api",
            "author": null,
            "timestamp": "2018-07-21T20:41:23.825219Z",
            "action": 5,
            "target": "Muzikejo",
            "id": 3143,
            "action_name": "Translation added",
            "url": "https://translate.funkwhale.audio/api/changes/3143/?format=api"
        }
    ]
}