Collected list of APIs

Is there a API to see what date a player recived an item?

2 Likes

Seems Roblox is working on some new 2FA. :fire:

3 Likes

Wow. That’s a lot more then I expected. Vouch

2 Likes

It’s about time they update 2FA system

2 Likes

as of earlier today, trades, voice, users, share, privatemessages, localizationtables, itemconfiguration, engagementpayouts, economycreatorstats are now on the consolidated page.

2 Likes

This may also be helpful, I list 100s of robloxlabs subdomains here

2 Likes

If I remember correctly, roblox added in Beta a “Voice” object which made like the speak function of windows only it was canceled and never came out of this beta. There also developed a voice call system after but it was removed

I remember seeing a video but i can’t find it :confused: (for the voice object)

2 Likes

Rings no bells with me and i’ve been on this platform a long while.
They’d likely have taken down said API if it was a disgarded feature (for good).

1 Like

Indeed, or else he keeps it because he has a lot to work on it and it would be a shame to lose it. It could be useful for something too who knows

1 Like

Poof.

Changes:

  • captcha.roblox.com got removed along with auth v2 introduction. Captcha api doesn’t seem to be used anymore. Old api endpoints now return 404 error.
  • I’m aware that consolidated page isn’t available anymore. :open_mouth: The [Hidden] tag might be removed in the future.
1 Like

Hey there! There’s actually another API somewhere that is hidden in Roblox. It is known as https://realtime.roblox.com/docs.

It currently uses the old Roblox 404 page, so it was a pretty old API that probably got deprecated over time. It also so happens to use the same 404 page as https://usermoderation.roblox.com/docs/ so maybe it is a restricted page that only certain people can view?

1 Like

No, there just isn’t docs on that index.

The user moderation API is still a work in progress, same for punishments, gamepasses, and themes. It’s actually not old or deprecated at all, it’s being used for SignalR (Websocket) notifications on the site.

The 404 page you see is the default IIS 404 page, which is the same as chat When it’s restricted, it’d be like chatmoderation, which its swagger docs can be viewed.

2 Likes

Once when loading into DevForum on Chrome I got a
Waiting for https://escv2.roblox.com/... (that’s what i think it said)
so that might be an endpoint. I’ve never clicked on it since idk what it is.

Edit:
Just got a Waiting for https://lms.roblox.com/...

1 Like

LMS stands for Latency Measurement Service so I assume that it’s a domain to measure latency on all Roblox domains.

escv2.roblox.com does not exist. The site is actually ecsv2.roblox.com, which is Version 2 of the Economy Creator Stats API. The API is in v1 right now so maybe we will be seeing a v2 with more features?

3 Likes

Decent guess, but no. It’s actually Ephemeral Counters V2, V1 is https://ephemeralcounters.api.roblox.com.

https://ecsv2.roblox.com/pe
https://ecsv2.roblox.com/{group}/e.png
https://ecsv2.roblox.com/{group}/pbe
https://ecsv2.roblox.com/mobile/pbe
https://ecvs2.roblox.com/www/pbe
https://ecvs2.roblox.com/studio/pbe
https://ecvs2.roblox.com/client/pbe

1 Like

This is not a Roblox-specific page. It’s actually the default 404 page for Internet Information Services, which is a web server.

realtime.roblox.com is not a “pretty old API that probably got deprecated”. It contains a SignalR server that the website connects to for realtime notification events.

No documentation exists for it because it’s not really something a developer would want to use. Despite this, it’s been implemented into quite a few libraries that wrap the Roblox API.

2 Likes

I noticed that the consolidated page is gone along with the Games API now.

Is this a temporary or permanent change? I found the Games API to be very useful and I hope it’s not gone forever! :sweat_smile:

2 Likes

The docs on api.roblox.com were down for quite a while, including the consolidated page. It seems to be back now, although it seems that the consolidated page is broken.

The Games API is up - possibly just an internet issue.

3 Likes

09/04/2021

Updated the api with the most recent list. Also updated the HIDDEN tags and removed outdated aliases. captcha.roblox.com got removed a s well.

1 Like

Nice list, cool to see them all in one place. You should make your own library API-wrapper module.

1 Like