Discord User
Get information about a discord user!
Request. GET
- GET http://api.imxnoobx.xyz/discord/user/652969127756955658
axios.get('https://api.imxnoobx.xyz/discord/user/652969127756955658')
.then(e => {
let r = e.data;
console.log(r) //Output
})
Output. JSON
- Output example