Product
Jentic OSThe workplace. An in-house AI platform for every employeeJentic OneSafe access. Agents reach your systems without holding keysJentic AIRThe foundation. Gets your existing platforms ready for AI
Pricing
Developers

GET STARTED

API DirectoryBrowse 10,000+ APIs Ready For AI Agent IntegrationDocumentationGuides and API reference

TOOLS

API ScoringCheck your AI Readiness using our scorecardArazzo UIVisualize Arazzo Workflows As Interactive DocumentationArazzo EditorBuild And Edit Multi-Step API Workflows Visually

COMMUNITY

GitHubOpen source projects and examplesOpen StandardsBuilt on open specs. Never locked in.
Resources
Company
About UsOur mission and teamCareersJoin our teamContactGet in touch
Try it now
Jentic OSJentic OneJentic AIR
Pricing
API DirectoryDocumentationAPI ScoringArazzo UIArazzo EditorGitHubOpen Standards
Resources
About UsCareersContact
Try it now
JenticJentic
Products
  • Jentic OS
  • Jentic One
  • Jentic AIR
For Developers
  • API Directory
  • Documentation
  • GitHub
Company
  • About Jentic
  • Careers
  • Contact Us
  • Trust Centre
ISO/IEC 27001:2022 certification badge issued by Prescient SecurityISO/IEC 27001:2022 certification badge issued by Prescient Security

Information Security Management System

Certified to ISO/IEC 27001:2022 by Prescient Security

Terms & Conditions•Privacy Policy•
© 2026 Jentic. All rights reserved.
Switch to light modeSwitch to dark mode
APIs / E Commerce / Whapi / SportsData API
SportsData API logo

Whapi SportsData API

Browse all Whapi APIs
Community OpenAPI document · agent-readyE CommerceStorefrontnone15 EndpointsREST

Know of an official OpenAPI document? Contribute it →

For Agents

Programmatically retrieves a list of competitions for a given class id., retrieves a list of events for a given class id.. Covers 15 operations.

Use for: I need to retrieves a list of competitions for a given class id., I want to retrieves a list of events for a given class id., Search for retrieves a specific competition, Find all retrieves a list of events for a given competition id.

Not supported: Does not handle payments, communications, or crm - use for e-commerce only.

The William Hill SportsData REST API is a collection of GET methods to provide William Hill product data such as sport, competition, event, market and selection data (including prices). The API exposes 15 endpoints.

Jentic One on GithubView OpenAPI Document

Install Jentic One Beta

Connect the SportsData API to your agent

Jentic One is a self-hosted execution layer for AI agents. It lets your agent call the SportsData API, or any other public or private API you need. You set the rules, the agent never sees your credentials, and every call is logged.

Two steps, two machines. Install the instance in a safe environment, then register your agent from wherever it runs.

1

Step 1: Jentic One Host machine

# On the machine that will host your Jentic One instance:
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Fwhapi.com%2Fsportsdata-api" | sh
2

Step 2: Agent machine

# On the machine where your agent runs (keep this separate from the instance):
curl -fsSL "https://jentic.com/install.sh?src=apis&api=%2Fapis%2Fwhapi.com%2Fsportsdata-api" | sh
jentic register       # connects your agent to your Jentic One instance

Jentic One is in public beta. The setup above keeps your agent separate from the instance, which is what you want before using real credentials: an agent running as the same OS user as Jentic One can read its stored keys directly. Just evaluating? A single local install is fine to start. See the secure deployment guide for the tiers.

Capabilities

What an agent can do with SportsData API.

Retrieves a list of competitions for a given class id.

Manage e commerce data programmatically

Integrate SportsData API into automated workflows

Query and filter SportsData API records by parameters

Monitor SportsData API operational status and events

Use Cases

Patterns agents use SportsData API for, with concrete tasks.

★ E-Commerce Operations

Use the SportsData API to perform e commerce operations programmatically. The API provides 15 endpoints covering core functionality including retrieves a list of competitions for a given class id., retrieves a list of events for a given class id., retrieves a specific competition.

Call GET /classes/{classId}/competitions/ to retrieves a list of competitions for a given class id.

Automated Classes Management

Automate classes operations by combining multiple SportsData API endpoints. Agents can retrieves a list of events for a given class id. and then retrieves a specific competition in a single workflow.

Call GET /classes/{classId}/events/ to retrieves a list of events for a given class id., then verify the result

AI Agent Integration via Jentic

AI agents discover and call SportsData API endpoints through Jentic without managing credentials directly. An agent searches for the required operation by intent, receives the matching endpoint schema, and executes the call with Jentic-managed authentication. This eliminates the need to read API documentation or handle none tokens manually.

