Users API.

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

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

{
    "count": 26,
    "next": null,
    "previous": null,
    "results": [
        {
            "notification": "LastAuthorCommentNotificaton",
            "id": 40980,
            "scope": 10,
            "frequency": 4,
            "project": null,
            "component": null
        },
        {
            "notification": "MentionCommentNotificaton",
            "id": 40981,
            "scope": 10,
            "frequency": 4,
            "project": null,
            "component": null
        },
        {
            "notification": "NewAnnouncementNotificaton",
            "id": 40982,
            "scope": 10,
            "frequency": 4,
            "project": null,
            "component": null
        },
        {
            "notification": "MergeFailureNotification",
            "id": 40983,
            "scope": 20,
            "frequency": 4,
            "project": null,
            "component": null
        },
        {
            "notification": "ParseErrorNotification",
            "id": 40984,
            "scope": 20,
            "frequency": 4,
            "project": null,
            "component": null
        },
        {
            "notification": "NewTranslationNotificaton",
            "id": 40985,
            "scope": 20,
            "frequency": 4,
            "project": null,
            "component": null
        },
        {
            "notification": "NewComponentNotificaton",
            "id": 40986,
            "scope": 20,
            "frequency": 4,
            "project": null,
            "component": null
        },
        {
            "notification": "NewAlertNotificaton",
            "id": 40987,
            "scope": 20,
            "frequency": 4,
            "project": null,
            "component": null
        },
        {
            "notification": "NewAnnouncementNotificaton",
            "id": 40988,
            "scope": 20,
            "frequency": 4,
            "project": null,
            "component": null
        },
        {
            "notification": "NewStringNotificaton",
            "id": 40989,
            "scope": 10,
            "frequency": 4,
            "project": null,
            "component": null
        },
        {
            "notification": "NewCommentNotificaton",
            "id": 40990,
            "scope": 10,
            "frequency": 4,
            "project": null,
            "component": null
        },
        {
            "notification": "NewTranslationNotificaton",
            "id": 40991,
            "scope": 10,
            "frequency": 4,
            "project": null,
            "component": null
        },
        {
            "notification": "RepositoryNotification",
            "id": 55310,
            "scope": 20,
            "frequency": 4,
            "project": null,
            "component": null
        },
        {
            "notification": "LockNotification",
            "id": 55311,
            "scope": 20,
            "frequency": 4,
            "project": null,
            "component": null
        },
        {
            "notification": "LicenseNotification",
            "id": 55312,
            "scope": 20,
            "frequency": 4,
            "project": null,
            "component": null
        },
        {
            "notification": "NewStringNotificaton",
            "id": 55313,
            "scope": 20,
            "frequency": 4,
            "project": null,
            "component": null
        },
        {
            "notification": "NewContributorNotificaton",
            "id": 55314,
            "scope": 20,
            "frequency": 4,
            "project": null,
            "component": null
        },
        {
            "notification": "NewSuggestionNotificaton",
            "id": 55315,
            "scope": 20,
            "frequency": 4,
            "project": null,
            "component": null
        },
        {
            "notification": "LastAuthorCommentNotificaton",
            "id": 55316,
            "scope": 20,
            "frequency": 4,
            "project": null,
            "component": null
        },
        {
            "notification": "MentionCommentNotificaton",
            "id": 55317,
            "scope": 20,
            "frequency": 4,
            "project": null,
            "component": null
        },
        {
            "notification": "NewCommentNotificaton",
            "id": 55318,
            "scope": 20,
            "frequency": 4,
            "project": null,
            "component": null
        },
        {
            "notification": "ChangedStringNotificaton",
            "id": 55319,
            "scope": 20,
            "frequency": 4,
            "project": null,
            "component": null
        },
        {
            "notification": "TranslatedStringNotificaton",
            "id": 55320,
            "scope": 20,
            "frequency": 4,
            "project": null,
            "component": null
        },
        {
            "notification": "ApprovedStringNotificaton",
            "id": 55321,
            "scope": 20,
            "frequency": 4,
            "project": null,
            "component": null
        },
        {
            "notification": "PendingSuggestionsNotification",
            "id": 55322,
            "scope": 20,
            "frequency": 4,
            "project": null,
            "component": null
        },
        {
            "notification": "ToDoStringsNotification",
            "id": 55323,
            "scope": 20,
            "frequency": 4,
            "project": null,
            "component": null
        }
    ]
}