grafana/docs/sources/developer-resources/api-reference/_index.md
Anna Urbiztondo 37715664f6
Docs: Data Model in Dev Resources (#120421)
* Structure

* Indexes

* Tiles

* Edit

* Index2

* Feedback

* Data model info

* Prettier

* Title

* More edits

* Fixes

* Clarification
2026-03-17 15:20:03 +01:00

34 lines
1.3 KiB
Markdown

---
keywords:
- grafana
- documentation
- developers
- resources
- data model
title: Grafana APIs
weight: 300
cards:
items:
- title: HTTP API
height: 24
href: ./http-api/
description: Every Grafana instance exposes an HTTP API, which is the same API used by the Grafana frontend to manage resources like saving dashboards, creating users, updating data sources, deleting alerts, and more. You can use the HTTP API to programmatically access or manage resources from your Grafana instance.
- title: Grafana Cloud API
height: 24
href: ./cloud-api/
description: The Grafana Cloud API, sometimes referred to as the Grafana.com API or GCOM API, allows you to interact with resources from your Grafana Cloud Stack programmatically.
- title: Tracing API
height: 24
href: ./tracing-api/
description: Tempo exposes an API for pushing and querying traces, and operating the cluster itself.
- title: Synthetic Monitoring API
height: 24
href: ./synthetic-monitoring-api/
description: The Grafana Cloud Synthetic Monitoring REST API provides programmatic access to Synthetic Monitoring resources.
---
# Grafana APIs
Refer to the following API reference guides:
{{< card-grid key="cards" type="simple" >}}