How to get the Library > Audio Table Data?

You can write your topic however you want, but you need to answer these questions:

  1. What do you want to achieve?
  • UI Library for music for my radio gamepass
  1. What is the issue?
  • I don’t know what will use to get the data from Audio Library.
  1. What solutions have you tried so far?
  • I tried to look up here in DevForum and I see some that I will need to use Proxy url because Roblox does not allowed user to use their custom API (To prevent DDOS). but I don’t see any form of custom proxy for Library API.

To be precise topic:

  • I’m creating a Music Streaming UI (Just like Spotify) that will need a Library for Audios but my problem is how do I get the data from Roblox website > Develop > Library > Audio?

  • I’ve tried experimenting and found Roblox’s Document for their own URL for API Catalog but when I try it on studio it only outputs me Do not have Permission something like that on the console.

1 Like

productInfo = Marketplace:GetProductInfo(Id)

this will return a table with info from the matching Id

productInfo.AssetTypeId will be 3 if the id matches a song

This is not what I meant.

I’m trying to get the multiple items of Audio in Library. Im not trying to get the only 1 specific item.

It’s like a Library also but inside the Roblox game.