Notifications
Users API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/users/amaterasu007/notifications/?format=api
{
"count": 9,
"next": null,
"previous": null,
"results": [
{
"notification": "MentionCommentNotificaton",
"id": 8764,
"scope": 0,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "LastAuthorCommentNotificaton",
"id": 8765,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "MentionCommentNotificaton",
"id": 8766,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAnnouncementNotificaton",
"id": 8767,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "MergeFailureNotification",
"id": 8768,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "ParseErrorNotification",
"id": 8769,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewTranslationNotificaton",
"id": 8770,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAlertNotificaton",
"id": 8771,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAnnouncementNotificaton",
"id": 8772,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
}
]
}