---
title: "GET /reviews-for-locality"
method: GET
path: "/reviews-for-locality"
tags: ["reviews"]
---

# GET /reviews-for-locality

`GET /reviews-for-locality`

Return a list of reviews for given locality

## Query parameters

- `lat` number, double
- `lng` number, double
- `state` string
- `rental_category` string

## Response `200`

HTTP status code 200 and array of localityReview model

- LocalityReview[]
  - `id` integer
  - `rental_lat` number, double
  - `rental_lng` number, double
  - `rental_summary` RentalSummary
    - `campsite_summary` CampsiteSummary
      - `beds` integer
      - `campground_id` integer
      - `campground_name` string
      - `campground_sitemap_url` string
      - `display_campsite_type` string
      - `display_max_vehicle_length` string
      - `display_site_type` string
      - `is_odn` boolean
      - `rental_id` integer
      - `site_type` string
      - `sleeps` integer
      - `type` string
    - `disallow_movement` boolean
    - `display_type` string
    - `formatted_length` string
    - `id` integer
    - `interior_primary_image_url` string
    - `internal_id` string
    - `location` string
    - `name` string
    - `primary_image_url` string
    - `rental_category` string
    - `sleeps` integer
    - `slug` string
    - `stay_summary` StaySummary
      - `baths` integer
      - `bedrooms` integer
      - `beds` integer
      - `check_in_type` string
      - `display_stay_type` string
      - `location_description` string
      - `max_parking_spaces` integer
      - `parking_onsite` boolean
      - `rental_id` integer
      - `sleeps` integer
      - `type` string
    - `style` string
    - `type` string
  - `reviewer` Reviewer
    - `avatar_url` string
    - `first_name` string
    - `id` integer
    - `last_name` string
  - `score` number, double
  - `text` string
  - `timestamp` string

---

[API](https://skmtc.net/outdoorsy/apis/outdoorsy-api-documentation.md) · [All operations](https://skmtc.net/outdoorsy/apis/outdoorsy-api-documentation/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/outdoorsy/outdoorsy-api-documentation/revisions/f0cf8f605ea0/schema)
