Users API.

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

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

{
    "count": 58,
    "next": "https://translate.habitica.com/api/users/anabeatriz/notifications/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "notification": "MergeFailureNotification",
            "id": 6496,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "ParseErrorNotification",
            "id": 6497,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "NewTranslationNotificaton",
            "id": 6498,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "NewAlertNotificaton",
            "id": 6499,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "NewAnnouncementNotificaton",
            "id": 6500,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "RepositoryNotification",
            "id": 7094,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "LockNotification",
            "id": 7095,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "LicenseNotification",
            "id": 7096,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "NewStringNotificaton",
            "id": 7097,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "NewContributorNotificaton",
            "id": 7098,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "NewSuggestionNotificaton",
            "id": 7099,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "LastAuthorCommentNotificaton",
            "id": 7100,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "MentionCommentNotificaton",
            "id": 7101,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "NewCommentNotificaton",
            "id": 7102,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "ChangedStringNotificaton",
            "id": 7103,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "TranslatedStringNotificaton",
            "id": 7104,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "ApprovedStringNotificaton",
            "id": 7105,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "NewComponentNotificaton",
            "id": 7106,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "PendingSuggestionsNotification",
            "id": 7107,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "ToDoStringsNotification",
            "id": 7108,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        }
    ]
}