Closed bladx closed 5 years ago
The seasons query param should be an array: https://www.balldontlie.io/api/v1/games?per_page=100&seasons[]=2018&page=10
Hello Danny,
Thank you, I thought there was no difference when targeting a single season. I'll be careful with array query parameters now.
Best,
Xavier
Hello,
I just found out that when I call the following URL : https://www.balldontlie.io/api/v1/games?per_page=100&seasons=2018&page=10 in the response I have multiple games from 1990 even if I specified seasons = 2018 in the query parameter. Here is an example I got from the response :
BR,
Xavier