Usage
Request URI
- for JSON
/api/{version}/getdata/{oto}
- for JSONP
/api/{version}/getdata/{oto}?callback={FuncName}
example
http://apiactress.appspot.com/api/1/
getdata/ka?callback=JSONCALLBACK
Return JSON
{ "count": nn, "Actresses": [ { "name" : "name", "id" : 1000047, "gyou" : "a", "thumb": "http://...", "yomi" : "あああ", "oto" : "aaa" },{...} ] }
- count
- 返却された女優の数
- name
- 名前
- id
- DMMでの女優ID
- gyou
- a,i,u ... waまでのその女優の最初の音。
- thumb
- DMMでのサムネイル画像のURL
- yomi
- ひらがなでの読み
- oto
- ローマ字での音。名前と苗字の間にアンダーバーあり。