About JavBucks API

Welcome to the JavBucks API developer documentation! Here you can find detailed information needed to get data and integrate JavBucks videos on your website or application. Below you can find a list of all supported API methods with a short description and code examples.

The JavBucks API allows you to call methods that respond in REST style xml or json. Individual methods are detailed in the menu on the left.

The API root URL is located at http://api.javbucks.com/1.0
Generally speaking, you will send a method parameter expressed as 'package.method' along with method specific arguments to the root URL. The API supports multiple transport formats but will respond in JavBucks idiom json by default.

User Authentication

You will need to apply for a key before authenticating with the API.

Please login to get API key

Params
username: Your Javbucks affiliate username
hash: Hash with SHA-1 algorithm using username and API key.
hash = sha1(username + apiKey)
Example:
http://api.javbucks.com/1.0?username=username&hash=af93d53ec0ac4434f79d9cae744d9e89bf4c135e

User

user.getAffiliatePrograms

Gets Affiliate programs and campaigns

Params
format (optional): Response format. Default "json"
Auth
This service requires authentication. Please see our authentication how-to.
Sample method request (for XML output):
http://api.javbucks.com/1.0?method=user.getAffiliatePrograms&format=xml
Output sample:
<?xml version="1.0" encoding="utf-8"?>
<jb>
    <status code="1">ok</status>
    <programs>
        <program id="2">
            <title><![CDATA[JavBucks RevShare Program]]></title>
        </program>
        <program id="1">
            <title><![CDATA[JavBucks Webmasters Referral Program]]></title>
        </program>
    </programs>
    <campaigns>
        <campaign id="0">
            <title><![CDATA[Default]]></title>
            <description><![CDATA[Default Campaign]]></description>
            <created>1286898404</created>
        </campaign>
        <campaign id="1">
            <title><![CDATA[test]]></title>
            <description></description>
            <created>1324551603</created>
        </campaign>
        <campaign id="2">
            <title><![CDATA[test,qweeewe]]></title>
            <description></description>
            <created>1326720461</created>
        </campaign>
        <campaign id="3">
            <title><![CDATA[test,test1]]></title>
            <description></description>
            <created>1329306827</created>
        </campaign>
        <campaign id="4">
            <title><![CDATA[test2]]></title>
            <description></description>
            <created>1336735684</created>
        </campaign>
    </campaigns>
</jb>
            

user.generateNatsCode

Gets affiliate NATS code

Params
programID (required): Affiliate program ID
campaignID (required): Affiliate campaign ID
siteID (required): Site ID
format (optional): Resporse format. Default "json"
Auth
This service requires authentication. Please see our authentication how-to.
Sample method request (for XML output):
http://api.javbucks.com/1.0?method=user.generateNatsCode&siteID=1&programID=1&campaignID=0&format=xml
Output sample:
<?xml version="1.0" encoding="utf-8"?>
<jb>
    <status code="1">ok</status>
    <nats>My4xLjEuMi4wLjAuMC4wLjA</nats>
</jb>
            

Sites

sites.getSites

Gets sites list

Params
format (optional): Resporse format. Default "json"
Auth
This service requires authentication. Please see our authentication how-to.
Sample method request (for XML output):
http://api.javbucks.com/1.0?method=sites.getSites&format=xml
Output sample:
<?xml version="1.0" encoding="utf-8"?>
<jb>
    <status code="1">ok</status>
    <sites>
        <site id="1">
            <title><![CDATA[JAV HD]]></title>
            <linkcode>http://enter.javhd.com/track/My4yLjIuMi4wLjAuMC4wLjA</linkcode>
            <nats>My4yLjIuMi4wLjAuMC4wLjA</nats>
            <statistics>
                <videos>8052</videos>
                <pictures>21125</pictures>
                <models>181</models>
                <sites>3</sites>
                <size><![CDATA[2.4 Tb]]></size>
                <last_update>1340164800</last_update>
            </statistics>
        </site>
        <site id="2">
            <title><![CDATA[AV 69]]></title>
            <linkcode>http://enter.av69.tv/track/My4yLjQuMi4wLjAuMC4wLjA</linkcode>
            <nats>My4yLjQuMi4wLjAuMC4wLjA</nats>
            <statistics>
                <videos>1284</videos>
                <pictures>8000</pictures>
                <models>181</models>
                <sites>3</sites>
                <size><![CDATA[621.14 Gb]]></size>
                <last_update>1340164800</last_update>
            </statistics>
        </site>
        <site id="3">
            <title><![CDATA[Shiofuky]]></title>
            <linkcode>http://enter.shiofuky.com/track/My4yLjMuMi4wLjAuMC4wLjA</linkcode>
            <nats>My4yLjMuMi4wLjAuMC4wLjA</nats>
            <statistics>
                <videos>412</videos>
                <pictures>2575</pictures>
                <models>181</models>
                <sites>3</sites>
                <size><![CDATA[161.08 Gb]]></size>
                <last_update>1340164800</last_update>
            </statistics>
        </site>
    </sites>
</jb>
            

Languages

lang.getLanguageList

Gets available languages list

Params
format (optional): Resporse format. Default "json"
Auth
This service requires authentication. Please see our authentication how-to.
Sample method request (for XML output):
http://api.javbucks.com/1.0?method=lang.getLanguageList&format=xml
Output sample:
<?xml version="1.0" encoding="utf-8"?>
<jb>
    <status code="1">ok</status>
    <languages>
        <language id="en"><![CDATA[English]]></language>
        <language id="ja"><![CDATA[Japanese]]></language>
    </languages>
</jb>
            

Taxonomy

taxonomy.getCategoryList

Gets available categories for site

Params
siteID (required): Site ID
languageID (optional): Requested language. Default "en"
format (optional): Resporse format. Default "json"
Auth
This service requires authentication. Please see our authentication how-to.
Sample method request (for XML output):
http://api.javbucks.com/1.0?method=taxonomy.getCategoryList&siteID=1&format=xml
Output sample:
<?xml version="1.0" encoding="utf-8"?>
<jb>
   <status code="1">ok</status>
   <categories>
      <category id="1">
         <title>
            <![CDATA[Amateur]]>
         </title>
         <linkcode>http://enter.javhd.com/track/My4yLjIuMi4wLjAuMC4wLjA/en/list/movies/all/category/amateur</linkcode>
         <statistics>
            <videos>460</videos>
            <pictures>138</pictures>
         </statistics>
      </category>
      <category id="2">
         <title>
            <![CDATA[Anal]]>
         </title>
         <linkcode>http://enter.javhd.com/track/My4yLjIuMi4wLjAuMC4wLjA/en/list/movies/all/category/anal</linkcode>
         <statistics>
            <videos>98</videos>
            <pictures>79</pictures>
         </statistics>
      </category>
      <category id="3">
         <title>
            <![CDATA[Blowjob]]>
         </title>
         <linkcode>http://enter.javhd.com/track/My4yLjIuMi4wLjAuMC4wLjA/en/list/movies/all/category/blowjob</linkcode>
         <statistics>
            <videos>1265</videos>
            <pictures>499</pictures>
         </statistics>
      </category>
      <category id="4">
         <title>
            <![CDATA[Bondage]]>
         </title>
         <linkcode>http://enter.javhd.com/track/My4yLjIuMi4wLjAuMC4wLjA/en/list/movies/all/category/bondage</linkcode>
         <statistics>
            <videos>122</videos>
            <pictures>81</pictures>
         </statistics>
      </category>
      <category id="5">
         <title>
            <![CDATA[Bukkake]]>
         </title>
         <linkcode>http://enter.javhd.com/track/My4yLjIuMi4wLjAuMC4wLjA/en/list/movies/all/category/bukkake</linkcode>
         <statistics>
            <videos>12</videos>
            <pictures>10</pictures>
         </statistics>
      </category>
      <category id="6">
         <title>
            <![CDATA[Creampie]]>
         </title>
         <linkcode>http://enter.javhd.com/track/My4yLjIuMi4wLjAuMC4wLjA/en/list/movies/all/category/creampie</linkcode>
         <statistics>
            <videos>256</videos>
            <pictures>202</pictures>
         </statistics>
      </category>
      <category id="7">
         <title>
            <![CDATA[Cum]]>
         </title>
         <linkcode>http://enter.javhd.com/track/My4yLjIuMi4wLjAuMC4wLjA/en/list/movies/all/category/cum</linkcode>
         <statistics>
            <videos>745</videos>
            <pictures>263</pictures>
         </statistics>
      </category>
      <category id="10">
         <title>
            <![CDATA[Fingering]]>
         </title>
         <linkcode>http://enter.javhd.com/track/My4yLjIuMi4wLjAuMC4wLjA/en/list/movies/all/category/fingering</linkcode>
         <statistics>
            <videos>136</videos>
            <pictures>78</pictures>
         </statistics>
      </category>
      <category id="11">
         <title>
            <![CDATA[Footjob]]>
         </title>
         <linkcode>http://enter.javhd.com/track/My4yLjIuMi4wLjAuMC4wLjA/en/list/movies/all/category/footjob</linkcode>
         <statistics>
            <videos>38</videos>
            <pictures>30</pictures>
         </statistics>
      </category>
      <category id="12">
         <title>
            <![CDATA[Group]]>
         </title>
         <linkcode>http://enter.javhd.com/track/My4yLjIuMi4wLjAuMC4wLjA/en/list/movies/all/category/group</linkcode>
         <statistics>
            <videos>458</videos>
            <pictures>270</pictures>
         </statistics>
      </category>
      <category id="13">
         <title>
            <![CDATA[Handjob]]>
         </title>
         <linkcode>http://enter.javhd.com/track/My4yLjIuMi4wLjAuMC4wLjA/en/list/movies/all/category/handjob</linkcode>
         <statistics>
            <videos>127</videos>
            <pictures>53</pictures>
         </statistics>
      </category>
      <category id="14">
         <title>
            <![CDATA[Hardcore]]>
         </title>
         <linkcode>http://enter.javhd.com/track/My4yLjIuMi4wLjAuMC4wLjA/en/list/movies/all/category/hardcore</linkcode>
         <statistics>
            <videos>895</videos>
            <pictures>304</pictures>
         </statistics>
      </category>
      <category id="24">
         <title>
            <![CDATA[Insertions]]>
         </title>
         <linkcode>http://enter.javhd.com/track/My4yLjIuMi4wLjAuMC4wLjA/en/list/movies/all/category/insertions</linkcode>
         <statistics>
            <videos>591</videos>
            <pictures>303</pictures>
         </statistics>
      </category>
      <category id="16">
         <title>
            <![CDATA[Lick]]>
         </title>
         <linkcode>http://enter.javhd.com/track/My4yLjIuMi4wLjAuMC4wLjA/en/list/movies/all/category/lick</linkcode>
         <statistics>
            <videos>334</videos>
            <pictures>140</pictures>
         </statistics>
      </category>
      <category id="17">
         <title>
            <![CDATA[Mature]]>
         </title>
         <linkcode>http://enter.javhd.com/track/My4yLjIuMi4wLjAuMC4wLjA/en/list/movies/all/category/mature</linkcode>
         <statistics>
            <videos>26</videos>
            <pictures>1</pictures>
         </statistics>
      </category>
      <category id="18">
         <title>
            <![CDATA[Milf]]>
         </title>
         <linkcode>http://enter.javhd.com/track/My4yLjIuMi4wLjAuMC4wLjA/en/list/movies/all/category/milf</linkcode>
         <statistics>
            <videos>283</videos>
            <pictures>128</pictures>
         </statistics>
      </category>
      <category id="21">
         <title>
            <![CDATA[Outdoor]]>
         </title>
         <linkcode>http://enter.javhd.com/track/My4yLjIuMi4wLjAuMC4wLjA/en/list/movies/all/category/outdoor</linkcode>
         <statistics>
            <videos>63</videos>
            <pictures>11</pictures>
         </statistics>
      </category>
      <category id="20">
         <title>
            <![CDATA[Public sex]]>
         </title>
         <linkcode>http://enter.javhd.com/track/My4yLjIuMi4wLjAuMC4wLjA/en/list/movies/all/category/public-sex</linkcode>
         <statistics>
            <videos>45</videos>
            <pictures>12</pictures>
         </statistics>
      </category>
      <category id="19">
         <title>
            <![CDATA[Pussy]]>
         </title>
         <linkcode>http://enter.javhd.com/track/My4yLjIuMi4wLjAuMC4wLjA/en/list/movies/all/category/pussy</linkcode>
         <statistics>
            <videos>678</videos>
            <pictures>236</pictures>
         </statistics>
      </category>
      <category id="22">
         <title>
            <![CDATA[Softcore]]>
         </title>
         <linkcode>http://enter.javhd.com/track/My4yLjIuMi4wLjAuMC4wLjA/en/list/movies/all/category/softcore</linkcode>
         <statistics>
            <videos>225</videos>
            <pictures>90</pictures>
         </statistics>
      </category>
      <category id="23">
         <title>
            <![CDATA[Squirting]]>
         </title>
         <linkcode>http://enter.javhd.com/track/My4yLjIuMi4wLjAuMC4wLjA/en/list/movies/all/category/squirting</linkcode>
         <statistics>
            <videos>3</videos>
            <pictures>2</pictures>
         </statistics>
      </category>
      <category id="8">
         <title>
            <![CDATA[Tits]]>
         </title>
         <linkcode>http://enter.javhd.com/track/My4yLjIuMi4wLjAuMC4wLjA/en/list/movies/all/category/tits</linkcode>
         <statistics>
            <videos>343</videos>
            <pictures>128</pictures>
         </statistics>
      </category>
      <category id="25">
         <title>
            <![CDATA[Uniform]]>
         </title>
         <linkcode>http://enter.javhd.com/track/My4yLjIuMi4wLjAuMC4wLjA/en/list/movies/all/category/uniform</linkcode>
         <statistics>
            <videos>777</videos>
            <pictures>356</pictures>
         </statistics>
      </category>
   </categories>
