Get Tiles Raw

Pull a tile layer from an adhoc rest request. Return the results in a raw
flattened text format. This has the same requirements as the vanilla
endpoint.

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Body Params
integer
required

The audience ID for which to fetch tiles

integer

The market ID for which to restrict requested tiles. Is sometimes required depending on other parameters present.

bounds
array of numbers

Array with exatly 4 floats that represent the bounds of the viewport. These must be in west-south-east-north order, which is, respectively, a longitude, latitude, longitude, and latitude.

Bounds
integer

Web-mercator zoom level of the current viewport. This is combined with the bounds to determine the area of coverage and tile granularity needed in the response.

integer

S2 Cell Level to override level of tiles being returned

boolean
Defaults to true

Whether the scores in each tile should be averaged (True) or summed (False)

boolean
Defaults to true

Whether the quantiles should be with respect to what is in the bounds, or with respect to ALL the tiles in the provided market (False).

integer
Defaults to 11

How many colors should be used to report scores

colors
array of strings

An array of hex codes to use, in order, as quantile colors

Colors
boolean
Defaults to true

Testing only. Whether to encode the response as JSON

Response

Language
LoadingLoading…
Response
Click Try It! to start a request and see the response here!