Displaying data from REST API in Grafana

Hi,
I recently started playing with grafana , the first simple grafana panel can be a timeseries data displayed of a public rest api.
so I have this REST API:
https://api.appnexus.com/currency?code=gbp&show_rate=true
so I have added Json Data source:
selected it in the query and added code=gbp&show_rate=true but nothing shows up :frowning:

I can’t seem to get this to work either. Is there any documentation on how to link data from a REST API in Grafana? Thanks in advance.

2 Likes