Translation projects API.

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

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

{
    "name": "guix",
    "slug": "guix",
    "id": 111,
    "web": "https://guix.gnu.org/",
    "web_url": "https://translate.fedoraproject.org/projects/guix/",
    "url": "https://translate.fedoraproject.org/api/projects/guix/?format=api",
    "components_list_url": "https://translate.fedoraproject.org/api/projects/guix/components/?format=api",
    "repository_url": "https://translate.fedoraproject.org/api/projects/guix/repository/?format=api",
    "statistics_url": "https://translate.fedoraproject.org/api/projects/guix/statistics/?format=api",
    "categories_url": "https://translate.fedoraproject.org/api/projects/guix/categories/?format=api",
    "changes_list_url": "https://translate.fedoraproject.org/api/projects/guix/changes/?format=api",
    "languages_url": "https://translate.fedoraproject.org/api/projects/guix/languages/?format=api",
    "labels_url": "https://translate.fedoraproject.org/api/projects/guix/labels/?format=api",
    "translation_review": false,
    "source_review": false,
    "set_language_team": true,
    "instructions": "See the [manual](https://guix.gnu.org/manual/devel/en/html_node/Translating-Guix.html) for specific instructions.\r\n\r\nNeed help translating? You can reach out to us on the mailing list <help-guix@gnu.org>, on IRC (#guix on Freenode), or ping @roptat",
    "enable_hooks": true,
    "language_aliases": ""
}