---
title: "Get suggested groups and other miscellaneous information needed for the group/join page like flags"
method: GET
path: "/v1/groups/search/metadata"
tags: ["Groups", "Metadata"]
---

# Get suggested groups and other miscellaneous information needed for the group/join page like flags

`GET /v1/groups/search/metadata`

Although there is no reason for this to require an authenticated user right now, in the future,
we will use coco to return different suggested groups based upon that user's request context

## Response `200`

OK

- RobloxGroupsApiGroupSearchMetadataResponse — Response Model For Group Search Metadata Endpoint
  - `SuggestedGroupKeywords` string[] — Suggested Group Category translation keys
  - `ShowFriendsGroupsSort` boolean — Whether or not the Friends' Groups sort should show for the authenticated user

## Other responses

- `404` — 5: No Localized Version of group search category exists

---

[API](https://skmtc.net/roblox/apis/roblox-api.md) · [All operations](https://skmtc.net/roblox/apis/roblox-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/roblox/roblox-api/versions/e15802062270/schema)
