API for fetching trending stat insights, and split historical player stats
API for fetching trending stat insights, and split historical player stats
curl -i -X GET \ 'https://docs.anytimelabs.io/_mock/apis/data-filters?key=YOUR_API_KEY_HERE'
List of all data filters
Allowed type for filter values
Categories of filters. time_span filters segment data by a contiguous time period (e.g. last n games, seasons). game filters segment data by a specific game condition (e.g. home/away, h2h).
List of league IDs where this filter is valid. Empty list means it is valid for all leagues.
List of entity types this filter applies to. Empty list means it applies to all entity types.
[ { "key": "string", "description": "string", "value_type": "string", "filter_type": "time_span", "restricted_to_league_ids": [ … ], "restricted_to_entity_types": [ … ] } ]