BDFDiscordData
Search
⌃K

Introduction

Bot Designer for Discord Data API

BDFDData API

This Api is built to allow BDFD users to gain easier access to Discords Official API by bypassing BDFD's built-in DAPI Block! We Are NOT affiliated with Bot Designer For Discord (BDFD)
BDFD Eval Function [DAPI vs BDFDDATA API]
Endpoints require a Bot Token to be passed via a header. It is extremely recommended you keep your Bot Token safe! We are not responsible for your actions!

Using Our API (Discord.js / axios)

const axios = require('axios')
(async () => {
return await axios.get('https://bdfddata.rickyjs.xyz/user', {
headers: {
'bot-token': 'YOUR BOT TOKEN'
'user-id': 'ID OF THE USER TO FETCH'
}
}).then(res=>JSON.stringify(res.data, null, 2))
})()
//Output *should* be the same as image provided in "BDFD Eval Function"

Using Our API (BDFD)

$httpAddHeader[bot-token;YOUR BOT TOKEN]
$httpAddHeader[user-id;ID OF THE USER TO FETCH]
$httpGet[https://bdfddata.rickyjs.xyz/user]
$jsonSet[details;$httpResult]
$jsonParse[$json[details]]
# Output *should* be the same as image provided in "BDFD Eval Function"

Understanding What You're Sending

Discord will require certain parameters to correspond with certain requests. Our API will enforce this. All header information is listed with the corresponding endpoints in their own pages. You will notice some endpoints require a header and others don't.

Need Further Assistance?

All questions, concerns, suggestions, and any other feedback can be discussed with our Support Team!
This API is owned and maintained by Rickყ#2006 in the Support Server
Last modified 1mo ago