---
title: "Search fixtures by team name"
method: GET
path: "/search"
tags: ["Sports Data"]
---

# Search fixtures by team name

`GET /search`

Returns up to 8 active fixtures where either `teamOneName` or `teamTwoName` contains the search query. Search is case-insensitive, supports partial matches, and results are ordered by `gameTime`.

## Query parameters

- `query` string, required

## Response `200`

- object
  - `status` string — `success` or `failure` if the request succeeded or not
  - `data` object[]
    - `gameTime` string, required — Scheduled event time
    - `teamOneName` string, required — Name of the first team
    - `teamTwoName` string, required — Name of the second team
    - `providerEventId` string, required — Event ID from the data provider
    - `provider` string — Name of the data provider for this event
    - `type` integer[], required — List of available market type IDs for the event
    - `eventId` string, required — Event identifier
    - `chainVersion` string, required — Chain version associated with the event
    - `league` object, required — League information object
      - `leagueId` integer, required
      - `sportId` integer, required
      - `label` string, required

## Other responses

- `400` — Bad request — `query` is missing or its length is outside the 3–100 character range

---

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