Notifications
Users API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/users/Chap/notifications/?format=api
{ "count": 14, "next": null, "previous": null, "results": [ { "notification": "LastAuthorCommentNotificaton", "id": 2810, "scope": 10, "frequency": 1, "project": null, "component": null }, { "notification": "MentionCommentNotificaton", "id": 2811, "scope": 10, "frequency": 1, "project": null, "component": null }, { "notification": "NewAnnouncementNotificaton", "id": 2812, "scope": 10, "frequency": 1, "project": null, "component": null }, { "notification": "MergeFailureNotification", "id": 2813, "scope": 20, "frequency": 1, "project": null, "component": null }, { "notification": "ParseErrorNotification", "id": 2814, "scope": 20, "frequency": 1, "project": null, "component": null }, { "notification": "NewTranslationNotificaton", "id": 2815, "scope": 20, "frequency": 1, "project": null, "component": null }, { "notification": "NewComponentNotificaton", "id": 2816, "scope": 20, "frequency": 1, "project": null, "component": null }, { "notification": "NewAlertNotificaton", "id": 2817, "scope": 20, "frequency": 1, "project": null, "component": null }, { "notification": "NewAnnouncementNotificaton", "id": 2818, "scope": 20, "frequency": 1, "project": null, "component": null }, { "notification": "NewStringNotificaton", "id": 2864, "scope": 10, "frequency": 0, "project": null, "component": null }, { "notification": "ChangedStringNotificaton", "id": 2865, "scope": 10, "frequency": 0, "project": null, "component": null }, { "notification": "NewComponentNotificaton", "id": 2866, "scope": 10, "frequency": 2, "project": null, "component": null }, { "notification": "PendingSuggestionsNotification", "id": 2867, "scope": 10, "frequency": 0, "project": null, "component": null }, { "notification": "ToDoStringsNotification", "id": 2868, "scope": 10, "frequency": 0, "project": null, "component": null } ] }