Translation components API.

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

GET /api/translations/diyseeds-org-pages/resources/ta/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/resources/?format=api",
            "translation": "http://translate.diyseeds.org/api/translations/diyseeds-org-pages/resources/ta/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-10-25T14:06:43.154803+02:00",
            "action": 0,
            "target": "",
            "id": 14890,
            "action_name": "Resource update",
            "url": "http://translate.diyseeds.org/api/changes/14890/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.diyseeds.org/api/components/diyseeds-org-pages/resources/?format=api",
            "translation": "http://translate.diyseeds.org/api/translations/diyseeds-org-pages/resources/ta/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2021-10-25T14:06:43.358896+02:00",
            "action": 44,
            "target": "",
            "id": 14891,
            "action_name": "New strings to translate",
            "url": "http://translate.diyseeds.org/api/changes/14891/?format=api"
        }
    ]
}