Hi everyone!<p>I made this site a few months ago but never properly launched it. TryAPIs lets you browse popular REST APIs, with built-in docs and an interface to call endpoints from your browser.<p>I generate a unique page for each API endpoint using Gatsby, like <a href="https://tryapis.com/spotify/api/endpoint-search" rel="nofollow">https://tryapis.com/spotify/api/endpoint-search</a> for calling the Spotify search endpoint. Docs are built in by parsing the latest OpenAPI specs for each service.<p>If you don't want to call the endpoint from the browser, you can copy a cURL request or a code snippet in Python, Node, C, etc.<p>It's been cool to watch the site grow via SEO for the long-tail of API endpoints, currently getting ~1.2k clicks/month from Google.<p>No commercial plans for the site and I'll open-source it if there's enough interest. Could be a good way to add support for more APIs over time!<p>Cheers,<p>Dominic