How to make required parameters in web api

Hello Kodular Community,

I want to calculate ideal weight and bmi by using api from Rapaidapi. But I do not know how to set required parameters, can you help me please?



Hi,
That’s not a parameter, it says that the respected field is required and you should not avoid that.

1 Like

Why do you want an api for that? Why not just calculate it yourself? This can easily be done with the mathblocks.

1 Like

Thanks for reply, I want to learn how to do it in kodular component just by entering these data

Hi Peter, Really for learning how to use api in kodular :sweat_smile:

Post api documentation here. Or give us api documentation link

1 Like

From Rapaidapi

Here is a list of public available api’s.

2 Likes

Loading loading and loading…

1 Like

Maybe this :

1 Like

Try this, blocks are draggable

2 Likes

It showed me this

Post your blocks

1 Like

Yes, it works. Thanks.

My Mistake was in url I forgot to put “?” in the end of url
https://fitness-calculator.p.rapidapi.com/bmi?

1 Like

You are welcome

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.