---
title: "Looks up groups by a name. Prioritizes an exact match as the first result."
method: GET
path: "/v1/groups/search/lookup"
tags: ["Groups"]
---

# Looks up groups by a name. Prioritizes an exact match as the first result.

`GET /v1/groups/search/lookup`

Should only be used for direct lookups where a user is inputting a group name, shouldn't be used for search pages.

## Query parameters

- `groupName` string, required

## Response `200`

OK

- RobloxWebWebAPIModelsApiArrayResponseRobloxWebResponsesGroupsGroupBasicResponse
  - `data` RobloxWebResponsesGroupsGroupBasicResponse[]
    - `id` integer
    - `name` string
    - `memberCount` integer
    - `hasVerifiedBadge` boolean

## Other responses

- `400` — 1: Name is missing or has invalid characters.

---

[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/756260310407/schema)
