Translation components API.

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

GET /api/translations/installer/glossary/mr/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.elementary.io/api/units/3212037/?format=api",
            "component": "https://l10n.elementary.io/api/components/installer/glossary/?format=api",
            "translation": "https://l10n.elementary.io/api/translations/installer/glossary/mr/?format=api",
            "user": "https://l10n.elementary.io/api/users/josprachi/?format=api",
            "author": null,
            "timestamp": "2020-05-27T09:25:37.706997Z",
            "action": 5,
            "target": "अ‍ॅपसेंटर",
            "id": 616778,
            "action_name": "Translation added",
            "url": "https://l10n.elementary.io/api/changes/616778/?format=api"
        }
    ]
}