Translation projects API.

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

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

{
    "name": "Baby Phone",
    "slug": "babyphone",
    "id": 4220,
    "web": "https://github.com/babydots/babyphone",
    "web_url": "https://hosted.weblate.org/projects/babyphone/",
    "url": "https://hosted.weblate.org/api/projects/babyphone/?format=api",
    "components_list_url": "https://hosted.weblate.org/api/projects/babyphone/components/?format=api",
    "repository_url": "https://hosted.weblate.org/api/projects/babyphone/repository/?format=api",
    "statistics_url": "https://hosted.weblate.org/api/projects/babyphone/statistics/?format=api",
    "categories_url": "https://hosted.weblate.org/api/projects/babyphone/categories/?format=api",
    "changes_list_url": "https://hosted.weblate.org/api/projects/babyphone/changes/?format=api",
    "languages_url": "https://hosted.weblate.org/api/projects/babyphone/languages/?format=api",
    "labels_url": "https://hosted.weblate.org/api/projects/babyphone/labels/?format=api",
    "translation_review": false,
    "source_review": false,
    "set_language_team": true,
    "instructions": "Thanks for joining the BabyPhone community and contributing!\r\n\r\n**What is the \"Immersive Lock\" component?**\r\n\r\nThe idea of letting babies use a specific app, but preventing them from accessing the rest of the phone, is used by this app, BabyDots, BabyBook, and perhaps others in the future. The \"Immersive Lock\" component is a library to help achieve this. Any translations to this component will be shared by those other apps.\r\n\r\n**Why are the changelogs in the App Metadata component read-only?**\r\n\r\nChangelogs are typically marked as `read-only`. This is because once a release is tagged, F-Droid will only pick up translations from that tag - subsequent translations committed to the repository will never be reflected in F-droid.",
    "enable_hooks": true,
    "language_aliases": ""
}