Users API.

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

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

{
    "count": 21,
    "next": "https://translate.habitica.com/api/users/GRK/notifications/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "notification": "LastAuthorCommentNotificaton",
            "id": 262,
            "scope": 10,
            "frequency": 4,
            "project": null,
            "component": null
        },
        {
            "notification": "MentionCommentNotificaton",
            "id": 263,
            "scope": 10,
            "frequency": 4,
            "project": null,
            "component": null
        },
        {
            "notification": "NewAnnouncementNotificaton",
            "id": 264,
            "scope": 10,
            "frequency": 4,
            "project": null,
            "component": null
        },
        {
            "notification": "MergeFailureNotification",
            "id": 265,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "ParseErrorNotification",
            "id": 266,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewTranslationNotificaton",
            "id": 267,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewComponentNotificaton",
            "id": 268,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewAlertNotificaton",
            "id": 269,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewAnnouncementNotificaton",
            "id": 270,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "ChangedStringNotificaton",
            "id": 271,
            "scope": 10,
            "frequency": 4,
            "project": null,
            "component": null
        },
        {
            "notification": "NewStringNotificaton",
            "id": 272,
            "scope": 10,
            "frequency": 4,
            "project": null,
            "component": null
        },
        {
            "notification": "NewSuggestionNotificaton",
            "id": 273,
            "scope": 10,
            "frequency": 4,
            "project": null,
            "component": null
        },
        {
            "notification": "NewContributorNotificaton",
            "id": 274,
            "scope": 10,
            "frequency": 4,
            "project": null,
            "component": null
        },
        {
            "notification": "NewCommentNotificaton",
            "id": 275,
            "scope": 10,
            "frequency": 4,
            "project": null,
            "component": null
        },
        {
            "notification": "MergeFailureNotification",
            "id": 276,
            "scope": 10,
            "frequency": 4,
            "project": null,
            "component": null
        },
        {
            "notification": "ParseErrorNotification",
            "id": 277,
            "scope": 10,
            "frequency": 4,
            "project": null,
            "component": null
        },
        {
            "notification": "NewTranslationNotificaton",
            "id": 278,
            "scope": 10,
            "frequency": 4,
            "project": null,
            "component": null
        },
        {
            "notification": "NewComponentNotificaton",
            "id": 1374,
            "scope": 10,
            "frequency": 4,
            "project": null,
            "component": null
        },
        {
            "notification": "NewAlertNotificaton",
            "id": 1375,
            "scope": 10,
            "frequency": 4,
            "project": null,
            "component": null
        },
        {
            "notification": "PendingSuggestionsNotification",
            "id": 1376,
            "scope": 10,
            "frequency": 4,
            "project": null,
            "component": null
        }
    ]
}