Translation components API.

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

GET /api/translations/omp/admin/fi/changes/?format=api&page=2
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 53,
    "next": null,
    "previous": "http://translate.pkp.sfu.ca/api/translations/omp/admin/fi/changes/?format=api",
    "results": [
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/821088/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/omp/admin/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/admin/fi/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-08T04:44:55.184546Z",
            "action": 59,
            "target": "Luvun ID-tunnus ei ole kokonaisluku",
            "id": 837955,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/837955/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/821089/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/omp/admin/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/admin/fi/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-08T04:44:55.184615Z",
            "action": 59,
            "target": "Sarjan ID-tunnus ei ole kokonaisluku",
            "id": 837956,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/837956/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/omp/admin/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/omp/admin/fi/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2024-02-08T04:44:55.184651Z",
            "action": 0,
            "target": "",
            "id": 837957,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/837957/?format=api"
        }
    ]
}