Translation projects API.

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

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

{
    "name": "Neos",
    "slug": "neos",
    "id": 550,
    "web": "https://www.neos.io/",
    "web_url": "https://hosted.weblate.org/projects/neos/",
    "url": "https://hosted.weblate.org/api/projects/neos/?format=api",
    "components_list_url": "https://hosted.weblate.org/api/projects/neos/components/?format=api",
    "repository_url": "https://hosted.weblate.org/api/projects/neos/repository/?format=api",
    "statistics_url": "https://hosted.weblate.org/api/projects/neos/statistics/?format=api",
    "categories_url": "https://hosted.weblate.org/api/projects/neos/categories/?format=api",
    "changes_list_url": "https://hosted.weblate.org/api/projects/neos/changes/?format=api",
    "languages_url": "https://hosted.weblate.org/api/projects/neos/languages/?format=api",
    "labels_url": "https://hosted.weblate.org/api/projects/neos/labels/?format=api",
    "translation_review": false,
    "source_review": false,
    "set_language_team": true,
    "instructions": "Think of Neos as an open source Content Application Platform based on it's own PHP framework Flow. A set of core Content Management features is resting within a larger context that allows you to build a perfectly customized experience for your users.\r\n\r\n- [Instructions for translators](https://www.neos.io/community/participate/translating-neos.html) – but note this still explains everything in connection with CrowdIn, as we are currently in the process of switching to Weblate\r\n- A [translations dicussion forum](https://discuss.neos.io/c/creating/translations/40) on our Discourse server.",
    "enable_hooks": true,
    "language_aliases": ""
}