Kaggle / kaggle-api

Official Kaggle API
Apache License 2.0
6.28k stars 1.1k forks source link

Using via a http api instead of python client #497

Closed avin-kavish closed 9 months ago

avin-kavish commented 1 year ago

Hello,

I have a requirement to search and download datasets to a browser environment. Is there a way to do this directly without going through a python proxy? I guess I just need to know the http endpoints used by the python client and I can fetch it directly.

jplotts commented 9 months ago

Hi @avin-kavish - yes, you can look through the code to find the http endpoints. We don't document these explicitly since they're not necessarily stable and can change in the future.