Translation projects API.

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

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

{
    "name": "Nickvision Denaro",
    "slug": "nickvision-money",
    "id": 3497,
    "web": "https://github.com/NickvisionApps/Denaro",
    "web_url": "https://hosted.weblate.org/projects/nickvision-money/",
    "url": "https://hosted.weblate.org/api/projects/nickvision-money/?format=api",
    "components_list_url": "https://hosted.weblate.org/api/projects/nickvision-money/components/?format=api",
    "repository_url": "https://hosted.weblate.org/api/projects/nickvision-money/repository/?format=api",
    "statistics_url": "https://hosted.weblate.org/api/projects/nickvision-money/statistics/?format=api",
    "categories_url": "https://hosted.weblate.org/api/projects/nickvision-money/categories/?format=api",
    "changes_list_url": "https://hosted.weblate.org/api/projects/nickvision-money/changes/?format=api",
    "languages_url": "https://hosted.weblate.org/api/projects/nickvision-money/languages/?format=api",
    "labels_url": "https://hosted.weblate.org/api/projects/nickvision-money/labels/?format=api",
    "translation_review": false,
    "source_review": false,
    "set_language_team": true,
    "instructions": "Translate each string from its English version.\r\n\r\n`{0}, {1}, etc...` represent arguments that will be placed in the string. \r\nFor example, for importing files: `{0} files imported.` could show as `5 files imported.` inside the application.\r\n\r\nDenaro also has different contexts for strings that is separated by a period (`.`).\r\nFor example, `Greeting.Morning` and `Greeting.Afternoon` are two strings that will be used to greet the user depending on the time of day (which is the context).\r\nIn English, `Greeting.Morning` = \"Good Morning!\" and `Greeting.Afternoon` = \"Good Afternoon!\"\r\n\r\nCredits and other strings with one or multiple newlines should be formated the same in other languages.\r\n\r\nStrings with the contexts `GNOME` and `WinUI` are used only on the GNOME and WinUI platforms respectively. We ask that users of either platform when translating to translate strings for all platforms, even if they don't use said platform.",
    "enable_hooks": true,
    "language_aliases": ""
}