An API that allows for instant access to a massive database of
infomation regarding the band Imagine Dragons!
About • The API • Links • Credits
Created on April 24th, 2021 by Unnecessary Libraries. ImDragonsAPI was created to give fans an all in one place for a fast, and constantly updating database of data regarding the band Imagine Dragons. Instantly giving results back after perfecting the codebase. Say goodbye to the painstaking process of copy and pasting Wikis!
ImDragonsAPI was also designed to be a beginner friendly tool for new aspiring developers. A public rest API anyone can use to start gaining skills within backend development. Thats why we developed our database with a very simple to use structure.
Examples projects you can try:
- Making a Discord Data bot that gives Information regarding the band
- Twitter bot that Tweets out upcoming band Events
- Imagine Dragons news website
- Retrieving music streaming services data with the API
- Creating an Imagine Dragons Theme Website to learn front-end and Back-end integration
...and So much more.
There are many different way to use and manipulate our API. Since its a open api, you can access it from about almost anywhere, As long as your enviorment/code supports HTTP requests.
Main API Route
https://api.unnecessarylibraries.com/imdragons/v1/public
Example of the /v2/band
endpoint.
https://api.imdragons.com/v2/band
API Route Response in JSON
{
"BAND_INFO": {
"details": {
"origin": "Las Vegas, Nevada, United States",
"genres": [
"Alternative rock",
"Indie rock",
"Electronic rock"
],
"labels": [
"Interscope Records",
"KIDinaKORNER"
],
"members": [
"Daniel Samardžić",
"Dan Reynolds",
"Ben McKee",
"Wayne Sermon",
"Daniel Platzman"
]
},
"socials": {
"twitter": "https://twitter.com/Imaginedragons",
"youtube": "https://www.youtube.com/channel/UCpx_k19S2vUutWUUM9qmXEg",
"apple": "https://music.apple.com/us/artist/imagine-dragons/358714030",
"spotify": "https://open.spotify.com/artist/53XhwfbYqKCa1cC15pYq2q",
"instagram": "https://www.instagram.com/imaginedragons/",
"website": "https://www.imaginedragonsmusic.com/",
"facebook": "https://www.facebook.com/ImagineDragons/",
"email": "https://www.imaginedragonsmusic.com/#mailing-list"
}
}
}
See our dedicated website for our documentation, or you can view our documentation files:
Language | Name | Version | Link |
---|---|---|---|
Javascript | ImDragons.JS | v1.0.2 | Click Here |
Want to help expand our supported libraries? Don't be afraid to develop your own library, or contribute to existing libraries. Look at our contributing policy to learn more about adding your own additions!
- RobbiDev - Lead Programmer
- Unnecessary Libraries - Organizer
- Imagine Dragons - The Creator of it all