Translation components API.

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

GET /api/components/monero/glossary/links/?format=api
HTTP 200 OK
Allow: GET, POST, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "count": 3,
    "next": null,
    "previous": null,
    "results": [
        {
            "name": "Getmonero",
            "slug": "getmonero",
            "id": 3,
            "web": "https://getmonero.org",
            "web_url": "http://translate.getmonero.org/projects/getmonero/",
            "url": "http://translate.getmonero.org/api/projects/getmonero/?format=api",
            "components_list_url": "http://translate.getmonero.org/api/projects/getmonero/components/?format=api",
            "repository_url": "http://translate.getmonero.org/api/projects/getmonero/repository/?format=api",
            "statistics_url": "http://translate.getmonero.org/api/projects/getmonero/statistics/?format=api",
            "changes_list_url": "http://translate.getmonero.org/api/projects/getmonero/changes/?format=api",
            "languages_url": "http://translate.getmonero.org/api/projects/getmonero/languages/?format=api",
            "translation_review": false,
            "source_review": false,
            "set_language_team": true,
            "instructions": "[Guide on GitHub](https://github.com/monero-ecosystem/monero-translations/blob/master/weblate.md)",
            "enable_hooks": true,
            "language_aliases": ""
        },
        {
            "name": "Community",
            "slug": "community",
            "id": 4,
            "web": "https://getmonero.org",
            "web_url": "http://translate.getmonero.org/projects/community/",
            "url": "http://translate.getmonero.org/api/projects/community/?format=api",
            "components_list_url": "http://translate.getmonero.org/api/projects/community/components/?format=api",
            "repository_url": "http://translate.getmonero.org/api/projects/community/repository/?format=api",
            "statistics_url": "http://translate.getmonero.org/api/projects/community/statistics/?format=api",
            "changes_list_url": "http://translate.getmonero.org/api/projects/community/changes/?format=api",
            "languages_url": "http://translate.getmonero.org/api/projects/community/languages/?format=api",
            "translation_review": false,
            "source_review": false,
            "set_language_team": true,
            "instructions": "",
            "enable_hooks": true,
            "language_aliases": ""
        },
        {
            "name": "Getmonero: User Guides",
            "slug": "getmonero-user-guides",
            "id": 6,
            "web": "https://www.getmonero.org/resources/user-guides/",
            "web_url": "http://translate.getmonero.org/projects/getmonero-user-guides/",
            "url": "http://translate.getmonero.org/api/projects/getmonero-user-guides/?format=api",
            "components_list_url": "http://translate.getmonero.org/api/projects/getmonero-user-guides/components/?format=api",
            "repository_url": "http://translate.getmonero.org/api/projects/getmonero-user-guides/repository/?format=api",
            "statistics_url": "http://translate.getmonero.org/api/projects/getmonero-user-guides/statistics/?format=api",
            "changes_list_url": "http://translate.getmonero.org/api/projects/getmonero-user-guides/changes/?format=api",
            "languages_url": "http://translate.getmonero.org/api/projects/getmonero-user-guides/languages/?format=api",
            "translation_review": false,
            "source_review": false,
            "set_language_team": true,
            "instructions": "",
            "enable_hooks": true,
            "language_aliases": ""
        }
    ]
}