Address from current location coordinates

Is it possible in glide table to look up an address based on current location coordinates without having to use Google Maps or Radar, i.e. without having to pay for an integration?

If you are able to call an api with the longitude and latitude, then you can use this api below:

https://nominatim.openstreetmap.org/reverse?lat=REPLACE&lon=-REPLACE&format=jsonv2

As an example: https://nominatim.openstreetmap.org/reverse?lat=51.1789&lon=-1.8262&format=jsonv2

You should then be able to pull your desired fields from the response