Translation components API.

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

GET /api/translations/omp/glossary/nb_NO/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/419034/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/omp/glossary/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/glossary/nb_NO/?format=api",
            "user": "http://translate.pkp.sfu.ca/api/users/eirikh/?format=api",
            "author": null,
            "timestamp": "2020-10-19T14:26:27.052071Z",
            "action": 5,
            "target": "utgiver",
            "id": 102609,
            "action_name": "New translation",
            "url": "http://translate.pkp.sfu.ca/api/changes/102609/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/419036/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/omp/glossary/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/glossary/nb_NO/?format=api",
            "user": "http://translate.pkp.sfu.ca/api/users/eirikh/?format=api",
            "author": null,
            "timestamp": "2021-01-29T13:03:44.990122Z",
            "action": 5,
            "target": "funksjon",
            "id": 146665,
            "action_name": "New translation",
            "url": "http://translate.pkp.sfu.ca/api/changes/146665/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/425992/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/omp/glossary/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/glossary/nb_NO/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-08-07T22:16:00.319955Z",
            "action": 31,
            "target": "",
            "id": 296495,
            "action_name": "New string added",
            "url": "http://translate.pkp.sfu.ca/api/changes/296495/?format=api"
        }
    ]
}