> For the complete documentation index, see [llms.txt](https://docs.toomuchmedia.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.toomuchmedia.com/api/api-endpoints/service/api-service-stats-breakdowns.md).

# /api/service/stats‑breakdowns

## GET /api/service/stats-breakdowns

> Get a list of NATS stats breakdowns

```json
{"openapi":"3.0.2","info":{"title":"API Specification","version":"v1"},"tags":[{"name":"/api/service/stats-breakdowns"}],"security":[{"api-key":[],"api-username":[]}],"components":{"securitySchemes":{"api-key":{"type":"apiKey","in":"header","name":"api-key"}},"schemas":{"get_service_stats-breakdowns":{"type":"object","properties":{"success":{"type":"boolean"}}}}},"paths":{"/api/service/stats-breakdowns":{"get":{"description":"Get a list of NATS stats breakdowns","tags":["/api/service/stats-breakdowns"],"responses":{"200":{"description":"success","content":{"text/php":{"schema":{"$ref":"#/components/schemas/get_service_stats-breakdowns"}},"application/json":{"schema":{"$ref":"#/components/schemas/get_service_stats-breakdowns"}},"application/xml":{"schema":{"$ref":"#/components/schemas/get_service_stats-breakdowns"}}}}}}}}}
```
