Translation projects API.

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

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

{
    "name": "EteSync",
    "slug": "etesync",
    "id": 607,
    "web": "https://www.etesync.com/",
    "web_url": "https://hosted.weblate.org/projects/etesync/",
    "url": "https://hosted.weblate.org/api/projects/etesync/?format=api",
    "components_list_url": "https://hosted.weblate.org/api/projects/etesync/components/?format=api",
    "repository_url": "https://hosted.weblate.org/api/projects/etesync/repository/?format=api",
    "statistics_url": "https://hosted.weblate.org/api/projects/etesync/statistics/?format=api",
    "categories_url": "https://hosted.weblate.org/api/projects/etesync/categories/?format=api",
    "changes_list_url": "https://hosted.weblate.org/api/projects/etesync/changes/?format=api",
    "languages_url": "https://hosted.weblate.org/api/projects/etesync/languages/?format=api",
    "labels_url": "https://hosted.weblate.org/api/projects/etesync/labels/?format=api",
    "translation_review": false,
    "source_review": false,
    "set_language_team": true,
    "instructions": "We are still cleaning up the strings, so please make sure you are only translating strings that are actually used.\r\nAdditionally, if you find multiple strings that are similar but different across our different apps, let us know and we will merge them.\r\nWe are already working on it, but this is still work in progress.",
    "enable_hooks": true,
    "language_aliases": ""
}