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/pt/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/?format=api",
            "translation": "http://translate.diyseeds.org/api/translations/diyseeds-org-articles/why-produce-your-own-seeds/pt/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-05-17T16:13:48.479748+02:00",
            "action": 0,
            "target": "",
            "id": 34283,
            "action_name": "Resource update",
            "url": "http://translate.diyseeds.org/api/changes/34283/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.diyseeds.org/api/components/diyseeds-org-articles/why-produce-your-own-seeds/?format=api",
            "translation": "http://translate.diyseeds.org/api/translations/diyseeds-org-articles/why-produce-your-own-seeds/pt/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-05-17T16:13:48.763457+02:00",
            "action": 44,
            "target": "",
            "id": 34292,
            "action_name": "New strings to translate",
            "url": "http://translate.diyseeds.org/api/changes/34292/?format=api"
        }
    ]
}