ImportJSON icon indicating copy to clipboard operation
ImportJSON copied to clipboard

Import from Sleeper

Open djahngir opened this issue 4 years ago • 1 comments

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

djahngir avatar Feb 18 '21 15:02 djahngir

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?

FSRookie avatar Jun 06 '22 18:06 FSRookie