Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Highlightly Statistics API

The Statistics API from Highlightly — 5 operation(s) for statistics.

Highlightly Statistics API is one of 7 APIs that Highlightly publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Statistics. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and an API reference.

This API exposes 5 operations across 5 paths, and defines 8 schemas. It is described by OpenAPI 3.0.1, at version 1.0.

Requests are made against a single base URL, https://sports.highlightly.net.

5 operations 5 paths 8 schemas 5 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.1
API Version
1.0
Base URL
https://sports.highlightly.net
Authentication
API Key
Resource Areas
1

Authentication & Security 1

Highlightly Statistics API declares 1 security scheme for authenticating requests. An API key is passed in the header as x-rapidapi-key (ApiKeyAuth). By default, every request must be authenticated.

  • ApiKeyAuth — API key issued by Highlightly. Sent in the x-rapidapi-key header. When calling via RapidAPI, also send x-rapidapi-host with the relevant RapidAPI host (for exa…

Paths & Operations 5

Across 5 paths, the API surfaces 5 operations — 5 GET. Each is listed below with its method, path, parameters, and response codes.

Statistics 5
GET
/football/teams/statistics/{id}
Get football team statistics
getFootballTeamStatistics 3 params → 200
GET
/football/statistics/{matchId}
Get statistics for a match
getFootballMatchStatistics 1 param → 200
GET
/football/players
List football players
listFootballPlayers 3 params → 200
GET
/football/players/{id}
Get a football player summary
getFootballPlayer 1 param → 200
GET
/football/players/{id}/statistics
Get statistics for a football player
getFootballPlayerStatistics 1 param → 200

Schemas 8

The contract defines 8 schemas that model the data the API accepts and returns. The most detailed are TeamStatistics (7 properties), Player (4 properties), Pagination (3 properties), PlanMeta (3 properties). Each schema is shown below with its type and property counts.

MatchStatistics
object
2 properties
TeamStatistics
object
7 properties
Player
object
4 properties
PlayerList
object
3 properties
PlayerStatistics
object
2 properties
PlanMeta
object
3 properties
Pagination
object
3 properties
Team
object
3 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

highlightly-statistics-api-openapi.yml Raw ↑

Other APIs Highlightly publishes across the network.

Highlightly Catalog API
Highlightly Highlights API
Highlightly Matches API
Highlightly Odds API
Highlightly Standings API
Highlightly Teams API