Translation projects API.

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

GET /api/projects/matomo/?format=api
HTTP 200 OK
Allow: GET, PUT, PATCH, DELETE, HEAD, OPTIONS
Content-Type: application/json
Vary: Accept

{
    "name": "Matomo",
    "slug": "matomo",
    "id": 1798,
    "web": "https://matomo.org",
    "web_url": "https://hosted.weblate.org/projects/matomo/",
    "url": "https://hosted.weblate.org/api/projects/matomo/?format=api",
    "components_list_url": "https://hosted.weblate.org/api/projects/matomo/components/?format=api",
    "repository_url": "https://hosted.weblate.org/api/projects/matomo/repository/?format=api",
    "statistics_url": "https://hosted.weblate.org/api/projects/matomo/statistics/?format=api",
    "categories_url": "https://hosted.weblate.org/api/projects/matomo/categories/?format=api",
    "changes_list_url": "https://hosted.weblate.org/api/projects/matomo/changes/?format=api",
    "languages_url": "https://hosted.weblate.org/api/projects/matomo/languages/?format=api",
    "labels_url": "https://hosted.weblate.org/api/projects/matomo/labels/?format=api",
    "translation_review": true,
    "source_review": false,
    "set_language_team": false,
    "instructions": "If you want to discuss things around localizing Matomo, you can use the [Matomo Forum](https://forum.matomo.org/c/localisation/23)\r\n\r\nIf you want to help with reviewing translations or for any other translation related issue or question you can get in touch with us at translations@matomo.org\r\n\r\nIf you are editing the glossary, please note:\r\n\r\n* Please refer to the existing usage in the Matomo translations before making any changes here as ideally this glossary should reflect the canonical translation for terms like \"Goal\", \"Measurable\" or \"Pageview\". So don't just edit the glossary without checking its usages first.\r\n* The existing entries were imported from Transifex and might not be correct.",
    "enable_hooks": true,
    "language_aliases": "es-ar:es-AR,pt-br:pt-BR,nb:nb-NO,zh-cn:zh-Hans,zh-tw:zh-Hant"
}