ynnadkrap / balldontlie

NBA API
http://www.balldontlie.io
225 stars 19 forks source link

Metadata incomplete #127

Open ChobinhoNL opened 7 months ago

ChobinhoNL commented 7 months ago

According to documentation, this should be the metadata on the end of the JSON: "meta": { "total_pages": 1, "current_page": 1, "next_page": null, "per_page": 30, "total_count": 30 }

In truth, this is the reponse from the players endpoint: "meta": { "current_page": 1, "next_page": 2, "per_page": 100 }

I was using the total pages counter to load all the players in my DWH using ADF. This seems to be an error, as it was working like intended before last week.

MatanAv commented 7 months ago

@ynnadkrap I've encountered this problem too :/