Grafana - json data source

i triyed to put a json datasource on grafana but that don’t work, i install json and ssonsimple plugin but don’t work.

i put a a datasource like :

json data : https://fcc-weather-api.glitch.me/api/current?lat=35&lon=139

i want to know how to have fraph with json data with grafana, thanks for any help

  • You will have to do some programming to wrap the json data api and provide some endpoints (using Node or some other webserver).
  • The data has to be in the time series format so that Grafana can use it. The json data from your api is not in a time series format. (timestamp, metric name, value).

All this is specified in the readme: