Translation components API.

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

GET /api/translations/diyseeds-org-pages/contact/si/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-pages/contact/?format=api",
            "translation": "http://translate.diyseeds.org/api/translations/diyseeds-org-pages/contact/si/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-10-25T14:48:52.825688+02:00",
            "action": 0,
            "target": "",
            "id": 14927,
            "action_name": "Resource update",
            "url": "http://translate.diyseeds.org/api/changes/14927/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.diyseeds.org/api/components/diyseeds-org-pages/contact/?format=api",
            "translation": "http://translate.diyseeds.org/api/translations/diyseeds-org-pages/contact/si/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-10-25T14:48:53.068098+02:00",
            "action": 44,
            "target": "",
            "id": 14928,
            "action_name": "New strings to translate",
            "url": "http://translate.diyseeds.org/api/changes/14928/?format=api"
        }
    ]
}