This simple web application allows you to unshorten Google Maps URLs.
Usage:
/unshortener with the link parameter containing the shortened Google Maps URL.Example request: GET /unshortener?link=https://maps.app.goo.gl/short_link
{
"full_link": "https://www.google.com/maps?q=40.7128,-74.0060",
"lat": 40.7128,
"long": -74.0060,
"steps": 3,
"nominatim": true,
"timestamp": 1621505543
}
Source Code | retiolus.net | Support me on Liberapay