Retrieving Dynamic Json from API

There’s an API I use that serves up data in JSON format. Unfortunately Wappler’s JSON Data Source appears only to let me select a static JSON File. Does anyone have any suggestions for me as a workaround?

Hello, there is an API Data Source, that should be used for connecting to API Services. JSON Data Source component is for local JSON files only.

Thanks Teodor. Is there a way in Wappler to parse the JSON data that comes from the API Data Source or should I manually put some classes in or similar into the code to do this. I’m just starting with Wappler so excuse my relative ignorance.

The API Data Source reads JSON structures, no need to add any class for this.

Excellent new. Thank you Teodor.

1 Like