Menu
Enterprise
Open source
HTTP API reference
The Grafana backend exposes an HTTP API, which is the same API that is used by the frontend to do everything from saving dashboards, creating users, and updating data sources.
Since version 8.4, HTTP API details are specified using OpenAPI v2.
Starting from version 9.1, there is also a OpenAPI v3 specification (generated by the v2 one).
Users can browser and try out both via the Swagger UI editor (served by the grafana server) by navigating to /swagger-ui
and /openapi3
respectively.
HTTP APIs
- Admin API
- Alerting API (unstable)
- Alerting Provisioning API
- Annotations API
- Authentication API
- Correlations API
- Dashboard API
- Dashboard Permissions API
- Dashboard Versions API
- Data source API
- Folder API
- Folder Permissions API
- Folder/Dashboard Search API
- Library Element API
- Organization API
- Other API
- Playlists API
- Preferences API
- Short URL API
- Query history API
- Snapshot API
- Team API
- User API
Deprecated HTTP APIs
Grafana Enterprise HTTP APIs
Grafana Enterprise includes all of the Grafana OSS APIs as well as those that follow:
Was this page helpful?
Related resources from Grafana Labs
Additional helpful documentation, links, and articles:

Getting started with the Grafana LGTM Stack
In this webinar, we’ll demo how to get started using the LGTM Stack: Loki for logs, Grafana for visualization, Tempo for traces, and Mimir for metrics.

Getting started with Grafana dashboard design
In this webinar, you'll learn how to design stylish and easily accessible Grafana dashboards that tell a story.

Unify your data with Grafana plugins: Datadog, Splunk, MongoDB, and more
In this webinar, learn how to leverage Grafana's plugin ecosystem for access to 80+ data sources, including plugins for Datadog, Splunk, MongoDB, and more.