Git Product home page Git Product logo

imas-artwork-api's Introduction

imas-artwork-api

アイマス CD の非公式アートワーク情報 API

deno deploy

エンドポイント

https://imas-artwork-api.deno.dev/v1/

GET /cd/:id

CD の ID (品番) からアートワークを取得

パスパラメータ

名前 内容
id string CD の ID (品番)

レスポンス

名前 内容
id string CD の ID(品番)
title string タイトル
website string CD の詳細ページ URL
image string アートワーク画像 URL

リクエスト

curl "https://imas-artwork-api.deno.dev/v1/cd/LACA-15905"

レスポンス

{
  "id": "LACA-15905",
  "title": "THE IDOLM@STER MILLION LIVE! M@STER SPARKLE2 05",
  "website": "https://www.lantis.jp/imas/release_SPARKLE2_05.html",
  "image": "https://www.lantis.jp/imas/img/LACA-15905_H1.jpg"
}

GET /list

キーワードからアートワークを一覧で取得

クエリパラメータ

名前 内容 必須か
keyword string 検索キーワード 必須
order "id" | "title" ソート基準 任意
orderby "asc" | "desc" ソート順 任意
limit number 取得件数 任意
  • order 及び orderby を指定しない場合は順不同となります。

レスポンス (配列)

名前 内容
id string CD の ID(品番)
title string タイトル
website string CD の詳細ページ URL
image string アートワーク画像 URL

リクエスト

curl "https://imas-artwork-api.deno.dev/v1/list?keyword=%E7%99%BD%E8%8F%8A%E3%81%BB%E3%81%9F%E3%82%8B&order=id&orderby=asc"

レスポンス

[
  {
    "id": "COCC-17628",
    "title": "THE IDOLM@STER CINDERELLA MASTER 052 白菊ほたる",
    "website": "https://columbia.jp/idolmaster/COCC-17628.html",
    "image": "https://columbia.jp/idolmaster/img/COCC-17628.jpg"
  }
]

imas-artwork-api's People

Contributors

arrow2nd avatar denopendabot[bot] avatar github-actions[bot] avatar renovate[bot] avatar

Stargazers

 avatar  avatar  avatar  avatar

Watchers

 avatar

Forkers

ohmoriyusuke

imas-artwork-api's Issues

Dependency Dashboard

This issue lists Renovate updates and detected dependencies. Read the Dependency Dashboard docs to learn more.

Repository problems

These problems occurred while renovating this repository. View logs.

  • WARN: Found renovate config warnings

Ignored or Blocked

These are blocked by an existing closed PR and will not be recreated unless you click a checkbox below.

Detected dependencies

github-actions
.github/workflows/update.yml
  • actions/checkout v4
  • denoland/setup-deno v1
  • slackapi/slack-github-action v1.26.0
regex
deno.json
  • https://deno.land/x/hono v4.3.11
  • https://deno.land/x/mongo v0.32.0
  • https://deno.land/x/deno_dom v0.1.46
  • https://deno.land/x/dotenv v3.2.2
deno.json
  • ky 1.4.0

  • Check this box to trigger a request for Renovate to run again on this repository

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.