Translation projects API.

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

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

{
    "name": "MyPaint",
    "slug": "mypaint",
    "id": 50,
    "web": "http://mypaint.app/",
    "web_url": "https://hosted.weblate.org/projects/mypaint/",
    "url": "https://hosted.weblate.org/api/projects/mypaint/?format=api",
    "components_list_url": "https://hosted.weblate.org/api/projects/mypaint/components/?format=api",
    "repository_url": "https://hosted.weblate.org/api/projects/mypaint/repository/?format=api",
    "statistics_url": "https://hosted.weblate.org/api/projects/mypaint/statistics/?format=api",
    "categories_url": "https://hosted.weblate.org/api/projects/mypaint/categories/?format=api",
    "changes_list_url": "https://hosted.weblate.org/api/projects/mypaint/changes/?format=api",
    "languages_url": "https://hosted.weblate.org/api/projects/mypaint/languages/?format=api",
    "labels_url": "https://hosted.weblate.org/api/projects/mypaint/labels/?format=api",
    "translation_review": false,
    "source_review": false,
    "set_language_team": true,
    "instructions": "[Crash Course on the MyPaint Github Wiki] (https://github.com/mypaint/mypaint/wiki/Translating-MyPaint#translator-crash-course)\r\n\r\nShort version:  \r\n\r\n* Try to be consistent.  \r\n* Use the glossary to make it easier to be consistent.  \r\n* If a meaning is unclear, ask about it in a comment (use @jplloyd or @briend to get their attention).  \r\n* Don't change: **{things\\_like\\_these}** or **%s** or  **%d**",
    "enable_hooks": true,
    "language_aliases": ""
}