> ## Documentation Index
> Fetch the complete documentation index at: https://polymarket-data.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Overview

> Discover Polymarket’s discovery-focused endpoints exposed via client.gamma.*.

The `client.gamma` namespace taps into the data behind the Polymarket web app—search, comments,
series, markets, events, and sports metadata. These endpoints are ideal for discovery surfaces,
community tooling, and analytics.

<Columns cols={2}>
  <Card title="Sports" icon="trophy" href="/gamma/sports-list-teams">
    League rosters, team branding, and imagery.
  </Card>

  <Card title="Search" icon="search" href="/gamma/search-public">
    Full-text search across events, tags, and user profiles.
  </Card>

  <Card title="Comments" icon="messages" href="/gamma/comments-list">
    Event and series conversations with profile metadata.
  </Card>

  <Card title="Series" icon="list" href="/gamma/series-list">
    Collections of related events, with optional chat data.
  </Card>

  <Card title="Markets" icon="chart-column" href="/gamma/markets">
    Comprehensive catalogue with advanced filtering and analytics fields.
  </Card>

  <Card title="Events" icon="calendar" href="/gamma/events-by-id">
    Rich event metadata, tags, chat info, and nested markets.
  </Card>
</Columns>

> **Schema guarantee:** Gamma endpoints also leverage Zod validation, so payload changes are
> surfaced immediately with descriptive errors.

***
