メインコンテンツまでスキップ

アプリ - Get app

ルートURL

GET https://playcanvas.com/api/apps/:id

説明

指定したIDの公開済みアプリを取得します。

curl -H "Authorization: Bearer {accessToken}" https://playcanvas.com/api/apps/{id}

パラメーター

名前タイプ説明
idnumberThe id of the app.

レスポンススキーマ

ステータス:200
{
"id": int,
"project_id": int,
"owner_id": int,
"name": string,
"description": string,
"version": string,
"release_notes": string,
"thumbnails": {
"s": string,
"m": string,
"l": string,
"xl": string
},
"size": int,
"views": int,
"completed_at": date,
"created_at": date,
"modified_at": date
}

エラー

コード説明
401Unauthorized
403Forbidden
404App not found
404Project not found
429Too many requests

レート制限

このルートは通常のレート制限を使用します。