Translation components API.

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

GET /api/translations/ojs/generic-usageEvent/de/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/503554/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/ojs/generic-usageEvent/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/generic-usageEvent/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:15:01.258942Z",
            "action": 59,
            "target": "Benutzungsereignis",
            "id": 438209,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/438209/?format=api"
        },
        {
            "unit": "http://translate.pkp.sfu.ca/api/units/503555/?format=api",
            "component": "http://translate.pkp.sfu.ca/api/components/ojs/generic-usageEvent/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/generic-usageEvent/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:15:01.259021Z",
            "action": 59,
            "target": "Legt einen Hook an, der ein Benutzungsereignis in einem definierten Format bereitstellt.",
            "id": 438210,
            "action_name": "String updated in the repository",
            "url": "http://translate.pkp.sfu.ca/api/changes/438210/?format=api"
        },
        {
            "unit": null,
            "component": "http://translate.pkp.sfu.ca/api/components/ojs/generic-usageEvent/?format=api",
            "translation": "http://translate.pkp.sfu.ca/api/translations/ojs/generic-usageEvent/de/?format=api",
            "user": null,
            "author": null,
            "timestamp": "2023-02-17T04:15:01.259084Z",
            "action": 0,
            "target": "",
            "id": 438211,
            "action_name": "Resource update",
            "url": "http://translate.pkp.sfu.ca/api/changes/438211/?format=api"
        }
    ]
}