Hey Milovana Team,
i would like to build a random Tease-Picker that can be filtered. To implement this i could use a public API for Milovana Webteases. Does anyone know anything?
Warm regards,
Zitrus
Public Tease API?
- Ph0enixAsh
- Explorer At Heart

- Posts: 122
- Joined: Tue Jul 27, 2010 2:07 am
- Gender: Male
- Sexual Orientation: Straight
- I am a: Switch
- Location: EST:USA
Re: Public Tease API?
Unfortunately, seraph0x has mentioned that there is no api in place because it would make legal 18+ recordkeeping compliance a logistical nightmare.
There are a few people who have made scrapers, though the issue with that is that it has potential to really impact server load so you'll want to be considerate if you attempt the same.
With some smart programming, you could probably minimize the load and emulate it though by fetching the search page with PHP_GET parameters, including the results per page at its maximum of 50 (pp=50) and selecting one of the teases on that page. Or take it a step further and identify how many pages of results there are and pick one of those randomly too.
There are a few people who have made scrapers, though the issue with that is that it has potential to really impact server load so you'll want to be considerate if you attempt the same.
With some smart programming, you could probably minimize the load and emulate it though by fetching the search page with PHP_GET parameters, including the results per page at its maximum of 50 (pp=50) and selecting one of the teases on that page. Or take it a step further and identify how many pages of results there are and pick one of those randomly too.
Hope this helps!Sample search query:
https://milovana.com/webteases/#author= ... =cactusman
- arthurb
- Explorer At Heart

- Posts: 680
- Joined: Tue Apr 30, 2013 6:53 pm
- Gender: Male
- Sexual Orientation: Open to new ideas!
- I am a: Submissive
- Location: England
Re: Public Tease API?
I use e.g.
Random tease rating 3.5+
http://www.milovana.com/webteases/#pp=1 ... eshold=3.5
or Random favourite tease
http://www.milovana.com/webteases/#favs ... ort=random
adding more filters if needed
Random tease rating 3.5+
http://www.milovana.com/webteases/#pp=1 ... eshold=3.5
or Random favourite tease
http://www.milovana.com/webteases/#favs ... ort=random
adding more filters if needed
Princess Penny's Subject Number 007
On Her Highness's Submissive Service
On Her Highness's Submissive Service
- Ph0enixAsh
- Explorer At Heart

- Posts: 122
- Joined: Tue Jul 27, 2010 2:07 am
- Gender: Male
- Sexual Orientation: Straight
- I am a: Switch
- Location: EST:USA
Re: Public Tease API?
Ah, there you go^^
I didn't realize there was a "sort=random" parameter. Learn something new every day!
I didn't realize there was a "sort=random" parameter. Learn something new every day!
Last edited by Ph0enixAsh on Wed Oct 12, 2016 12:53 am, edited 1 time in total.
Re: Public Tease API?
That's awesome! Thanks a bunch.


