Notifications
Users API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/users/ljanda/notifications/?format=api
{ "count": 9, "next": null, "previous": null, "results": [ { "notification": "LastAuthorCommentNotificaton", "id": 797, "scope": 10, "frequency": 1, "project": null, "component": null }, { "notification": "MentionCommentNotificaton", "id": 798, "scope": 10, "frequency": 1, "project": null, "component": null }, { "notification": "NewAnnouncementNotificaton", "id": 799, "scope": 10, "frequency": 1, "project": null, "component": null }, { "notification": "MergeFailureNotification", "id": 800, "scope": 20, "frequency": 1, "project": null, "component": null }, { "notification": "ParseErrorNotification", "id": 801, "scope": 20, "frequency": 1, "project": null, "component": null }, { "notification": "NewTranslationNotificaton", "id": 802, "scope": 20, "frequency": 1, "project": null, "component": null }, { "notification": "NewComponentNotificaton", "id": 803, "scope": 20, "frequency": 1, "project": null, "component": null }, { "notification": "NewAlertNotificaton", "id": 804, "scope": 20, "frequency": 1, "project": null, "component": null }, { "notification": "NewAnnouncementNotificaton", "id": 805, "scope": 20, "frequency": 1, "project": null, "component": null } ] }