Translation components API.

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

GET /api/translations/cnp3-ebook/exercisestransport/en/changes/?format=api
HTTP 200 OK
Allow: GET, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://weblate.info.ucl.ac.be/api/units/37496/?format=api",
            "component": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisestransport/?format=api",
            "translation": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/exercisestransport/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-17T01:14:26.426723+02:00",
            "action": 59,
            "target": "Multiple choices questions",
            "id": 14710,
            "action_name": "String updated in the repository",
            "url": "https://weblate.info.ucl.ac.be/api/changes/14710/?format=api"
        },
        {
            "unit": "https://weblate.info.ucl.ac.be/api/units/37497/?format=api",
            "component": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisestransport/?format=api",
            "translation": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/exercisestransport/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-17T01:14:26.426835+02:00",
            "action": 59,
            "target": "Which are the mechanisms that should be included in a transport protocol providing an unreliable connectionless transport service that can detect transmission errors, but not correct them ?",
            "id": 14711,
            "action_name": "String updated in the repository",
            "url": "https://weblate.info.ucl.ac.be/api/changes/14711/?format=api"
        },
        {
            "unit": null,
            "component": "https://weblate.info.ucl.ac.be/api/components/cnp3-ebook/exercisestransport/?format=api",
            "translation": "https://weblate.info.ucl.ac.be/api/translations/cnp3-ebook/exercisestransport/en/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2022-09-17T01:14:26.426912+02:00",
            "action": 0,
            "target": "",
            "id": 14712,
            "action_name": "Resource update",
            "url": "https://weblate.info.ucl.ac.be/api/changes/14712/?format=api"
        }
    ]
}