Where can I write my API's in metabase and which language it should be in?

I am not getting where we can write API's in metabase and which language it should be in?

if possible, brief explanation will be appreciated!

Hi @Megha
Have a look here: https://www.metabase.com/learn/administration/metabase-api
The API is just a regular Rest API, so you can use whichever programming language you use to communicate with it.
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

Thanks for the inputs.
Is there any opportunity to connect in meet to ask doubts or to take inputs from the team?

@Megha We offer extended support for Pro/Enterprise customers: https://www.metabase.com/pricing

1 Like

Okay!..
Is there any references or examples about integrating API's to metabase frontend?

If you have video references that would be great!

@Megha The entire Metabase frontend uses the API to do everything. Like I wrote previously: 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.

There's no official videos for this, but a video wouldn't be that helpful for API coding either, since it's a developer task and if you have no experience with APIs, then you can probably search for general (not Metabase specific) videos online.