This is an API for my website doyouliveinthe.uk (DYLIT.UK), made in Deno!
An unofficial API for the MyInstants soundboard site.
-
Base URL:
/myinstants
-
Default Response:
{ "data": [ { "name": "Sound Name", "soundURL": "https://myinstants.com/media/sounds/sound.mp3" } ], "count": 20 }
Returns a list of the top trending sounds.
Query Parameters:
page
(optional): The page number to return. Default is1
.region
(optional): The region to get the trending sounds from. Default isgb
.
Searches for sounds.
Query Parameters:
query
: The query to search for.page
(optional): The page number to return. Default is1
.