Skip to content

Commit 982d906

Browse files
Mlaz-codeclaude
andcommitted
docs: expand 18 meta descriptions to exceed Bing 120-char minimum
Co-Authored-By: Claude Opus 4.6 (1M context) <noreply@anthropic.com>
1 parent 5c7674e commit 982d906

18 files changed

Lines changed: 18 additions & 18 deletions

content/en/api-reference/account-usage.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: "GET /api/v1/account/usage — View API usage statistics including request counts, rate limit status, and active streaming connections."
2+
description: "GET /api/v1/account/usage — View API usage statistics including request counts, rate limit status, and active streaming connections. Track daily and monthly consumption."
33
---
44

55
import { Callout, Tabs } from 'nextra/components'

content/en/api-reference/account.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: "GET /api/v1/account — Retrieve your account details, subscription tier, rate limits, and enabled features for your SharpAPI API key."
2+
description: "GET /api/v1/account — Retrieve your account details, subscription tier, rate limits, and enabled features for your SharpAPI API key. Verify access level and plan configuration."
33
---
44

55
import { Callout, Tabs } from 'nextra/components'

content/en/api-reference/events-by-id.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: "GET /api/v1/events/{eventId} — Get detailed information for a single event including available markets, teams, and event metadata."
2+
description: "GET /api/v1/events/{eventId} — Get detailed information for a single event including available markets, teams, event metadata, start time, and league details."
33
---
44

55
import { Callout, Tabs } from 'nextra/components'

content/en/api-reference/events-markets.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: "GET /api/v1/events/{eventId}/markets — Get available market types for a specific event with sportsbook coverage counts per market."
2+
description: "GET /api/v1/events/{eventId}/markets — Get available market types for a specific event with sportsbook coverage counts per market. Includes moneylines, spreads, totals, and props."
33
---
44

55
import { Callout, Tabs } from 'nextra/components'

content/en/api-reference/events-odds.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: "GET /api/v1/events/{eventId}/odds — Get all odds for a specific event with optional filtering by sportsbook and market type."
2+
description: "GET /api/v1/events/{eventId}/odds — Get all odds for a specific event with optional filtering by sportsbook and market type. Returns American, decimal, and implied probability formats."
33
---
44

55
import { Callout, Tabs } from 'nextra/components'

content/en/api-reference/events.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: "GET /api/v1/events — List and search sporting events with filtering by sport, league, date, and live status. Includes pagination and search."
2+
description: "GET /api/v1/events — List and search sporting events with filtering by sport, league, date, and live status. Includes pagination, search, and sorting across all supported sportsbooks."
33
---
44

55
import { Callout, Tabs } from 'nextra/components'

content/en/api-reference/health.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: "GET /api/v1/health — Check SharpAPI operational status including backend connectivity, data freshness, and service availability."
2+
description: "GET /api/v1/health — Check SharpAPI operational status including backend connectivity, data freshness, and service availability. Use for monitoring and uptime checks."
33
---
44

55
import { Callout, Tabs } from 'nextra/components'

content/en/api-reference/leagues.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: "GET /api/v1/leagues — Get available leagues with sport filtering. Returns league identifiers, display names, and active event counts."
2+
description: "GET /api/v1/leagues — Get available leagues with sport filtering. Returns league identifiers, display names, and active event counts. Use league IDs to filter odds and events."
33
---
44

55
import { Callout, Tabs } from 'nextra/components'

content/en/api-reference/odds-delta.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: "GET /api/v1/odds/delta — Get only odds that changed since a given timestamp. Ideal for polling clients that need incremental updates."
2+
description: "GET /api/v1/odds/delta — Get only odds that changed since a given timestamp. Ideal for polling clients that need incremental updates without re-fetching full snapshots."
33
---
44

55
import { Callout, Tabs } from 'nextra/components'

content/en/api-reference/odds.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
---
2-
description: "GET /api/v1/odds — Fetch a snapshot of current sportsbook odds with filtering by sport, league, sportsbook, market type, and live status."
2+
description: "GET /api/v1/odds — Fetch a snapshot of current sportsbook odds with filtering by sport, league, sportsbook, market type, and live status. Paginated results across 30+ books."
33
---
44

55
import { Callout, Tabs } from 'nextra/components'

0 commit comments

Comments
 (0)