Users API.

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

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

{
    "count": 20,
    "next": null,
    "previous": null,
    "results": [
        {
            "notification": "MergeFailureNotification",
            "id": 28917,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "ParseErrorNotification",
            "id": 28918,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "NewTranslationNotificaton",
            "id": 28919,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "NewComponentNotificaton",
            "id": 28920,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "NewAlertNotificaton",
            "id": 28921,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "NewAnnouncementNotificaton",
            "id": 28922,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "RepositoryNotification",
            "id": 58861,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "LockNotification",
            "id": 58862,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "LicenseNotification",
            "id": 58863,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "NewStringNotificaton",
            "id": 58864,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "NewContributorNotificaton",
            "id": 58865,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "NewSuggestionNotificaton",
            "id": 58866,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "LastAuthorCommentNotificaton",
            "id": 58867,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "MentionCommentNotificaton",
            "id": 58868,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "NewCommentNotificaton",
            "id": 58869,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "ChangedStringNotificaton",
            "id": 58870,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "TranslatedStringNotificaton",
            "id": 58871,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "ApprovedStringNotificaton",
            "id": 58872,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "PendingSuggestionsNotification",
            "id": 58873,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "ToDoStringsNotification",
            "id": 58874,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        }
    ]
}