Translation components API.

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

GET /api/components/pkp-lib/installer/changes/?format=api&page=92
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 4552,
    "next": null,
    "previous": "http://translate.pkp.sfu.ca/api/components/pkp-lib/installer/changes/?format=api&page=91",
    "results": [
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/928610/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/pkp-lib/installer/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/pkp-lib/installer/pt_BR/?format=api",
            "user": "http://translate.pkp.sfu.ca/api/users/diegojmacedo/?format=api",
            "author": "http://translate.pkp.sfu.ca/api/users/diegojmacedo/?format=api",
            "timestamp": "2025-03-11T17:40:24.181554Z",
            "action": 5,
            "target": "Defina o valor de `app_key` na seção `general` no arquivo `config.inc.php` como {$key} .",
            "id": 994421,
            "action_name": "New translation",
            "url": "http://translate.pkp.sfu.ca/api/changes/994421/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/pkp-lib/installer/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/pkp-lib/installer/pt_BR/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-03-11T20:40:34.068558Z",
            "action": 17,
            "target": "",
            "id": 994543,
            "action_name": "Committed changes",
            "url": "http://translate.pkp.sfu.ca/api/changes/994543/?format=api"
        }
    ]
}