Translation components API.

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

GET /api/translations/omp/generic-googleScholar/pt_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/750153/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/omp/generic-googleScholar/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/generic-googleScholar/pt_PT/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-03-20T22:16:40.591235Z",
            "action": 59,
            "target": "Plugin de indexação no Google Scholar",
            "id": 705043,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/705043/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/750154/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/omp/generic-googleScholar/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/generic-googleScholar/pt_PT/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-03-20T22:16:40.591302Z",
            "action": 59,
            "target": "Este plugin permite a indexação do conteúdo publicado no Google Scholar.",
            "id": 705044,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/705044/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/omp/generic-googleScholar/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/generic-googleScholar/pt_PT/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-03-20T22:16:40.591340Z",
            "action": 0,
            "target": "",
            "id": 705045,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/705045/?format=api"
        }
    ]
}