Users API.

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

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

{
    "count": 21,
    "next": null,
    "previous": null,
    "results": [
        {
            "notification": "MentionCommentNotificaton",
            "id": 595985,
            "scope": 0,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "MergeFailureNotification",
            "id": 595989,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "ParseErrorNotification",
            "id": 595990,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "NewTranslationNotificaton",
            "id": 595991,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "NewAlertNotificaton",
            "id": 595992,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "NewAnnouncementNotificaton",
            "id": 595993,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "RepositoryNotification",
            "id": 707751,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "LockNotification",
            "id": 707752,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "LicenseNotification",
            "id": 707753,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "NewStringNotificaton",
            "id": 707754,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "NewContributorNotificaton",
            "id": 707755,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "NewSuggestionNotificaton",
            "id": 707756,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "NewCommentNotificaton",
            "id": 707757,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "MentionCommentNotificaton",
            "id": 707758,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "LastAuthorCommentNotificaton",
            "id": 707759,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "TranslatedStringNotificaton",
            "id": 707760,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "ApprovedStringNotificaton",
            "id": 707761,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "ChangedStringNotificaton",
            "id": 707762,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "NewComponentNotificaton",
            "id": 707763,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "PendingSuggestionsNotification",
            "id": 707764,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        },
        {
            "notification": "ToDoStringsNotification",
            "id": 707765,
            "scope": 20,
            "frequency": 0,
            "project": null,
            "component": null
        }
    ]
}