Users API.

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

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

{
    "count": 15,
    "next": null,
    "previous": null,
    "results": [
        {
            "notification": "LastAuthorCommentNotificaton",
            "id": 92,
            "scope": 10,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "MentionCommentNotificaton",
            "id": 93,
            "scope": 10,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewAnnouncementNotificaton",
            "id": 94,
            "scope": 10,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "MergeFailureNotification",
            "id": 95,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "ParseErrorNotification",
            "id": 96,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewTranslationNotificaton",
            "id": 97,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewComponentNotificaton",
            "id": 98,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewAlertNotificaton",
            "id": 99,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewAnnouncementNotificaton",
            "id": 100,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewStringNotificaton",
            "id": 101,
            "scope": 10,
            "frequency": 2,
            "project": null,
            "component": null
        },
        {
            "notification": "NewSuggestionNotificaton",
            "id": 102,
            "scope": 10,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewContributorNotificaton",
            "id": 103,
            "scope": 10,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewCommentNotificaton",
            "id": 104,
            "scope": 10,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "ChangedStringNotificaton",
            "id": 332,
            "scope": 10,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewComponentNotificaton",
            "id": 333,
            "scope": 10,
            "frequency": 1,
            "project": null,
            "component": null
        }
    ]
}