EndpointsGet Predictions
Endpoints

GET /predictions

Retrieve a list of betting predictions

curl -X GET "https://api.predictorbets.com/v1/predictions?limit=42" \
  -H "Content-Type: application/json"
["null"]
GET
/predictions
GET
query
limitinteger

How many predictions to return at one time (max 100)

Format: int32
Request Preview
Response

Response will appear here after sending the request

Query Parameters

limitinteger

How many predictions to return at one time (max 100)

Responses

A paginated array of betting predictions

Was this page helpful?
Built with Documentation.AI

Last updated 1 week ago