# Thinkbase ## Docs - [List arguments for a debate](https://docs.trythinkbase.com/api-reference/arguments/list-arguments-for-a-debate.md): Returns structured arguments for a debate. Each argument is tied to a position (answer option) and includes upvote counts. - [List categories](https://docs.trythinkbase.com/api-reference/categories/list-categories.md): Returns all debate categories with the number of debates in each. - [Get a debate](https://docs.trythinkbase.com/api-reference/debates/get-a-debate.md): Returns a single debate by its URL slug, including all answer options and current percentages. - [List debates](https://docs.trythinkbase.com/api-reference/debates/list-debates.md): Returns a paginated list of debates with their answer options and current voting percentages. Supports filtering by category and status, and sorting. - [Get prediction history](https://docs.trythinkbase.com/api-reference/history/get-prediction-history.md): Returns prediction percentage snapshots over time for a debate. Each snapshot captures the predictor count and percentage for each option at a point in time. Results are in chronological order. - [Search debates](https://docs.trythinkbase.com/api-reference/search/search-debates.md): Search debates by keyword. Matches against debate titles and descriptions. Results are sorted by popularity (total predictions). - [Get trending debates](https://docs.trythinkbase.com/api-reference/trending/get-trending-debates.md): Returns debates ranked by trending score. Only includes debates with `open` or `closing_soon` status. - [Authentication](https://docs.trythinkbase.com/guides/authentication.md): How to authenticate your API requests. - [Introduction](https://docs.trythinkbase.com/guides/introduction.md): Structured opinion data and the arguments behind them. - [Rate Limits](https://docs.trythinkbase.com/guides/rate-limits.md): How rate limiting works and what headers to check. - [Pricing Tiers](https://docs.trythinkbase.com/guides/tiers.md): Usage-based pricing with automatic tier graduation. ## OpenAPI Specs - [openapi](https://docs.trythinkbase.com/openapi.yaml)