Notifications
Users API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/users/slow_owls/notifications/?format=api
{ "count": 3, "next": null, "previous": null, "results": [ { "notification": "NewTranslationNotificaton", "id": 6179, "scope": 20, "frequency": 1, "project": null, "component": null }, { "notification": "NewAlertNotificaton", "id": 6180, "scope": 20, "frequency": 1, "project": null, "component": null }, { "notification": "NewAnnouncementNotificaton", "id": 6181, "scope": 20, "frequency": 1, "project": null, "component": null } ] }