How fast?
Speed depends on which service you’re using. Discord, for example, we load data in less than 1 second. The API loads before the page/bot content, giving your users an up-to-date experience.Platforms
DangoAPI integrates with the services below, with more coming soon!- Discord (Guilds, Users)
- Node.js
- Python
- Dango Web Solutions (Websites, Bots)
- Better Uptime
- Uptime Robot
How to use
Using DangoAPI in your product is super simple. You can call our API using regularURL - also known as a GET request - using the template below. Any other request methods will be denied.
https://api.dangoweb.com/[API]/[ENDPOINT]/[DATA]
Using our old API? Use this template:
https://api.dangoweb.com/redirect/[DATA]
API: The API that you want to call. Ex:discordENDPOINT: The API endpoint you are calling. Ex:membersDATA: The data you send to the API. Ex:all
Changelog
v7: Added Soar CDN x DangoAPI.v6: Added API Keys, API accounts, Key Checker page, Better Uptime, Uptime Robot, and Redirect & Track.v5: Addedcorsto all requests,discord:members,discord:member, anddiscord:channels.v4: Added homepage, error page, error code, and headers.v3: DeniedGETandPOSTrequests, restricting toURLonly.v2: Addeddiscord:allmembers.v1: Setup API with no content yet.
