Translation components API.

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

GET /api/translations/pkp-lib/editor/fr/changes/?format=api&page=5
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 202,
    "next": null,
    "previous": "http://translate.pkp.sfu.ca/api/translations/pkp-lib/editor/fr/changes/?format=api&page=4",
    "results": [
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/pkp-lib/editor/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/pkp-lib/editor/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-02-28T22:28:32.047817Z",
            "action": 0,
            "target": "",
            "id": 925031,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/925031/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/pkp-lib/editor/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/pkp-lib/editor/fr/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2025-02-28T22:30:21.544502Z",
            "action": 44,
            "target": "",
            "id": 926183,
            "action_name": "New strings to translate",
            "url": "http://translate.pkp.sfu.ca/api/changes/926183/?format=api"
        }
    ]
}