---
search:
  tags:
    - Venues
    - GET
seo:
  description: >-
    Cursor-paginated. An event references a venue by ID, so this is how an…
    Reference for the GET /api/v1/venues endpoint in the Bloomcount Public API
    API.
sidebar:
  label: List venues
  badge: GET
title: List venues
type: openapi-operation
---
Cursor-paginated. An event references a venue by ID, so this is how an integration resolves one before writing
events.

`distanceMeters` and `durationSeconds` are computed in the background from your own business address, so a
venue created a moment ago may read `null` on both until that finishes. Poll the venue again rather than
treating `null` as "no route".

<Operation source="reference" id="get-api-v1-venues" />
