Notifications
Users API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/users/antarinel/notifications/?format=api
{
"count": 12,
"next": null,
"previous": null,
"results": [
{
"notification": "MentionCommentNotificaton",
"id": 12437,
"scope": 0,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "LastAuthorCommentNotificaton",
"id": 12438,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "MentionCommentNotificaton",
"id": 12439,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAnnouncementNotificaton",
"id": 12440,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "MergeFailureNotification",
"id": 12441,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "ParseErrorNotification",
"id": 12442,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewTranslationNotificaton",
"id": 12443,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAlertNotificaton",
"id": 12444,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAnnouncementNotificaton",
"id": 12445,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewCommentNotificaton",
"id": 12482,
"scope": 10,
"frequency": 2,
"project": null,
"component": null
},
{
"notification": "NewStringNotificaton",
"id": 15438,
"scope": 10,
"frequency": 3,
"project": null,
"component": null
},
{
"notification": "NewComponentNotificaton",
"id": 15439,
"scope": 10,
"frequency": 3,
"project": null,
"component": null
}
]
}