Translation components API.

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

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

{
    "count": 1,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://weblate.framasoft.org/api/units/708045/?format=api",
            "component": "https://weblate.framasoft.org/api/components/nextcloud/glossary/?format=api",
            "translation": "https://weblate.framasoft.org/api/translations/nextcloud/glossary/en/?format=api",
            "user": "https://weblate.framasoft.org/api/users/norwin/?format=api",
            "author": "https://weblate.framasoft.org/api/users/norwin/?format=api",
            "timestamp": "2022-04-05T10:08:24.946094Z",
            "action": 31,
            "target": "email",
            "id": 349301,
            "action_name": "Chaîne ajoutée",
            "url": "https://weblate.framasoft.org/api/changes/349301/?format=api"
        }
    ]
}