Users API.

See the Weblate's Web API documentation for detailed description of the API.

GET /api/users/sveinki/notifications/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 17,
    "next": null,
    "previous": null,
    "results": [
        {
            "notification": "LastAuthorCommentNotificaton",
            "id": 154,
            "scope": 10,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "MentionCommentNotificaton",
            "id": 155,
            "scope": 10,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewAnnouncementNotificaton",
            "id": 156,
            "scope": 10,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "MergeFailureNotification",
            "id": 157,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "ParseErrorNotification",
            "id": 158,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewTranslationNotificaton",
            "id": 159,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewComponentNotificaton",
            "id": 160,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewAlertNotificaton",
            "id": 161,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewAnnouncementNotificaton",
            "id": 162,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewContributorNotificaton",
            "id": 41207,
            "scope": 10,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewSuggestionNotificaton",
            "id": 41208,
            "scope": 10,
            "frequency": 2,
            "project": null,
            "component": null
        },
        {
            "notification": "NewCommentNotificaton",
            "id": 41209,
            "scope": 10,
            "frequency": 2,
            "project": null,
            "component": null
        },
        {
            "notification": "ChangedStringNotificaton",
            "id": 41210,
            "scope": 10,
            "frequency": 2,
            "project": null,
            "component": null
        },
        {
            "notification": "NewComponentNotificaton",
            "id": 41211,
            "scope": 10,
            "frequency": 2,
            "project": null,
            "component": null
        },
        {
            "notification": "PendingSuggestionsNotification",
            "id": 41212,
            "scope": 10,
            "frequency": 2,
            "project": null,
            "component": null
        },
        {
            "notification": "ToDoStringsNotification",
            "id": 41213,
            "scope": 10,
            "frequency": 2,
            "project": null,
            "component": null
        },
        {
            "notification": "NewStringNotificaton",
            "id": 41214,
            "scope": 10,
            "frequency": 2,
            "project": null,
            "component": null
        }
    ]
}