Translation projects API.

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

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

{
    "name": "Made With Creative Commons",
    "slug": "madewithcc",
    "id": 165,
    "web": "https://madewith.cc/",
    "web_url": "https://hosted.weblate.org/projects/madewithcc/",
    "url": "https://hosted.weblate.org/api/projects/madewithcc/?format=api",
    "components_list_url": "https://hosted.weblate.org/api/projects/madewithcc/components/?format=api",
    "repository_url": "https://hosted.weblate.org/api/projects/madewithcc/repository/?format=api",
    "statistics_url": "https://hosted.weblate.org/api/projects/madewithcc/statistics/?format=api",
    "categories_url": "https://hosted.weblate.org/api/projects/madewithcc/categories/?format=api",
    "changes_list_url": "https://hosted.weblate.org/api/projects/madewithcc/changes/?format=api",
    "languages_url": "https://hosted.weblate.org/api/projects/madewithcc/languages/?format=api",
    "labels_url": "https://hosted.weblate.org/api/projects/madewithcc/labels/?format=api",
    "translation_review": false,
    "source_review": false,
    "set_language_team": true,
    "instructions": "The translation project is located in https://gitlab.com/gunnarwolf/madewithcc-es.git, where the project admins can be contected.",
    "enable_hooks": true,
    "language_aliases": ""
}