Translation projects API.

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

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

{
    "name": "LunaSea",
    "slug": "lunasea",
    "id": 1002,
    "web": "https://www.lunasea.app",
    "web_url": "https://hosted.weblate.org/projects/lunasea/",
    "url": "https://hosted.weblate.org/api/projects/lunasea/?format=api",
    "components_list_url": "https://hosted.weblate.org/api/projects/lunasea/components/?format=api",
    "repository_url": "https://hosted.weblate.org/api/projects/lunasea/repository/?format=api",
    "statistics_url": "https://hosted.weblate.org/api/projects/lunasea/statistics/?format=api",
    "categories_url": "https://hosted.weblate.org/api/projects/lunasea/categories/?format=api",
    "changes_list_url": "https://hosted.weblate.org/api/projects/lunasea/changes/?format=api",
    "languages_url": "https://hosted.weblate.org/api/projects/lunasea/languages/?format=api",
    "labels_url": "https://hosted.weblate.org/api/projects/lunasea/labels/?format=api",
    "translation_review": false,
    "source_review": false,
    "set_language_team": true,
    "instructions": "Help translate LunaSea into different languages!",
    "enable_hooks": true,
    "language_aliases": ""
}