Users API.

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

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

{
    "count": 15,
    "next": null,
    "previous": null,
    "results": [
        {
            "notification": "LastAuthorCommentNotificaton",
            "id": 1725,
            "scope": 10,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "MentionCommentNotificaton",
            "id": 1726,
            "scope": 10,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewAnnouncementNotificaton",
            "id": 1727,
            "scope": 10,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "MergeFailureNotification",
            "id": 1728,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "ParseErrorNotification",
            "id": 1729,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewTranslationNotificaton",
            "id": 1730,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewComponentNotificaton",
            "id": 1731,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewAlertNotificaton",
            "id": 1732,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewAnnouncementNotificaton",
            "id": 1733,
            "scope": 20,
            "frequency": 1,
            "project": null,
            "component": null
        },
        {
            "notification": "NewStringNotificaton",
            "id": 2943,
            "scope": 30,
            "frequency": 2,
            "project": {
                "name": "Mobilizon",
                "slug": "mobilizon",
                "id": 2,
                "web": "https://joinmobilizon.org/",
                "web_url": "https://weblate.framasoft.org/projects/mobilizon/",
                "url": "https://weblate.framasoft.org/api/projects/mobilizon/?format=api",
                "components_list_url": "https://weblate.framasoft.org/api/projects/mobilizon/components/?format=api",
                "repository_url": "https://weblate.framasoft.org/api/projects/mobilizon/repository/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/projects/mobilizon/statistics/?format=api",
                "categories_url": "https://weblate.framasoft.org/api/projects/mobilizon/categories/?format=api",
                "changes_list_url": "https://weblate.framasoft.org/api/projects/mobilizon/changes/?format=api",
                "languages_url": "https://weblate.framasoft.org/api/projects/mobilizon/languages/?format=api",
                "labels_url": "https://weblate.framasoft.org/api/projects/mobilizon/labels/?format=api",
                "translation_review": true,
                "source_review": false,
                "set_language_team": true,
                "instructions": "### Guidelines\r\n\r\n* When in doubt, use the suggestion feature instead of changing the translation directly\r\n* Post a comment to discuss about translations\r\n* Feel free to ask clarification and context on a string\r\n\r\n### Components\r\n\r\nMobilizon has several modules that need to be translated:\r\n\r\n* Frontend: mostly what you see in the web app in your browser\r\n* Activity: every group activity log, that can be sent in emails\r\n* Backend errors: errors returned by the backend (for instance if the event lacks a title)\r\n* Backend: the rest of emails, server-side default configuration, push notifications, …\r\n* Search index: the global search engine\r\n\r\nThe Android app and Android app metadata components are not maintained.\r\n\r\n### Formating\r\n\r\nFrontend (frontend + search index components) and backend (everything else) parts use different formats to hold translations so you may encounter different ways to format strings when translating:\r\n\r\n* Frontend uses the [Vue-I18N](https://vue-i18n.intlify.dev/) library\r\n  * Formatting is based on the ICU Message Format syntax, with placeholders like this: `{interpolation}`. **You must never translate what's between the brackets**.\r\n  * It handles pluralization manually by separating versions with pipes : https://vue-i18n.intlify.dev/guide/essentials/pluralization.html\r\n  * Pluralization rules are included for the majority of languages but some may need to be added manually ([example for Scottish Gaelic](https://framagit.org/framasoft/mobilizon/-/blob/main/js/src/i18n/pluralRules/gd.ts)).\r\n  * Special characters sometimes have to be escaped. For instance: `{'@'}{username}` would give, after interpolation : `@thomas`. See https://vue-i18n.intlify.dev/guide/essentials/syntax.html#special-characters\r\n\r\n* Backend uses the classic Gettext library and Weblate should support this format much better\r\n  * Placeholders look like this: `This is user %{username}`.",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "component": null
        },
        {
            "notification": "NewContributorNotificaton",
            "id": 2944,
            "scope": 30,
            "frequency": 3,
            "project": {
                "name": "Mobilizon",
                "slug": "mobilizon",
                "id": 2,
                "web": "https://joinmobilizon.org/",
                "web_url": "https://weblate.framasoft.org/projects/mobilizon/",
                "url": "https://weblate.framasoft.org/api/projects/mobilizon/?format=api",
                "components_list_url": "https://weblate.framasoft.org/api/projects/mobilizon/components/?format=api",
                "repository_url": "https://weblate.framasoft.org/api/projects/mobilizon/repository/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/projects/mobilizon/statistics/?format=api",
                "categories_url": "https://weblate.framasoft.org/api/projects/mobilizon/categories/?format=api",
                "changes_list_url": "https://weblate.framasoft.org/api/projects/mobilizon/changes/?format=api",
                "languages_url": "https://weblate.framasoft.org/api/projects/mobilizon/languages/?format=api",
                "labels_url": "https://weblate.framasoft.org/api/projects/mobilizon/labels/?format=api",
                "translation_review": true,
                "source_review": false,
                "set_language_team": true,
                "instructions": "### Guidelines\r\n\r\n* When in doubt, use the suggestion feature instead of changing the translation directly\r\n* Post a comment to discuss about translations\r\n* Feel free to ask clarification and context on a string\r\n\r\n### Components\r\n\r\nMobilizon has several modules that need to be translated:\r\n\r\n* Frontend: mostly what you see in the web app in your browser\r\n* Activity: every group activity log, that can be sent in emails\r\n* Backend errors: errors returned by the backend (for instance if the event lacks a title)\r\n* Backend: the rest of emails, server-side default configuration, push notifications, …\r\n* Search index: the global search engine\r\n\r\nThe Android app and Android app metadata components are not maintained.\r\n\r\n### Formating\r\n\r\nFrontend (frontend + search index components) and backend (everything else) parts use different formats to hold translations so you may encounter different ways to format strings when translating:\r\n\r\n* Frontend uses the [Vue-I18N](https://vue-i18n.intlify.dev/) library\r\n  * Formatting is based on the ICU Message Format syntax, with placeholders like this: `{interpolation}`. **You must never translate what's between the brackets**.\r\n  * It handles pluralization manually by separating versions with pipes : https://vue-i18n.intlify.dev/guide/essentials/pluralization.html\r\n  * Pluralization rules are included for the majority of languages but some may need to be added manually ([example for Scottish Gaelic](https://framagit.org/framasoft/mobilizon/-/blob/main/js/src/i18n/pluralRules/gd.ts)).\r\n  * Special characters sometimes have to be escaped. For instance: `{'@'}{username}` would give, after interpolation : `@thomas`. See https://vue-i18n.intlify.dev/guide/essentials/syntax.html#special-characters\r\n\r\n* Backend uses the classic Gettext library and Weblate should support this format much better\r\n  * Placeholders look like this: `This is user %{username}`.",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "component": null
        },
        {
            "notification": "NewCommentNotificaton",
            "id": 2945,
            "scope": 30,
            "frequency": 2,
            "project": {
                "name": "Mobilizon",
                "slug": "mobilizon",
                "id": 2,
                "web": "https://joinmobilizon.org/",
                "web_url": "https://weblate.framasoft.org/projects/mobilizon/",
                "url": "https://weblate.framasoft.org/api/projects/mobilizon/?format=api",
                "components_list_url": "https://weblate.framasoft.org/api/projects/mobilizon/components/?format=api",
                "repository_url": "https://weblate.framasoft.org/api/projects/mobilizon/repository/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/projects/mobilizon/statistics/?format=api",
                "categories_url": "https://weblate.framasoft.org/api/projects/mobilizon/categories/?format=api",
                "changes_list_url": "https://weblate.framasoft.org/api/projects/mobilizon/changes/?format=api",
                "languages_url": "https://weblate.framasoft.org/api/projects/mobilizon/languages/?format=api",
                "labels_url": "https://weblate.framasoft.org/api/projects/mobilizon/labels/?format=api",
                "translation_review": true,
                "source_review": false,
                "set_language_team": true,
                "instructions": "### Guidelines\r\n\r\n* When in doubt, use the suggestion feature instead of changing the translation directly\r\n* Post a comment to discuss about translations\r\n* Feel free to ask clarification and context on a string\r\n\r\n### Components\r\n\r\nMobilizon has several modules that need to be translated:\r\n\r\n* Frontend: mostly what you see in the web app in your browser\r\n* Activity: every group activity log, that can be sent in emails\r\n* Backend errors: errors returned by the backend (for instance if the event lacks a title)\r\n* Backend: the rest of emails, server-side default configuration, push notifications, …\r\n* Search index: the global search engine\r\n\r\nThe Android app and Android app metadata components are not maintained.\r\n\r\n### Formating\r\n\r\nFrontend (frontend + search index components) and backend (everything else) parts use different formats to hold translations so you may encounter different ways to format strings when translating:\r\n\r\n* Frontend uses the [Vue-I18N](https://vue-i18n.intlify.dev/) library\r\n  * Formatting is based on the ICU Message Format syntax, with placeholders like this: `{interpolation}`. **You must never translate what's between the brackets**.\r\n  * It handles pluralization manually by separating versions with pipes : https://vue-i18n.intlify.dev/guide/essentials/pluralization.html\r\n  * Pluralization rules are included for the majority of languages but some may need to be added manually ([example for Scottish Gaelic](https://framagit.org/framasoft/mobilizon/-/blob/main/js/src/i18n/pluralRules/gd.ts)).\r\n  * Special characters sometimes have to be escaped. For instance: `{'@'}{username}` would give, after interpolation : `@thomas`. See https://vue-i18n.intlify.dev/guide/essentials/syntax.html#special-characters\r\n\r\n* Backend uses the classic Gettext library and Weblate should support this format much better\r\n  * Placeholders look like this: `This is user %{username}`.",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "component": null
        },
        {
            "notification": "ChangedStringNotificaton",
            "id": 2946,
            "scope": 30,
            "frequency": 2,
            "project": {
                "name": "Mobilizon",
                "slug": "mobilizon",
                "id": 2,
                "web": "https://joinmobilizon.org/",
                "web_url": "https://weblate.framasoft.org/projects/mobilizon/",
                "url": "https://weblate.framasoft.org/api/projects/mobilizon/?format=api",
                "components_list_url": "https://weblate.framasoft.org/api/projects/mobilizon/components/?format=api",
                "repository_url": "https://weblate.framasoft.org/api/projects/mobilizon/repository/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/projects/mobilizon/statistics/?format=api",
                "categories_url": "https://weblate.framasoft.org/api/projects/mobilizon/categories/?format=api",
                "changes_list_url": "https://weblate.framasoft.org/api/projects/mobilizon/changes/?format=api",
                "languages_url": "https://weblate.framasoft.org/api/projects/mobilizon/languages/?format=api",
                "labels_url": "https://weblate.framasoft.org/api/projects/mobilizon/labels/?format=api",
                "translation_review": true,
                "source_review": false,
                "set_language_team": true,
                "instructions": "### Guidelines\r\n\r\n* When in doubt, use the suggestion feature instead of changing the translation directly\r\n* Post a comment to discuss about translations\r\n* Feel free to ask clarification and context on a string\r\n\r\n### Components\r\n\r\nMobilizon has several modules that need to be translated:\r\n\r\n* Frontend: mostly what you see in the web app in your browser\r\n* Activity: every group activity log, that can be sent in emails\r\n* Backend errors: errors returned by the backend (for instance if the event lacks a title)\r\n* Backend: the rest of emails, server-side default configuration, push notifications, …\r\n* Search index: the global search engine\r\n\r\nThe Android app and Android app metadata components are not maintained.\r\n\r\n### Formating\r\n\r\nFrontend (frontend + search index components) and backend (everything else) parts use different formats to hold translations so you may encounter different ways to format strings when translating:\r\n\r\n* Frontend uses the [Vue-I18N](https://vue-i18n.intlify.dev/) library\r\n  * Formatting is based on the ICU Message Format syntax, with placeholders like this: `{interpolation}`. **You must never translate what's between the brackets**.\r\n  * It handles pluralization manually by separating versions with pipes : https://vue-i18n.intlify.dev/guide/essentials/pluralization.html\r\n  * Pluralization rules are included for the majority of languages but some may need to be added manually ([example for Scottish Gaelic](https://framagit.org/framasoft/mobilizon/-/blob/main/js/src/i18n/pluralRules/gd.ts)).\r\n  * Special characters sometimes have to be escaped. For instance: `{'@'}{username}` would give, after interpolation : `@thomas`. See https://vue-i18n.intlify.dev/guide/essentials/syntax.html#special-characters\r\n\r\n* Backend uses the classic Gettext library and Weblate should support this format much better\r\n  * Placeholders look like this: `This is user %{username}`.",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "component": null
        },
        {
            "notification": "NewComponentNotificaton",
            "id": 2947,
            "scope": 30,
            "frequency": 2,
            "project": {
                "name": "Mobilizon",
                "slug": "mobilizon",
                "id": 2,
                "web": "https://joinmobilizon.org/",
                "web_url": "https://weblate.framasoft.org/projects/mobilizon/",
                "url": "https://weblate.framasoft.org/api/projects/mobilizon/?format=api",
                "components_list_url": "https://weblate.framasoft.org/api/projects/mobilizon/components/?format=api",
                "repository_url": "https://weblate.framasoft.org/api/projects/mobilizon/repository/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/projects/mobilizon/statistics/?format=api",
                "categories_url": "https://weblate.framasoft.org/api/projects/mobilizon/categories/?format=api",
                "changes_list_url": "https://weblate.framasoft.org/api/projects/mobilizon/changes/?format=api",
                "languages_url": "https://weblate.framasoft.org/api/projects/mobilizon/languages/?format=api",
                "labels_url": "https://weblate.framasoft.org/api/projects/mobilizon/labels/?format=api",
                "translation_review": true,
                "source_review": false,
                "set_language_team": true,
                "instructions": "### Guidelines\r\n\r\n* When in doubt, use the suggestion feature instead of changing the translation directly\r\n* Post a comment to discuss about translations\r\n* Feel free to ask clarification and context on a string\r\n\r\n### Components\r\n\r\nMobilizon has several modules that need to be translated:\r\n\r\n* Frontend: mostly what you see in the web app in your browser\r\n* Activity: every group activity log, that can be sent in emails\r\n* Backend errors: errors returned by the backend (for instance if the event lacks a title)\r\n* Backend: the rest of emails, server-side default configuration, push notifications, …\r\n* Search index: the global search engine\r\n\r\nThe Android app and Android app metadata components are not maintained.\r\n\r\n### Formating\r\n\r\nFrontend (frontend + search index components) and backend (everything else) parts use different formats to hold translations so you may encounter different ways to format strings when translating:\r\n\r\n* Frontend uses the [Vue-I18N](https://vue-i18n.intlify.dev/) library\r\n  * Formatting is based on the ICU Message Format syntax, with placeholders like this: `{interpolation}`. **You must never translate what's between the brackets**.\r\n  * It handles pluralization manually by separating versions with pipes : https://vue-i18n.intlify.dev/guide/essentials/pluralization.html\r\n  * Pluralization rules are included for the majority of languages but some may need to be added manually ([example for Scottish Gaelic](https://framagit.org/framasoft/mobilizon/-/blob/main/js/src/i18n/pluralRules/gd.ts)).\r\n  * Special characters sometimes have to be escaped. For instance: `{'@'}{username}` would give, after interpolation : `@thomas`. See https://vue-i18n.intlify.dev/guide/essentials/syntax.html#special-characters\r\n\r\n* Backend uses the classic Gettext library and Weblate should support this format much better\r\n  * Placeholders look like this: `This is user %{username}`.",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "component": null
        },
        {
            "notification": "LockNotification",
            "id": 10666,
            "scope": 40,
            "frequency": 1,
            "project": {
                "name": "Mobilizon",
                "slug": "mobilizon",
                "id": 2,
                "web": "https://joinmobilizon.org/",
                "web_url": "https://weblate.framasoft.org/projects/mobilizon/",
                "url": "https://weblate.framasoft.org/api/projects/mobilizon/?format=api",
                "components_list_url": "https://weblate.framasoft.org/api/projects/mobilizon/components/?format=api",
                "repository_url": "https://weblate.framasoft.org/api/projects/mobilizon/repository/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/projects/mobilizon/statistics/?format=api",
                "categories_url": "https://weblate.framasoft.org/api/projects/mobilizon/categories/?format=api",
                "changes_list_url": "https://weblate.framasoft.org/api/projects/mobilizon/changes/?format=api",
                "languages_url": "https://weblate.framasoft.org/api/projects/mobilizon/languages/?format=api",
                "labels_url": "https://weblate.framasoft.org/api/projects/mobilizon/labels/?format=api",
                "translation_review": true,
                "source_review": false,
                "set_language_team": true,
                "instructions": "### Guidelines\r\n\r\n* When in doubt, use the suggestion feature instead of changing the translation directly\r\n* Post a comment to discuss about translations\r\n* Feel free to ask clarification and context on a string\r\n\r\n### Components\r\n\r\nMobilizon has several modules that need to be translated:\r\n\r\n* Frontend: mostly what you see in the web app in your browser\r\n* Activity: every group activity log, that can be sent in emails\r\n* Backend errors: errors returned by the backend (for instance if the event lacks a title)\r\n* Backend: the rest of emails, server-side default configuration, push notifications, …\r\n* Search index: the global search engine\r\n\r\nThe Android app and Android app metadata components are not maintained.\r\n\r\n### Formating\r\n\r\nFrontend (frontend + search index components) and backend (everything else) parts use different formats to hold translations so you may encounter different ways to format strings when translating:\r\n\r\n* Frontend uses the [Vue-I18N](https://vue-i18n.intlify.dev/) library\r\n  * Formatting is based on the ICU Message Format syntax, with placeholders like this: `{interpolation}`. **You must never translate what's between the brackets**.\r\n  * It handles pluralization manually by separating versions with pipes : https://vue-i18n.intlify.dev/guide/essentials/pluralization.html\r\n  * Pluralization rules are included for the majority of languages but some may need to be added manually ([example for Scottish Gaelic](https://framagit.org/framasoft/mobilizon/-/blob/main/js/src/i18n/pluralRules/gd.ts)).\r\n  * Special characters sometimes have to be escaped. For instance: `{'@'}{username}` would give, after interpolation : `@thomas`. See https://vue-i18n.intlify.dev/guide/essentials/syntax.html#special-characters\r\n\r\n* Backend uses the classic Gettext library and Weblate should support this format much better\r\n  * Placeholders look like this: `This is user %{username}`.",
                "enable_hooks": true,
                "language_aliases": ""
            },
            "component": {
                "name": "Frontend",
                "slug": "frontend",
                "id": 3,
                "source_language": {
                    "id": 76,
                    "code": "en",
                    "name": "English",
                    "plural": {
                        "id": 76,
                        "source": 0,
                        "number": 2,
                        "formula": "n != 1",
                        "type": 1
                    },
                    "aliases": [
                        "en_en",
                        "base",
                        "source",
                        "enp",
                        "eng"
                    ],
                    "direction": "ltr",
                    "population": 1636485517,
                    "web_url": "https://weblate.framasoft.org/languages/en/",
                    "url": "https://weblate.framasoft.org/api/languages/en/?format=api",
                    "statistics_url": "https://weblate.framasoft.org/api/languages/en/statistics/?format=api"
                },
                "project": {
                    "name": "Mobilizon",
                    "slug": "mobilizon",
                    "id": 2,
                    "web": "https://joinmobilizon.org/",
                    "web_url": "https://weblate.framasoft.org/projects/mobilizon/",
                    "url": "https://weblate.framasoft.org/api/projects/mobilizon/?format=api",
                    "components_list_url": "https://weblate.framasoft.org/api/projects/mobilizon/components/?format=api",
                    "repository_url": "https://weblate.framasoft.org/api/projects/mobilizon/repository/?format=api",
                    "statistics_url": "https://weblate.framasoft.org/api/projects/mobilizon/statistics/?format=api",
                    "categories_url": "https://weblate.framasoft.org/api/projects/mobilizon/categories/?format=api",
                    "changes_list_url": "https://weblate.framasoft.org/api/projects/mobilizon/changes/?format=api",
                    "languages_url": "https://weblate.framasoft.org/api/projects/mobilizon/languages/?format=api",
                    "labels_url": "https://weblate.framasoft.org/api/projects/mobilizon/labels/?format=api",
                    "translation_review": true,
                    "source_review": false,
                    "set_language_team": true,
                    "instructions": "### Guidelines\r\n\r\n* When in doubt, use the suggestion feature instead of changing the translation directly\r\n* Post a comment to discuss about translations\r\n* Feel free to ask clarification and context on a string\r\n\r\n### Components\r\n\r\nMobilizon has several modules that need to be translated:\r\n\r\n* Frontend: mostly what you see in the web app in your browser\r\n* Activity: every group activity log, that can be sent in emails\r\n* Backend errors: errors returned by the backend (for instance if the event lacks a title)\r\n* Backend: the rest of emails, server-side default configuration, push notifications, …\r\n* Search index: the global search engine\r\n\r\nThe Android app and Android app metadata components are not maintained.\r\n\r\n### Formating\r\n\r\nFrontend (frontend + search index components) and backend (everything else) parts use different formats to hold translations so you may encounter different ways to format strings when translating:\r\n\r\n* Frontend uses the [Vue-I18N](https://vue-i18n.intlify.dev/) library\r\n  * Formatting is based on the ICU Message Format syntax, with placeholders like this: `{interpolation}`. **You must never translate what's between the brackets**.\r\n  * It handles pluralization manually by separating versions with pipes : https://vue-i18n.intlify.dev/guide/essentials/pluralization.html\r\n  * Pluralization rules are included for the majority of languages but some may need to be added manually ([example for Scottish Gaelic](https://framagit.org/framasoft/mobilizon/-/blob/main/js/src/i18n/pluralRules/gd.ts)).\r\n  * Special characters sometimes have to be escaped. For instance: `{'@'}{username}` would give, after interpolation : `@thomas`. See https://vue-i18n.intlify.dev/guide/essentials/syntax.html#special-characters\r\n\r\n* Backend uses the classic Gettext library and Weblate should support this format much better\r\n  * Placeholders look like this: `This is user %{username}`.",
                    "enable_hooks": true,
                    "language_aliases": ""
                },
                "vcs": "gitlab",
                "repo": "git@framagit.org:framasoft/mobilizon.git",
                "git_export": "https://weblate.framasoft.org/git/mobilizon/frontend/",
                "branch": "main",
                "push_branch": "",
                "filemask": "src/i18n/*.json",
                "screenshot_filemask": "",
                "template": "src/i18n/en_US.json",
                "edit_template": false,
                "intermediate": "",
                "new_base": "",
                "file_format": "json",
                "license": "AGPL-3.0-only",
                "license_url": "https://spdx.org/licenses/AGPL-3.0-only.html",
                "agreement": "",
                "web_url": "https://weblate.framasoft.org/projects/mobilizon/frontend/",
                "url": "https://weblate.framasoft.org/api/components/mobilizon/frontend/?format=api",
                "repository_url": "https://weblate.framasoft.org/api/components/mobilizon/frontend/repository/?format=api",
                "translations_url": "https://weblate.framasoft.org/api/components/mobilizon/frontend/translations/?format=api",
                "statistics_url": "https://weblate.framasoft.org/api/components/mobilizon/frontend/statistics/?format=api",
                "lock_url": "https://weblate.framasoft.org/api/components/mobilizon/frontend/lock/?format=api",
                "links_url": "https://weblate.framasoft.org/api/components/mobilizon/frontend/links/?format=api",
                "changes_list_url": "https://weblate.framasoft.org/api/components/mobilizon/frontend/changes/?format=api",
                "task_url": null,
                "new_lang": "add",
                "language_code_style": "",
                "push": "git@framagit.org:framasoft/mobilizon.git",
                "check_flags": "",
                "priority": 100,
                "enforced_checks": [],
                "restricted": false,
                "repoweb": "",
                "report_source_bugs": "",
                "merge_style": "rebase",
                "commit_message": "Translated using Weblate ({{ language_name }})\r\n\r\nCurrently translated at {{ stats.translated_percent }}% ({{ stats.translated }} of {{ stats.all }} strings)\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "add_message": "Added translation using Weblate ({{ language_name }})",
                "delete_message": "Deleted translation using Weblate ({{ language_name }})",
                "merge_message": "Merge branch '{{ component_remote_branch }}' into Weblate.",
                "addon_message": "Update translation files\r\n\r\nUpdated by \"{{ addon_name }}\" hook in Weblate.\r\n\r\nTranslation: {{ project_name }}/{{ component_name }}\r\nTranslate-URL: {{ url }}",
                "pull_message": "Translations update from {{ site_title }}\r\n\r\nTranslations update from [{{ site_title }}]({{ site_url }}) for [{{ project_name }}/{{ component_name }}]({{url}}).\r\n\r\n{% if component_linked_childs %}\r\nIt also includes following components:\r\n{% for linked in component_linked_childs %}\r\n* [{{ linked.project_name }}/{{ linked.name }}]({{ linked.url }})\r\n{% endfor %}\r\n{% endif %}\r\n\r\nCurrent translation status:\r\n\r\n![Weblate translation status]({{widget_url}})",
                "allow_translation_propagation": true,
                "manage_units": true,
                "enable_suggestions": true,
                "suggestion_voting": false,
                "suggestion_autoaccept": 0,
                "push_on_commit": true,
                "commit_pending_age": 24,
                "auto_lock_error": true,
                "language_regex": "^(?!(en)|(langs)$).+$",
                "variant_regex": "",
                "addons": [
                    "https://weblate.framasoft.org/api/addons/10/?format=api",
                    "https://weblate.framasoft.org/api/addons/2/?format=api",
                    "https://weblate.framasoft.org/api/addons/11/?format=api"
                ],
                "is_glossary": false,
                "glossary_color": "silver",
                "category": null,
                "linked_component": null
            }
        }
    ]
}