/arcgis/navigation-night/static

Metadata for ArcGIS Navigation Night static basemap tiles.

Returns metadata for ArcGIS Navigation Night static basemap tiles.

Query parameters

NameTypeRequiredDefault valueDescription

string

json

The requested response format - either json or pjson (pretty json).

string

The authentication token, created from an ArcGIS Location Platform account, with the premium:user:staticbasemaptiles privilege, used to access the static basemap tiles service.

f

The requested response format - either json or pjson (pretty json).

Default
json
Enumerated values
json
pjson

token

The authentication token, created from an ArcGIS Location Platform account, with the premium:user:staticbasemaptiles 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

1
2
3
# You can also use wget
curl -X GET https://static-map-tiles-api.arcgis.com/arcgis/rest/services/static-basemap-tiles-service/beta/arcgis/navigation-night/static \
  -H 'Accept: application/json'

Response

StatusMeaningDescriptionSchema

200

OK

Metadata response.

MetaData

400

Bad Request

Invalid query parameters.

Error

401

Unauthorized

Authentication Error. The API key or token is missing, invalid or expired.

Error

403

Forbidden

The required parameter 'token' is valid, but does not have permission to access the service.

Error

404

Not Found

The requested resource was not found.

Error

5XX

Unknown

An error occurred on the server.

Error

Your browser is no longer supported. Please upgrade your browser for the best experience. See our browser deprecation post for more details.

You can no longer sign into this site. Go to your ArcGIS portal or the ArcGIS Location Platform dashboard to perform management tasks.

Your ArcGIS portal

Create, manage, and access API keys and OAuth 2.0 developer credentials, hosted layers, and data services.

Your ArcGIS Location Platform dashboard

Manage billing, monitor service usage, and access additional resources.

Learn more about these changes in the What's new in Esri Developers June 2024 blog post.

Close