Users API.

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

GET /api/users/kingu/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": "LastAuthorCommentNotificaton",
            "id": 29937,
            "scope": 10,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "MentionCommentNotificaton",
            "id": 29938,
            "scope": 10,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewAnnouncementNotificaton",
            "id": 29939,
            "scope": 10,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "MergeFailureNotification",
            "id": 29940,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "ParseErrorNotification",
            "id": 29941,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewTranslationNotificaton",
            "id": 29942,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewComponentNotificaton",
            "id": 29943,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewAlertNotificaton",
            "id": 29944,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewAnnouncementNotificaton",
            "id": 29945,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "ChangedStringNotificaton",
            "id": 29946,
            "scope": 10,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewStringNotificaton",
            "id": 29947,
            "scope": 10,
            "frequency": 2,
            "project": null,
            "component": null
        },
        {
            "notification": "NewSuggestionNotificaton",
            "id": 29948,
            "scope": 10,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewContributorNotificaton",
            "id": 29949,
            "scope": 10,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewCommentNotificaton",
            "id": 29950,
            "scope": 10,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "MergeFailureNotification",
            "id": 29951,
            "scope": 10,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "ParseErrorNotification",
            "id": 29952,
            "scope": 10,
            "frequency": 1,
            "project": null,
            "component": null
        }
    ]
}