get
https://api.sportradar.com/content//sr:competition:/v1//games/sr:sport_event:/pre-match-preview.
AI-generated preview for a given competition and sport event
Recent Requests
Log in to see full request history
| Time | Status | User Agent | |
|---|---|---|---|
Retrieving recent requests… | |||
Loading…
Data Points
Top-Level Fields
| Field | Type | Description |
|---|---|---|
sport | string | Sport identifier (e.g. soccer). |
competition | string | Competition Sportradar ID (e.g. sr:competition:7). |
language | string | Content locale code (e.g. en-US). |
match_id | string | Sport event Sportradar ID. |
content_type | string | Content category (pre-match-preview or post-match-recap). |
provider | string | Data provider (e.g. sportradar). |
Content
| Field | Type | Description |
|---|---|---|
content.markdown | string | Article body in Markdown, including H1 title and italicized subtitle. |
content.html | string | Article body as HTML (<h1>, <em>, <p>). |
content.plaintext | string | Article body as unformatted plain text. |
Metadata
| Field | Type | Description |
|---|---|---|
metadata.article_id | string | Unique article identifier. |
metadata.organization_id | string | Owning organization. |
metadata.title | string | Article headline/title. |
metadata.created_at | string (ISO 8601) | Creation timestamp (UTC). |
metadata.updated_at | string (ISO 8601) | Last-update timestamp (UTC). |
metadata.template_id | string | Generation template ID. |
metadata.schedule_id | string | Schedule identifier. |
metadata.word_count | integer | Article length in words. |
metadata.language | string | Content locale code. |
metadata.bookmakers[] | array of objects | Bookmakers referenced for odds context. |
metadata.bookmakers[].id | string | Bookmaker Sportradar ID. |
metadata.bookmakers[].name | string | Bookmaker name (e.g. consensus). |
metadata.trigger_type_original | string | Original trigger type (e.g. scheduled). |
Metadata - Generation Config
| Field | Type | Description |
|---|---|---|
generation_config.template_id | string | Template ID used for generation. |
generation_config.audio_config | object | Audio generation settings; null when no audio. |
generation_config.trigger_source | object | Details of what triggered generation. |
generation_config.trigger_source.type | string | Trigger type (e.g. scheduled). |
generation_config.trigger_source.relative_offset_seconds | integer | Offset from kickoff in seconds; negative before, positive after. |
generation_config.trigger_source.match_context | string | Match context (pre-match or post-match). |
generation_config.trigger_source.trigger_config_id | string | Trigger configuration ID. |
generation_config.season_id | string | Season Sportradar ID. |
generation_config.matches[] | array of objects | Matches covered by the content. |
generation_config.matches[].title | string | Match title. |
generation_config.matches[].competition_id | string | Competition Sportradar ID. |
generation_config.matches[].scheduled_time | string (ISO 8601) | Kickoff time with UTC offset. |
generation_config.matches[].match_id | string | Sport event Sportradar ID. |
generation_config.matches[].sport | string | Sport. |
generation_config.matches[].season_id | string | Season Sportradar ID. |
generation_config.article_id | string | Article ID. |
generation_config.trigger_context | string | Trigger context (pre-match or post-match). |
generation_config.trigger_type | string | Trigger type. |
generation_config.kafka_export_settings | object | Kafka export configuration; null when unused. |
generation_config.brand_voice_id | string | Brand voice identifier; null when none applied. |
generation_config.template_name | string | Template name; null when not set. |
generation_config.is_multi_game | boolean | Whether the content covers multiple games. |
generation_config.competition_id | string | Competition Sportradar ID. |
generation_config.language | string | Content locale code. |
generation_config.match_id | string | Sport event Sportradar ID. |
generation_config.sport | string | Sport. |
generation_config.publish_targets[] | array of strings | Publish target IDs. |
generation_config.created_by | object | Creating user. |
generation_config.created_by.user_id | string | Creating user ID. |
generation_config.bookmakers[] | array of objects | Bookmakers (id, name). |
generation_config.event_context | object | Event context; null when none. |
generation_config.organization_id | string | Organization ID. |
generation_config.source_schedule_id | string | Source schedule ID. |
Metadata - References
| Field | Type | Description |
|---|---|---|
references.sport | object | Sport entity (id, name). |
references.teams[] | array of objects | Teams in the match (id, name). |
references.players[] | array of objects | Players referenced (id, name). |
references.venues[] | array of objects | Venues (id, name). |
references.referees[] | array of objects | Match officials (id, name). |
references.managers[] | array of objects | Team managers (id, name). |
references.seasons[] | array of objects | Seasons (id, name). |
references.competitions | object | Competition entity (id, name) — typically a single object, not an array. |
references.games | object | Game entity (id, name) — typically a single object, not an array. |
Reference Entities
Each entity in
references(whether in an array or as a single object) shares the same shape:
| Field | Type | Description |
|---|---|---|
id | string | Sportradar URN ID (e.g. sr:competitor:42 or sr:sport_event:69339514). |
name | string | Display name of the entity. |
