Metabase API

Hi

metabase ver : v0.33.0

I want to create questions and dashboards automatically.
Please tell me the range that can be realized with API.

Hi @yuuuuuuuji
The API documentation is here:
https://github.com/metabase/metabase/wiki/Using-the-REST-API
https://github.com/metabase/metabase/blob/master/docs/api-documentation.md

1 Like

hi @flamber

thanks!

As a confirmation, can I create the same question as a manually created question using the API?

@yuuuuuuuji
Everything you can do in the Metabase interface, you can do via the API (with very few exceptions).
The best way to learn the API, is to just use Metabase while having your browser developer network-tab open and looking at the request, and what data is being send/received.

1 Like

@flamber

OK. Thank you.