---
title: "Get one entity profile by exact Loa slug or entity_pages.id"
method: GET
path: "/entities/{slug}"
---

# Get one entity profile by exact Loa slug or entity_pages.id

`GET /entities/{slug}`

## Path parameters

- `slug` string, required

## Query parameters

- `type` 'hospital' | 'provider'

## Response `200`

Entity profile with provenance.

- EntityProfileResponse
  - `request_id` string, required
  - `entity` EntityProfile, required
    - `id` string, uuid, required
    - `entityType` 'hospital' | 'provider', required
    - `slug` string, required
    - `canonicalName` string, required
    - `displayName` string, nullable
    - `city` string, nullable
    - `state` string, nullable
    - `zipCode` string, nullable
    - `address` string, nullable
    - `phone` string, nullable
    - `website` string, nullable
    - `npi` string, nullable
    - `ccn` string, nullable
    - `hpfId` string, nullable
    - `dataQualityScore` number, nullable
    - `updatedAt` string
    - `metadata` object
  - `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
  - `profile_field_provenance` object, required

## Other responses

- `400` — InvalidEntityType.
- `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)
