Overview
Content posts are the core data type in Sports Index. Posts can be external media (tweets, YouTube videos), uploaded media, charts, data tables, timelines, pages, or collections. Most read endpoints are public with optional authentication for personalized data.Post Types
| Type | Description |
|---|---|
external_media | Embedded content from Twitter, YouTube, Instagram, TikTok, etc. |
uploaded_media | User-uploaded images and videos |
chart | Data visualizations (bar charts, scatter plots, etc.) |
data_table | Structured tabular data |
timeline | Ordered sequences of posts with dates |
page | Rich page layouts (deprecated in favor of collections) |
collection | Block-based page layouts with the collection editor |
Endpoints
Get Post by Slug
Get Post by ID
Get Post Header
Content Feed
| Parameter | Type | Description |
|---|---|---|
types | string | Comma-separated post types to include |
topic | string | Filter by topic name |
topic_id | string | Filter by topic ID |
tags | string | Filter by tags |
user_id | string | Filter by creator |
dated | boolean | Only posts with dates |
include_uploads | boolean | Include uploaded media |
sort | string | Sort field |
order | string | asc or desc |
limit | integer | Results per page (default: 20) |
offset | integer | Pagination offset |
Search Posts
| Parameter | Type | Description |
|---|---|---|
q | string | Search query (required) |
types | string | Filter by post types |
author | string | Filter by author username |
platform | string | Filter by platform (twitter, youtube, etc.) |
topics | string | Filter by topics |
limit | integer | Max results |
Unified Search
| Parameter | Type | Description |
|---|---|---|
q | string | Search query (required) |
limit | integer | Max results per category |
semantic | boolean | Enable semantic/embedding search |
Resolve URL
Get Post Templates
Posts by User
| Parameter | Type | Description |
|---|---|---|
types | string | Filter by post types |
limit | integer | Results per page |
offset | integer | Pagination offset |
Bookmarks
Requires authentication.
| Parameter | Type | Description |
|---|---|---|
limit | integer | Results per page |
offset | integer | Pagination offset |