Notifications
Users API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/users/deseji/notifications/?format=api
{ "count": 9, "next": null, "previous": null, "results": [ { "notification": "LastAuthorCommentNotificaton", "id": 4800, "scope": 10, "frequency": 1, "project": null, "component": null }, { "notification": "MentionCommentNotificaton", "id": 4801, "scope": 10, "frequency": 1, "project": null, "component": null }, { "notification": "NewAnnouncementNotificaton", "id": 4802, "scope": 10, "frequency": 1, "project": null, "component": null }, { "notification": "MergeFailureNotification", "id": 4803, "scope": 20, "frequency": 1, "project": null, "component": null }, { "notification": "ParseErrorNotification", "id": 4804, "scope": 20, "frequency": 1, "project": null, "component": null }, { "notification": "NewTranslationNotificaton", "id": 4805, "scope": 20, "frequency": 1, "project": null, "component": null }, { "notification": "NewComponentNotificaton", "id": 4806, "scope": 20, "frequency": 1, "project": null, "component": null }, { "notification": "NewAlertNotificaton", "id": 4807, "scope": 20, "frequency": 1, "project": null, "component": null }, { "notification": "NewAnnouncementNotificaton", "id": 4808, "scope": 20, "frequency": 1, "project": null, "component": null } ] }