Skip to content

REST API

TenteEEEE edited this page Aug 13, 2019 · 3 revisions

The pantie patch supports REST API in the pantie patch server.
It is work in progress, and there are no security and limits. Please access gently.

Applications

It can be confirmed in https://pantie-patch.herokuapp.com/api/.
The original panties are in https://pantie-patch.herokuapp.com/api/dream/.
The converted panties are in https://pantie-patch.herokuapp.com/api/convert/.
You also can check the similar pantie from https://pantie-patch.herokuapp.com/api/suggest/.

Query

You can check the options for each model (e.g. Anna http://pantie-patch.herokuapp.com/api/convert/anna/)
There is a "options" field, and you can modify them by a query in the url.
When you want to put an immoral sign, http://pantie-patch.herokuapp.com/api/convert/anna/0101.png?add_sign=true
For multiple queries, you can use "&". http://pantie-patch.herokuapp.com/api/convert/quiche_nbody/0101.png?with_bra=true&is_lace=true

Example

Joniburn is developing a web app.
I am making a DiscordBot. You can check it from my server.

Clone this wiki locally