Notifications
Users API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/users/yellow73/notifications/?format=api
{
"count": 18,
"next": null,
"previous": null,
"results": [
{
"notification": "MentionCommentNotificaton",
"id": 200,
"scope": 0,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "LastAuthorCommentNotificaton",
"id": 201,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "MentionCommentNotificaton",
"id": 202,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAnnouncementNotificaton",
"id": 203,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "MergeFailureNotification",
"id": 204,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "ParseErrorNotification",
"id": 205,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewTranslationNotificaton",
"id": 206,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAlertNotificaton",
"id": 207,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewAnnouncementNotificaton",
"id": 208,
"scope": 20,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewStringNotificaton",
"id": 787,
"scope": 10,
"frequency": 2,
"project": null,
"component": null
},
{
"notification": "NewContributorNotificaton",
"id": 788,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewSuggestionNotificaton",
"id": 789,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewCommentNotificaton",
"id": 790,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "TranslatedStringNotificaton",
"id": 791,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "ApprovedStringNotificaton",
"id": 792,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "ChangedStringNotificaton",
"id": 793,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "NewComponentNotificaton",
"id": 794,
"scope": 10,
"frequency": 1,
"project": null,
"component": null
},
{
"notification": "PendingSuggestionsNotification",
"id": 795,
"scope": 10,
"frequency": 2,
"project": null,
"component": null
}
]
}