Menu
Documentationbreadcrumb arrowPluginsbreadcrumb arrowJSON API data source
Open sourceGrafana Cloud

Warning

This plugin is now in maintenance mode, no new features will be added. We recommend using theInfinity data source plugin instead

JSON API is an open source data source plugin for Grafana that lets you visualize data from any URL that returns JSON, such as REST APIs or static file servers.

Known Limitations

  • Since the plugin doesn’t keep a record of previous queries, each query needs to contain the complete data set you want to visualize. If you’d like to visualize how the data changes over time, you’re probably better off storing the data in a database.

  • This plugin doesn’t support backend operations such as alerting, recorded queries, shared dashboards, enterprise query caching, etc. If you prefer to use one of those options, use theGrafana Infinity Datasource plugin instead.

  • This plugins doesn’t support authentication methods such as OAuth2, digest authentication, jwt authentication. If you prefer to use one of those options, use theGrafana Infinity Datasource plugin instead.

Is this page helpful?