Users API.

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

GET /api/users/Steele/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": 73,
            "scope": 10,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "MentionCommentNotificaton",
            "id": 74,
            "scope": 10,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewAnnouncementNotificaton",
            "id": 75,
            "scope": 10,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "MergeFailureNotification",
            "id": 76,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "ParseErrorNotification",
            "id": 77,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewTranslationNotificaton",
            "id": 78,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewComponentNotificaton",
            "id": 79,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewAlertNotificaton",
            "id": 80,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewAnnouncementNotificaton",
            "id": 81,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewStringNotificaton",
            "id": 82,
            "scope": 10,
            "frequency": 3,
            "project": null,
            "component": null
        },
        {
            "notification": "NewContributorNotificaton",
            "id": 83,
            "scope": 10,
            "frequency": 3,
            "project": null,
            "component": null
        },
        {
            "notification": "NewSuggestionNotificaton",
            "id": 84,
            "scope": 10,
            "frequency": 3,
            "project": null,
            "component": null
        },
        {
            "notification": "NewCommentNotificaton",
            "id": 85,
            "scope": 10,
            "frequency": 3,
            "project": null,
            "component": null
        },
        {
            "notification": "ChangedStringNotificaton",
            "id": 86,
            "scope": 10,
            "frequency": 3,
            "project": null,
            "component": null
        },
        {
            "notification": "NewComponentNotificaton",
            "id": 87,
            "scope": 10,
            "frequency": 3,
            "project": null,
            "component": null
        },
        {
            "notification": "PendingSuggestionsNotification",
            "id": 88,
            "scope": 10,
            "frequency": 3,
            "project": null,
            "component": null
        },
        {
            "notification": "ToDoStringsNotification",
            "id": 89,
            "scope": 10,
            "frequency": 3,
            "project": null,
            "component": null
        }
    ]
}