エンドポイント

GET https://api.dmm.com/affiliate/v3/ActressSearch

リクエストURL例

https://api.dmm.com/affiliate/v3/ActressSearch?api_id=[APIID]&affiliate_id=[アフィリエイトID]&keyword=%e3%81%82%e3%81%95%e3%81%bf&gte_bust=90&lte_waist=60&sort=-bust&hits=10&offset=10&output=json

リクエストパラメータ

論理名物理名必須値のサンプル使用例概要
APIIDapi_id必須YOUR_API_IDapi_id=YOUR_API_ID登録時に割り振られたID
アフィリエイトIDaffiliate_id必須affiliate-990affiliate_id=affiliate-990APIリクエスト専用のアフィリエイトID(末尾990~999)。※商品リンク作成時は通常のアフィリエイトIDをご利用ください
頭文字(50音)initial任意initial=あ50音をUTF-8で指定
女優IDactress_id任意15365actress_id=15365女優ID
キーワードkeyword任意あさみkeyword=あさみUTF-8で指定
バストgte_bust任意90gte_bust=90gte_bust=90ならバスト90cm以上、
lte_bust=90ならバスト90cm以下
gte_bust=90&lte_bust=100なら
バスト90cm以上~100cm以下
バストlte_bust任意90lte_bust=90gte_bust=90ならバスト90cm以上、
lte_bust=90ならバスト90cm以下
gte_bust=90&lte_bust=100なら
バスト90cm以上~100cm以下
ウエストgte_waist任意60gte_waist=60同上
ウエストlte_waist任意60lte_waist=60同上
ヒップgte_hip任意90gte_hip=90同上
ヒップlte_hip任意90lte_hip=90同上
身長gte_height任意160gte_height=160同上
身長lte_height任意160lte_height=160同上
生年月日gte_birshday任意1990-01-01gte_birshday=1990-01-01yyyymmddの形式で指定
gte_birthday=1990-01-01なら1990年1月1日以降生まれ
lte_birthday=1990-01-01なら1990年1月1日以前生まれ
gte_birthday=1980-01-01&lte_birthday=1989-12-31なら
1980年1月1日生まれ~1989年12月31日生まれ
生年月日lte_birthday任意1990-01-01lte_birthday=1990-01-01yyyymmddの形式で指定
gte_birthday=1990-01-01なら1990年1月1日以降生まれ
lte_birthday=1990-01-01なら1990年1月1日以前生まれ
gte_birthday=1980-01-01&lte_birthday=1989-12-31なら
1980年1月1日生まれ~1989年12月31日生まれ
取得件数hits任意20hits=20初期値:20 最大:100
検索開始位置offset任意1offset=1初期値:1
ソート順sort任意-namesort=-name名前昇順:name
名前降順:-name
バスト昇順:bust
バスト降順:-bust
ウエスト昇順:waist
ウエスト降順:-waist
ヒップ昇順:hip
ヒップ降順:-hip
身長昇順:height
身長降順:-height
生年月日昇順:birthday
生年月日降順:-birthday
女優ID昇順:id
女優ID降順:-id
出力形式output任意jsonoutput=jsonjson / xml
コールバックcallback任意callbackcallback=callback出力形式jsonで指定した場合に、このパラメータでコールバック関数名を指定すると、JSONP形式で出力されます

全パラメータ例

https://api.dmm.com/affiliate/v3/ActressSearch?
  api_id=YOUR_API_ID&
  affiliate_id=affiliate-990&
  initial=あ&
  actress_id=15365&
  keyword=あさみ&
  gte_bust=90&
  lte_bust=90&
  gte_waist=60&
  lte_waist=60&
  gte_hip=90&
  lte_hip=90&
  gte_height=160&
  lte_height=160&
  gte_birshday=1990-01-01&
  lte_birthday=1990-01-01&
  hits=20&
  offset=1&
  sort=-name&
  output=json&
  callback=callback

パラメータ値は読みやすさのために未エンコードで記載しています。送信時は URL エンコードしてください。

SDK での使用例

const dmm = require('dmm.js');

const client = new dmm.Client({
  api_id: "YOUR_API_ID",
  affiliate_id: "affiliate-990"
});

client.actress(
  {
    initial: "あ",
    actress_id: 15365,
    keyword: "あさみ",
    gte_bust: "90",
    lte_bust: "90",
    gte_waist: "60",
    lte_waist: "60",
    gte_hip: "90",
    lte_hip: "90",
    gte_height: "160",
    lte_height: "160",
    gte_birshday: "1990-01-01",
    lte_birthday: "1990-01-01",
    hits: 20,
    offset: 1,
    sort: "-name",
    output: "json",
    callback: "callback",
  },
  (err, data) => {
    if (err) {
      console.error(err);
      return;
    }
    console.log(data);
  }
);

レスポンスフィールド

フィールド
説明
リクエストパラメータ
name
パラメータ名
keyword
value
あさみ
status
ステータスコード
200
result_count
取得件数
20
total_count
全体件数
64964
first_position
検索開始位置
1
女優情報
id
女優ID
15365
name
女優名
麻美ゆま
ruby
女優名(読み仮名)
あさみゆま
bust
バスト
96
cup
カップ数
H
waist
ウェスト
58
hip
ヒップ
88
height
身長
158
birthday
生年月日
1987-03-24
blood_type
血液型
AB
hobby
趣味
香水集め、英会話、ピアノ
prefectures
出身地
東京都
画像URL
small
画像(小)
http://pics.dmm.co.jp/mono/actjpgs/thumbnail/asami_yuma.jpg
large
画像(大)
http://pics.dmm.co.jp/mono/actjpgs/asami_yuma.jpg
リストページURL(アフィリエイトID付き)
digital
動画
https://al.fanza.co.jp/...
monthly
月額動画 見放題chデラックス
https://al.fanza.co.jp/...
mono
DVD通販
https://al.fanza.co.jp/...