Fixtures API
Retrieves 10 random fixtures, prioritizing football and basketball fixtures from major leagues.
GEThttps://sec-gw.lsports.eu/fixtures/api/v1/fixtures
Header parameters
Response
Successfully retrieved 10 random fixtures.
Body
Fixturesarray of object
Request
Response
Retrieves 10 random fixtures filtered by sport ID.
GEThttps://sec-gw.lsports.eu/fixtures/api/v1/fixtures/{SportId}
Path parameters
SportId*string
Unique identifier for the sport to filter fixtures
"601"
Header parameters
Response
Successfully retrieved 10 random fixtures filtered by sport ID.
Body
Fixturesarray of object
Request
Response
Returns metadata for an array of requested LSports fixture IDs.
POSThttps://sec-gw.lsports.eu/fixtures/api/v1/metadata
Header parameters
Body
FixtureIdsarray of integer
Array of LSports fixture IDs to retrieve metadata for
Response
Successfully retrieved metadata for the requested fixtures.
Body
Idinteger
Fixture ID
123456
HomeLineupobject
AwayLineupobject
HomeParticipantTeam (object)
AwayParticipantTeam (object)
LeagueLeague (object)
Locationstring
Location name
"Old Trafford"
Sportstring
Sport type
"Football"
StartDatestring (date-time)
Fixture start date and time
"2024-10-19T14:00:00Z"
HomeFormationnullable string
Home team formation, if available
"4-4-2"
AwayFormationnullable string
Away team formation, if available
"4-3-3"
BestOfnullable string
Number of sets or matches, if applicable
"3"
SurfaceTypenullable string
Surface type (e.g., grass), if applicable
"Grass"
Categorynullable string
Category of the fixture, if applicable
"Premier League"
NeutralVenuenullable string
Whether the fixture is played at a neutral venue
"true"
HomeFormnullable string
Recent form of the home team
"W-W-D-L"
AwayFormnullable string
Recent form of the away team
"L-L-D-W"
HomeJerseyColornullable string
Home team jersey color, if available
"#00000"
AwayJerseyColornullable string
Away team jersey color, if available
"#00000"
Request
Response
Last updated