Introduction
SCAPI is a RESTful service for data on soccer. It is a PAID service with low price (started with $10 per month).
Note that in order to access SCAPI you must purchase related packages.
Please contact us via [email protected] if you have any problem.
Authentication
To authorize, use this code: Make sure replace your_token with your real token.
curl "api_endpoint?token=your_token"
You will get a token from Users page. You should pass it as token= in GET query.
API Endpoints
API endpoint is started with http://api.scapi.me/api/v1
Rate Limatation
counter-request : 10
package-request : 3600
next-reset-request : 1515909600
3600 requests per hour.
You can pay extra 50$ to get 199,999 requests per hour.
Values in headers:
| Header Name | Description |
|---|---|
| package-request | The maximum number of requests that the consumer is permitted to make per hour. |
| counter-request | The number of requests in the current use. |
| next-reset-request | The time at which the current rate limit window resets in UTC epoch seconds. |
Response
All responses are in JSON and has a success key to indicate it is successful or not.
You'll get results if everything moves well, and an Error will be thrown if failed.