Translation components API.

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

GET /api/translations/yast-http-server/glossary/pt/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://l10n.opensuse.org/api/units/12729113/?format=api",
            "component": "https://l10n.opensuse.org/api/components/yast-http-server/glossary/?format=api",
            "translation": "https://l10n.opensuse.org/api/translations/yast-http-server/glossary/pt/?format=api",
            "user": "https://l10n.opensuse.org/api/users/LusTiagoFavas/?format=api",
            "author": null,
            "timestamp": "2021-03-25T23:30:51.871875Z",
            "action": 5,
            "target": "assistente",
            "id": 1763712,
            "action_name": "New translation",
            "url": "https://l10n.opensuse.org/api/changes/1763712/?format=api"
        }
    ]
}