apps
List Available Apps (Compatibility)
Compatibility fallback for App Store browse data. Product-origin shells should prefer static /media/json/product_{locale}.json plus /media/json/app-store-install-metadata.json and call this endpoint only when static payloads are unavailable.
get/apps/available/{locale}
Path parameters
localestring required
Language to get available apps from
Language to get available apps from
Response
Successful Response
Example response
[
{
"sys": {
"id": "2KY3eyxKkWDp2ZDTS66aP4"
},
"key": "wordpress",
"hot": 1000,
"trademark": "WordPress",
"summary": "WordPress is a free and open-source content management system written in PHP and paired with a MySQL or MariaDB database.",
"overview": "WordPress is a free and open-source content management system written in PHP and paired with a MySQL or MariaDB database.",
"websiteurl": "https://wordpress.org/",
"screenshots": [
{
"id": "8248371f-a25f-4ae6-82be-7c6d8f7b9bb0",
"key": "gui start",
"value": "https://libs.websoft9.com/Websoft9/DocsPicture/zh/gogs/gogs-guistart-websoft9.png"
}
],
"distribution": [
{
"id": "ff8ceafb-dd7f-4dfc-b523-f13edefa88a7",
"key": "Community",
"value": "0.13"
}
],
"vcpu": 1,
"memory": 1,
"storage": 1,
"logo": {
"imageurl": "https://libs.websoft9.com/Websoft9/logo/product/gogs-websoft9.png"
},
"catalogCollection": {
"items": [
{
"catalogCollection": {
"items": [
{
"key": "itdeveloper",
"title": "IT Developer"
}
]
},
"key": "repository",
"title": "Code Repository"
}
]
}
}
]