Translation projects API.

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

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

{
    "name": "OsmAnd",
    "slug": "osmand",
    "id": 11,
    "web": "http://www.osmand.net/",
    "web_url": "https://hosted.weblate.org/projects/osmand/",
    "url": "https://hosted.weblate.org/api/projects/osmand/?format=api",
    "components_list_url": "https://hosted.weblate.org/api/projects/osmand/components/?format=api",
    "repository_url": "https://hosted.weblate.org/api/projects/osmand/repository/?format=api",
    "statistics_url": "https://hosted.weblate.org/api/projects/osmand/statistics/?format=api",
    "categories_url": "https://hosted.weblate.org/api/projects/osmand/categories/?format=api",
    "changes_list_url": "https://hosted.weblate.org/api/projects/osmand/changes/?format=api",
    "languages_url": "https://hosted.weblate.org/api/projects/osmand/languages/?format=api",
    "labels_url": "https://hosted.weblate.org/api/projects/osmand/labels/?format=api",
    "translation_review": true,
    "source_review": false,
    "set_language_team": true,
    "instructions": "https://docs.osmand.net/docs/technical/contributions/translating-osmand#what-languages-will-be-included-in-osmand-",
    "enable_hooks": true,
    "language_aliases": ""
}