> For the complete documentation index, see [llms.txt](https://docs.sportradar.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.sportradar.com/table-tennis/table-tennis-multisport.md).

# Table Tennis Multisport

- [Overview](https://docs.sportradar.com/table-tennis/table-tennis-multisport/overview.md): This comprehensive guide provides information on our consumer-facing APIs and WebSockets, enabling seamless connections between our clients and us.
- [Getting Started](https://docs.sportradar.com/table-tennis/table-tennis-multisport/overview/getting-started.md)
- [Using the REST API](https://docs.sportradar.com/table-tennis/table-tennis-multisport/overview/using-the-rest-api.md): The REST API follows standard REST patterns.
- [Using the WebSockets](https://docs.sportradar.com/table-tennis/table-tennis-multisport/overview/using-the-websockets.md): The WebSocket API provides a powerful technology for establishing two-way interactive communication between users and the FastPath server.
- [Pagination](https://docs.sportradar.com/table-tennis/table-tennis-multisport/overview/pagination.md)
- [Error Handling](https://docs.sportradar.com/table-tennis/table-tennis-multisport/overview/error-handling.md)
- [REST API](https://docs.sportradar.com/table-tennis/table-tennis-multisport/rest-api.md): The FastPath Schedule API enables you to get information about seasons, fixtures, squads and actions within a specific fixture. It gives you statistical information, too.
- [Seasons](https://docs.sportradar.com/table-tennis/table-tennis-multisport/rest-api/seasons.md): The Seasons API offers developers a convenient way to list and manage competition seasons.
- [Fixtures](https://docs.sportradar.com/table-tennis/table-tennis-multisport/rest-api/fixtures.md): List all fixtures.
- [Squads](https://docs.sportradar.com/table-tennis/table-tennis-multisport/rest-api/squads.md): The Squads API lets developers list and manage all players registered to a squad within a given competition.
- [Actions](https://docs.sportradar.com/table-tennis/table-tennis-multisport/rest-api/actions.md): List of team and player actions within a match, including information for scores and more.
- [Statistics](https://docs.sportradar.com/table-tennis/table-tennis-multisport/rest-api/statistics.md): List of aggregated player, sport and team match actions which produce statistics like point started, point scored, cards and more
- [Healthcheck](https://docs.sportradar.com/table-tennis/table-tennis-multisport/rest-api/healthcheck.md)
- [Live Websockets](https://docs.sportradar.com/table-tennis/table-tennis-multisport/live-websockets.md)
- [Betting - Live actions](https://docs.sportradar.com/table-tennis/table-tennis-multisport/live-websockets/betting-live-actions.md): This section provides details and descriptions of the values in the actions payload for betting customers.
- [Betting - Live statistics](https://docs.sportradar.com/table-tennis/table-tennis-multisport/live-websockets/betting-live-statistics.md): Provide aggregated data of matches such as statistics, point played, point scored, cards and more.
- [Objects](https://docs.sportradar.com/table-tennis/table-tennis-multisport/objects.md)
- [Seasons](https://docs.sportradar.com/table-tennis/table-tennis-multisport/objects/seasons.md): Represents the season's details.
- [Fixtures](https://docs.sportradar.com/table-tennis/table-tennis-multisport/objects/fixtures.md): Represents the fixture's details.
- [Team (Squad)](https://docs.sportradar.com/table-tennis/table-tennis-multisport/objects/team-squad.md): Represents a team's details in the Squads feed.
- [Stage](https://docs.sportradar.com/table-tennis/table-tennis-multisport/objects/stage.md): Represents the stage details of an event.
- [Competition](https://docs.sportradar.com/table-tennis/table-tennis-multisport/objects/competition.md): Represents the competition details of an event to be played.
- [Category](https://docs.sportradar.com/table-tennis/table-tennis-multisport/objects/category.md): Represents the category details of a team or competition.
- [Venue](https://docs.sportradar.com/table-tennis/table-tennis-multisport/objects/venue.md): Represents the venue details of a tournament or season.
- [Location](https://docs.sportradar.com/table-tennis/table-tennis-multisport/objects/location.md)
- [Squad](https://docs.sportradar.com/table-tennis/table-tennis-multisport/objects/squad.md): Represents the player information of a squad.
- [Action Types](https://docs.sportradar.com/table-tennis/table-tennis-multisport/action-types.md): The below information details the key FastPath actions and sub action types we will be collecting live and distributing via the live Actions WebSocket.
- [Frequently Asked Questions](https://docs.sportradar.com/table-tennis/table-tennis-multisport/frequently-asked-questions.md)


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## Querying This Documentation
If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter, and the optional `goal` query parameter:

```
GET https://docs.sportradar.com/table-tennis/table-tennis-multisport.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
