Translation projects API.

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

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

{
    "name": "Teckids",
    "slug": "teckids",
    "id": 9,
    "web": "https://www.teckids.org",
    "web_url": "https://translate.edugit.org/projects/teckids/",
    "url": "https://translate.edugit.org/api/projects/teckids/?format=api",
    "components_list_url": "https://translate.edugit.org/api/projects/teckids/components/?format=api",
    "repository_url": "https://translate.edugit.org/api/projects/teckids/repository/?format=api",
    "statistics_url": "https://translate.edugit.org/api/projects/teckids/statistics/?format=api",
    "categories_url": "https://translate.edugit.org/api/projects/teckids/categories/?format=api",
    "changes_list_url": "https://translate.edugit.org/api/projects/teckids/changes/?format=api",
    "languages_url": "https://translate.edugit.org/api/projects/teckids/languages/?format=api",
    "translation_review": false,
    "source_review": false,
    "set_language_team": true,
    "instructions": "",
    "enable_hooks": true,
    "language_aliases": ""
}