Translation projects API.

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

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

{
    "name": "Galette",
    "slug": "galette",
    "id": 393,
    "web": "https://galette.eu",
    "web_url": "https://hosted.weblate.org/projects/galette/",
    "url": "https://hosted.weblate.org/api/projects/galette/?format=api",
    "components_list_url": "https://hosted.weblate.org/api/projects/galette/components/?format=api",
    "repository_url": "https://hosted.weblate.org/api/projects/galette/repository/?format=api",
    "statistics_url": "https://hosted.weblate.org/api/projects/galette/statistics/?format=api",
    "categories_url": "https://hosted.weblate.org/api/projects/galette/categories/?format=api",
    "changes_list_url": "https://hosted.weblate.org/api/projects/galette/changes/?format=api",
    "languages_url": "https://hosted.weblate.org/api/projects/galette/languages/?format=api",
    "labels_url": "https://hosted.weblate.org/api/projects/galette/labels/?format=api",
    "translation_review": false,
    "source_review": false,
    "set_language_team": true,
    "instructions": "Translation for [Galette](https://galette.eu), a membership and contributions management for associations.\r\n\r\nTranslations are available for:\r\n\r\n* main Galette program,\r\n* official plugins (maps, auto, events, paypal, objectslend),\r\n* documentation (installation, usermanual, developer guide, plugins, changelog)\r\n\r\nSend mail to to the translators mailing list <translations@galette.eu> if you have any questions :-)\nMailing list for translators: <translations@galette.eu\n",
    "enable_hooks": true,
    "language_aliases": ""
}