---
title: "Get one agency profile with recent reviews"
method: GET
path: "/agencies/{slug}"
---

# Get one agency profile with recent reviews

`GET /agencies/{slug}`

## Path parameters

- `slug` string, required

## Response `200`

Agency profile

- object
  - `agency` object
    - `slug` string
    - `name` string
    - `tagline` string, nullable
    - `location` object
      - `city` string, nullable
      - `country` string, nullable
    - `rating` number, nullable — Overall rating, 0-5
    - `total_reviews` integer
    - `services` string[]
    - `industries` string[]
    - `team_size` '1-10' | '11-50' | '51-200' | '201-500' | '500+' | 'null', nullable
    - `founded_year` integer, nullable
    - `min_budget_usd` integer, nullable
    - `website` string, nullable
    - `is_verified` boolean
    - `profile_url` string, uri
    - `description` string, nullable
    - `recent_reviews` object[]
      - `rating` number, nullable
      - `summary` string, nullable
      - `author` string

## Other responses

- `404` — Unknown slug

---

[API](https://skmtc.net/pickanagency/apis/pick-an-agency-api.md) · [All operations](https://skmtc.net/pickanagency/apis/pick-an-agency-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/pickanagency/pick-an-agency-api/versions/2a3f051cd088/schema)
