# sstrader Documentation ## Guides - [Authentication](https://docs.sstrader.com/docs/authentication.md) - [Build with LLMs](https://docs.sstrader.com/docs/build-with-llms.md): Use LLMs in your SSTrader integration workflow. - [Fair Odds](https://docs.sstrader.com/docs/fair-odds.md) - [Fixtures](https://docs.sstrader.com/docs/fixtures.md): The `/fixtures` endpoint is the central hub for retrieving sports match data. While a standard request returns core match details (teams, time, score), you can use the `include` parameter to enrich the response with deep analytical and market data. - [Odd Movement](https://docs.sstrader.com/docs/odd-movement.md): A historical log of price fluctuations and market status updates used to analyze market trends and perform accurate backtesting. - [Participants](https://docs.sstrader.com/docs/participants.md): Details about a specific team or competitor involved in the match. - [Periods](https://docs.sstrader.com/docs/periods.md): The periods array provides technical timing data for each segment of the match, including timestamps, added time, and clock state. - [Scores](https://docs.sstrader.com/docs/scores.md): The scores array provides a granular breakdown of points or goals scored by each team, categorized by specific periods of the match. - [Seasons](https://docs.sstrader.com/docs/seasons.md): The seasons include provides a historical and upcoming breakdown of match days for the league. This is useful for building calendar views or identifying active competition dates. - [Welcome to sstrader](https://docs.sstrader.com/docs/getting-started.md) - [Insights](https://docs.sstrader.com/docs/insights.md): Access a stream of AI-generated betting recommendations that combine real-time market data with natural language analysis to identify high-probability outcomes. - [Bookmakers](https://docs.sstrader.com/docs/bookmakers.md): This section details the available data sources within the SSTrader API. - [Odds](https://docs.sstrader.com/docs/odds.md): This documentation provides a comprehensive breakdown of the Odd Object, which is the core entity used to track pricing, settlement, and market data for any betting selection within the SSTrader API. - [Markets](https://docs.sstrader.com/docs/markets.md): This reference guide explains the mapping and logic behind Market IDs and Label IDs within the SSTrader API. - [Regions](https://docs.sstrader.com/docs/regions.md): Retrieve a hierarchical list of global regions, countries, and sports leagues to power your navigation menus and match filters. - [Scoped Query Filters](https://docs.sstrader.com/docs/scoped-query-filters.md): This system uses URL query parameters to pass structured filters to the backend. It groups criteria by entity (like `odds`) to ensure your queries remain organized and easy to parse. - [States](https://docs.sstrader.com/docs/states.md): Fixture status definitions - [Translations](https://docs.sstrader.com/docs/translations.md) ## API Reference - [Get fixtures with participants, scores and periods](https://docs.sstrader.com/reference/getfixtures.md): Returns a list of fixtures with participants, scores and periods. - [Retrieve Match Insights](https://docs.sstrader.com/reference/getinsights.md): Returns a list of fixtures containing AI-driven analysis and recommended bets. - [Get all regions, countries and leagues](https://docs.sstrader.com/reference/getregions.md): Returns a list of regions, countries, and leagues.