Users API.

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

GET /api/users/carla.marques/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": 404,
            "scope": 10,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "MentionCommentNotificaton",
            "id": 405,
            "scope": 10,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewAnnouncementNotificaton",
            "id": 406,
            "scope": 10,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "MergeFailureNotification",
            "id": 407,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "ParseErrorNotification",
            "id": 408,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewTranslationNotificaton",
            "id": 409,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewComponentNotificaton",
            "id": 410,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewAlertNotificaton",
            "id": 411,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewAnnouncementNotificaton",
            "id": 412,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "ChangedStringNotificaton",
            "id": 2437,
            "scope": 10,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewComponentNotificaton",
            "id": 2438,
            "scope": 10,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "PendingSuggestionsNotification",
            "id": 2439,
            "scope": 10,
            "frequency": 2,
            "project": null,
            "component": null
        },
        {
            "notification": "ToDoStringsNotification",
            "id": 2440,
            "scope": 10,
            "frequency": 2,
            "project": null,
            "component": null
        }
    ]
}