Translation components API.

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

GET /api/translations/plugins/hypothesis/gl/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/730838/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/hypothesis/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/hypothesis/gl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:40:43.900849Z",
            "action": 59,
            "target": "Complemento Hypothes.is",
            "id": 669010,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/669010/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/730839/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/hypothesis/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/hypothesis/gl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:40:43.900912Z",
            "action": 59,
            "target": "Este complemento permite a integración de Hypothes.is nas vistas dos artigos de OJS, permitindo anotacións e comentarios do lector.",
            "id": 669011,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/669011/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/plugins/hypothesis/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/plugins/hypothesis/gl/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T21:40:43.900951Z",
            "action": 0,
            "target": "",
            "id": 669012,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/669012/?format=api"
        }
    ]
}