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 Catalog API

The Catalog API from Highlightly — 4 operation(s) for catalog.

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

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

This API exposes 4 operations across 4 paths, and defines 6 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.

4 operations 4 paths 6 schemas 4 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 Catalog 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 4

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

Catalog 4
GET
/football/countries
List football countries
listFootballCountries 1 param → 200
GET
/football/countries/{countryCode}
Get a football country by ISO code
getFootballCountry 1 param → 200
GET
/football/leagues
List football leagues
listFootballLeagues 6 params → 200
GET
/football/leagues/{id}
Get a football league by ID
getFootballLeague 1 param → 200

Schemas 6

The contract defines 6 schemas that model the data the API accepts and returns. The most detailed are League (5 properties), Pagination (3 properties), PlanMeta (3 properties), LeagueList (3 properties). Each schema is shown below with its type and property counts.

Country
object
3 properties
LeagueList
object
3 properties
PlanMeta
object
3 properties
CountryList
object
1 property
Pagination
object
3 properties
League
object
5 properties

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

highlightly-catalog-api-openapi.yml Raw ↑

Other APIs Highlightly publishes across the network.

Highlightly Highlights API
Highlightly Matches API
Highlightly Odds API
Highlightly Standings API
Highlightly Statistics API
Highlightly Teams API