Search Jentic for 'retrieves a list of competitions for a given class id.', load the operation schema, and execute with Jentic-managed credentials

Key Endpoints

15 endpoints — the william hill sportsdata rest api is a collection of get methods to provide william hill product data such as sport, competition, event, market and selection data (including prices).

METHOD

PATH

DESCRIPTION

GET

/classes/{classId}/competitions/

Retrieves a list of competitions for a given class id.

GET

/classes/{classId}/events/

Retrieves a list of events for a given class id.

GET

/competitions/{competitionId}

Retrieves a specific competition

GET

/competitions/{competitionId}/events/

Retrieves a list of events for a given competition id.

GET

/competitions/{competitionId}/marketgroups/

Retrieves a list of market groups for a given competition id

GET

/competitions/{competitionId}/marketsByGroupid

Retrieves a list of events/markets/selections where markets within said event ma

GET

/events/

Retrieves a list of events for the provided IDs.

GET

/events/{eventId}

Retrieves a single event by ID.

GET

/classes/{classId}/competitions/

Retrieves a list of competitions for a given class id.

GET

/classes/{classId}/events/

Retrieves a list of events for a given class id.

GET

/competitions/{competitionId}

Retrieves a specific competition

GET

/competitions/{competitionId}/events/

Retrieves a list of events for a given competition id.

GET

/competitions/{competitionId}/marketgroups/

Retrieves a list of market groups for a given competition id

GET

/competitions/{competitionId}/marketsByGroupid

Retrieves a list of events/markets/selections where markets within said event ma

GET

/events/

Retrieves a list of events for the provided IDs.

GET

/events/{eventId}

Retrieves a single event by ID.

Why Jentic?

What agents get from Jentic-routed access to this vendor.

Setup

Setup

Wiring this SportsData API by hand means pointing requests at its sandbox.whapi.com host, wiring each class, competition, and event read, and handling retries yourself. Through Jentic you install once, import the SportsData API from the API Directory, and your agent calls it.

Permission scoping

Permission scoping

This SportsData API puts the competition id in the URL path (/competitions/{competitionId}/...), so a rule can pin your agent to one competition: it can read that competition's events and market groups and nothing else. You choose the operations it may call, so browsing every event is not included unless you add it.

Credential management

Credential isolation

This SportsData API declares no authentication in its spec, so there is no credential to store; if your instance later adds one, Jentic One stores it once, encrypted, and injects it at execution time so it never enters the agent's prompt, logs, or context.

Intent-based discovery

Intent-based discovery

Agents search Jentic by intent such as 'list competitions for a class' or 'read a competition's events', and Jentic returns the matching SportsData API operation with its input schema so the agent calls the right endpoint without browsing the reference docs.

Related APIs

Alternatives and complements available in the Jentic catalogue.

Alternative

Shopify

→

Alternative e commerce API

Choose Shopify when you need a different approach to e commerce operations

Alternative

Stripe

Alternative e commerce API

Choose Stripe when you need a different approach to e commerce operations

FAQs

Specific to using SportsData API through Jentic.

What authentication does the SportsData API use?

The SportsData API uses no authentication. Through Jentic, these credentials are stored encrypted in your Jentic One instance and injected at execution time, so raw secrets never enter the agent context.

Can I retrieves a list of competitions for a given class id. with the SportsData API?

Yes. Use the GET /classes/{classId}/competitions/ endpoint. The API returns structured JSON responses that agents can parse and act on directly.

What are the rate limits for the SportsData API?

Rate limits are not specified in the OpenAPI spec. Check the vendor documentation for current limits. Through Jentic, rate limiting is handled automatically with retry logic built into the execution layer.

How do I retrieves a list of competitions for a given class id. through Jentic?

Install the Jentic SDK with pip install jentic, authenticate through Jentic One, the self-hosted execution layer, then search for 'retrieves a list of competitions for a given class id.'. Jentic returns the matching SportsData API operation with its input schema. Load the schema and execute the call - credentials are injected automatically.

How many endpoints does the SportsData API have?

The SportsData API exposes 15 endpoints covering classes, competitions, events operations.

Can I limit what my agent is allowed to do with the SportsData API?

Yes. Jentic One is self-hosted, so your own rules decide which SportsData API operations the agent may call. Because the competition id sits in the URL path, such as /competitions/{competitionId}/events/ and /competitions/{competitionId}/marketgroups/, a rule can pin the agent to a single competition and let it read only that competition's events and market groups. You also choose the exact operations it may use, so broad reads like listing every event for a class stay off unless you add them.

GET STARTED

Start building with SportsData API

Explore with Jentic One
View OpenAPI Document