---
title: "Search HTML Mode delivery locations"
method: GET
path: "/v3/pages/{page_unique_id}/locations"
tags: ["HTML Mode Pages"]
---

# Search HTML Mode delivery locations

`GET /v3/pages/{page_unique_id}/locations`

Page-scoped public endpoint for HTML Mode location lookup. Requires the page public API key for the `page_unique_id` path page and validates the browser origin against domains attached to the page, or the business domains when the page has no attached domains.

## Query parameters

- `search` string
- `page_size` integer
- `next_cursor` string
- `previous_cursor` string

## Response `200`

Location search results

- StorefrontLocationListResponse
  - `data` StorefrontLocation[], required
    - `id` integer, required
    - `subdistrict_name` string, required
    - `city_name` string, required
    - `province_name` string, required
    - `display` string, required
  - `is_paginated` boolean, required
  - `has_next` boolean
  - `has_previous` boolean
  - `next_cursor` string, nullable
  - `previous_cursor` string, nullable
  - `page_size` integer

## Other responses

- `404` — Not Found

---

[API](https://skmtc.net/scalev/apis/nexus-commerce-api.md) · [All operations](https://skmtc.net/scalev/apis/nexus-commerce-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/scalev/nexus-commerce-api/revisions/4354959d76dc/schema)
