API SexGamesBox
SexGamesBox API is aimed at sharing the data on free online games developed by SexGamesBox with adult webmasters.
Just make a GET-request and receive a CSV file (UTF-8 encoding, comma separated, doublequote as a text limiter).
Request the API
URL: http://sexgamesbox.com/premium.php
Request arguments:
- lang — 2-digits language code; if not set, then you’ll see games in all available languages,
- days — games published during that period until now only; it must be a positive integer number,
- since — games published since that date (date format YYYY-MM-DD) and until now only.
Available values of lang arguments:
|
|
API Response
API response is the CSV file (UTF-8 encoding, comma separated, doublequote as a text limiter). It contains the following columns:
- English file name — slug of the English localization of this game, may be useful for multi-language portals,
- File name — slug of the current localization,
- Game title — game title (name) on the current language,
- Publication date (YYYY-MM-DD) — publication date at SexGamesBox.com, template = YYYY-MM-DD,
- Language code — 2-digits language code,
- Online game URL — URL of the .swf file, it’s the online game itself,
- English online game URL — URL of the English localization of this game,
- Image 1 URL — image
- Image 2 URL — image
- Image 3 URL — image
Use-cases
- http://sexgamesbox.com/premium.php?lang=de&days=25
German games, which have been published during the last 25 days
- http://sexgamesbox.com/premium.php?lang=fr
all French games (without any limitation in connection with the publication date)
- http://sexgamesbox.com/premium.php?lang=fr&since=2012-06-30
French games published after June 30th, 2012
- http://sexgamesbox.com/premium.php?days=8
games in all available languages, which have been published during the last 8 days
If you have any suggestions, a feedback or a bug report concerning SexGamesBox API, please contact us via the contact form.