The rblxdb API
Free JSON access to the database — verified song IDs with live working status, and checked decal IDs. No API key, CORS enabled, cached for an hour.
Songs
GET https://rblxdb.com/api/v1/songs?q=phonk&limit=10
Parameters: q (name search), genre (e.g. pop, phonk), working=false to include unverified IDs, limit (max 100). Sorted by community votes. Each song carries isWorking and verifiedAt from our hourly re-verification against the Roblox catalog.
{
"count": 1,
"songs": [{
"id": "142376088",
"name": "Raining Tacos",
"genre": "comedy",
"isWorking": true,
"verifiedAt": "2026-08-17T01:00:00.000Z"
}]
}Decals
GET https://rblxdb.com/api/v1/decals?theme=anime&limit=10
Parameters: q (name search), theme (anime, memes, aesthetic, cursed, cute, gaming, wallpapers, art), limit (max 100).
Fair use
Free for non-commercial projects — games, Discord bots, school projects, tools. Please cache responses on your side (they only change hourly) and link back to rblxdb.com where you show the data. For commercial use or higher volume, get in touch via the about page.