Import from Sleeper
I am trying to import from an API (https://api.sleeper.app/v1/players/nfl) If I use this syntax then it times out =ImportJSONAdvanced ("https://api.sleeper.app/v1/players/nfl") If I use this syntax to try and select certain fields then I get the below error =ImportJSON ("https://api.sleeper.app/v1/players/nfl", "first_name,second_name,position") "REFERENCE DOES NOT EXIST
I am using the API guidance here, any help would be greatly appreciated as it's driving me mad
https://docs.sleeper.app/#players
Hey I'd like to second this. For some reason JUST the players API seems to behave different than the others. If I wrap importjson in a query and just call up Col1 it works just fine for the other links but not for this one. Any ideas?