Translation components API.

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

GET /api/translations/cockpit-podman/main/es/changes/?format=api&page=21
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 1002,
    "next": null,
    "previous": "https://translate.fedoraproject.org/api/translations/cockpit-podman/main/es/changes/?format=api&page=20",
    "results": [
        {
            "unit": "https://translate.fedoraproject.org/api/units/5968262/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/cockpit-podman/main/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/cockpit-podman/main/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-09-12T13:21:51.338780Z",
            "action": 30,
            "target": "Container",
            "old": "Containers",
            "details": {},
            "id": 1630249,
            "action_name": "Source string changed",
            "url": "https://translate.fedoraproject.org/api/changes/1630249/?format=api"
        },
        {
            "unit": "https://translate.fedoraproject.org/api/units/5968257/?format=api",
            "component": "https://translate.fedoraproject.org/api/components/cockpit-podman/main/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/cockpit-podman/main/es/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-09-12T13:21:51.077334Z",
            "action": 30,
            "target": "Checkpoint container $0",
            "old": "Failed to commit container $0",
            "details": {},
            "id": 1630248,
            "action_name": "Source string changed",
            "url": "https://translate.fedoraproject.org/api/changes/1630248/?format=api"
        }
    ]
}