</jb>
            

taxonomy.getCategoryInfo

Gets category info

Params
categoryID (required): Category ID
siteID (required): Site ID
languageID (optional): Requested language. Default "en"
format (optional): Resporse format. Default "json"
Auth
This service requires authentication. Please see our authentication how-to.
Sample method request (for XML output):
http://api.javbucks.com/1.0?method=taxonomy.getCategoryInfo&categoryID=1&siteID=1&format=xml
Output sample:
<?xml version="1.0" encoding="utf-8"?>
<jb>
    <status code="1">ok</status>
    <category id="1">
        <title><![CDATA[Amateur]]></title>
        <linkcode>http://enter.javhd.com/track/My4yLjIuMi4wLjAuMC4wLjA/en/list/movies/all/category/amateur</linkcode>
        <statistics>
            <videos>460</videos>
            <pictures>138</pictures>
        </statistics>
    </category>
</jb>
            

taxonomy.getTagList

Gets available list of tags for site

Params
siteID (required): Site ID
languageID (optional): Requested language. Default "en"
format (optional): Resporse format. Default "json"
Auth
This service requires authentication. Please see our authentication how-to.
Sample method request (for XML output):
http://api.javbucks.com/1.0?method=taxonomy.getTagList&siteID=1&format=xml
Output sample:
<?xml version="1.0" encoding="utf-8"?>
<jb>
    <status code="1">ok</status>
    <tags>
		<tag id="347">
            <title><![CDATA[cameltoe]]></title>
            <linkcode>http://enter.javhd.com/track/My4yLjIuMi4wLjAuMC4wLjA/en/list/movies/all/tags/cameltoe</linkcode>
            <dir>cameltoe</dir>
        </tag>
		<tag id="1619">
            <title><![CDATA[cameltoe. busty]]></title>
            <linkcode>http://enter.javhd.com/track/My4yLjIuMi4wLjAuMC4wLjA/en/list/movies/all/tags/cameltoe.-busty</linkcode>
            <dir>cameltoe.-busty</dir>
        </tag>
		<tag id="970">
            <title><![CDATA[car sex]]></title>
            <linkcode>http://enter.javhd.com/track/My4yLjIuMi4wLjAuMC4wLjA/en/list/movies/all/tags/car-sex</linkcode>
            <dir>car-sex</dir>
        </tag>
		<tag id="1533">
            <title><![CDATA[carrot]]></title>
            <linkcode>http://enter.javhd.com/track/My4yLjIuMi4wLjAuMC4wLjA/en/list/movies/all/tags/carrot</linkcode>
            <dir>carrot</dir>
        </tag>
		<tag id="2438">
            <title><![CDATA[chain leash]]></title>
            <linkcode>http://enter.javhd.com/track/My4yLjIuMi4wLjAuMC4wLjA/en/list/movies/all/tags/chain-leash</linkcode>
            <dir>chain-leash</dir>
        </tag>
		<tag id="2385">
            <title><![CDATA[chearleader]]></title>
            <linkcode>http://enter.javhd.com/track/My4yLjIuMi4wLjAuMC4wLjA/en/list/movies/all/tags/chearleader</linkcode>
            <dir>chearleader</dir>
        </tag>
		<tag id="1908">
            <title><![CDATA[cheerleader]]></title>
            <linkcode>http://enter.javhd.com/track/My4yLjIuMi4wLjAuMC4wLjA/en/list/movies/all/tags/cheerleader</linkcode>
            <dir>cheerleader</dir>
        </tag>
		<tag id="704">
            <title><![CDATA[classroom]]></title>
            <linkcode>http://enter.javhd.com/track/My4yLjIuMi4wLjAuMC4wLjA/en/list/movies/all/tags/classroom</linkcode>
            <dir>classroom</dir>
        </tag>
		<tag id="156">
            <title><![CDATA[close up]]></title>
            <linkcode>http://enter.javhd.com/track/My4yLjIuMi4wLjAuMC4wLjA/en/list/movies/all/tags/close-up</linkcode>
            <dir>close-up</dir>
        </tag>
		<tag id="1383">
            <title><![CDATA[cloth changing]]></title>
            <linkcode>http://enter.javhd.com/track/My4yLjIuMi4wLjAuMC4wLjA/en/list/movies/all/tags/cloth-changing</linkcode>
            <dir>cloth-changing</dir>
        </tag>
		<tag id="1402">
            <title><![CDATA[cloth cutting]]></title>
            <linkcode>http://enter.javhd.com/track/My4yLjIuMi4wLjAuMC4wLjA/en/list/movies/all/tags/cloth-cutting</linkcode>
            <dir>cloth-cutting</dir>
        </tag>
		<tag id="187">
            <title><![CDATA[clothed sex]]></title>
            <linkcode>http://enter.javhd.com/track/My4yLjIuMi4wLjAuMC4wLjA/en/list/movies/all/tags/clothed-sex</linkcode>
            <dir>clothed-sex</dir>
        </tag>
		<tag id="433">
            <title><![CDATA[cock sucking]]></title>
            <linkcode>http://enter.javhd.com/track/My4yLjIuMi4wLjAuMC4wLjA/en/list/movies/all/tags/cock-sucking</linkcode>
            <dir>cock-sucking</dir>
        </tag>
		<tag id="1304">
            <title><![CDATA[collar]]></title>
            <linkcode>http://enter.javhd.com/track/My4yLjIuMi4wLjAuMC4wLjA/en/list/movies/all/tags/collar</linkcode>
            <dir>collar</dir>
        </tag>
		<tag id="149">
            <title><![CDATA[condom]]></title>
            <linkcode>http://enter.javhd.com/track/My4yLjIuMi4wLjAuMC4wLjA/en/list/movies/all/tags/condom</linkcode>
            <dir>condom</dir>
        </tag>
		<tag id="614">
            <title><![CDATA[creamed ass]]></title>
            <linkcode>http://enter.javhd.com/track/My4yLjIuMi4wLjAuMC4wLjA/en/list/movies/all/tags/creamed-ass</linkcode>
            <dir>creamed-ass</dir>
        </tag>
		<tag id="430">
            <title><![CDATA[creamed pussy]]></title>
            <linkcode>http://enter.javhd.com/track/My4yLjIuMi4wLjAuMC4wLjA/en/list/movies/all/tags/creamed-pussy</linkcode>
            <dir>creamed-pussy</dir>
        </tag>
		<tag id="2297">
            <title><![CDATA[creampie ass]]></title>
            <linkcode>http://enter.javhd.com/track/My4yLjIuMi4wLjAuMC4wLjA/en/list/movies/all/tags/creampie-ass</linkcode>
            <dir>creampie-ass</dir>
        </tag>
		<tag id="716">
            <title><![CDATA[creampie pussy]]></title>
            <linkcode>http://enter.javhd.com/track/My4yLjIuMi4wLjAuMC4wLjA/en/list/movies/all/tags/creampie-pussy</linkcode>
            <dir>creampie-pussy</dir>
        </tag>
		<tag id="476">
            <title><![CDATA[cucumber]]></title>
            <linkcode>http://enter.javhd.com/track/My4yLjIuMi4wLjAuMC4wLjA/en/list/movies/all/tags/cucumber</linkcode>
            <dir>cucumber</dir>
        </tag>
		<tag id="169">
            <title><![CDATA[cum]]></title>
            <linkcode>http://enter.javhd.com/track/My4yLjIuMi4wLjAuMC4wLjA/en/list/movies/all/tags/cum</linkcode>
            <dir>cum</dir>
        </tag>
		<tag id="2375">
            <title><![CDATA[cum  on face]]></title>
            <linkcode>http://enter.javhd.com/track/My4yLjIuMi4wLjAuMC4wLjA/en/list/movies/all/tags/cum-on-face2</linkcode>
            <dir>cum-on-face2</dir>
        </tag>
		<tag id="151">
            <title><![CDATA[cum eating]]></title>
            <linkcode>http://enter.javhd.com/track/My4yLjIuMi4wLjAuMC4wLjA/en/list/movies/all/tags/cum-eating</linkcode>
            <dir>cum-eating</dir>
        </tag>
		<tag id="78">
            <title><![CDATA[cum in mouth]]></title>
            <linkcode>http://enter.javhd.com/track/My4yLjIuMi4wLjAuMC4wLjA/en/list/movies/all/tags/cum-in-mouth</linkcode>
            <dir>cum-in-mouth</dir>
        </tag>
		<tag id="178">
            <title><![CDATA[cum on ass]]></title>
            <linkcode>http://enter.javhd.com/track/My4yLjIuMi4wLjAuMC4wLjA/en/list/movies/all/tags/cum-on-ass</linkcode>
            <dir>cum-on-ass</dir>
        </tag>
		<tag id="251">
            <title><![CDATA[cum on body]]></title>
            <linkcode>http://enter.javhd.com/track/My4yLjIuMi4wLjAuMC4wLjA/en/list/movies/all/tags/cum-on-body</linkcode>
            <dir>cum-on-body</dir>
        </tag>
		<tag id="8">
            <title><![CDATA[cum on face]]></title>
            <linkcode>http://enter.javhd.com/track/My4yLjIuMi4wLjAuMC4wLjA/en/list/movies/all/tags/cum-on-face</linkcode>
            <dir>cum-on-face</dir>
        </tag>
		<tag id="248">
            <title><![CDATA[cum on hands]]></title>
            <linkcode>http://enter.javhd.com/track/My4yLjIuMi4wLjAuMC4wLjA/en/list/movies/all/tags/cum-on-hands</linkcode>
            <dir>cum-on-hands</dir>
        </tag>
		<tag id="1238">
            <title><![CDATA[cum on legs]]></title>
            <linkcode>http://enter.javhd.com/track/My4yLjIuMi4wLjAuMC4wLjA/en/list/movies/all/tags/cum-on-legs</linkcode>
            <dir>cum-on-legs</dir>
        </tag>
		<tag id="735">
            <title><![CDATA[cum on pussy]]></title>
            <linkcode>http://enter.javhd.com/track/My4yLjIuMi4wLjAuMC4wLjA/en/list/movies/all/tags/cum-on-pussy</linkcode>
            <dir>cum-on-pussy</dir>
        </tag>
		<tag id="321">
            <title><![CDATA[cum on tits]]></title>
            <linkcode>http://enter.javhd.com/track/My4yLjIuMi4wLjAuMC4wLjA/en/list/movies/all/tags/cum-on-tits</linkcode>
            <dir>cum-on-tits</dir>
        </tag>
		<tag id="286">
            <title><![CDATA[cum swap]]></title>
            <linkcode>http://enter.javhd.com/track/My4yLjIuMi4wLjAuMC4wLjA/en/list/movies/all/tags/cum-swap</linkcode>
            <dir>cum-swap</dir>
        </tag>
		<tag id="306">
            <title><![CDATA[cumshot]]></title>
            <linkcode>http://enter.javhd.com/track/My4yLjIuMi4wLjAuMC4wLjA/en/list/movies/all/tags/cumshot</linkcode>
            <dir>cumshot</dir>
        </tag>
		<tag id="2368">
            <title><![CDATA[daub]]></title>
            <linkcode>http://enter.javhd.com/track/My4yLjIuMi4wLjAuMC4wLjA/en/list/movies/all/tags/daub</linkcode>
            <dir>daub</dir>
        </tag>
		<tag id="279">
            <title><![CDATA[deep penetration]]></title>
            <linkcode>http://enter.javhd.com/track/My4yLjIuMi4wLjAuMC4wLjA/en/list/movies/all/tags/deep-penetration</linkcode>
            <dir>deep-penetration</dir>
        </tag>
	<tags>
