Wappler cant fetch the schema of this JSON data

Hi, i cant fetch the schema of this json data that i got from the horrible service of google Matrix API .
Here is the documentation https://developers.google.com/maps/documentation/distance-matrix/overview?hl=es-419

This is the json data:

{
   "destination_addresses": [
      "Lavalle 1735, C1048AAO CABA, Argentina"
   ],
   "origin_addresses": [
      "Roque Sáenz Peña 484-88, B1636FFB Olivos, Provincia de Buenos Aires, Argentina"
   ],
   "rows": [
      {
         "elements": [
            {
               "distance": {
                  "text": "16.6 km",
                  "value": 16644
               },
               "duration": {
                  "text": "25 min",
                  "value": 1519
               },
               "status": "OK"
            }
         ]
      }
   ],
   "status": "OK"
}

I need the distance and the duration values only. If anybody have an idea let me know. Thnks in advance.

Hi @Max_Saravia, I need the same thing! Please let me know if you found a solution!

Hi @borbinka2 yes i have the solution. Im not in front of my mac right now but i will help u soon as get to my office.

Awesome, thank you!

Hi @borbinka2 sorry for the delay in answering you, I created a new post with the guide on how to work with google distance matrix. I hope this helps you.

Here is the link: Guide to Getting the Distance and the Arrival Time from Google Distance Matrix

1 Like

Works perfectly, thank you sooooo much! :smiley:

1 Like