Hello, i have an airtable table where i have addresses, i am looking to get coodinates (lat-long) from them, after doing many researches i found some paid airatble extensions but also a platform called positionstack that offer a free plan to achieves geocoding. They have an api to do it remotely.
seems that it need to call it from airtable but i don not have any idea how to do it,
here is an example for google sheet :
https://api.positionstack.com/v1/forward?access_key=YOUR-API-KEY&query=+++sheet_name!C2:C11+++
Any idea how to do this on airtable ?
here the api doc page : API Documentation - positionstack