</jb>
            

taxonomy.getTagInfo

Gets tags info

Params
tagID (required): Tag ID
siteID (required): Site ID
languageID (optional): Requested language. Default "en"
format (optional): Response format. Default "json"
Auth
This service requires authentication. Please see our authentication how-to.
Sample method request (for XML output):
http://api.javbucks.com/1.0?method=taxonomy.getTagInfo&tagID=1187&siteID=1&format=xml
Output sample:
<?xml version="1.0" encoding="utf-8"?>
<jb>
    <status code="1">ok</status>
    <tag id="1187">
        <title><![CDATA[beautiful face]]></title>
        <linkcode>http://enter.javhd.com/track/My4yLjIuMi4wLjAuMC4wLjA/en/list/movies/all/category/beautiful-face</linkcode>
        <dir>beautiful-face</dir>
    </tag>
</jb>
            

Content

content.getContent

Gets content for site

Params
siteID (required): Site ID
search[model] (optional): Gets content by model(s). Should be an array of models (string)
search[tag] (optional): Gets content by tags(s). Should be an array of tags (string)
search[category] (optional): Gets content by category(categories). Should be an array of categories (string)
contentType (optional): Content type. See content.getContentTypes method
sort (optional): Sorting
  • date (default)
  • rating
  • popular
