Developers can use the getLiveModels method to get all of the models currently online. This list can be filtered by service and/or a category.
https://www.flirt4free.com/webservices/performers.php?method=getLiveModels |
https://www.mywhitelabel.com/webservices/performers.php?method=getLiveModels (*NOTE Replace www.mywhitelabel.com with your White Label Domain.) |
Name | Required | Type | Description |
---|---|---|---|
api_key | Yes | string | Supplied by VS. Please ask us for your key. |
data_type | Yes | string | What format to return the results in. Must be either 'xml' or 'json'. |
service | Yes | string | Must be 'girls', 'guys', 'trans', or 'all'. |
category | Optional | string | Filter results to only return the performers in a specific category. Categories are case sensitive. To get a list of available categories use the getLiveCategories method provided by this web service. If no category is provided no category filtering will be performed. If an invalid category is provided the results will be empty. The categories 'Multi-User', 'Semi-Private', 'Party Chat', 'Group Chat', 'HD Webcams' are special categories, these categories are not listed in the model's list of categories. |
mp_code | Yes | string | Your 4-5 character tracking code. Ask us if you need assistance in creating a unique tracking code solely for tracking Performer API accounts |
studios | Optional | string | Your 4 Letter Studio Code (Requires a Flirt4Free Studio Account). Ask us if you need help locating this information. |
<?xml version="1.0" encoding="utf-8"?> <getLiveModels> <girls> <models> <model id="13402"> <id>13402</id> <name>Vstestmodel2</name> <sample_image> https://www.flirt4free.com/geoimages/samples/13402/OH/248885.jpg </sample_image> <screencap_image> https://live-screencaps.vscdns.com/13402-desktop.jpg </screencap_image> <chat_link>http://www.flirt4free.com/rooms/Vstestmodel2/</chat_link> <room_status>In Open</room_status> <login_group_type>Premiere</login_group_type> <bio_link> https://www.flirt4free.com/models/bios/Vstestmodel2/about.php </bio_link> <studio>OH</studio> <social> <twitter>Vstestmodel2</twitter> </social> <service>girls</service> <categories> <category> <name>Blonde</name> <url>https://www.flirt4free.com/live/girls/Blonde/</url> </category> </categories> <filters> <states> <state>PA</state> <state>MD</state> <state>AL</state> <state>HI</state> </states> <countries> <country>DE</country> <country>BW</country> <country>BH</country> <country>AW</country> </countries> <ips> <ip>70.71.249.167:70.71.249.167</ip> </ips> </filters> </model> ... </models> </girls> </getLiveModels>