Collected list of APIs

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

Whats that gift robux thing at Economy Api

:exploding_head:

The page looks empty on my end. What does it look like for you?

1 Like

It got removed 1 day after I said it. I tested it but it said that it wasn’t enabled or something

I was looking through the Roblox website Html and i found
https://apis.rcs.roblox.com/screen-time-api
and
https://apis.roblox.com/restricted-hours-service

The websites don’t currently have a page it may be an upcoming feature (if not already implemented)

Seeing the words “Screen Time” and “Restricted Hours”, probaly means that this is some kind of upcoming feature for parental controls which will allow them to limit how much they children can play roblox. Correct me if I am wrong but I am sure what I just said is pretty accurate.

Exactly what I thought when i first saw it! , I haven’t seen any parental controls yet so it’s probably still in development

These seem suspiciously similar to restrictions that Roblox China had (they had restricted hours and restricted screen time iirc), so could be related…

Yea, that’s a possibility aswell. Maybe they are porting this from Roblox China to normal ROBLOX? Or did they just forget it was on the website?

something else new i found,
The https://avatar.roblox.com/docs page has been change to be “Supported by SMARTBEAR” and the entire UI has changed, this is not the same for other Roblox APIs

edit: others have been changed recently too

https://translationroles.roblox.com/docs/index.html
https://assetdelivery.roblox.com/docs/index.html
https://twostepverification.roblox.com/docs/index.html

SMARTBEAR will most likely support all APIs in the near future

2 Likes

Things are generally changing and so APIs are being either hidden or moved to another domain.

What are you referring to?
You indeed can’t request Roblox endpoints from the game. It’s not for the sake of proxies. A lot of people like myself create scripts / bots ran on own servers for integrating tools or automating some processes. This is meant to be a collection of APIs so people who use them may find things faster.

They’re just migrating to a newer UI. Nothing really revolutionary.

1 Like

As a note, this sub-domain was recently given an empty docs page

2 Likes

Anyone know if there’s an API for getting all group items? The normal catalog query thing gives data in pages, which eats up all my query budget.