Translation components API.

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

GET /api/translations/libosinfo/osinfo-db-tools/en/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "https://translate.fedoraproject.org/api/components/libosinfo/osinfo-db-tools/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/libosinfo/osinfo-db-tools/en/?format=api",
            "user": "https://translate.fedoraproject.org/api/users/ptoscano/?format=api",
            "author": "https://translate.fedoraproject.org/api/users/ptoscano/?format=api",
            "timestamp": "2022-09-05T08:35:19.992225Z",
            "action": 0,
            "target": "",
            "id": 7573131,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/7573131/?format=api"
        },
        {
            "unit": null,
            "component": "https://translate.fedoraproject.org/api/components/libosinfo/osinfo-db-tools/?format=api",
            "translation": "https://translate.fedoraproject.org/api/translations/libosinfo/osinfo-db-tools/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2020-12-02T10:05:17.889348Z",
            "action": 0,
            "target": "",
            "id": 2749661,
            "action_name": "Resource updated",
            "url": "https://translate.fedoraproject.org/api/changes/2749661/?format=api"
        }
    ]
}