Notifications
Users API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/users/s_heck/notifications/?format=api
{ "count": 10, "next": null, "previous": null, "results": [ { "notification": "LastAuthorCommentNotificaton", "id": 1059, "scope": 10, "frequency": 1, "project": null, "component": null }, { "notification": "MentionCommentNotificaton", "id": 1060, "scope": 10, "frequency": 1, "project": null, "component": null }, { "notification": "NewAnnouncementNotificaton", "id": 1061, "scope": 10, "frequency": 1, "project": null, "component": null }, { "notification": "MergeFailureNotification", "id": 1062, "scope": 20, "frequency": 1, "project": null, "component": null }, { "notification": "ParseErrorNotification", "id": 1063, "scope": 20, "frequency": 1, "project": null, "component": null }, { "notification": "NewTranslationNotificaton", "id": 1064, "scope": 20, "frequency": 1, "project": null, "component": null }, { "notification": "NewComponentNotificaton", "id": 1065, "scope": 20, "frequency": 1, "project": null, "component": null }, { "notification": "NewAlertNotificaton", "id": 1066, "scope": 20, "frequency": 1, "project": null, "component": null }, { "notification": "NewAnnouncementNotificaton", "id": 1067, "scope": 20, "frequency": 1, "project": null, "component": null }, { "notification": "NewComponentNotificaton", "id": 1144, "scope": 10, "frequency": 1, "project": null, "component": null } ] }