Users API.

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

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

{
    "count": 26,
    "next": "https://translate.habitica.com/api/users/maudape/notifications/?format=api&page=2",
    "previous": null,
    "results": [
        {
            "notification": "MentionCommentNotificaton",
            "id": 11531,
            "scope": 0,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "LastAuthorCommentNotificaton",
            "id": 11532,
            "scope": 10,
            "frequency": 3,
            "project": null,
            "component": null
        },
        {
            "notification": "MentionCommentNotificaton",
            "id": 11533,
            "scope": 10,
            "frequency": 3,
            "project": null,
            "component": null
        },
        {
            "notification": "NewAnnouncementNotificaton",
            "id": 11534,
            "scope": 10,
            "frequency": 4,
            "project": null,
            "component": null
        },
        {
            "notification": "MergeFailureNotification",
            "id": 11535,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "ParseErrorNotification",
            "id": 11536,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewTranslationNotificaton",
            "id": 11537,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewAlertNotificaton",
            "id": 11538,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewAnnouncementNotificaton",
            "id": 11539,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "MergeFailureNotification",
            "id": 11540,
            "scope": 10,
            "frequency": 4,
            "project": null,
            "component": null
        },
        {
            "notification": "RepositoryNotification",
            "id": 11541,
            "scope": 10,
            "frequency": 4,
            "project": null,
            "component": null
        },
        {
            "notification": "LockNotification",
            "id": 11542,
            "scope": 10,
            "frequency": 4,
            "project": null,
            "component": null
        },
        {
            "notification": "LicenseNotification",
            "id": 11543,
            "scope": 10,
            "frequency": 4,
            "project": null,
            "component": null
        },
        {
            "notification": "ParseErrorNotification",
            "id": 11544,
            "scope": 10,
            "frequency": 4,
            "project": null,
            "component": null
        },
        {
            "notification": "NewStringNotificaton",
            "id": 11545,
            "scope": 10,
            "frequency": 4,
            "project": null,
            "component": null
        },
        {
            "notification": "NewContributorNotificaton",
            "id": 11546,
            "scope": 10,
            "frequency": 4,
            "project": null,
            "component": null
        },
        {
            "notification": "NewSuggestionNotificaton",
            "id": 11547,
            "scope": 10,
            "frequency": 4,
            "project": null,
            "component": null
        },
        {
            "notification": "NewCommentNotificaton",
            "id": 11548,
            "scope": 10,
            "frequency": 4,
            "project": null,
            "component": null
        },
        {
            "notification": "ChangedStringNotificaton",
            "id": 11549,
            "scope": 10,
            "frequency": 4,
            "project": null,
            "component": null
        },
        {
            "notification": "TranslatedStringNotificaton",
            "id": 11550,
            "scope": 10,
            "frequency": 4,
            "project": null,
            "component": null
        }
    ]
}