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.
Latency
48ms p95
Uptime
100.0% 30d
Playground
Verified
live
Endpoints
/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.
/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.
/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