For the complete documentation index, see llms.txt. This page is also available as Markdown.

APIs

REST APIs for metadata, subscriptions, and snapshots

This section documents the REST APIs available for TRADE integration, including metadata retrieval, subscription management, and snapshot requests.

Base URL

https://stm-api.lsports.eu

Authentication

All API requests require authentication via request body:

{
  "PackageId": "YOUR_PACKAGE_ID",
  "UserName": "YOUR_USERNAME",
  "Password": "YOUR_PASSWORD"
}

Available APIs

Core APIs

API
Endpoint
Description

Metadata

/Metadata/*

Retrieve sports, markets, locations, and competitions

Subscription

/Subscription/*

Manage fixture subscriptions and orders

Distribution

/Distribution/*

Control RabbitMQ feed distribution

Snapshot

/Snapshot/*

Request full data snapshots

Reference

Topic
Description

API Pagination

Handling paginated responses

Notes & Troubleshooting

Common issues and solutions

Response Format

All APIs return responses in the following format:

Rate Limits

  • Standard rate limit: 60 requests per minute

  • Snapshot requests: 10 requests per minute

Last updated

Was this helpful?