Translation components API.

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

GET /api/translations/diyseeds-org-articles/why-produce-your-own-seeds-simplified/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-articles/why-produce-your-own-seeds-simplified/?format=api",
            "translation": "http://translate.diyseeds.org/api/translations/diyseeds-org-articles/why-produce-your-own-seeds-simplified/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-05-17T11:02:06.194326+02:00",
            "action": 0,
            "target": "",
            "id": 34144,
            "action_name": "Resource update",
            "url": "http://translate.diyseeds.org/api/changes/34144/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.diyseeds.org/api/components/diyseeds-org-articles/why-produce-your-own-seeds-simplified/?format=api",
            "translation": "http://translate.diyseeds.org/api/translations/diyseeds-org-articles/why-produce-your-own-seeds-simplified/it/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-05-17T11:02:18.052809+02:00",
            "action": 44,
            "target": "",
            "id": 34179,
            "action_name": "New strings to translate",
            "url": "http://translate.diyseeds.org/api/changes/34179/?format=api"
        }
    ]
}