Users API.

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

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

{
    "count": 9,
    "next": null,
    "previous": null,
    "results": [
        {
            "notification": "LastAuthorCommentNotificaton",
            "id": 1144,
            "scope": 10,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "MentionCommentNotificaton",
            "id": 1145,
            "scope": 10,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewAnnouncementNotificaton",
            "id": 1146,
            "scope": 10,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "MergeFailureNotification",
            "id": 1147,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "ParseErrorNotification",
            "id": 1148,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewAlertNotificaton",
            "id": 1151,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewAnnouncementNotificaton",
            "id": 1152,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "ApprovedStringNotificaton",
            "id": 80548,
            "scope": 30,
            "frequency": 3,
            "project": {
                "name": "LibreOffice Help - master",
                "slug": "libo_help-master",
                "id": 2,
                "web": "https://www.libreoffice.org",
                "web_url": "https://translations.documentfoundation.org/projects/libo_help-master/",
                "url": "https://translations.documentfoundation.org/api/projects/libo_help-master/?format=api",
                "components_list_url": "https://translations.documentfoundation.org/api/projects/libo_help-master/components/?format=api",
                "repository_url": "https://translations.documentfoundation.org/api/projects/libo_help-master/repository/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/projects/libo_help-master/statistics/?format=api",
                "categories_url": "https://translations.documentfoundation.org/api/projects/libo_help-master/categories/?format=api",
                "changes_list_url": "https://translations.documentfoundation.org/api/projects/libo_help-master/changes/?format=api",
                "languages_url": "https://translations.documentfoundation.org/api/projects/libo_help-master/languages/?format=api",
                "labels_url": "https://translations.documentfoundation.org/api/projects/libo_help-master/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "component": null
        },
        {
            "notification": "ChangedStringNotificaton",
            "id": 80549,
            "scope": 30,
            "frequency": 3,
            "project": {
                "name": "LibreOffice Help - master",
                "slug": "libo_help-master",
                "id": 2,
                "web": "https://www.libreoffice.org",
                "web_url": "https://translations.documentfoundation.org/projects/libo_help-master/",
                "url": "https://translations.documentfoundation.org/api/projects/libo_help-master/?format=api",
                "components_list_url": "https://translations.documentfoundation.org/api/projects/libo_help-master/components/?format=api",
                "repository_url": "https://translations.documentfoundation.org/api/projects/libo_help-master/repository/?format=api",
                "statistics_url": "https://translations.documentfoundation.org/api/projects/libo_help-master/statistics/?format=api",
                "categories_url": "https://translations.documentfoundation.org/api/projects/libo_help-master/categories/?format=api",
                "changes_list_url": "https://translations.documentfoundation.org/api/projects/libo_help-master/changes/?format=api",
                "languages_url": "https://translations.documentfoundation.org/api/projects/libo_help-master/languages/?format=api",
                "labels_url": "https://translations.documentfoundation.org/api/projects/libo_help-master/labels/?format=api",
                "translation_review": false,
                "source_review": false,
                "set_language_team": true,
                "instructions": "",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "component": null
        }
    ]
}