Translation components API.

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

GET /api/translations/omp/glossary/es_ES/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 5,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/omp/glossary/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/glossary/es_ES/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-07-23T17:20:58.877915Z",
            "action": 0,
            "target": "",
            "id": 287241,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/287241/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/426005/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/omp/glossary/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/glossary/es_ES/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-08-07T22:16:00.320445Z",
            "action": 31,
            "target": "",
            "id": 296508,
            "action_name": "New string added",
            "url": "http://translate.pkp.sfu.ca/api/changes/296508/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/426005/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/omp/glossary/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/glossary/es_ES/?format=api",
            "user": "http://translate.pkp.sfu.ca/api/users/kant/?format=api",
            "author": "http://translate.pkp.sfu.ca/api/users/kant/?format=api",
            "timestamp": "2023-12-06T17:28:33.187133Z",
            "action": 45,
            "target": "",
            "id": 814423,
            "action_name": "New contributor",
            "url": "http://translate.pkp.sfu.ca/api/changes/814423/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/426005/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/omp/glossary/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/glossary/es_ES/?format=api",
            "user": "http://translate.pkp.sfu.ca/api/users/kant/?format=api",
            "author": "http://translate.pkp.sfu.ca/api/users/kant/?format=api",
            "timestamp": "2023-12-06T17:28:33.190794Z",
            "action": 5,
            "target": "Archivo: {$title}",
            "id": 814424,
            "action_name": "New translation",
            "url": "http://translate.pkp.sfu.ca/api/changes/814424/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/omp/glossary/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/glossary/es_ES/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-12-07T15:32:47.177603Z",
            "action": 17,
            "target": "",
            "id": 814516,
            "action_name": "Committed changes",
            "url": "http://translate.pkp.sfu.ca/api/changes/814516/?format=api"
        }
    ]
}