- Introducing the Excavate API! If you're a software developer and want to work on an application using Yu-Gi-Oh! cards, the Excavate API may be the solution for you! This API returns all the information displayed on excavate.top. So far, it only has 1 endpoint: www.excavate.top/api/v1/cards
- You can access it via GET, and there's 3 parameters: q: an Excavate query. It accepts the same parameters as the website. limit: The number of results you want per page. Maximum 100. Defaults to 60. page: The page you want to query for. Defaults to 1.
- The JSON object returned contains the list of cards under "cards" and the number of pages for that query under "pages". If you submit an invalid query that breaks the API, you'll get an "error" string with what you did wrong.
- This API will remain free for as long as Excavate exists. If you have any questions about using the API for your own project, send me (@diamonddude.excavate.top) a DM either here or on Discord and I'll try my best to help you. Enjoy, and go build some cool shit!Dec 30, 2024 07:46