ROBLOX Api Group

Hi, so I am trying to use Roblox’s API to find groups which are not locked. I’ve looked all over the documentation and I did find potential solutions, /v1/groups/search. However it did not have these specific parameters publicEntryAllowed=true&owner=null&isLocked=false. Anyone know what I should use? Show me like the JSON/body of the request that I can use for reference

1 Like

what language are you using (javascript, python, lua, etc…)

2 Likes

What language am I using? I’m using python.