# Table Tennis Multisport

- [Overview](/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](/table-tennis/table-tennis-multisport/overview/getting-started.md)
- [Using the REST API](/table-tennis/table-tennis-multisport/overview/using-the-rest-api.md): The REST API follows standard REST patterns.
- [Using the WebSockets](/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](/table-tennis/table-tennis-multisport/overview/pagination.md)
- [Error Handling](/table-tennis/table-tennis-multisport/overview/error-handling.md)
- [REST API](/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](/table-tennis/table-tennis-multisport/rest-api/seasons.md): The Seasons API offers developers a convenient way to list and manage competition seasons.
- [Fixtures](/table-tennis/table-tennis-multisport/rest-api/fixtures.md): List all fixtures.
- [Squads](/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](/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](/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](/table-tennis/table-tennis-multisport/rest-api/healthcheck.md)
- [Live Websockets](/table-tennis/table-tennis-multisport/live-websockets.md)
- [Betting - Live actions](/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](/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](/table-tennis/table-tennis-multisport/objects.md)
- [Seasons](/table-tennis/table-tennis-multisport/objects/seasons.md): Represents the season's details.
- [Fixtures](/table-tennis/table-tennis-multisport/objects/fixtures.md): Represents the fixture's details.
- [Team (Squad)](/table-tennis/table-tennis-multisport/objects/team-squad.md): Represents a team's details in the Squads feed.
- [Stage](/table-tennis/table-tennis-multisport/objects/stage.md): Represents the stage details of an event.
- [Competition](/table-tennis/table-tennis-multisport/objects/competition.md): Represents the competition details of an event to be played.
- [Category](/table-tennis/table-tennis-multisport/objects/category.md): Represents the category details of a team or competition.
- [Venue](/table-tennis/table-tennis-multisport/objects/venue.md): Represents the venue details of a tournament or season.
- [Location](/table-tennis/table-tennis-multisport/objects/location.md)
- [Squad](/table-tennis/table-tennis-multisport/objects/squad.md): Represents the player information of a squad.
- [Action Types](/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](/table-tennis/table-tennis-multisport/frequently-asked-questions.md)
