Translation projects API.

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

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

{
    "name": "RethinkDNS",
    "slug": "rethinkdns",
    "id": 4,
    "web": "https://github.com/celzero/rethink-app",
    "web_url": "https://weblate.frostnerd.com/projects/rethinkdns/",
    "url": "https://weblate.frostnerd.com/api/projects/rethinkdns/?format=api",
    "components_list_url": "https://weblate.frostnerd.com/api/projects/rethinkdns/components/?format=api",
    "repository_url": "https://weblate.frostnerd.com/api/projects/rethinkdns/repository/?format=api",
    "statistics_url": "https://weblate.frostnerd.com/api/projects/rethinkdns/statistics/?format=api",
    "changes_list_url": "https://weblate.frostnerd.com/api/projects/rethinkdns/changes/?format=api",
    "languages_url": "https://weblate.frostnerd.com/api/projects/rethinkdns/languages/?format=api",
    "translation_review": false,
    "source_review": false,
    "set_language_team": true,
    "instructions": "",
    "enable_hooks": true,
    "language_aliases": ""
}