Roblox Web API Docs are returning 404

I was sending someone a link to the Groups web API documentation when they sent me a 404 page. I thought that was odd so I visited the page myself. It appears that all the APIs are returning 404 for their documentation pages.

Using a curated list on GitHub, I checked the auth docs and they show the same file. I suspect the outage on Tuesday might’ve done something. Anyone with details or have a clue about this?

GitHub - matthewdean/roblox-web-apis: List of Roblox web APIs is the list I used

1 Like

Hey @TaviShadows,
you need to use the Group Id.

https://groups.roblox.com/v1/groups/yourGroupId

you find the GroupId in the link of the group.

https://www.roblox.com/groups/4658582/08studio#!/about

In this case the GroupId is 4658582

I should’ve been more clear. I mean the /docs endpoint used to test and see all the endpoints. The Swagger documentation pages seem to be missing but some internal process is redirecting me to the index page (As if it existed). See the below screenshot
image

4 Likes

i finally found someone talking about this

this could be something to do with the fact that a new docs page has showed up, maybe they’re migrating

https://apis.roblox.com/legacy-groups/docs/index.html?urls.primaryName=Groups%20Api%20v1

@TaviShadows update, for some reason, double slashes work
https://users.roblox.com//docs

1 Like

I think you’re right about a migration because the double slash trick works for the groups and users API. Perhaps it’s a way to maintain the old endpoints while the new docs are rolled out?

1 Like

As per this post from Roblox staff, the deprecation of the endpoints is confirmed. The newer documentation can be found here:

1 Like

Please avoid any alterations of the old URLs since we cannot guarantee they will continue to work. Use the new docs source mentioned just above (Legacy Overview | Documentation - Roblox Creator Hub) instead to avoid further unexpected breakage as much as possible.