GET All Types
Returns all types available within your subscription.
https://api.sportmonks.com/v3/core/types{
"id": 1,
"parent_id": null,
"name": "1st Half",
"code": "1st-half",
"developer_name": "INPLAY_1ST_HALF",
"group": null,
"description": null
},
{
"id": 2,
"parent_id": null,
"name": "2nd Half",
"code": "2nd-half",
"developer_name": "INPLAY_2ND_HALF",
"group": null,
"description": null
},Field
Description
Type
Parameters
Query Parameters
Required?
Description
Pagination
Include depth
Include options
Code Example
Last updated
Was this helpful?