Reference

API documentation

Examples below use your current route conventions and sample competition/team values.

Base URL

https://api.cordax.net

JSON is the default output unless noted otherwise.

Standings

GET /Standings/{league}/{season}

GET /Standings/{league}/{division}/{season}

GET /Standings/{league}/{season}/table

GET /Standings/{league}/{division}/{season}/table

Parameter Required Notes
leagueYesCompetition name, URL encoded.
divisionNoUse only when the competition has divisions.
seasonYesCurrent format is slug-style, for example 2025-26.

Examples

The HTML table view only shows: TEAM_NAME, PLAYED, WON, DRAWN, LOST, GD, PTS, FORM. JSON returns the full stored procedure result.

Fixtures

GET /Fixtures

Query parameter Required Notes
fromNoDate filter in yyyy-MM-dd format. Supports today.
toNoDate filter end in yyyy-MM-dd format. Supports today.
competitionNoCompetition name.
divisionNoDivision name.
seasonNoCompetition season, for example 2025-26.
teamNoMatches where the team is either home or away.
statusNolive, ft, active, or scheduled.
formatNojson or xml. Default is json.

Examples

status=active includes live matches plus FT matches.

Competitions

GET /Competitions

Query parameter Required Notes
countryNoFilters competitions to a country name such as England.

Examples

Known competition examples

COMPETITION_ID COMPETITION COUNTRY_ID CODE
1Premier League1Premier League
2Championship1Championship
3League One1League One
4League Two1League Two
5National League1National League
6National League N / S1National League N / S

Competition Seasons

GET /CompetitionSeasons

Query parameter Required Notes
competitionNoCompetition name filter.

Examples

Team Examples

TEAM_ID TEAM_NAME
1Brighton & Hove Albion
9Arsenal
134Crystal Palace
136Manchester United

Useful sample values for the team query parameter on /Fixtures.