Translation components API.

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

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

{
    "count": 4,
    "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/fa/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:34:11.483184Z",
            "action": 0,
            "target": "",
            "id": 630103,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/630103/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/693557/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/omp/glossary/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/glossary/fa/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:34:15.696705Z",
            "action": 31,
            "target": "",
            "id": 630188,
            "action_name": "New string added",
            "url": "http://translate.pkp.sfu.ca/api/changes/630188/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/829482/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/omp/glossary/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/glossary/fa/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-05-31T11:05:32.464547Z",
            "action": 31,
            "target": "",
            "id": 855806,
            "action_name": "New string added",
            "url": "http://translate.pkp.sfu.ca/api/changes/855806/?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/fa/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-05-31T11:39:58.039457Z",
            "action": 17,
            "target": "",
            "id": 856034,
            "action_name": "Committed changes",
            "url": "http://translate.pkp.sfu.ca/api/changes/856034/?format=api"
        }
    ]
}