Users API.

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

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

{
    "count": 16,
    "next": null,
    "previous": null,
    "results": [
        {
            "notification": "MentionCommentNotificaton",
            "id": 367,
            "scope": 10,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "MergeFailureNotification",
            "id": 369,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "ParseErrorNotification",
            "id": 370,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "NewTranslationNotificaton",
            "id": 371,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "NewComponentNotificaton",
            "id": 372,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "NewAlertNotificaton",
            "id": 373,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "NewAnnouncementNotificaton",
            "id": 374,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "NewStringNotificaton",
            "id": 1187,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "NewContributorNotificaton",
            "id": 1188,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "NewSuggestionNotificaton",
            "id": 1189,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "LastAuthorCommentNotificaton",
            "id": 1190,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "MentionCommentNotificaton",
            "id": 1191,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "NewCommentNotificaton",
            "id": 1192,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "ChangedStringNotificaton",
            "id": 1193,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "PendingSuggestionsNotification",
            "id": 1194,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "ToDoStringsNotification",
            "id": 1195,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        }
    ]
}