Translation components API.

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

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

{
    "count": 2,
    "next": null,
    "previous": null,
    "results": [
        {
            "unit": "https://l10n.elementary.io/api/units/3213021/?format=api",
            "component": "https://l10n.elementary.io/api/components/wingpanel/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/wingpanel/glossary/pt/?format=api",
            "user": "https://l10n.elementary.io/api/users/hugok/?format=api",
            "author": null,
            "timestamp": "2020-11-21T14:36:22.317717Z",
            "action": 5,
            "target": "Tablet",
            "id": 731616,
            "action_name": "Translation added",
            "url": "https://l10n.elementary.io/api/changes/731616/?format=api"
        },
        {
            "unit": "https://l10n.elementary.io/api/units/3213019/?format=api",
            "component": "https://l10n.elementary.io/api/components/wingpanel/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/wingpanel/glossary/pt/?format=api",
            "user": "https://l10n.elementary.io/api/users/hugok/?format=api",
            "author": null,
            "timestamp": "2019-11-07T23:56:46.698090Z",
            "action": 5,
            "target": "elementary, Inc.",
            "id": 445612,
            "action_name": "Translation added",
            "url": "https://l10n.elementary.io/api/changes/445612/?format=api"
        }
    ]
}