Translation components API.

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

GET /api/translations/diyseeds-org-videos-subtitles-english/glossary/it/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": "http://translate.diyseeds.org/api/components/diyseeds-org-videos-subtitles-english/glossary/?format=api",
            "translation": "http://translate.diyseeds.org/api/translations/diyseeds-org-videos-subtitles-english/glossary/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-10-25T09:51:08.311603+02:00",
            "action": 17,
            "target": "",
            "id": 45818,
            "action_name": "Committed changes",
            "url": "http://translate.diyseeds.org/api/changes/45818/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.diyseeds.org/api/components/diyseeds-org-videos-subtitles-english/glossary/?format=api",
            "translation": "http://translate.diyseeds.org/api/translations/diyseeds-org-videos-subtitles-english/glossary/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-10-25T09:51:09.018112+02:00",
            "action": 0,
            "target": "",
            "id": 45820,
            "action_name": "Resource update",
            "url": "http://translate.diyseeds.org/api/changes/45820/?format=api"
        }
    ]
}