Translation projects API.

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

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

{
    "name": "libvirt",
    "slug": "libvirt",
    "id": 7,
    "web": "https://libvirt.org",
    "web_url": "https://translate.fedoraproject.org/projects/libvirt/",
    "url": "https://translate.fedoraproject.org/api/projects/libvirt/?format=api",
    "components_list_url": "https://translate.fedoraproject.org/api/projects/libvirt/components/?format=api",
    "repository_url": "https://translate.fedoraproject.org/api/projects/libvirt/repository/?format=api",
    "statistics_url": "https://translate.fedoraproject.org/api/projects/libvirt/statistics/?format=api",
    "categories_url": "https://translate.fedoraproject.org/api/projects/libvirt/categories/?format=api",
    "changes_list_url": "https://translate.fedoraproject.org/api/projects/libvirt/changes/?format=api",
    "languages_url": "https://translate.fedoraproject.org/api/projects/libvirt/languages/?format=api",
    "labels_url": "https://translate.fedoraproject.org/api/projects/libvirt/labels/?format=api",
    "translation_review": false,
    "source_review": false,
    "set_language_team": true,
    "instructions": "\nMailing list for translators: <libvir-list@redhat.com\n",
    "enable_hooks": true,
    "language_aliases": ""
}