Users API.

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

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

{
    "count": 26,
    "next": null,
    "previous": "https://translate.habitica.com/api/users/maudape/notifications/?format=api",
    "results": [
        {
            "notification": "ApprovedStringNotificaton",
            "id": 11551,
            "scope": 10,
            "frequency": 4,
            "project": null,
            "component": null
        },
        {
            "notification": "NewTranslationNotificaton",
            "id": 11552,
            "scope": 10,
            "frequency": 4,
            "project": null,
            "component": null
        },
        {
            "notification": "NewComponentNotificaton",
            "id": 11553,
            "scope": 10,
            "frequency": 4,
            "project": null,
            "component": null
        },
        {
            "notification": "NewAlertNotificaton",
            "id": 11554,
            "scope": 10,
            "frequency": 4,
            "project": null,
            "component": null
        },
        {
            "notification": "PendingSuggestionsNotification",
            "id": 11555,
            "scope": 10,
            "frequency": 4,
            "project": null,
            "component": null
        },
        {
            "notification": "ToDoStringsNotification",
            "id": 11556,
            "scope": 10,
            "frequency": 4,
            "project": null,
            "component": null
        }
    ]
}