Notifications
Users API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/users/cjdw/notifications/?format=api
{ "count": 5, "next": null, "previous": null, "results": [ { "notification": "MergeFailureNotification", "id": 2327, "scope": 20, "frequency": 1, "project": null, "component": null }, { "notification": "ParseErrorNotification", "id": 2328, "scope": 20, "frequency": 1, "project": null, "component": null }, { "notification": "NewTranslationNotificaton", "id": 2329, "scope": 20, "frequency": 1, "project": null, "component": null }, { "notification": "NewAlertNotificaton", "id": 2330, "scope": 20, "frequency": 1, "project": null, "component": null }, { "notification": "NewAnnouncementNotificaton", "id": 2331, "scope": 20, "frequency": 1, "project": null, "component": null } ] }