Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Raygun Metrics API

Query time-series and histogram metrics for page performance and error rates with flexible bucket, range, and filter parameters. Powers custom dashboards and external observability exports.

Raygun Metrics API is one of 15 APIs that Raygun publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Observability, Metrics, Real User Monitoring, and Time Series. The published artifact set on APIs.io includes API documentation and an OpenAPI specification.

This API exposes 3 operations across 3 paths. It is described by OpenAPI 3.0.3, at version 3.0.

Requests are made against a single base URL, https://api.raygun.com/v3.

3 operations 3 paths 0 schemas 3 POST

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
3.0
Server
https://api.raygun.com/v3
Authentication
HTTP Bearer
Resource Areas
1

Authentication & Security 1

Raygun Metrics API declares 1 security scheme for authenticating requests. It accepts HTTP bearer tokens (personal_access_token). By default, every request must be authenticated.

  • personal_access_token — Personal Access Token authorization using the Bearer scheme. Example: Authorization: Bearer {token}

Paths & Operations 3

Across 3 paths, the API surfaces 3 operations — 3 POST. Each is listed below with its method, path, parameters, and response codes.

metrics 3
POST
/metrics/{application-identifier}/pages/time-series
Time-series Page Metrics
metrics-pages-time-series 1 param body → 200400401403404422429
POST
/metrics/{application-identifier}/pages/histogram
Histogram Page Metrics
metrics-pages-histogram 1 param body → 200400401403404422429
POST
/metrics/{application-identifier}/errors/time-series
Time-series Error Metrics
metrics-errors-time-series 1 param body → 200400401403404422429

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

raygun-metrics-api-openapi.yml Raw ↑

Other APIs Raygun publishes across the network.

Raygun Applications API
Raygun Errors API
Raygun Deployments API
Raygun Source Maps API
Raygun Sessions API
Raygun Pages API
Raygun Customers API
Raygun Flutter Symbols API
Raygun Teams API
Raygun Invitations API
Raygun Plans API
Raygun Crash Reporting Ingestion API