Download OpenAPI specification:
アーティストマスタのデータを管理するAPI - Management data of artist master API
アーティスト一覧が取得できます - You can get artists list
| page | integer >= 1 Default: 1 Example: page=1 ページ番号 - Page number |
| limit | integer [ 1 .. 1000 ] Default: 20 Example: limit=20 1ページあたりのアイテム数 - Number of items per page |
[- {
- "id": 1,
- "artistName": "Leo/need",
- "unitName": "Leo/need",
- "content": "プロセカ"
}
]アーティスト情報を登録できます - You can register artist information
アーティスト情報 - Artist information
| artistName required | string アーティスト名 - Artist Name |
| unitName | string ユニット名 - Unit Name |
| content | string コンテンツ名 - Content Name |
{- "artistName": "Leo/need",
- "unitName": "Leo/need",
- "content": "プロセカ"
}{- "id": 1,
- "artistName": "Leo/need",
- "unitName": "Leo/need",
- "content": "プロセカ"
}