Translation projects API.

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

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

{
    "count": 602,
    "next": null,
    "previous": "https://hosted.weblate.org/api/projects/easyrepost/changes/?format=api&page=12",
    "results": [
        {
            "unit": null,
            "component": "https://hosted.weblate.org/api/components/easyrepost/android/?format=api",
            "translation": null,
            "user": "https://hosted.weblate.org/api/users/sschueller/?format=api",
            "author": "https://hosted.weblate.org/api/users/sschueller/?format=api",
            "timestamp": "2020-09-12T20:41:29.147948+02:00",
            "action": 51,
            "target": "",
            "id": 7449348,
            "action_name": "Component created",
            "url": "https://hosted.weblate.org/api/changes/7449348/?format=api"
        },
        {
            "unit": null,
            "component": null,
            "translation": null,
            "user": "https://hosted.weblate.org/api/users/sschueller/?format=api",
            "author": "https://hosted.weblate.org/api/users/sschueller/?format=api",
            "timestamp": "2020-09-12T20:39:22.858119+02:00",
            "action": 50,
            "target": "",
            "id": 7449345,
            "action_name": "Project created",
            "url": "https://hosted.weblate.org/api/changes/7449345/?format=api"
        }
    ]
}