Skip to content

Get popular item results by type ​

GET
/v1/popularitemresults/{popularitems_type}

Authorizations​

api_key
Type
API Key (header: X-Api-Key)

Parameters​

Path Parameters

popularitems_type*

Type of the popular items

Type
string
Required
Valid values
"events""teams"

Responses​

OK

application/json
JSON
{
  
"popularitems_type": "string",
  
"results": [
  
  
{
  
  
  
"additionalProperties": "string"
  
  
}
  
]
}

Playground​

Server
Authorization
Variables
Key
Value

Samples​