Users API.

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

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

{
    "count": 13,
    "next": null,
    "previous": null,
    "results": [
        {
            "notification": "LastAuthorCommentNotificaton",
            "id": 40192,
            "scope": 10,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "MentionCommentNotificaton",
            "id": 40193,
            "scope": 10,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewAnnouncementNotificaton",
            "id": 40194,
            "scope": 10,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "MergeFailureNotification",
            "id": 40195,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "ParseErrorNotification",
            "id": 40196,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewTranslationNotificaton",
            "id": 40197,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewComponentNotificaton",
            "id": 40198,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewAlertNotificaton",
            "id": 40199,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewAnnouncementNotificaton",
            "id": 40200,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewSuggestionNotificaton",
            "id": 40203,
            "scope": 10,
            "frequency": 2,
            "project": null,
            "component": null
        },
        {
            "notification": "NewContributorNotificaton",
            "id": 40204,
            "scope": 10,
            "frequency": 2,
            "project": null,
            "component": null
        },
        {
            "notification": "NewCommentNotificaton",
            "id": 40205,
            "scope": 10,
            "frequency": 2,
            "project": null,
            "component": null
        },
        {
            "notification": "NewComponentNotificaton",
            "id": 45435,
            "scope": 10,
            "frequency": 1,
            "project": null,
            "component": null
        }
    ]
}