Notifications
Users API.
See the Weblate's Web API documentation for detailed description of the API.
GET /api/users/Dolichotis/notifications/?format=api
{
    "count": 18,
    "next": null,
    "previous": null,
    "results": [
        {
            "notification": "LastAuthorCommentNotificaton",
            "id": 5236,
            "scope": 10,
            "frequency": 2,
            "project": null,
            "component": null
        },
        {
            "notification": "MentionCommentNotificaton",
            "id": 5237,
            "scope": 10,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewAnnouncementNotificaton",
            "id": 5238,
            "scope": 10,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "MergeFailureNotification",
            "id": 5239,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "ParseErrorNotification",
            "id": 5240,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewTranslationNotificaton",
            "id": 5241,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewComponentNotificaton",
            "id": 5242,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewAlertNotificaton",
            "id": 5243,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewAnnouncementNotificaton",
            "id": 5244,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewStringNotificaton",
            "id": 7057,
            "scope": 10,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "NewContributorNotificaton",
            "id": 7058,
            "scope": 10,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "NewSuggestionNotificaton",
            "id": 7059,
            "scope": 10,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "NewCommentNotificaton",
            "id": 7060,
            "scope": 10,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "ChangedStringNotificaton",
            "id": 7061,
            "scope": 10,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "TranslatedStringNotificaton",
            "id": 7062,
            "scope": 10,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "NewComponentNotificaton",
            "id": 7063,
            "scope": 10,
            "frequency": 2,
            "project": null,
            "component": null
        },
        {
            "notification": "NewAlertNotificaton",
            "id": 7064,
            "scope": 10,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "PendingSuggestionsNotification",
            "id": 7065,
            "scope": 10,
            "frequency": 0,
            "project": null,
            "component": null
        }
    ]
}