Translation projects API.

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

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

{
    "name": "Ouisync",
    "slug": "ouisync",
    "id": 2448,
    "web": "https://ouisync.net",
    "web_url": "https://hosted.weblate.org/projects/ouisync/",
    "url": "https://hosted.weblate.org/api/projects/ouisync/?format=api",
    "components_list_url": "https://hosted.weblate.org/api/projects/ouisync/components/?format=api",
    "repository_url": "https://hosted.weblate.org/api/projects/ouisync/repository/?format=api",
    "statistics_url": "https://hosted.weblate.org/api/projects/ouisync/statistics/?format=api",
    "categories_url": "https://hosted.weblate.org/api/projects/ouisync/categories/?format=api",
    "changes_list_url": "https://hosted.weblate.org/api/projects/ouisync/changes/?format=api",
    "languages_url": "https://hosted.weblate.org/api/projects/ouisync/languages/?format=api",
    "labels_url": "https://hosted.weblate.org/api/projects/ouisync/labels/?format=api",
    "translation_review": true,
    "source_review": false,
    "set_language_team": true,
    "instructions": "Thanks for helping to translate Ouisync!\r\n\r\nTo get started:\r\n\r\n1. Make an account on [Weblate](https://weblate.org/) or sign in with your Github or Gitlab ID. *Note: Account creation is not required, but you will only be able to suggest translations in this case*\r\n\r\n2. Visit the [Ouisync project page](https://hosted.weblate.org/projects/ouisync) - which lists all components and their strings (including Android app strings, the web browser extension, the User Manual and the website).\r\n\r\n3. On the [OuiSync project page's 'Languages' tab](https://hosted.weblate.org/projects/ouisync/#languages), choose the language you want to work on, or -- in case the language doesn't exist yet -- initiate a new language by selecting a component from the main project page and clicking on the \"Start a new translation\" button. Please note that we can't support shipping arbitrary translations with our published materials unless they have a reviewer (see below).\r\n\r\n4. Please contact the Ouisync team at support AT ouisync DOT net if you are interested in becoming a reviewer for translation(s) in your language(s).\r\n\r\n5. For more information about how to use Weblate, see the [Weblate documentation](https://docs.weblate.org/).",
    "enable_hooks": true,
    "language_aliases": "en_US:en"
}