APIHub
Back to Explore

Playable Locations API

The Playable Locations API provides endpoints to retrieve playable locations within a specified area and to log impression events and player-reported issues for those locations.

Analytics
none
HTTPS
CORS: Unknown
Description enriched
Visit official documentation

Latency

48ms p95

Uptime

100.0% 30d

Playground

Verified

live

Endpoints

REST · JSON
POST

/v3:samplePlayableLocations

Returns a set of playable locations that lie within a specified area, that satisfy optional filter criteria. Note: Identical `SamplePlayableLocations` requests can return different results as the state of the world changes over time.

POST

/v3:logImpressions

Logs new events when playable locations are displayed, and when they are interacted with. Impressions are not partially saved; either all impressions are saved and this request succeeds, or no impressions are saved, and this request fails.

POST

/v3:logPlayerReports

Logs bad playable location reports submitted by players. Reports are not partially saved; either all reports are saved and this request succeeds, or no reports are saved, and this request fails.

3 endpoints auto-detected

curl -X POST \
  "https://playablelocations.googleapis.com/v3:samplePlayableLocations"

playablelocations.googleapis.com · HTTPS only