Fetching metadata using Fetch JSON

Hello community! I would like to retrieve data from a URL with metadata using Fetch JSON. Would like to know if anyone know what code to use for retrieving it?

heres the metadata url: https://pub-cd02cb317b314644935dbaea4d3e658d.r2.dev/5060

Looks like you will need to use a CORS proxy to access that with Fetch JSON, eg:

https://corsanywhere.herokuapp.com/https://pub-cd02cb317b314644935dbaea4d3e658d.r2.dev/5060

2 Likes

Thanks! figure out the jquery to fetch the data using “.attributes[1].value”

Testing it with this page helps alot! Glide • Fetch JSON column

Please note that the server for corsanywhere can go down if there’s a lot of requests at once (from users all over the world).

Please read more on the usage of it, and alternatives, in the link above.

1 Like

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