/webmaps/arcgis/streets-relief

ArcGIS Streets Relief as a web map.

Returns the JSON for ArcGIS Streets Relief as a web map.

ArcGIS Streets Relief

The default global place labels are in English. To display place labels in other languages, use the language parameter.

This (v2) vector tile layer provides a detailed basemap for the world featuring a classic Esri street map style designed for use with a relief map.

For more information about the style, data providers, attribution, and terms of use, go to the item page in ArcGIS.

Note:

This endpoint does not support worldviews. Making a request to this endpoint with a worldview query parameter will result in a bad request.

Query parameters

NameTypeRequiredDefault valueDescription

string

global

Optional, case-sensitive parameter to specify the preferred language to use for ArcGIS basemap labels.

string

The authentication token, used to access the Basemap styles service.

string

json

Optional, case-sensitive parameter to specify the format in which responses are given. Can either be json or pjson.

language

Optional, case-sensitive parameter to specify the preferred language to use for ArcGIS basemap labels.

This query parameter makes use of language codes to specify the preferred language. If not set, the default behavior is to use the Global Language code, usually English.

If an unsupported language code is used, then the service will attempt to fall-back to the closest available language. This is done by stripping regional and extension subtags to find a known language code. For example, American English (en-US) or Canadian French (fr-CA) will be interpreted as English and French respectively. Should this fail, then the service will use the default label language (Global).

LanguageLanguage CodeISO 639-2:1998ISO 639-1Notes
GlobalglobalUses global place names. This default option will use the basemap style default, usually English.
LocallocalUses the local place names. This will use the names of places in their local language - Eg. Lisboa for Lisbon.
ArabicararaUses the Unicode font.
BosnianbsbosUses the Unicode font.
BulgarianbgbulUses the Unicode font.
Catalancacat
Chinese (Hong Kong)zh-HKzh-hkUses the Unicode font.
Chinese (Simplified)zh-CNzh-cnUses the Unicode font.
Chinese (Taiwan)zh-TWzh-twUses the Unicode font.
CroatianhrhrvUses the Unicode font.
CzechcsczeUses the Unicode font.
Danishdadan
DutchnldutUses the Unicode font.
Englisheneng
Estonianetest
Finnishfifin
Frenchfrfre
Germandeger
GreekelgreUses the Unicode font.
HebrewhehebUses the Unicode font.
Hungarianhuhun
Indonesianidind
Italianitita
JapanesejajpnUses the Unicode font.
KoreankokorUses the Unicode font.
Latvianlvlav
Lithuanianltlit
Norwegiannb or nonor
Polishplpol
Portuguese (Brazil)pt-BRpt-br
Portuguese (Portugal)pt-PTpt
RomanianrorumUses the Unicode font.
RussianrurusUses the Unicode font.
SerbiansrsrpUses the Unicode font.
SlovakskslkUses the Unicode font.
SlovenianslslvUses the Unicode font.
Spanishesspa
Swedishsvswe
ThaiththaUses the Unicode font.
Turkishtrtur
UkrainianukukrUses the Unicode font.
Vietnamesevivie
Default
global
Enumerated values
global
local
ar
bs
bg
ca
zh-HK
zh-CN
zh-TW
hr
cs
da
nl
en
et
fi
fr
de
el
he
hu
id
it
ja
ko
lv
lt
nb
no
pl
pt-BR
pt-PT
ro
ru
sr
sk
sl
es
sv
th
tr
uk
vi

token

The authentication token, used to access the Basemap styles service.

The token parameter can be either an API Key or short-lived token.

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>

The provided token must have the necessary premium:user:basemaps privilege to use the basemap style service.

Developer guide: To learn more, go to Security and authentication.

f

Optional, case-sensitive parameter to specify the format in which responses are given. Can either be json or pjson.

Default
json
Enumerated values
json
pjson

Examples

Request

1
2
3
# You can also use wget
curl -X GET https://basemapstyles-api.arcgis.com/arcgis/rest/services/styles/v2/webmaps/arcgis/streets-relief \
  -H 'Accept: application/json'

Response

StatusMeaningDescriptionSchema

200

OK

A successful response for a webmap request.

Webmap

400

Bad Request

Invalid query parameters / Incorrect portal item type.

Error

401

Unauthorized

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

Error

403

Forbidden

The requested resource cannot be accesed because of incorrent sharing permissions.

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