Translation components API.

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

GET /api/translations/fedora-websites/labsfedoraprojectorg/sr/changes/?format=api&page=4
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 152,
    "next": null,
    "previous": "https://translate.fedoraproject.org/api/translations/fedora-websites/labsfedoraprojectorg/sr/changes/?format=api&page=3",
    "results": [
        {
            "unit": null,
            "component": "https://translate.fedoraproject.org/api/components/fedora-websites/labsfedoraprojectorg/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-websites/labsfedoraprojectorg/sr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-01-15T20:40:07.760643Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {},
            "id": 46961,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/46961/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.fedoraproject.org/api/components/fedora-websites/labsfedoraprojectorg/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/fedora-websites/labsfedoraprojectorg/sr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-01-15T20:38:36.838402Z",
            "action": 0,
            "target": "",
            "old": "",
            "details": {},
            "id": 46800,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/46800/?format=api"
        }
    ]
}