Metadata for ArcGIS Nova static basemap tiles.
Returns metadata for ArcGIS Nova static basemap tiles.
Query parameters
Name | Type | Required | Default value | Description |
---|---|---|---|---|
|
| The requested response format - either | ||
|
| The authentication token, created from an ArcGIS Location Platform account, with the |
f
The requested response format - either json
or pjson
(pretty json).
- Default
- json
Enumerated values
token
The authentication token, created from an ArcGIS Location Platform account, with the premium
privilege, used to access the static basemap tiles service.
The token
parameter can be either an API Key or short-lived token. See
ArcGIS security
documentation
for more information on authenticating with a token or API key.
Alternatively, you can supply a token in the request header with one of the following keys using the "Bearer" scheme:
Authorization
: Bearer <YOUR _TOKEN > X-
Esri- Authorization : Bearer <YOUR _TOKEN >
Examples
Request
# You can also use wget
curl -X GET https://static-map-tiles-api.arcgis.com/arcgis/rest/services/static-basemap-tiles-service/beta/arcgis/nova/static \
-H 'Accept: application/json'
Response
200 Response
{
"mapName": "ArcGIS Streets",
"description": "This layer provides a detailed basemap for the world symbolized with a classic Esri street map style.",
"copyrightText": "Sources: Esri, TomTom, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, and the GIS User Community",
"supportsDynamicLayers": false,
"spatialReference": {
"wkid": 102100,
"latestWkid": 3857
},
"singleFusedMapCache": true,
"tileInfo": {
"rows": 512,
"cols": 512,
"dpi": 96,
"compressionQuality": 75,
"format": "PNG",
"lods": [
{
"level": 6,
"resolution": 1222.992452562495,
"scale": 4622324.434309
}
],
"origin": {
"m": 0,
"spatialReference": {
"wkid": 102100,
"latestWkid": 3857
},
"x": 0,
"y": 0,
"z": 0
},
"spatialReference": {
"wkid": 102100,
"latestWkid": 3857
}
},
"initialExtent": {
"spatialReference": {
"wkid": 102100,
"latestWkid": 3857
},
"xmax": 20037507.22959434,
"xmin": -20037507.22959434,
"ymax": 19971868.880408563,
"ymin": -19971868.880408563
},
"fullExtent": {
"spatialReference": {
"wkid": 102100,
"latestWkid": 3857
},
"xmax": 20037507.22959434,
"xmin": -20037507.22959434,
"ymax": 19971868.880408563,
"ymin": -19971868.880408563
},
"minScale": 0,
"maxScale": 0,
"units": "esriMeters",
"supportedImageFormatTypes": "PNG",
"documentInfo": {
"Title": "ArcGIS Streets",
"Author": "Esri",
"Comments": "string",
"Subject": "imagery, satellite, aerial",
"Category": "imageryBaseMapsEarthCover (Imagery, basemaps, and land cover)",
"AntialiasingMode": "None",
"TextAntialiasingMode": "None",
"Keywords": "World,Global,United States"
},
"capabilities": "Map",
"exportTilesAllowed": false,
"maxRecordCount": 100,
"maxImageHeight": 512,
"maxImageWidth": 512
}
Status | Meaning | Description | Schema |
---|---|---|---|
| Metadata response. | ||
| Invalid query parameters. | ||
| Authentication Error. The API key or token is missing, invalid or expired. | ||
| The required parameter 'token' is valid, but does not have permission to access the service. | ||
| The requested resource was not found. | ||
| Unknown | An error occurred on the server. |