Translation projects API.

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

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

{
    "name": "LiberaForms",
    "slug": "liberaforms",
    "id": 1876,
    "web": "https://liberaforms.org",
    "web_url": "https://hosted.weblate.org/projects/liberaforms/",
    "url": "https://hosted.weblate.org/api/projects/liberaforms/?format=api",
    "components_list_url": "https://hosted.weblate.org/api/projects/liberaforms/components/?format=api",
    "repository_url": "https://hosted.weblate.org/api/projects/liberaforms/repository/?format=api",
    "statistics_url": "https://hosted.weblate.org/api/projects/liberaforms/statistics/?format=api",
    "categories_url": "https://hosted.weblate.org/api/projects/liberaforms/categories/?format=api",
    "changes_list_url": "https://hosted.weblate.org/api/projects/liberaforms/changes/?format=api",
    "languages_url": "https://hosted.weblate.org/api/projects/liberaforms/languages/?format=api",
    "labels_url": "https://hosted.weblate.org/api/projects/liberaforms/labels/?format=api",
    "translation_review": false,
    "source_review": false,
    "set_language_team": true,
    "instructions": "1. Create an account on https://hosted.weblate.org or sign in with an third-party authorization\r\n2. Read the [Social Contract](https://docs.liberaforms.org/en/socia-kontrakto.html) and the [Code of Conduct](https://docs.liberaforms.org/en/etiketo.html).\r\n3. Start translating LiberaForms\r\n4. Thank you!",
    "enable_hooks": true,
    "language_aliases": ""
}