---
title: "Search for groups by keyword."
method: GET
path: "/v1/groups/search"
tags: ["Groups"]
---

# Search for groups by keyword.

`GET /v1/groups/search`

## Query parameters

- `keyword` string, required
- `prioritizeExactMatch` boolean
- `limit` 10 | 25 | 50 | 100
- `cursor` string

## Response `200`

OK

- RobloxGroupsApiGroupSearchPageResponse — ApiPageResponse for catalog search
  - `keyword` string — Keyword used for search query
  - `totalResults` integer
  - `previousPageCursor` string
  - `nextPageCursor` string
  - `data` RobloxGroupsApiGroupSearchResponseItem[]
    - `id` integer — The group id
    - `name` string — The group name
    - `description` string — The group description
    - `memberCount` integer — The number of members in the group
    - `previousName` string — The previous name of the group
    - `publicEntryAllowed` boolean — When true anyone can join the group. When false manual approval is required to join the group
    - `created` string, date-time — When the group was created
    - `updated` string, date-time — When the group was last updated
    - `hasVerifiedBadge` boolean — The group's verified badge status

## Other responses

- `400` — 2: Search term not appropriate for Roblox. 3: Search term was left empty. 4: Search terms can be 2 to 50 characters long.

---

[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)
