Users API.

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

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

{
    "count": 21,
    "next": null,
    "previous": "https://translate.habitica.com/api/users/GRK/notifications/?format=api",
    "results": [
        {
            "notification": "ToDoStringsNotification",
            "id": 1377,
            "scope": 10,
            "frequency": 4,
            "project": null,
            "component": null
        }
    ]
}