https://youtuber-search-api.herokuapp.com/
POST /recommended_channels
Name | Type | Description |
---|---|---|
channel_name | string | おすすめのチャンネルが知りたいチャンネル名 |
{"ans": [{第1推薦チャンネル情報}, {第2推薦チャンネル情報}, {第3推薦チャンネル情報}, {第4推薦チャンネル情報}, {第5推薦チャンネル情報}], "channel_info_used_for_search": {検索対象のチャンネル情報}}
チャンネル情報にはページ下部のDatabaseに記録されている情報全てが含まれる。
GET /network_edge_data
{"ans": "edge": [{edge1のnode1のチャンネル情報}, {edge1のnode2のチャンネル情報}], [{edge2のnode1のチャンネル情報}, {edge2のnode2のチャンネル情報}]...}
チャンネル情報にはページ下部のDatabaseに記録されている情報全てが含まれる。
curl -X POST -F 'channel_name=兄者弟者' https://youtuber-search-api.herokuapp.com/recommended_channels
curl -X GET https://youtuber-search-api.herokuapp.com/network_edge_data
channel_id | channel_name | channel_description | home_url | thumbnail_url | m_thumbnail_url | h_thumbnail_url | viewCount | subscriberCount | videoCount |
---|---|---|---|---|---|---|---|---|---|
チャンネルのid | チャンネル名 | チャンネル説明 | チャンネルのURL | サムネイルURL | サムネイルURL(中画質) | サムネイルURL(高画質) | 総視聴回数 | チャンネル登録者数 | ビデオ数 |