---
title: "Compare source-labeled prices across entities"
method: GET
path: "/prices/compare"
---

# Compare source-labeled prices across entities

`GET /prices/compare`

## Query parameters

- `entity` string, required
- `cpt_code` string, required
- `limit_per_entity` integer

## Response `200`

Grouped comparisons by CPT code and entity.

- PriceCompareResponse
  - `request_id` string, required
  - `query` object, required
  - `comparisons` object[], required
  - `provenance` Provenance, required
    - `authority` string, required
    - `source_type` string
    - `sourceType` string
    - `source_label` string
    - `sourceLabel` string
    - `sourceUpdatedAt` string
    - `loaReviewedAt` string
    - `confidence` 'high' | 'medium' | 'low', required
    - `caveats` string[], required

## Other responses

- `400` — InvalidPriceCompareRequest.
- `401` — ApiClientUnauthorized.
- `403` — ApiClientDisabled or ApiClientScopeDenied.
- `404` — EntityNotFound.
- `429` — ApiRateLimited.

---

[API](https://skmtc.net/loacare/apis/loa-healthcare-pricing-api.md) · [All operations](https://skmtc.net/loacare/apis/loa-healthcare-pricing-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/loacare/loa-healthcare-pricing-api/revisions/daa3a7e12b1e/schema)
