Users API.

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

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

{
    "count": 21,
    "next": null,
    "previous": null,
    "results": [
        {
            "notification": "MentionCommentNotificaton",
            "id": 682841,
            "scope": 0,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "LastAuthorCommentNotificaton",
            "id": 682842,
            "scope": 10,
            "frequency": 2,
            "project": null,
            "component": null
        },
        {
            "notification": "MentionCommentNotificaton",
            "id": 682843,
            "scope": 10,
            "frequency": 2,
            "project": null,
            "component": null
        },
        {
            "notification": "NewAnnouncementNotificaton",
            "id": 682844,
            "scope": 10,
            "frequency": 2,
            "project": null,
            "component": null
        },
        {
            "notification": "MergeFailureNotification",
            "id": 682845,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "ParseErrorNotification",
            "id": 682846,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewTranslationNotificaton",
            "id": 682847,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewAlertNotificaton",
            "id": 682848,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewAnnouncementNotificaton",
            "id": 682849,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "LicenseNotification",
            "id": 684064,
            "scope": 10,
            "frequency": 3,
            "project": null,
            "component": null
        },
        {
            "notification": "NewStringNotificaton",
            "id": 684065,
            "scope": 10,
            "frequency": 3,
            "project": null,
            "component": null
        },
        {
            "notification": "NewContributorNotificaton",
            "id": 684066,
            "scope": 10,
            "frequency": 3,
            "project": null,
            "component": null
        },
        {
            "notification": "NewSuggestionNotificaton",
            "id": 684067,
            "scope": 10,
            "frequency": 3,
            "project": null,
            "component": null
        },
        {
            "notification": "NewCommentNotificaton",
            "id": 684068,
            "scope": 10,
            "frequency": 3,
            "project": null,
            "component": null
        },
        {
            "notification": "TranslatedStringNotificaton",
            "id": 684069,
            "scope": 10,
            "frequency": 3,
            "project": null,
            "component": null
        },
        {
            "notification": "ApprovedStringNotificaton",
            "id": 684070,
            "scope": 10,
            "frequency": 3,
            "project": null,
            "component": null
        },
        {
            "notification": "ChangedStringNotificaton",
            "id": 684071,
            "scope": 10,
            "frequency": 3,
            "project": null,
            "component": null
        },
        {
            "notification": "PendingSuggestionsNotification",
            "id": 684072,
            "scope": 10,
            "frequency": 3,
            "project": null,
            "component": null
        },
        {
            "notification": "ToDoStringsNotification",
            "id": 684073,
            "scope": 10,
            "frequency": 3,
            "project": null,
            "component": null
        },
        {
            "notification": "LockNotification",
            "id": 702851,
            "scope": 10,
            "frequency": 3,
            "project": null,
            "component": null
        },
        {
            "notification": "ParseErrorNotification",
            "id": 702852,
            "scope": 10,
            "frequency": 2,
            "project": null,
            "component": null
        }
    ]
}