---
title: "GET /api/v3/locations/all"
method: GET
path: "/api/v3/locations/all"
tags: ["locations"]
---

# GET /api/v3/locations/all

`GET /api/v3/locations/all`

Location viewset.

## Query parameters

- `country` string
- `page` integer

## Response `200`

- AllLocationResponse
  - `message` string, required
  - `traceId` string, uuid, required
  - `data` AllLocationList[], required
    - `description` string, required — Description of the location
    - `address` string, required — String address of the location
    - `latitude` string, required — Lattitude of the location
    - `longitude` string, required — Longitude of the location
    - `locationId` string, uuid, required — Unique uuid for the location. This id can be used to refer an origin or destination in the order creation endpoint.
    - `locationType` 'p99_network' | 'private', required
    - `country` string, required
    - `schedule` LocationSchedule
      - `friday` object
        - `opens` string
        - `closed` boolean
        - `closes` string
      - `monday` object
        - `opens` string
        - `closed` boolean
        - `closes` string
      - `sunday` object
        - `opens` string
        - `closed` boolean
        - `closes` string
      - `tuesday` object
        - `opens` string
        - `closed` boolean
        - `closes` string
      - `saturday` object
        - `opens` string
        - `closed` boolean
        - `closes` string
      - `thursday` object
        - `opens` string
        - `closed` boolean
        - `closes` string
      - `time_zone` string
      - `wednesday` object
        - `opens` string
        - `closed` boolean
        - `closes` string
    - `zipcode` string, required — Zipcode address
  - `next` string, uri, required
  - `previous` string, uri, required
  - `errors` object, required

---

[API](https://skmtc.dev/99minutos/apis/api-version-3.md) · [All operations](https://skmtc.dev/99minutos/apis/api-version-3/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/99minutos/api-version-3/revisions/3eca3996fd97/schema)
