Translation components API.

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

GET /api/translations/omp/generic-htmlMonographFile/pt/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/882346/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/omp/generic-htmlMonographFile/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/generic-htmlMonographFile/pt/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-02-28T22:35:14.573786Z",
            "action": 59,
            "target": "Ficheiro de Livro em HTML",
            "id": 928892,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/928892/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/882347/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/omp/generic-htmlMonographFile/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/generic-htmlMonographFile/pt/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-02-28T22:35:14.573843Z",
            "action": 59,
            "target": "Este plugin fornece suporte de renderização para ficheiros de livros em formato HTML.",
            "id": 928893,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/928893/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/omp/generic-htmlMonographFile/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/generic-htmlMonographFile/pt/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-02-28T22:35:14.573869Z",
            "action": 0,
            "target": "",
            "id": 928894,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/928894/?format=api"
        }
    ]
}