Translation components API.

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

GET /api/translations/omp/glossary/pt/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/pt/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-10T12:05:19.678960Z",
            "action": 0,
            "target": "",
            "id": 394757,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/394757/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/469983/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/omp/glossary/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/glossary/pt/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-10T12:05:22.041719Z",
            "action": 31,
            "target": "",
            "id": 394759,
            "action_name": "New string added",
            "url": "http://translate.pkp.sfu.ca/api/changes/394759/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/469983/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/omp/glossary/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/glossary/pt/?format=api",
            "user": "http://translate.pkp.sfu.ca/api/users/carla.marques/?format=api",
            "author": "http://translate.pkp.sfu.ca/api/users/carla.marques/?format=api",
            "timestamp": "2023-04-17T10:01:03.725648Z",
            "action": 45,
            "target": "",
            "id": 723678,
            "action_name": "New contributor",
            "url": "http://translate.pkp.sfu.ca/api/changes/723678/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/469983/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/omp/glossary/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/glossary/pt/?format=api",
            "user": "http://translate.pkp.sfu.ca/api/users/carla.marques/?format=api",
            "author": "http://translate.pkp.sfu.ca/api/users/carla.marques/?format=api",
            "timestamp": "2023-04-17T10:01:03.731856Z",
            "action": 5,
            "target": "Ficheiro: {$title}",
            "id": 723679,
            "action_name": "New translation",
            "url": "http://translate.pkp.sfu.ca/api/changes/723679/?format=api"
        }
    ]
}