limit (optional): Must be >50. Default: 50
skip (optional): Defalut: 0
programID (optional): Affiliate program ID
campaignID (optional): Affiliate campaign ID
languageID (optional): Requested language. Default "en"
format (optional): Response format. Default "json"
Auth
This service requires authentication. Please see our authentication how-to.
Sample method request (for XML output):
http://api.javbucks.com/1.0?method=content.getContent&siteID=3&limit=5&format=xml
Output sample:
<?xml version="1.0" encoding="utf-8"?>
<jb>
    <status code="1">ok</status>
    <found>103</found>
    <content>
                <item id="9538">
            <title><![CDATA[Ebihara Arisa wild nurse fucking]]></title>
            <description><![CDATA[I can´t get enough out of this hot milf Ebihara Arisa, she is one of the wildest nurses out there that has it all and here yo uwill be seeing this fine looking babe really going wild exploring sex toys in every sort of kinky way as you will be seeing her enjoying a double blowjob and you will see her dick riding like wild with a creamed pussy.]]></description>
                        <embed><![CDATA[&amp;lt;iframe src=&amp;quot;http://free.javhd.com/embed/?id=9538&amp;quot; width=&amp;quot;560&amp;quot; height=&amp;quot;345&amp;quot; frameborder=&amp;quot;0&amp;quot;&amp;gt;&amp;lt;/iframe&amp;gt;]]></embed>
                        <categories>
                                <category><![CDATA[Blowjob]]></category>
                                <category><![CDATA[Group]]></category>
                                <category><![CDATA[Hardcore]]></category>
                                <category><![CDATA[Uniform]]></category>
                                <category><![CDATA[Stockings]]></category>
                                <category><![CDATA[Nurse]]></category>
                                <category><![CDATA[Lingerie]]></category>
                                <category><![CDATA[MILFs]]></category>
                                <category><![CDATA[Threesome]]></category>
                            </categories>
            <tags>
                                <tag><![CDATA[hot milf]]></tag>
                                <tag><![CDATA[wild nurse]]></tag>
                                <tag><![CDATA[black stockings]]></tag>
                                <tag><![CDATA[sex toys]]></tag>
                                <tag><![CDATA[sexy lingerie]]></tag>
                                <tag><![CDATA[vibrator]]></tag>
                                <tag><![CDATA[nice ass]]></tag>
                                <tag><![CDATA[group action]]></tag>
                                <tag><![CDATA[mmf]]></tag>
                                <tag><![CDATA[pink pussy]]></tag>
                                <tag><![CDATA[fingering]]></tag>
                                <tag><![CDATA[cock sucking]]></tag>
                                <tag><![CDATA[double blowjob]]></tag>
                                <tag><![CDATA[dick riding]]></tag>
                                <tag><![CDATA[rear fuck]]></tag>
                                <tag><![CDATA[hardcore action]]></tag>
                                <tag><![CDATA[creamed pussy]]></tag>
                            </tags>
            <models>
                                <model><![CDATA[Ebihara Arisa]]></model>
                            </models>
            <rating>71</rating>
            <linkcode>http://enter.shiofuky.com/track/My4yLjMuMi4wLjAuMC4wLjA/en/id/9538</linkcode>
            <thumbs>
                                <thumb id="1" width="480" height="270">http://cdn.javhd.com/thumbs/4-sky158-atisa-ebihara-sky-angel-107/thumbs/thumb1/480x270/thumb1.jpg</thumb>
                                <thumb id="2" width="320" height="180">http://cdn.javhd.com/thumbs/4-sky158-atisa-ebihara-sky-angel-107/thumbs/thumb1/320x180/thumb1.jpg</thumb>
                                <thumb id="3" width="225" height="145">http://cdn.javhd.com/thumbs/4-sky158-atisa-ebihara-sky-angel-107/thumbs/thumb1/225x145/thumb1.jpg</thumb>
                                <thumb id="4" width="191" height="138">http://cdn.javhd.com/thumbs/4-sky158-atisa-ebihara-sky-angel-107/thumbs/thumb1/191x138/thumb1.jpg</thumb>
                                <thumb id="5" width="120" height="80">http://cdn.javhd.com/thumbs/4-sky158-atisa-ebihara-sky-angel-107/thumbs/thumb1/120x80/thumb1.jpg</thumb>
                            </thumbs>
        </item>
                <item id="9474">
            <title><![CDATA[Ami Kurosawa hot milf kinky sex]]></title>
            <description><![CDATA[Ami Kurosawa is such a hot milf and here you will be seeing this fine looking babe in some of the hottest action where you will be seeing here realy going fucking crazy with some really good cock sucking ending the session with cum on her face but before that you will be seeing her getting fucked in all sorts of really hot hardcore positions.]]></description>
                        <embed><![CDATA[&amp;lt;iframe src=&amp;quot;http://free.javhd.com/embed/?id=9474&amp;quot; width=&amp;quot;560&amp;quot; height=&amp;quot;345&amp;quot; frameborder=&amp;quot;0&amp;quot;&amp;gt;&amp;lt;/iframe&amp;gt;]]></embed>
                        <categories>
                                <category><![CDATA[Creampie]]></category>
                                <category><![CDATA[Group]]></category>
                                <category><![CDATA[Hardcore]]></category>
                                <category><![CDATA[Pussy]]></category>
                                <category><![CDATA[Hairy pussy]]></category>
                                <category><![CDATA[MILFs]]></category>
                                <category><![CDATA[Threesome]]></category>
                                <category><![CDATA[Pussy creampies]]></category>
                            </categories>
            <tags>
                                <tag><![CDATA[blindfolded]]></tag>
                                <tag><![CDATA[hot milf]]></tag>
                                <tag><![CDATA[group action]]></tag>
                                <tag><![CDATA[mmf]]></tag>
                                <tag><![CDATA[cloth cutting]]></tag>
                                <tag><![CDATA[hairy pussy]]></tag>
                                <tag><![CDATA[fingering]]></tag>
                                <tag><![CDATA[cock sucking]]></tag>
                                <tag><![CDATA[double blowjob]]></tag>
                                <tag><![CDATA[hand work]]></tag>
                                <tag><![CDATA[hardcore action]]></tag>
                                <tag><![CDATA[cum on face]]></tag>
                                <tag><![CDATA[creamed pussy]]></tag>
                            </tags>
            <models>
                                <model><![CDATA[Ami Kurosawa]]></model>
                            </models>
            <rating>78</rating>
            <linkcode>http://enter.shiofuky.com/track/My4yLjMuMi4wLjAuMC4wLjA/en/id/9474</linkcode>
            <thumbs>
                                <thumb id="1" width="480" height="270">http://cdn.javhd.com/thumbs/4-red112-ami-kurosawa-red-hot-fetish-collection-91/thumbs/thumb1/480x270/thumb1.jpg</thumb>
                                <thumb id="2" width="320" height="180">http://cdn.javhd.com/thumbs/4-red112-ami-kurosawa-red-hot-fetish-collection-91/thumbs/thumb1/320x180/thumb1.jpg</thumb>
                                <thumb id="3" width="225" height="145">http://cdn.javhd.com/thumbs/4-red112-ami-kurosawa-red-hot-fetish-collection-91/thumbs/thumb1/225x145/thumb1.jpg</thumb>
                                <thumb id="4" width="191" height="138">http://cdn.javhd.com/thumbs/4-red112-ami-kurosawa-red-hot-fetish-collection-91/thumbs/thumb1/191x138/thumb1.jpg</thumb>
                                <thumb id="5" width="120" height="80">http://cdn.javhd.com/thumbs/4-red112-ami-kurosawa-red-hot-fetish-collection-91/thumbs/thumb1/120x80/thumb1.jpg</thumb>
                            </thumbs>
        </item>
                <item id="9380">
            <title><![CDATA[Sakura Kiryu &amp; Akari Kimishima shows off her hairy pussy]]></title>
            <description><![CDATA[Check out this really hot babes right here, Sakura Kiryu &amp; Akari Kimishima really has everything that a man could ever ask for and here you will be seeing her really getting into some of the kinkiest action where you will be seeing her fidling with her hairy pussy.]]></description>
                        <embed><![CDATA[&amp;lt;iframe src=&amp;quot;http://free.javhd.com/embed/?id=9380&amp;quot; width=&amp;quot;560&amp;quot; height=&amp;quot;345&amp;quot; frameborder=&amp;quot;0&amp;quot;&amp;gt;&amp;lt;/iframe&amp;gt;]]></embed>
                        <categories>
                                <category><![CDATA[Amateur]]></category>
                                <category><![CDATA[Fingering]]></category>
                                <category><![CDATA[Pussy]]></category>
                                <category><![CDATA[Uniform]]></category>
                                <category><![CDATA[Lingerie]]></category>
                                <category><![CDATA[Hairy pussy]]></category>
                            </categories>
            <tags>
                                <tag><![CDATA[hot milf]]></tag>
                                <tag><![CDATA[hairy pussy]]></tag>
                                <tag><![CDATA[fingering]]></tag>
                                <tag><![CDATA[doggy-style]]></tag>
                                <tag><![CDATA[amateur]]></tag>
                                <tag><![CDATA[nice ass]]></tag>
                                <tag><![CDATA[sexy lingerie]]></tag>
                            </tags>
            <models>
                                <model><![CDATA[Sakura Kiryu]]></model>
                                <model><![CDATA[Akari Kimishima]]></model>
                            </models>
            <rating>78</rating>
            <linkcode>http://enter.shiofuky.com/track/My4yLjMuMi4wLjAuMC4wLjA/en/id/9380</linkcode>
            <thumbs>
                                <thumb id="1" width="480" height="270">http://cdn.javhd.com/thumbs/tokyo-escalate-angels-scene6/thumbs/thumb1/480x270/thumb1.jpg</thumb>
                                <thumb id="2" width="320" height="180">http://cdn.javhd.com/thumbs/tokyo-escalate-angels-scene6/thumbs/thumb1/320x180/thumb1.jpg</thumb>
                                <thumb id="3" width="225" height="145">http://cdn.javhd.com/thumbs/tokyo-escalate-angels-scene6/thumbs/thumb1/225x145/thumb1.jpg</thumb>
                                <thumb id="4" width="191" height="138">http://cdn.javhd.com/thumbs/tokyo-escalate-angels-scene6/thumbs/thumb1/191x138/thumb1.jpg</thumb>
                                <thumb id="5" width="120" height="80">http://cdn.javhd.com/thumbs/tokyo-escalate-angels-scene6/thumbs/thumb1/120x80/thumb1.jpg</thumb>
                            </thumbs>
        </item>
                <item id="9356">
            <title><![CDATA[Tiara Ayase in sexy lingerie wild toy insertion]]></title>
            <description><![CDATA[Look at this babe in sexy stockings Tiara Ayase, she is looking  mighty fine in her sexy lingerie and here you will be seeing her in her red lingerie really having the time of her life with lots of toy insertion and she gets so off it is amazing.]]></description>
                        <embed><![CDATA[&amp;lt;iframe src=&amp;quot;http://free.javhd.com/embed/?id=9356&amp;quot; width=&amp;quot;560&amp;quot; height=&amp;quot;345&amp;quot; frameborder=&amp;quot;0&amp;quot;&amp;gt;&amp;lt;/iframe&amp;gt;]]></embed>
                        <categories>
                                <category><![CDATA[Amateur]]></category>
                                <category><![CDATA[Fingering]]></category>
                                <category><![CDATA[Insertions]]></category>
                                <category><![CDATA[Uniform]]></category>
                                <category><![CDATA[Stockings]]></category>
                                <category><![CDATA[Lingerie]]></category>
                                <category><![CDATA[Toys]]></category>
                            </categories>
            <tags>
                                <tag><![CDATA[sexy stockings]]></tag>
                                <tag><![CDATA[sexy lingerie]]></tag>
                                <tag><![CDATA[fingering]]></tag>
                                <tag><![CDATA[red lingerie]]></tag>
                                <tag><![CDATA[sex toys]]></tag>
                                <tag><![CDATA[toy insertion]]></tag>
                                <tag><![CDATA[vibrator]]></tag>
                                <tag><![CDATA[amateur]]></tag>
                            </tags>
            <models>
                                <model><![CDATA[Tiara Ayase]]></model>
                            </models>
            <rating>72</rating>
            <linkcode>http://enter.shiofuky.com/track/My4yLjMuMi4wLjAuMC4wLjA/en/id/9356</linkcode>
            <thumbs>
                                <thumb id="1" width="480" height="270">http://cdn.javhd.com/thumbs/4-smhdbd03-tiara-ayase-s-model/thumbs/thumb1/480x270/thumb1.jpg</thumb>
                                <thumb id="2" width="320" height="180">http://cdn.javhd.com/thumbs/4-smhdbd03-tiara-ayase-s-model/thumbs/thumb1/320x180/thumb1.jpg</thumb>
                                <thumb id="3" width="225" height="145">http://cdn.javhd.com/thumbs/4-smhdbd03-tiara-ayase-s-model/thumbs/thumb1/225x145/thumb1.jpg</thumb>
                                <thumb id="4" width="191" height="138">http://cdn.javhd.com/thumbs/4-smhdbd03-tiara-ayase-s-model/thumbs/thumb1/191x138/thumb1.jpg</thumb>
                                <thumb id="5" width="120" height="80">http://cdn.javhd.com/thumbs/4-smhdbd03-tiara-ayase-s-model/thumbs/thumb1/120x80/thumb1.jpg</thumb>
                            </thumbs>
        </item>
                <item id="9324">
            <title><![CDATA[Tiara Ayase sucks cock so well!]]></title>
            <description><![CDATA[Look at this hot cock sucking milf Tiara Ayase, she is definitely one of the hottest looking babes out there and here you will be seeing her in some of the kinkiest hardcore action that you could ever imagine with lots of nasty dick riding and more!]]></description>
                        <embed><![CDATA[&amp;lt;iframe src=&amp;quot;http://free.javhd.com/embed/?id=9324&amp;quot; width=&amp;quot;560&amp;quot; height=&amp;quot;345&amp;quot; frameborder=&amp;quot;0&amp;quot;&amp;gt;&amp;lt;/iframe&amp;gt;]]></embed>
                        <categories>
                                <category><![CDATA[Blowjob]]></category>
                                <category><![CDATA[Creampie]]></category>
                                <category><![CDATA[Group]]></category>
                                <category><![CDATA[Lick]]></category>
                                <category><![CDATA[Pussy lick]]></category>
                                <category><![CDATA[Threesome]]></category>
                                <category><![CDATA[Massive creampie]]></category>
                                <category><![CDATA[Pussy creampies]]></category>
                            </categories>
            <tags>
                                <tag><![CDATA[cock sucking]]></tag>
                                <tag><![CDATA[hot milf]]></tag>
                                <tag><![CDATA[hardcore action]]></tag>
                                <tag><![CDATA[doggy-style]]></tag>
                                <tag><![CDATA[pussy licking]]></tag>
                                <tag><![CDATA[dick riding]]></tag>
                                <tag><![CDATA[group action]]></tag>
                                <tag><![CDATA[mmf]]></tag>
                                <tag><![CDATA[double blowjob]]></tag>
                                <tag><![CDATA[creamed pussy]]></tag>
                            </tags>
            <models>
                                <model><![CDATA[Tiara Ayase]]></model>
                            </models>
            <rating>77</rating>
            <linkcode>http://enter.shiofuky.com/track/My4yLjMuMi4wLjAuMC4wLjA/en/id/9324</linkcode>
            <thumbs>
                                <thumb id="1" width="480" height="270">http://cdn.javhd.com/thumbs/3-smhdbd03-tiara-ayase-s-model/thumbs/thumb1/480x270/thumb1.jpg</thumb>
                                <thumb id="2" width="320" height="180">http://cdn.javhd.com/thumbs/3-smhdbd03-tiara-ayase-s-model/thumbs/thumb1/320x180/thumb1.jpg</thumb>
                                <thumb id="3" width="225" height="145">http://cdn.javhd.com/thumbs/3-smhdbd03-tiara-ayase-s-model/thumbs/thumb1/225x145/thumb1.jpg</thumb>
                                <thumb id="4" width="191" height="138">http://cdn.javhd.com/thumbs/3-smhdbd03-tiara-ayase-s-model/thumbs/thumb1/191x138/thumb1.jpg</thumb>
                                <thumb id="5" width="120" height="80">http://cdn.javhd.com/thumbs/3-smhdbd03-tiara-ayase-s-model/thumbs/thumb1/120x80/thumb1.jpg</thumb>
                            </thumbs>
        </item>
            </content>
</jb>
            

content.getSingleContentInfo

Gets content info

Params
siteID (required): Site ID
cotentID (required): Content ID
programID (optional): Affiliate program ID
campaignID (optional): Affiliate campaign ID
languageID (optional): Requested language. Default "en"
format (optional): Response format. Default "json"
Auth
This service requires authentication. Please see our authentication how-to.
Sample method request (for XML output):
http://api.javbucks.com/1.0?method=content.getSingleContentInfo&contentID=6666&format=xml
Output sample:
<?xml version="1.0" encoding="utf-8"?>
<jb>
    <status code="1">ok</status>
    <content id="6666">
        <title><![CDATA[Japanese hot shot Suzanna fucked hard and cream-pied]]></title>
        <description><![CDATA[Japanese hot shot Suzanna looks mouth-watering in her black lingerie and much hotter when she show off her soft knockers. She is then handed with a toy cock that she uses to make her snutch wet. She goes down to her knees to give her man´s stiff boner a sloppy blowjob. Then she bends over and take some hardcore pounding deep in her love box and left it dripping with her man´s spunk.]]></description>
                <embed><![CDATA[&amp;lt;iframe src=&amp;quot;http://free.javhd.com/embed/?id=6666&amp;quot; width=&amp;quot;560&amp;quot; height=&amp;quot;345&amp;quot; frameborder=&amp;quot;0&amp;quot;&amp;gt;&amp;lt;/iframe&amp;gt;]]></embed>
                <categories>
                        <category><![CDATA[Blowjob]]></category>
                        <category><![CDATA[Creampie]]></category>
                        <category><![CDATA[Hardcore]]></category>
                        <category><![CDATA[Insertions]]></category>
                        <category><![CDATA[Teens]]></category>
                        <category><![CDATA[Toys]]></category>
                        <category><![CDATA[Pussy creampies]]></category>
                    </categories>
        <tags>
                        <tag><![CDATA[nice teen]]></tag>
                        <tag><![CDATA[sexy lingerie]]></tag>
                        <tag><![CDATA[pussy stimulation]]></tag>
                        <tag><![CDATA[pov]]></tag>
                        <tag><![CDATA[dildo]]></tag>
                        <tag><![CDATA[sex toys]]></tag>
                        <tag><![CDATA[nice ass]]></tag>
                        <tag><![CDATA[pink pussy]]></tag>
                        <tag><![CDATA[toy insertion]]></tag>
                        <tag><![CDATA[cock sucking]]></tag>
                        <tag><![CDATA[hardcore action]]></tag>
                        <tag><![CDATA[dick riding]]></tag>
                        <tag><![CDATA[doggy-style]]></tag>
                        <tag><![CDATA[creamed pussy]]></tag>
                    </tags>
        <models>
                        <model><![CDATA[Suzanna]]></model>
                    </models>
        <rating>78</rating>
        <linkcode>http://enter.javhd.com/track/My4yLjIuMi4wLjAuMC4wLjA/en/id/6666</linkcode>
        <thumbs>
                        <thumb id="1" width="480" height="270">http://cdn.javhd.com/thumbs/4-bdg01-suzanna-egals-11/thumbs/thumb1/480x270/thumb1.jpg</thumb>
                        <thumb id="2" width="320" height="180">http://cdn.javhd.com/thumbs/4-bdg01-suzanna-egals-11/thumbs/thumb1/320x180/thumb1.jpg</thumb>
                        <thumb id="3" width="225" height="145">http://cdn.javhd.com/thumbs/4-bdg01-suzanna-egals-11/thumbs/thumb1/225x145/thumb1.jpg</thumb>
                        <thumb id="4" width="191" height="138">http://cdn.javhd.com/thumbs/4-bdg01-suzanna-egals-11/thumbs/thumb1/191x138/thumb1.jpg</thumb>
                        <thumb id="5" width="120" height="80">http://cdn.javhd.com/thumbs/4-bdg01-suzanna-egals-11/thumbs/thumb1/120x80/thumb1.jpg</thumb>
                    </thumbs>
    </content>
</jb>
            

content.getContentTypes

Gets video content types

Params
format (optional): Resporse format. Default "json"
Auth
This service requires authentication. Please see our authentication how-to.
Sample method request (for XML output):
http://api.javbucks.com/1.0?method=content.getContentTypes&format=xml
Output sample:
<?xml version="1.0" encoding="utf-8"?>
<jb>
    <status code="1">ok</status>
    <types>
        <type id="sd"><![CDATA[Standard]]></type>
        <type id="hd"><![CDATA[Premium]]></type>
    </types>
</jb>
            

Models

models.getModelList

Gets available models

Params
siteID (required): Site ID
limit (optional): Must be >50. Default: 50
skip (optional): Default: 0
programID (optional): Affiliate program ID
campaignID (optional): Affiliate campaign ID
format (optional): Response format. Default "json"
languageID (optional): Requested language. Default "en"
Auth
This service requires authentication. Please see our authentication how-to.
Sample method request (for XML output):
http://api.javbucks.com/1.0?method=models.getModelList&siteID=2&limit=4&format=xml
Output sample:
<?xml version="1.0" encoding="utf-8"?>
<jb>
    <status code="1">ok</status>
    <found>164</found>
    <models>
       <model>
            <title><![CDATA[Ai]]></title>
            <description><![CDATA[Ai is a sweet perky Japanese model with big brown eye and a cute dimple. She is quite popular with her sun-drenched hair and sweet round boobs. Ai is pretty down to earth and when she isn�t modeling she is helping her folks out around the house.]]></description>
            <linkcode>http://enter.av69.tv/track/My4yLjQuMi4wLjAuMC4wLjA/en/model/Ai</linkcode>
            <statistics>
                <videos>4</videos>
                <pictures>3</pictures>
            </statistics>
            <parameters>
                <height><![CDATA[159 cm (63 in)]]></height>
                <weight><![CDATA[48]]></weight>
                <birthday><![CDATA[31 December 1969]]></birthday>
                <breast_measurements><![CDATA[89 cm (35 in)]]></breast_measurements>
                <measurements><![CDATA[89-57-85]]></measurements>
                <breast_factor><![CDATA[89-57-85]]></breast_factor>
                <hair_color><![CDATA[Brown]]></hair_color>
                <eye_color><![CDATA[Black]]></eye_color>
                <motherland><![CDATA[N/A]]></motherland>
                <ethnicity><![CDATA[Japanese]]></ethnicity>
                <website><![CDATA[N/A]]></website>
                <twitter><![CDATA[N/A]]></twitter>
            </parameters>
            <thumbs>
                <thumb id="1" width="191" height="191" type="vertical">http://cdn.javhd.com/models/191x265/1673v.jpg</thumb>
<thumb id="1" width="191" height="191" type="horizontal">http://cdn.javhd.com/models/191x265/1673h.jpg</thumb>
                <thumb id="2" width="63" height="63" type="vertical">http://cdn.javhd.com/models/63x63/1673v.jpg</thumb>
<thumb id="2" width="63" height="63" type="horizontal">http://cdn.javhd.com/models/63x63/1673h.jpg</thumb>
                <thumb id="3" width="325" height="325" type="vertical">http://cdn.javhd.com/models/325x435/1673v.jpg</thumb>
<thumb id="3" width="325" height="325" type="horizontal">http://cdn.javhd.com/models/325x435/1673h.jpg</thumb>
                <thumb id="4" width="324" height="324" type="vertical">http://cdn.javhd.com/models/324x292/1673v.jpg</thumb>
<thumb id="4" width="324" height="324" type="horizontal">http://cdn.javhd.com/models/324x292/1673h.jpg</thumb>
                <thumb id="5" width="226" height="226" type="vertical">http://cdn.javhd.com/models/226x300/1673v.jpg</thumb>
<thumb id="5" width="226" height="226" type="horizontal">http://cdn.javhd.com/models/226x300/1673h.jpg</thumb>
                <thumb id="6" width="122" height="122" type="vertical">http://cdn.javhd.com/models/122x78/1673v.jpg</thumb>
<thumb id="6" width="122" height="122" type="horizontal">http://cdn.javhd.com/models/122x78/1673h.jpg</thumb>
                <thumb id="7" width="290" height="290" type="vertical">http://cdn.javhd.com/models/290x388/1673v.jpg</thumb>
<thumb id="7" width="290" height="290" type="horizontal">http://cdn.javhd.com/models/290x388/1673h.jpg</thumb>
                <thumb id="8" width="75" height="75" type="vertical">http://cdn.javhd.com/models/75x100/1673v.jpg</thumb>
<thumb id="8" width="75" height="75" type="horizontal">http://cdn.javhd.com/models/75x100/1673h.jpg</thumb>
                <thumb id="9" width="132" height="132" type="vertical">http://cdn.javhd.com/models/132x183/1673v.jpg</thumb>
<thumb id="9" width="132" height="132" type="horizontal">http://cdn.javhd.com/models/132x183/1673h.jpg</thumb>
                <thumb id="10" width="150" height="150" type="vertical">http://cdn.javhd.com/models/150x200/1673v.jpg</thumb>
<thumb id="10" width="150" height="150" type="horizontal">http://cdn.javhd.com/models/150x200/1673h.jpg</thumb>
                <thumb id="11" width="227" height="227" type="vertical">http://cdn.javhd.com/models/227x227/1673v.jpg</thumb>
<thumb id="11" width="227" height="227" type="horizontal">http://cdn.javhd.com/models/227x227/1673h.jpg</thumb>
                <thumb id="12" width="54" height="54" type="vertical">http://cdn.javhd.com/models/54x54/1673v.jpg</thumb>
<thumb id="12" width="54" height="54" type="horizontal">http://cdn.javhd.com/models/54x54/1673h.jpg</thumb>
                <thumb id="13" width="225" height="225" type="vertical">http://cdn.javhd.com/models/225x348/1673v.jpg</thumb>
<thumb id="13" width="225" height="225" type="horizontal">http://cdn.javhd.com/models/225x348/1673h.jpg</thumb>
                <thumb id="14" width="99" height="99" type="vertical">http://cdn.javhd.com/models/99x133/1673v.jpg</thumb>
<thumb id="14" width="99" height="99" type="horizontal">http://cdn.javhd.com/models/99x133/1673h.jpg</thumb>
                <thumb id="15" width="738" height="738" type="vertical">http://cdn.javhd.com/models/738x377/1673v.jpg</thumb>
<thumb id="15" width="738" height="738" type="horizontal">http://cdn.javhd.com/models/738x377/1673h.jpg</thumb>
                <thumb id="16" width="234" height="234" type="vertical">http://cdn.javhd.com/models/234x311/1673v.jpg</thumb>
<thumb id="16" width="234" height="234" type="horizontal">http://cdn.javhd.com/models/234x311/1673h.jpg</thumb>
                <thumb id="17" width="60" height="60" type="vertical">http://cdn.javhd.com/models/60x85/1673v.jpg</thumb>
<thumb id="17" width="60" height="60" type="horizontal">http://cdn.javhd.com/models/60x85/1673h.jpg</thumb>
            </thumbs>
        </model>
        <model>
            <title><![CDATA[Ai Aito]]></title>
            <description><![CDATA[This Tokyo born Leo is a real lion underneath her sweet and innocent exterior. She has the body of an angel, but the wanton cravings of a devil. She has reddish-brown hair, big brown eyes, and a set of breasts that the angels envy. She loves having her furry muff destroyed by a thick hard dick and left soaking with man batter.]]></description>
            <linkcode>http://enter.av69.tv/track/My4yLjQuMi4wLjAuMC4wLjA/en/model/ai-aito</linkcode>
            <statistics>
                <videos>5</videos>
                <pictures>5</pictures>
            </statistics>
            <parameters>
                <height><![CDATA[155 cm (61 in)]]></height>
                <weight><![CDATA[49]]></weight>
                <birthday><![CDATA[16 August 1986]]></birthday>
                <breast_measurements><![CDATA[90 cm (35 in)]]></breast_measurements>
                <measurements><![CDATA[90-58-85]]></measurements>
                <breast_factor><![CDATA[90-58-85]]></breast_factor>
                <hair_color><![CDATA[Brown]]></hair_color>
                <eye_color><![CDATA[Black]]></eye_color>
                <motherland><![CDATA[Tokyo, Japan]]></motherland>
                <ethnicity><![CDATA[Japanese]]></ethnicity>
                <website><![CDATA[N/A]]></website>
                <twitter><![CDATA[N/A]]></twitter>
            </parameters>
            <thumbs>
                                <thumb id="1" width="191" height="191" type="vertical">http://cdn.javhd.com/models/191x265/576v.jpg</thumb>
                <thumb id="1" width="191" height="191" type="horizontal">http://cdn.javhd.com/models/191x265/576h.jpg</thumb>
                                <thumb id="2" width="63" height="63" type="vertical">http://cdn.javhd.com/models/63x63/576v.jpg</thumb>
                <thumb id="2" width="63" height="63" type="horizontal">http://cdn.javhd.com/models/63x63/576h.jpg</thumb>
                                <thumb id="3" width="325" height="325" type="vertical">http://cdn.javhd.com/models/325x435/576v.jpg</thumb>
                <thumb id="3" width="325" height="325" type="horizontal">http://cdn.javhd.com/models/325x435/576h.jpg</thumb>
                                <thumb id="4" width="324" height="324" type="vertical">http://cdn.javhd.com/models/324x292/576v.jpg</thumb>
                <thumb id="4" width="324" height="324" type="horizontal">http://cdn.javhd.com/models/324x292/576h.jpg</thumb>
                                <thumb id="5" width="226" height="226" type="vertical">http://cdn.javhd.com/models/226x300/576v.jpg</thumb>
                <thumb id="5" width="226" height="226" type="horizontal">http://cdn.javhd.com/models/226x300/576h.jpg</thumb>
                                <thumb id="6" width="122" height="122" type="vertical">http://cdn.javhd.com/models/122x78/576v.jpg</thumb>
                <thumb id="6" width="122" height="122" type="horizontal">http://cdn.javhd.com/models/122x78/576h.jpg</thumb>
                                <thumb id="7" width="290" height="290" type="vertical">http://cdn.javhd.com/models/290x388/576v.jpg</thumb>
                <thumb id="7" width="290" height="290" type="horizontal">http://cdn.javhd.com/models/290x388/576h.jpg</thumb>
                                <thumb id="8" width="75" height="75" type="vertical">http://cdn.javhd.com/models/75x100/576v.jpg</thumb>
                <thumb id="8" width="75" height="75" type="horizontal">http://cdn.javhd.com/models/75x100/576h.jpg</thumb>
                                <thumb id="9" width="132" height="132" type="vertical">http://cdn.javhd.com/models/132x183/576v.jpg</thumb>
                <thumb id="9" width="132" height="132" type="horizontal">http://cdn.javhd.com/models/132x183/576h.jpg</thumb>
                                <thumb id="10" width="150" height="150" type="vertical">http://cdn.javhd.com/models/150x200/576v.jpg</thumb>
                <thumb id="10" width="150" height="150" type="horizontal">http://cdn.javhd.com/models/150x200/576h.jpg</thumb>
                                <thumb id="11" width="227" height="227" type="vertical">http://cdn.javhd.com/models/227x227/576v.jpg</thumb>
                <thumb id="11" width="227" height="227" type="horizontal">http://cdn.javhd.com/models/227x227/576h.jpg</thumb>
                                <thumb id="12" width="54" height="54" type="vertical">http://cdn.javhd.com/models/54x54/576v.jpg</thumb>
                <thumb id="12" width="54" height="54" type="horizontal">http://cdn.javhd.com/models/54x54/576h.jpg</thumb>
                                <thumb id="13" width="225" height="225" type="vertical">http://cdn.javhd.com/models/225x348/576v.jpg</thumb>
                <thumb id="13" width="225" height="225" type="horizontal">http://cdn.javhd.com/models/225x348/576h.jpg</thumb>
                                <thumb id="14" width="99" height="99" type="vertical">http://cdn.javhd.com/models/99x133/576v.jpg</thumb>
                <thumb id="14" width="99" height="99" type="horizontal">http://cdn.javhd.com/models/99x133/576h.jpg</thumb>
                                <thumb id="15" width="738" height="738" type="vertical">http://cdn.javhd.com/models/738x377/576v.jpg</thumb>
                <thumb id="15" width="738" height="738" type="horizontal">http://cdn.javhd.com/models/738x377/576h.jpg</thumb>
                                <thumb id="16" width="234" height="234" type="vertical">http://cdn.javhd.com/models/234x311/576v.jpg</thumb>
                <thumb id="16" width="234" height="234" type="horizontal">http://cdn.javhd.com/models/234x311/576h.jpg</thumb>
                                <thumb id="17" width="60" height="60" type="vertical">http://cdn.javhd.com/models/60x85/576v.jpg</thumb>
                <thumb id="17" width="60" height="60" type="horizontal">http://cdn.javhd.com/models/60x85/576h.jpg</thumb>
                            </thumbs>
        </model>
                <model>
            <title><![CDATA[Ai Nakatsuka]]></title>
            <description><![CDATA[Ai Nakatsuka is a sweet and horny JAV model that says her first sexual experience was when she was 13. Since then she has been up to all kinds of sexual mischief. She has perfect attendance at school as well as an avid love for reading and karaoke.]]></description>
            <linkcode>http://enter.av69.tv/track/My4yLjQuMi4wLjAuMC4wLjA/en/model/Ai-Nakatsuka</linkcode>
            <statistics>
                <videos>5</videos>
                <pictures>5</pictures>
            </statistics>
            <parameters>
                <height><![CDATA[158 cm (62 in)]]></height>
                <weight><![CDATA[46]]></weight>
                <birthday><![CDATA[6 April 1983]]></birthday>
                <breast_measurements><![CDATA[85 cm (33 in)]]></breast_measurements>
                <measurements><![CDATA[85-58-84]]></measurements>
                <breast_factor><![CDATA[85-58-84]]></breast_factor>
                <hair_color><![CDATA[Brown]]></hair_color>
                <eye_color><![CDATA[Black]]></eye_color>
                <motherland><![CDATA[Tokyo, Japan]]></motherland>
                <ethnicity><![CDATA[Japanese]]></ethnicity>
                <website><![CDATA[N/A]]></website>
                <twitter><![CDATA[N/A]]></twitter>
            </parameters>
            <thumbs>
                                <thumb id="1" width="191" height="191" type="vertical">http://cdn.javhd.com/models/191x265/1654v.jpg</thumb>
                <thumb id="1" width="191" height="191" type="horizontal">http://cdn.javhd.com/models/191x265/1654h.jpg</thumb>
                                <thumb id="2" width="63" height="63" type="vertical">http://cdn.javhd.com/models/63x63/1654v.jpg</thumb>
                <thumb id="2" width="63" height="63" type="horizontal">http://cdn.javhd.com/models/63x63/1654h.jpg</thumb>
                                <thumb id="3" width="325" height="325" type="vertical">http://cdn.javhd.com/models/325x435/1654v.jpg</thumb>
                <thumb id="3" width="325" height="325" type="horizontal">http://cdn.javhd.com/models/325x435/1654h.jpg</thumb>
                                <thumb id="4" width="324" height="324" type="vertical">http://cdn.javhd.com/models/324x292/1654v.jpg</thumb>
                <thumb id="4" width="324" height="324" type="horizontal">http://cdn.javhd.com/models/324x292/1654h.jpg</thumb>
                                <thumb id="5" width="226" height="226" type="vertical">http://cdn.javhd.com/models/226x300/1654v.jpg</thumb>
                <thumb id="5" width="226" height="226" type="horizontal">http://cdn.javhd.com/models/226x300/1654h.jpg</thumb>
                                <thumb id="6" width="122" height="122" type="vertical">http://cdn.javhd.com/models/122x78/1654v.jpg</thumb>
                <thumb id="6" width="122" height="122" type="horizontal">http://cdn.javhd.com/models/122x78/1654h.jpg</thumb>
                                <thumb id="7" width="290" height="290" type="vertical">http://cdn.javhd.com/models/290x388/1654v.jpg</thumb>
                <thumb id="7" width="290" height="290" type="horizontal">http://cdn.javhd.com/models/290x388/1654h.jpg</thumb>
                                <thumb id="8" width="75" height="75" type="vertical">http://cdn.javhd.com/models/75x100/1654v.jpg</thumb>
                <thumb id="8" width="75" height="75" type="horizontal">http://cdn.javhd.com/models/75x100/1654h.jpg</thumb>
                                <thumb id="9" width="132" height="132" type="vertical">http://cdn.javhd.com/models/132x183/1654v.jpg</thumb>
                <thumb id="9" width="132" height="132" type="horizontal">http://cdn.javhd.com/models/132x183/1654h.jpg</thumb>
                                <thumb id="10" width="150" height="150" type="vertical">http://cdn.javhd.com/models/150x200/1654v.jpg</thumb>
                <thumb id="10" width="150" height="150" type="horizontal">http://cdn.javhd.com/models/150x200/1654h.jpg</thumb>
                                <thumb id="11" width="227" height="227" type="vertical">http://cdn.javhd.com/models/227x227/1654v.jpg</thumb>
                <thumb id="11" width="227" height="227" type="horizontal">http://cdn.javhd.com/models/227x227/1654h.jpg</thumb>
                                <thumb id="12" width="54" height="54" type="vertical">http://cdn.javhd.com/models/54x54/1654v.jpg</thumb>
                <thumb id="12" width="54" height="54" type="horizontal">http://cdn.javhd.com/models/54x54/1654h.jpg</thumb>
                                <thumb id="13" width="225" height="225" type="vertical">http://cdn.javhd.com/models/225x348/1654v.jpg</thumb>
                <thumb id="13" width="225" height="225" type="horizontal">http://cdn.javhd.com/models/225x348/1654h.jpg</thumb>
                                <thumb id="14" width="99" height="99" type="vertical">http://cdn.javhd.com/models/99x133/1654v.jpg</thumb>
                <thumb id="14" width="99" height="99" type="horizontal">http://cdn.javhd.com/models/99x133/1654h.jpg</thumb>
                                <thumb id="15" width="738" height="738" type="vertical">http://cdn.javhd.com/models/738x377/1654v.jpg</thumb>
                <thumb id="15" width="738" height="738" type="horizontal">http://cdn.javhd.com/models/738x377/1654h.jpg</thumb>
                                <thumb id="16" width="234" height="234" type="vertical">http://cdn.javhd.com/models/234x311/1654v.jpg</thumb>
                <thumb id="16" width="234" height="234" type="horizontal">http://cdn.javhd.com/models/234x311/1654h.jpg</thumb>
                                <thumb id="17" width="60" height="60" type="vertical">http://cdn.javhd.com/models/60x85/1654v.jpg</thumb>
                <thumb id="17" width="60" height="60" type="horizontal">http://cdn.javhd.com/models/60x85/1654h.jpg</thumb>
                            </thumbs>
        </model>
                <model>
            <title><![CDATA[Ai Ootomo]]></title>
            <description><![CDATA[You will love cute and nasty Ai Ootomo. She is a sweetie, but she really has a kinky soul. She loves to dress up in silky lingerie, costumes, and enjoys light bondage. She is an amazing esp. when she is blindfolded and teased until she cums hard.]]></description>
            <linkcode>http://enter.av69.tv/track/My4yLjQuMi4wLjAuMC4wLjA/en/model/Ai-Ootomo</linkcode>
            <statistics>
                <videos>5</videos>
                <pictures>5</pictures>
            </statistics>
            <parameters>
                <height><![CDATA[159 cm (63 in)]]></height>
                <weight><![CDATA[50]]></weight>
                <birthday><![CDATA[13 May 1979]]></birthday>
                <breast_measurements><![CDATA[84 cm (33 in)]]></breast_measurements>
                <measurements><![CDATA[84-60-85]]></measurements>
                <breast_factor><![CDATA[84-60-85]]></breast_factor>
                <hair_color><![CDATA[Brown]]></hair_color>
                <eye_color><![CDATA[Black]]></eye_color>
                <motherland><![CDATA[Hokkaido, Japan]]></motherland>
                <ethnicity><![CDATA[Japanese]]></ethnicity>
                <website><![CDATA[N/A]]></website>
                <twitter><![CDATA[N/A]]></twitter>
            </parameters>
            <thumbs>
                                <thumb id="1" width="191" height="191" type="vertical">http://cdn.javhd.com/models/191x265/1545v.jpg</thumb>
                <thumb id="1" width="191" height="191" type="horizontal">http://cdn.javhd.com/models/191x265/1545h.jpg</thumb>
                                <thumb id="2" width="63" height="63" type="vertical">http://cdn.javhd.com/models/63x63/1545v.jpg</thumb>
                <thumb id="2" width="63" height="63" type="horizontal">http://cdn.javhd.com/models/63x63/1545h.jpg</thumb>
                                <thumb id="3" width="325" height="325" type="vertical">http://cdn.javhd.com/models/325x435/1545v.jpg</thumb>
                <thumb id="3" width="325" height="325" type="horizontal">http://cdn.javhd.com/models/325x435/1545h.jpg</thumb>
                                <thumb id="4" width="324" height="324" type="vertical">http://cdn.javhd.com/models/324x292/1545v.jpg</thumb>
                <thumb id="4" width="324" height="324" type="horizontal">http://cdn.javhd.com/models/324x292/1545h.jpg</thumb>
                                <thumb id="5" width="226" height="226" type="vertical">http://cdn.javhd.com/models/226x300/1545v.jpg</thumb>
                <thumb id="5" width="226" height="226" type="horizontal">http://cdn.javhd.com/models/226x300/1545h.jpg</thumb>
                                <thumb id="6" width="122" height="122" type="vertical">http://cdn.javhd.com/models/122x78/1545v.jpg</thumb>
                <thumb id="6" width="122" height="122" type="horizontal">http://cdn.javhd.com/models/122x78/1545h.jpg</thumb>
                                <thumb id="7" width="290" height="290" type="vertical">http://cdn.javhd.com/models/290x388/1545v.jpg</thumb>
                <thumb id="7" width="290" height="290" type="horizontal">http://cdn.javhd.com/models/290x388/1545h.jpg</thumb>
                                <thumb id="8" width="75" height="75" type="vertical">http://cdn.javhd.com/models/75x100/1545v.jpg</thumb>
                <thumb id="8" width="75" height="75" type="horizontal">http://cdn.javhd.com/models/75x100/1545h.jpg</thumb>
                                <thumb id="9" width="132" height="132" type="vertical">http://cdn.javhd.com/models/132x183/1545v.jpg</thumb>
                <thumb id="9" width="132" height="132" type="horizontal">http://cdn.javhd.com/models/132x183/1545h.jpg</thumb>
                                <thumb id="10" width="150" height="150" type="vertical">http://cdn.javhd.com/models/150x200/1545v.jpg</thumb>
                <thumb id="10" width="150" height="150" type="horizontal">http://cdn.javhd.com/models/150x200/1545h.jpg</thumb>
                                <thumb id="11" width="227" height="227" type="vertical">http://cdn.javhd.com/models/227x227/1545v.jpg</thumb>
                <thumb id="11" width="227" height="227" type="horizontal">http://cdn.javhd.com/models/227x227/1545h.jpg</thumb>
                                <thumb id="12" width="54" height="54" type="vertical">http://cdn.javhd.com/models/54x54/1545v.jpg</thumb>
                <thumb id="12" width="54" height="54" type="horizontal">http://cdn.javhd.com/models/54x54/1545h.jpg</thumb>
                                <thumb id="13" width="225" height="225" type="vertical">http://cdn.javhd.com/models/225x348/1545v.jpg</thumb>
                <thumb id="13" width="225" height="225" type="horizontal">http://cdn.javhd.com/models/225x348/1545h.jpg</thumb>
                                <thumb id="14" width="99" height="99" type="vertical">http://cdn.javhd.com/models/99x133/1545v.jpg</thumb>
                <thumb id="14" width="99" height="99" type="horizontal">http://cdn.javhd.com/models/99x133/1545h.jpg</thumb>
                                <thumb id="15" width="738" height="738" type="vertical">http://cdn.javhd.com/models/738x377/1545v.jpg</thumb>
                <thumb id="15" width="738" height="738" type="horizontal">http://cdn.javhd.com/models/738x377/1545h.jpg</thumb>
                                <thumb id="16" width="234" height="234" type="vertical">http://cdn.javhd.com/models/234x311/1545v.jpg</thumb>
                <thumb id="16" width="234" height="234" type="horizontal">http://cdn.javhd.com/models/234x311/1545h.jpg</thumb>
                                <thumb id="17" width="60" height="60" type="vertical">http://cdn.javhd.com/models/60x85/1545v.jpg</thumb>
                <thumb id="17" width="60" height="60" type="horizontal">http://cdn.javhd.com/models/60x85/1545h.jpg</thumb>
                            </thumbs>
        </model>
            </models>
</jb>

            

models.getModelInfo

Gets model info

Params
siteID (required):
modelID (required):
programID (optional): Affiliate program ID
campaignID (optional): Affiliate campaign ID
format (optional): Response format. Default "json"
languageID (optional): Requested language. Default "en"
Auth
This service requires authentication. Please see our authentication how-to.
Sample method request (for XML output):
http://api.javbucks.com/1.0?method=models.getModelInfo&modelID=347&limit=4&format=xml
Output sample:
<?xml version="1.0" encoding="utf-8"?>
<jb>
    <status code="1">ok</status>
    <title><![CDATA[Ria Sakurai]]></title>
    <description><![CDATA[Ria Sakurai was born in July of 1989 so she is a cancer and is a mature Japanese porn model that is loved by thousands. It might be her cute youthful look or it could be her great ass and tiny tits. Believe it or not this cute Japanese honey is an excellent basketball player.]]></description>
    <linkcode>http://enter.javhd.com/track/My4yLjIuMi4wLjAuMC4wLjA/en/model/ria-sakurai</linkcode>
    <statistics>
        <videos><![CDATA[6]]></videos>
        <pictures><![CDATA[6]]></pictures>
    </statistics>
    <parameters>
        <height><![CDATA[152 cm (60 in)]]></height>
        <weight><![CDATA[47]]></weight>
        <birthday><![CDATA[19 July 1989]]></birthday>
        <breast_measurements><![CDATA[80 cm (31 in)]]></breast_measurements>
        <measurements><![CDATA[80-56-82]]></measurements>
        <breast_factor><![CDATA[80-56-82]]></breast_factor>
        <hair_color><![CDATA[Brown]]></hair_color>
        <eye_color><![CDATA[Black]]></eye_color>
        <motherland><![CDATA[N/A]]></motherland>
        <ethnicity><![CDATA[Japanese]]></ethnicity>
        <website><![CDATA[N/A]]></website>
        <twitter><![CDATA[N/A]]></twitter>
    </parameters>
    <thumbs>
                <thumb id="1" width="191" height="191" type="vertical">http://cdn.javhd.com/models/191x265/347v.jpg</thumb>
        <thumb id="1" width="191" height="191" type="horizontal">http://cdn.javhd.com/models/191x265/347h.jpg</thumb>
                <thumb id="2" width="63" height="63" type="vertical">http://cdn.javhd.com/models/63x63/347v.jpg</thumb>
        <thumb id="2" width="63" height="63" type="horizontal">http://cdn.javhd.com/models/63x63/347h.jpg</thumb>
                <thumb id="3" width="325" height="325" type="vertical">http://cdn.javhd.com/models/325x435/347v.jpg</thumb>
        <thumb id="3" width="325" height="325" type="horizontal">http://cdn.javhd.com/models/325x435/347h.jpg</thumb>
                <thumb id="4" width="324" height="324" type="vertical">http://cdn.javhd.com/models/324x292/347v.jpg</thumb>
        <thumb id="4" width="324" height="324" type="horizontal">http://cdn.javhd.com/models/324x292/347h.jpg</thumb>
                <thumb id="5" width="226" height="226" type="vertical">http://cdn.javhd.com/models/226x300/347v.jpg</thumb>
        <thumb id="5" width="226" height="226" type="horizontal">http://cdn.javhd.com/models/226x300/347h.jpg</thumb>
                <thumb id="6" width="122" height="122" type="vertical">http://cdn.javhd.com/models/122x78/347v.jpg</thumb>
        <thumb id="6" width="122" height="122" type="horizontal">http://cdn.javhd.com/models/122x78/347h.jpg</thumb>
                <thumb id="7" width="290" height="290" type="vertical">http://cdn.javhd.com/models/290x388/347v.jpg</thumb>
        <thumb id="7" width="290" height="290" type="horizontal">http://cdn.javhd.com/models/290x388/347h.jpg</thumb>
                <thumb id="8" width="75" height="75" type="vertical">http://cdn.javhd.com/models/75x100/347v.jpg</thumb>
        <thumb id="8" width="75" height="75" type="horizontal">http://cdn.javhd.com/models/75x100/347h.jpg</thumb>
                <thumb id="9" width="132" height="132" type="vertical">http://cdn.javhd.com/models/132x183/347v.jpg</thumb>
        <thumb id="9" width="132" height="132" type="horizontal">http://cdn.javhd.com/models/132x183/347h.jpg</thumb>
                <thumb id="10" width="150" height="150" type="vertical">http://cdn.javhd.com/models/150x200/347v.jpg</thumb>
        <thumb id="10" width="150" height="150" type="horizontal">http://cdn.javhd.com/models/150x200/347h.jpg</thumb>
                <thumb id="11" width="227" height="227" type="vertical">http://cdn.javhd.com/models/227x227/347v.jpg</thumb>
        <thumb id="11" width="227" height="227" type="horizontal">http://cdn.javhd.com/models/227x227/347h.jpg</thumb>
                <thumb id="12" width="54" height="54" type="vertical">http://cdn.javhd.com/models/54x54/347v.jpg</thumb>
        <thumb id="12" width="54" height="54" type="horizontal">http://cdn.javhd.com/models/54x54/347h.jpg</thumb>
                <thumb id="13" width="225" height="225" type="vertical">http://cdn.javhd.com/models/225x348/347v.jpg</thumb>
        <thumb id="13" width="225" height="225" type="horizontal">http://cdn.javhd.com/models/225x348/347h.jpg</thumb>
                <thumb id="14" width="99" height="99" type="vertical">http://cdn.javhd.com/models/99x133/347v.jpg</thumb>
        <thumb id="14" width="99" height="99" type="horizontal">http://cdn.javhd.com/models/99x133/347h.jpg</thumb>
                <thumb id="15" width="738" height="738" type="vertical">http://cdn.javhd.com/models/738x377/347v.jpg</thumb>
        <thumb id="15" width="738" height="738" type="horizontal">http://cdn.javhd.com/models/738x377/347h.jpg</thumb>
                <thumb id="16" width="234" height="234" type="vertical">http://cdn.javhd.com/models/234x311/347v.jpg</thumb>
        <thumb id="16" width="234" height="234" type="horizontal">http://cdn.javhd.com/models/234x311/347h.jpg</thumb>
                <thumb id="17" width="60" height="60" type="vertical">http://cdn.javhd.com/models/60x85/347v.jpg</thumb>
        <thumb id="17" width="60" height="60" type="horizontal">http://cdn.javhd.com/models/60x85/347h.jpg</thumb>
            </thumbs>
</model>

</jb>