Skip to content
Download OpenAPI description
Languages
Servers
Mock server
https://docs.goalise.com/_mock/apireference/openapi
Goalise API Server
https://api.goalise.com/api/v2
Operations
Operations
Operations
Operations
Operations
Operations
Operations

Request

Returns a predictions for a match

Security
bearerAuth
Query
match_idintegerrequired

ID of the match to get predictions for

Example: match_id=372452
curl -i -X GET \
  'https://docs.goalise.com/_mock/apireference/openapi/predictions?match_id=372452' \
  -H 'Authorization: Bearer <YOUR_TOKEN_HERE>'

Responses

Successful response

Bodyapplication/json
statusstring
Example: "success"
paginationobject or null

Pagination info if applicable

Example: null
errorsobject or null
Example: null
responseobject or null
Response
application/json
{ "status": "success", "pagination": null, "errors": null, "response": { "predictions": {}, "teams": {}, "comparison": {} } }
Operations
Operations