Users API.

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

GET /api/users/NateWr/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": 486,
            "scope": 10,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "MentionCommentNotificaton",
            "id": 487,
            "scope": 10,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewAnnouncementNotificaton",
            "id": 488,
            "scope": 10,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "MergeFailureNotification",
            "id": 489,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "ParseErrorNotification",
            "id": 490,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewTranslationNotificaton",
            "id": 491,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "NewComponentNotificaton",
            "id": 492,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "NewAlertNotificaton",
            "id": 493,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "NewAnnouncementNotificaton",
            "id": 494,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "NewStringNotificaton",
            "id": 495,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "NewContributorNotificaton",
            "id": 496,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "NewSuggestionNotificaton",
            "id": 497,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "LastAuthorCommentNotificaton",
            "id": 498,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "NewCommentNotificaton",
            "id": 499,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "ChangedStringNotificaton",
            "id": 500,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "PendingSuggestionsNotification",
            "id": 501,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "ToDoStringsNotification",
            "id": 502,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        }
    ]
}