openapi: 3.0.3 info: title: Basemap styles service description: The basemap styles service provides global basemap layers in a variety of styles to use in mapping applications. Basemap layers give geographic context to a map or scene by serving static tiles containing geographic reference data. This data includes, but is not limited to, topographic features, road networks, footpaths, building footprints, water features, administrative boundaries, and localized language place labels. The JSON structure of a basemap style can be returned as the [Mapbox Style Specification](https://docs.mapbox.com/mapbox-gl-js/style-spec/) or the Esri [Web Map Specification](https://developers.arcgis.com/web-map-specification/). version: 2.7.0 termsOfService: https://developers.arcgis.com/documentation/mapping-and-location-services/terms-of-use/ servers: - url: https://basemapstyles-api.arcgis.com/arcgis/rest/services/styles/{apiVersion} description: Production service endpoint. variables: apiVersion: description: Version 2 of the basemap-styles service. default: v2 tags: - name: webmaps description: Endpoints for a given [style family](https://developers.arcgis.com/documentation/mapping-apis-and-services/maps/services/basemap-layer-service/) e.g `ArcGIS` or `Open Basemaps` returned as a _webmap_. - name: styles description: Endpoints for a given [style family](https://developers.arcgis.com/documentation/mapping-apis-and-services/maps/services/basemap-layer-service/) e.g `ArcGIS` or `Open Basemaps` returned as a _style_. - name: custom-webmaps description: Endpoints for [custom basemaps](https://developers.arcgis.com/documentation/mapping-apis-and-services/visualization/basemap-styles/) that require Portal ID returned as a _webmap_. - name: custom-styles description: Endpoints for [custom basemaps](https://developers.arcgis.com/documentation/mapping-apis-and-services/visualization/basemap-styles/) that require Portal ID returned as a _style_. security: - ArcGISAuthorizationHeader: [] - ArcGISXEsriAuthorizationHeader: [] - ArcGISTokenParameter: [] paths: /webmaps/arcgis/charted-territory: get: tags: - webmaps parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisChartedterritoryWebmapGet x-arcgis-frontmatter: keywords: - webmap - v2 - esri_basemap - creative - Cindy Prostak - general availability - wma - basemaps - vector - basemap summary: ArcGIS Charted Territory as a web map. description: | Returns the JSON for ArcGIS Charted Territory as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![ArcGIS Charted Territory](https://www.arcgis.com/sharing/rest/content/items/303e75b27af043fd835c981ab9accf84/info/thumbnail/thumbnail1659479127511.png) 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 geopolitical style reminiscent of a printed atlas plate or a school classroom wall map. This layer is designed for use with shaded relief. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, and the GIS User Community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. /styles/arcgis/charted-territory: get: tags: - styles parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisChartedterritoryStyleGet x-arcgis-frontmatter: keywords: - style - v2 - esri_basemap - creative - Cindy Prostak - general availability - wma - basemaps - vector - basemap summary: ArcGIS Charted Territory as a style. description: | Returns the JSON for ArcGIS Charted Territory as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![ArcGIS Charted Territory](https://www.arcgis.com/sharing/rest/content/items/303e75b27af043fd835c981ab9accf84/info/thumbnail/thumbnail1659479127511.png) 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 geopolitical style reminiscent of a printed atlas plate or a school classroom wall map. This layer is designed for use with shaded relief. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, and the GIS User Community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. /webmaps/arcgis/charted-territory/base: get: tags: - webmaps parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisChartedterritoryBaseWebmapGet x-arcgis-frontmatter: keywords: - webmap - v2 - esri_basemap - creative - Cindy Prostak - general availability - wma - basemaps - vector - basemap summary: ArcGIS Charted Territory Base as a web map. description: | Returns the JSON for ArcGIS Charted Territory Base as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![ArcGIS Charted Territory Base](https://www.arcgis.com/sharing/rest/content/items/39cf4ffa64fa4746bd8a8bb65ec62e94/info/thumbnail/thumbnail1605203449415.jpeg) 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 geopolitical style reminiscent of a printed atlas plate or a school classroom wall map. This layer is designed for use with shaded relief. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, and the GIS User Community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. /styles/arcgis/charted-territory/base: get: tags: - styles parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisChartedterritoryBaseStyleGet x-arcgis-frontmatter: keywords: - style - v2 - esri_basemap - creative - Cindy Prostak - general availability - wma - basemaps - vector - basemap summary: ArcGIS Charted Territory Base as a style. description: | Returns the JSON for ArcGIS Charted Territory Base as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![ArcGIS Charted Territory Base](https://www.arcgis.com/sharing/rest/content/items/39cf4ffa64fa4746bd8a8bb65ec62e94/info/thumbnail/thumbnail1605203449415.jpeg) 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 geopolitical style reminiscent of a printed atlas plate or a school classroom wall map. This layer is designed for use with shaded relief. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, and the GIS User Community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. /webmaps/arcgis/colored-pencil: get: tags: - webmaps parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/ArcGISWorldviewParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisColoredpencilWebmapGet x-arcgis-frontmatter: keywords: - webmap - v2 - basemaps - vector - creative - general availability - esri_basemap - basemap - Cindy Prostak summary: ArcGIS Colored Pencil as a web map. description: | Returns the JSON for ArcGIS Colored Pencil as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![ArcGIS Colored Pencil](https://www.arcgis.com/sharing/rest/content/items/c0ddf27614bc407f92c35020a9b48afa/info/thumbnail/thumbnail1659479513252.png) The default global place labels are in English. To display place labels in other languages, use the `language` parameter. This (v2) vector tile layer is presented in the style of hand-drawn, colored pencil cartography. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, and the GIS User Community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). /styles/arcgis/colored-pencil: get: tags: - styles parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/ArcGISWorldviewParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisColoredpencilStyleGet x-arcgis-frontmatter: keywords: - style - v2 - basemaps - vector - creative - general availability - esri_basemap - basemap - Cindy Prostak summary: ArcGIS Colored Pencil as a style. description: | Returns the JSON for ArcGIS Colored Pencil as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![ArcGIS Colored Pencil](https://www.arcgis.com/sharing/rest/content/items/c0ddf27614bc407f92c35020a9b48afa/info/thumbnail/thumbnail1659479513252.png) The default global place labels are in English. To display place labels in other languages, use the `language` parameter. This (v2) vector tile layer is presented in the style of hand-drawn, colored pencil cartography. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, and the GIS User Community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). /webmaps/arcgis/community: get: tags: - webmaps parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/ArcGISWorldviewParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisCommunityWebmapGet x-arcgis-frontmatter: keywords: - webmap - esri_basemap - basemap - v2 - wma - general availability - creative summary: ArcGIS Community as a web map. description: | Returns the JSON for ArcGIS Community as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![ArcGIS Community](https://www.arcgis.com/sharing/rest/content/items/184f5b81589844699ca1e132d007920e/info/thumbnail/thumbnail1659479749621.png) 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 in a style that is optimized to display special areas of interest (AOIs) that have been created and edited by Community Maps contributors. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, and the GIS User Community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). /styles/arcgis/community: get: tags: - styles parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/ArcGISWorldviewParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisCommunityStyleGet x-arcgis-frontmatter: keywords: - style - esri_basemap - basemap - v2 - wma - general availability - creative summary: ArcGIS Community as a style. description: | Returns the JSON for ArcGIS Community as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![ArcGIS Community](https://www.arcgis.com/sharing/rest/content/items/184f5b81589844699ca1e132d007920e/info/thumbnail/thumbnail1659479749621.png) 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 in a style that is optimized to display special areas of interest (AOIs) that have been created and edited by Community Maps contributors. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, and the GIS User Community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). /webmaps/arcgis/dark-gray: get: tags: - webmaps parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/ArcGISWorldviewParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisDarkgrayWebmapGet x-arcgis-frontmatter: keywords: - webmap - v2 - wma - World_Basemap_v2 - global - canvasdarkbase - basemaps - vector - basemap - esri_basemap - general availability summary: ArcGIS Dark Gray as a web map. description: | Returns the JSON for ArcGIS Dark Gray as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![ArcGIS Dark Gray](https://www.arcgis.com/sharing/rest/content/items/7742cd5abef8497288dc81426266df9b/info/thumbnail/thumbnail1659479985387.png) 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 dark neutral background style with minimal colors, labels, and features. This map is designed to be used with Dark Gray Canvas Reference. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, and the GIS User Community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). /styles/arcgis/dark-gray: get: tags: - styles parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/ArcGISWorldviewParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisDarkgrayStyleGet x-arcgis-frontmatter: keywords: - style - v2 - wma - World_Basemap_v2 - global - canvasdarkbase - basemaps - vector - basemap - esri_basemap - general availability summary: ArcGIS Dark Gray as a style. description: | Returns the JSON for ArcGIS Dark Gray as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![ArcGIS Dark Gray](https://www.arcgis.com/sharing/rest/content/items/7742cd5abef8497288dc81426266df9b/info/thumbnail/thumbnail1659479985387.png) 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 dark neutral background style with minimal colors, labels, and features. This map is designed to be used with Dark Gray Canvas Reference. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, and the GIS User Community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). /webmaps/arcgis/dark-gray/base: get: tags: - webmaps parameters: - $ref: '#/components/parameters/ArcGISWorldviewParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisDarkgrayBaseWebmapGet x-arcgis-frontmatter: keywords: - webmap - v2 - wma - World_Basemap_v2 - global - canvasdarkbase - basemaps - vector - basemap - esri_basemap - general availability summary: ArcGIS Dark Gray Base as a web map. description: | Returns the JSON for ArcGIS Dark Gray Base as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![ArcGIS Dark Gray Base](https://www.arcgis.com/sharing/rest/content/items/f8dec62d37504266b0578ce7453b808b/info/thumbnail/thumbnail1605204085996.jpeg) This (v2) vector tile layer provides a detailed basemap for the world featuring a dark neutral background style with minimal colors, labels, and features. This map is designed to be used with Dark Gray Canvas Reference. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, and the GIS User Community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). /styles/arcgis/dark-gray/base: get: tags: - styles parameters: - $ref: '#/components/parameters/ArcGISWorldviewParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisDarkgrayBaseStyleGet x-arcgis-frontmatter: keywords: - style - v2 - wma - World_Basemap_v2 - global - canvasdarkbase - basemaps - vector - basemap - esri_basemap - general availability summary: ArcGIS Dark Gray Base as a style. description: | Returns the JSON for ArcGIS Dark Gray Base as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![ArcGIS Dark Gray Base](https://www.arcgis.com/sharing/rest/content/items/f8dec62d37504266b0578ce7453b808b/info/thumbnail/thumbnail1605204085996.jpeg) This (v2) vector tile layer provides a detailed basemap for the world featuring a dark neutral background style with minimal colors, labels, and features. This map is designed to be used with Dark Gray Canvas Reference. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, and the GIS User Community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). /webmaps/arcgis/dark-gray/labels: get: tags: - webmaps parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/ArcGISWorldviewParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisDarkgrayLabelsWebmapGet x-arcgis-frontmatter: keywords: - webmap - v2 - wma - World_Basemap_v2 - global - canvasdarkreference - basemaps - vector - basemap - esri_basemap - general availability summary: ArcGIS Dark Gray Labels as a web map. description: | Returns the JSON for ArcGIS Dark Gray Labels as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![ArcGIS Dark Gray Labels](https://www.arcgis.com/sharing/rest/content/items/8bf7f2dffe434dc9a88f39283823ab09/info/thumbnail/thumbnail1605214219524.jpeg) 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 city reference overlay for the world designed for use over a dark neutral background style with minimal colors, labels, and features. This map is designed to be used with Dark Gray Canvas Base. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, and the GIS User Community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). /styles/arcgis/dark-gray/labels: get: tags: - styles parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisDarkgrayLabelsStyleGet x-arcgis-frontmatter: keywords: - style - v2 - wma - World_Basemap_v2 - global - canvasdarkreference - basemaps - vector - basemap - esri_basemap - general availability summary: ArcGIS Dark Gray Labels as a style. description: | Returns the JSON for ArcGIS Dark Gray Labels as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![ArcGIS Dark Gray Labels](https://www.arcgis.com/sharing/rest/content/items/8bf7f2dffe434dc9a88f39283823ab09/info/thumbnail/thumbnail1605214219524.jpeg) 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 city reference overlay for the world designed for use over a dark neutral background style with minimal colors, labels, and features. This map is designed to be used with Dark Gray Canvas Base. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, and the GIS User Community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). /webmaps/arcgis/human-geography: get: tags: - webmaps parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/ArcGISWorldviewParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisHumangeographyWebmapGet x-arcgis-frontmatter: keywords: - webmap - v2 - basemaps - vector - creative - general availability - esri_basemap - basemap - Andrew Skinner summary: ArcGIS Human Geography as a web map. description: | Returns the JSON for ArcGIS Human Geography as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![ArcGIS Human Geography](https://www.arcgis.com/sharing/rest/content/items/6a6bf92e7824417db632aa1d058a13b4/info/thumbnail/thumbnail1664546258111.png) The default global place labels are in English. To display place labels in other languages, use the `language` parameter. This provides a detailed basemap, featuring a monochromatic style with content adjusted to support Human Geography information. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, and the GIS User Community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). /styles/arcgis/human-geography: get: tags: - styles parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/ArcGISWorldviewParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisHumangeographyStyleGet x-arcgis-frontmatter: keywords: - style - v2 - basemaps - vector - creative - general availability - esri_basemap - basemap - Andrew Skinner summary: ArcGIS Human Geography as a style. description: | Returns the JSON for ArcGIS Human Geography as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![ArcGIS Human Geography](https://www.arcgis.com/sharing/rest/content/items/6a6bf92e7824417db632aa1d058a13b4/info/thumbnail/thumbnail1664546258111.png) The default global place labels are in English. To display place labels in other languages, use the `language` parameter. This provides a detailed basemap, featuring a monochromatic style with content adjusted to support Human Geography information. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, and the GIS User Community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). /webmaps/arcgis/human-geography/base: get: tags: - webmaps parameters: - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisHumangeographyBaseWebmapGet x-arcgis-frontmatter: keywords: - webmap - v2 - basemaps - vector - creative - general availability - esri_basemap - basemap - Andrew Skinner summary: ArcGIS Human Geography Base as a web map. description: | Returns the JSON for ArcGIS Human Geography Base as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![ArcGIS Human Geography Base](https://www.arcgis.com/sharing/rest/content/items/40fc50413164430ebfa2e6b5ac27de27/info/thumbnail/thumbnail1664265082295.png) Simple (v2) vector tile layer basemap with no content other than monochromatic land polygons. This map is designed for use with Human Geography Labels and Detail layers. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, and the GIS User Community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. /styles/arcgis/human-geography/base: get: tags: - styles parameters: - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisHumangeographyBaseStyleGet x-arcgis-frontmatter: keywords: - style - v2 - basemaps - vector - creative - general availability - esri_basemap - basemap - Andrew Skinner summary: ArcGIS Human Geography Base as a style. description: | Returns the JSON for ArcGIS Human Geography Base as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![ArcGIS Human Geography Base](https://www.arcgis.com/sharing/rest/content/items/40fc50413164430ebfa2e6b5ac27de27/info/thumbnail/thumbnail1664265082295.png) Simple (v2) vector tile layer basemap with no content other than monochromatic land polygons. This map is designed for use with Human Geography Labels and Detail layers. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, and the GIS User Community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. /webmaps/arcgis/human-geography/detail: get: tags: - webmaps parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/ArcGISWorldviewParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisHumangeographyDetailWebmapGet x-arcgis-frontmatter: keywords: - webmap - v2 - basemaps - vector - creative - general availability - esri_basemap - basemap - Andrew Skinner summary: ArcGIS Human Geography Detail as a web map. description: | Returns the JSON for ArcGIS Human Geography Detail as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![ArcGIS Human Geography Detail](https://www.arcgis.com/sharing/rest/content/items/b15ccad985fa4cb892836b2bde1465e9/info/thumbnail/thumbnail1664265112023.png) 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 monochromatic style with content adjusted to support Human Geography information. This map is designed for use with Human Geography Labels and Base layers. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, and the GIS User Community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). /styles/arcgis/human-geography/detail: get: tags: - styles parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/ArcGISWorldviewParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisHumangeographyDetailStyleGet x-arcgis-frontmatter: keywords: - style - v2 - basemaps - vector - creative - general availability - esri_basemap - basemap - Andrew Skinner summary: ArcGIS Human Geography Detail as a style. description: | Returns the JSON for ArcGIS Human Geography Detail as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![ArcGIS Human Geography Detail](https://www.arcgis.com/sharing/rest/content/items/b15ccad985fa4cb892836b2bde1465e9/info/thumbnail/thumbnail1664265112023.png) 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 monochromatic style with content adjusted to support Human Geography information. This map is designed for use with Human Geography Labels and Base layers. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, and the GIS User Community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). /webmaps/arcgis/human-geography/labels: get: tags: - webmaps parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/ArcGISWorldviewParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisHumangeographyLabelsWebmapGet x-arcgis-frontmatter: keywords: - webmap - v2 - basemaps - vector - creative - general availability - esri_basemap - basemap - Andrew Skinner summary: ArcGIS Human Geography Labels as a web map. description: | Returns the JSON for ArcGIS Human Geography Labels as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![ArcGIS Human Geography Labels](https://www.arcgis.com/sharing/rest/content/items/b522f3412d474423878e5adafda0fc56/info/thumbnail/thumbnail1664265132944.png) The default global place labels are in English. To display place labels in other languages, use the `language` parameter. This (v2) vector tile layer forms a detailed basemap for the world, featuring a monochromatic style with content consisting of labels to support Human Geography information. This map is designed for use with Human Geography Detail and Base layers. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, and the GIS User Community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). /styles/arcgis/human-geography/labels: get: tags: - styles parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisHumangeographyLabelsStyleGet x-arcgis-frontmatter: keywords: - style - v2 - basemaps - vector - creative - general availability - esri_basemap - basemap - Andrew Skinner summary: ArcGIS Human Geography Labels as a style. description: | Returns the JSON for ArcGIS Human Geography Labels as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![ArcGIS Human Geography Labels](https://www.arcgis.com/sharing/rest/content/items/b522f3412d474423878e5adafda0fc56/info/thumbnail/thumbnail1664265132944.png) The default global place labels are in English. To display place labels in other languages, use the `language` parameter. This (v2) vector tile layer forms a detailed basemap for the world, featuring a monochromatic style with content consisting of labels to support Human Geography information. This map is designed for use with Human Geography Detail and Base layers. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, and the GIS User Community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. /webmaps/arcgis/human-geography-dark: get: tags: - webmaps parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/ArcGISWorldviewParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisHumangeographydarkWebmapGet x-arcgis-frontmatter: keywords: - webmap - v2 - basemaps - vector - creative - general availability - esri_basemap - Andrew Skinner - basemap summary: ArcGIS Human Geography Dark as a web map. description: | Returns the JSON for ArcGIS Human Geography Dark as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![ArcGIS Human Geography Dark](https://www.arcgis.com/sharing/rest/content/items/69b9605f8a734c6f861148bb8e5a1f40/info/thumbnail/thumbnail1664546284715.png) The default global place labels are in English. To display place labels in other languages, use the `language` parameter. This provides a detailed basemap, featuring a dark monochromatic style with content adjusted to support Human Geography information. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, and the GIS User Community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). /styles/arcgis/human-geography-dark: get: tags: - styles parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/ArcGISWorldviewParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisHumangeographydarkStyleGet x-arcgis-frontmatter: keywords: - style - v2 - basemaps - vector - creative - general availability - esri_basemap - Andrew Skinner - basemap summary: ArcGIS Human Geography Dark as a style. description: | Returns the JSON for ArcGIS Human Geography Dark as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![ArcGIS Human Geography Dark](https://www.arcgis.com/sharing/rest/content/items/69b9605f8a734c6f861148bb8e5a1f40/info/thumbnail/thumbnail1664546284715.png) The default global place labels are in English. To display place labels in other languages, use the `language` parameter. This provides a detailed basemap, featuring a dark monochromatic style with content adjusted to support Human Geography information. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, and the GIS User Community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). /webmaps/arcgis/human-geography-dark/base: get: tags: - webmaps parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisHumangeographydarkBaseWebmapGet x-arcgis-frontmatter: keywords: - webmap - v2 - basemaps - vector - creative - general availability - esri_basemap - Andrew Skinner - basemap summary: ArcGIS Human Geography Dark Base as a web map. description: | Returns the JSON for ArcGIS Human Geography Dark Base as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![ArcGIS Human Geography Dark Base](https://www.arcgis.com/sharing/rest/content/items/efbf4b251cc242aca426c18ea0c351fe/info/thumbnail/thumbnail1664265092438.png) The default global place labels are in English. To display place labels in other languages, use the `language` parameter. Simple (v2) vector tile layer basemap with no content other than dark monochromatic land polygons. This map is designed for use with Human Geography Dark Labels and Detail layers. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, and the GIS User Community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. /styles/arcgis/human-geography-dark/base: get: tags: - styles parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisHumangeographydarkBaseStyleGet x-arcgis-frontmatter: keywords: - style - v2 - basemaps - vector - creative - general availability - esri_basemap - Andrew Skinner - basemap summary: ArcGIS Human Geography Dark Base as a style. description: | Returns the JSON for ArcGIS Human Geography Dark Base as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![ArcGIS Human Geography Dark Base](https://www.arcgis.com/sharing/rest/content/items/efbf4b251cc242aca426c18ea0c351fe/info/thumbnail/thumbnail1664265092438.png) The default global place labels are in English. To display place labels in other languages, use the `language` parameter. Simple (v2) vector tile layer basemap with no content other than dark monochromatic land polygons. This map is designed for use with Human Geography Dark Labels and Detail layers. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, and the GIS User Community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. /webmaps/arcgis/human-geography-dark/detail: get: tags: - webmaps parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/ArcGISWorldviewParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisHumangeographydarkDetailWebmapGet x-arcgis-frontmatter: keywords: - webmap - v2 - basemaps - vector - creative - general availability - esri_basemap - basemap - Andrew Skinner summary: ArcGIS Human Geography Dark Detail as a web map. description: | Returns the JSON for ArcGIS Human Geography Dark Detail as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![ArcGIS Human Geography Dark Detail](https://www.arcgis.com/sharing/rest/content/items/0168657cb54c4601a0c5815f20127416/info/thumbnail/thumbnail1664265100951.png) 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 dark monochromatic style with content adjusted to support Human Geography information. This map is designed for use with Human Geography Dark Labels and Base layers. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, and the GIS User Community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). /styles/arcgis/human-geography-dark/detail: get: tags: - styles parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/ArcGISWorldviewParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisHumangeographydarkDetailStyleGet x-arcgis-frontmatter: keywords: - style - v2 - basemaps - vector - creative - general availability - esri_basemap - basemap - Andrew Skinner summary: ArcGIS Human Geography Dark Detail as a style. description: | Returns the JSON for ArcGIS Human Geography Dark Detail as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![ArcGIS Human Geography Dark Detail](https://www.arcgis.com/sharing/rest/content/items/0168657cb54c4601a0c5815f20127416/info/thumbnail/thumbnail1664265100951.png) 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 dark monochromatic style with content adjusted to support Human Geography information. This map is designed for use with Human Geography Dark Labels and Base layers. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, and the GIS User Community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). /webmaps/arcgis/human-geography-dark/labels: get: tags: - webmaps parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/ArcGISWorldviewParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisHumangeographydarkLabelsWebmapGet x-arcgis-frontmatter: keywords: - webmap - v2 - basemaps - vector - creative - general availability - esri_basemap - basemap - Andrew Skinner summary: ArcGIS Human Geography Dark Labels as a web map. description: | Returns the JSON for ArcGIS Human Geography Dark Labels as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![ArcGIS Human Geography Dark Labels](https://www.arcgis.com/sharing/rest/content/items/94ef8bca232c40728dfe838951798022/info/thumbnail/thumbnail1664265120612.png) 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 dark monochromatic style with content adjusted to support Human Geography information. This map is designed for use with Human Geography Dark Detail and Base layers. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, and the GIS User Community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). /styles/arcgis/human-geography-dark/labels: get: tags: - styles parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisHumangeographydarkLabelsStyleGet x-arcgis-frontmatter: keywords: - style - v2 - basemaps - vector - creative - general availability - esri_basemap - basemap - Andrew Skinner summary: ArcGIS Human Geography Dark Labels as a style. description: | Returns the JSON for ArcGIS Human Geography Dark Labels as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![ArcGIS Human Geography Dark Labels](https://www.arcgis.com/sharing/rest/content/items/94ef8bca232c40728dfe838951798022/info/thumbnail/thumbnail1664265120612.png) 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 dark monochromatic style with content adjusted to support Human Geography information. This map is designed for use with Human Geography Dark Detail and Base layers. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, and the GIS User Community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). /webmaps/arcgis/imagery: get: tags: - webmaps parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/ArcGISWorldviewParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' - $ref: '#/components/parameters/PlacesParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisImageryWebmapGet x-arcgis-frontmatter: keywords: - webmap - world - imagery - basemap - satellite - aerial - community - community basemap - orthophotos - esri_basemap - general availability summary: ArcGIS Imagery as a web map. description: | Returns the JSON for ArcGIS Imagery as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![ArcGIS Imagery](https://www.arcgis.com/sharing/rest/content/items/ea3befe305494bb5b2acd77e1b3135dc/info/thumbnail/thumbnail1659480292164.png) The default global place labels are in English. To display place labels in other languages, use the `language` parameter. This layer presents low-resolution satellite imagery for the world and high-resolution satellite and aerial imagery, typically within 3-5 years of currency, for most of the world. **Data providers:** Esri, Maxar, Earthstar Geographics, the GIS User Community, and Foursquare (if using the query parameter `places=attributed`). For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). /styles/arcgis/imagery: get: tags: - styles parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/ArcGISWorldviewParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' - $ref: '#/components/parameters/PlacesParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisImageryStyleGet x-arcgis-frontmatter: keywords: - style - world - imagery - basemap - satellite - aerial - community - community basemap - orthophotos - esri_basemap - general availability summary: ArcGIS Imagery as a style. description: | Returns the JSON for ArcGIS Imagery as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![ArcGIS Imagery](https://www.arcgis.com/sharing/rest/content/items/ea3befe305494bb5b2acd77e1b3135dc/info/thumbnail/thumbnail1659480292164.png) The default global place labels are in English. To display place labels in other languages, use the `language` parameter. This layer presents low-resolution satellite imagery for the world and high-resolution satellite and aerial imagery, typically within 3-5 years of currency, for most of the world. **Data providers:** Esri, Maxar, Earthstar Geographics, the GIS User Community, and Foursquare (if using the query parameter `places=attributed`). For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). /webmaps/arcgis/imagery/standard: get: tags: - webmaps parameters: - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisImageryStandardWebmapGet x-arcgis-frontmatter: keywords: - webmap - world - imagery - basemap - satellite - aerial - community - community basemap - orthophotos - esri_basemap - general availability summary: ArcGIS Imagery Standard as a web map. description: | Returns the JSON for ArcGIS Imagery Standard as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![ArcGIS Imagery Standard](https://www.arcgis.com/sharing/rest/content/items/c7d2b5c334364e8fb5b73b0f4d6a779b/info/thumbnail/thumbnail1659480145425.png) This layer presents low-resolution satellite imagery for the world and high-resolution satellite and aerial imagery, typically within 3-5 years of currency, for most of the world. **Data providers:** Esri, Maxar, Earthstar Geographics, and the GIS User Community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. /styles/arcgis/imagery/standard: get: tags: - styles parameters: - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisImageryStandardStyleGet x-arcgis-frontmatter: keywords: - style - world - imagery - basemap - satellite - aerial - community - community basemap - orthophotos - esri_basemap - general availability summary: ArcGIS Imagery Standard as a style. description: | Returns the JSON for ArcGIS Imagery Standard as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![ArcGIS Imagery Standard](https://www.arcgis.com/sharing/rest/content/items/c7d2b5c334364e8fb5b73b0f4d6a779b/info/thumbnail/thumbnail1659480145425.png) This layer presents low-resolution satellite imagery for the world and high-resolution satellite and aerial imagery, typically within 3-5 years of currency, for most of the world. **Data providers:** Esri, Maxar, Earthstar Geographics, and the GIS User Community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. /webmaps/arcgis/imagery/labels: get: tags: - webmaps parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/ArcGISWorldviewParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' - $ref: '#/components/parameters/PlacesParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisImageryLabelsWebmapGet x-arcgis-frontmatter: keywords: - webmap - v2 - wma - World_Basemap_v2 - global - streetmaphybrid - basemaps - vector - basemap - esri_basemap - general availability summary: ArcGIS Imagery Labels as a web map. description: | Returns the JSON for ArcGIS Imagery Labels as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![ArcGIS Imagery Labels](https://www.arcgis.com/sharing/rest/content/items/e71216afee5045b59e015702a0169183/info/thumbnail/thumbnail1605214382152.jpeg) 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 reference layer for the world designed to be overlaid on imagery. **Data providers:** Esri, Maxar, Earthstar Geographics, the GIS User Community, and Foursquare (if using the query parameter `places=attributed`). For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). /styles/arcgis/imagery/labels: get: tags: - styles parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/ArcGISWorldviewParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' - $ref: '#/components/parameters/PlacesParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisImageryLabelsStyleGet x-arcgis-frontmatter: keywords: - style - v2 - wma - World_Basemap_v2 - global - streetmaphybrid - basemaps - vector - basemap - esri_basemap - general availability summary: ArcGIS Imagery Labels as a style. description: | Returns the JSON for ArcGIS Imagery Labels as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![ArcGIS Imagery Labels](https://www.arcgis.com/sharing/rest/content/items/e71216afee5045b59e015702a0169183/info/thumbnail/thumbnail1605214382152.jpeg) 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 reference layer for the world designed to be overlaid on imagery. **Data providers:** Esri, Maxar, Earthstar Geographics, the GIS User Community, and Foursquare (if using the query parameter `places=attributed`). For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). /webmaps/arcgis/hillshade/light: get: tags: - webmaps parameters: - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisHillshadeLightWebmapGet x-arcgis-frontmatter: keywords: - webmap - world - multi-directional hillshade - multidirectional - artistic - next gen - shaded relief - relief shading - terrain - basemap - elevation - topographic - map - AFA250_base - esri_basemap​ - general availability - services summary: ArcGIS Hillshade Light as a web map. description: | Returns the JSON for ArcGIS Hillshade Light as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![ArcGIS Hillshade Light](https://www.arcgis.com/sharing/rest/content/items/1b243539f4514b6ba35e7d995890db1d/info/thumbnail/thumbnail1718052727979.png) This layer portrays elevation as an artistic hillshade. The map is designed to be used as a backdrop for topographic, soil, hydro, landcover or other outdoor recreational maps. **Data providers**: Esri, Maxar, Airbus DS, USGS, NGA, NASA, CGIAR, N Robinson, NCEAS, NLS, OS, NMA, Geodatastyrelsen, Rijkswaterstaat, GSA, Geoland, FEMA, Intermap, and the GIS user community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. /styles/arcgis/hillshade/light: get: tags: - styles parameters: - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisHillshadeLightStyleGet x-arcgis-frontmatter: keywords: - style - world - multi-directional hillshade - multidirectional - artistic - next gen - shaded relief - relief shading - terrain - basemap - elevation - topographic - map - AFA250_base - esri_basemap​ - general availability - services summary: ArcGIS Hillshade Light as a style. description: | Returns the JSON for ArcGIS Hillshade Light as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![ArcGIS Hillshade Light](https://www.arcgis.com/sharing/rest/content/items/1b243539f4514b6ba35e7d995890db1d/info/thumbnail/thumbnail1718052727979.png) This layer portrays elevation as an artistic hillshade. The map is designed to be used as a backdrop for topographic, soil, hydro, landcover or other outdoor recreational maps. **Data providers**: Esri, Maxar, Airbus DS, USGS, NGA, NASA, CGIAR, N Robinson, NCEAS, NLS, OS, NMA, Geodatastyrelsen, Rijkswaterstaat, GSA, Geoland, FEMA, Intermap, and the GIS user community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. /webmaps/arcgis/hillshade/dark: get: tags: - webmaps parameters: - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisHillshadeDarkWebmapGet x-arcgis-frontmatter: keywords: - webmap - world - multi-directional hillshade - multidirectional - artistic - next gen - shaded relief - relief shading - terrain - basemap - elevation - topographic - map - AFA250_base - esri_basemap - general availability summary: ArcGIS Hillshade Dark as a web map. description: | Returns the JSON for ArcGIS Hillshade Dark as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![ArcGIS Hillshade Dark](https://www.arcgis.com/sharing/rest/content/items/f513ac256fbe48f091b53182190a7d35/info/thumbnail/thumbnail1585608311285.png) World Hillshade (Dark) is especially useful in building maps that provide terrain context while highlighting feature layers and labels. **Data providers:** Airbus, USGS, NGA, NASA, CGIAR, NLS, OS, NMA, Geodatastyrelsen, GSA, GSI and the GIS User Community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. /styles/arcgis/hillshade/dark: get: tags: - styles parameters: - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisHillshadeDarkStyleGet x-arcgis-frontmatter: keywords: - style - world - multi-directional hillshade - multidirectional - artistic - next gen - shaded relief - relief shading - terrain - basemap - elevation - topographic - map - AFA250_base - esri_basemap - general availability summary: ArcGIS Hillshade Dark as a style. description: | Returns the JSON for ArcGIS Hillshade Dark as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![ArcGIS Hillshade Dark](https://www.arcgis.com/sharing/rest/content/items/f513ac256fbe48f091b53182190a7d35/info/thumbnail/thumbnail1585608311285.png) World Hillshade (Dark) is especially useful in building maps that provide terrain context while highlighting feature layers and labels. **Data providers:** Airbus, USGS, NGA, NASA, CGIAR, NLS, OS, NMA, Geodatastyrelsen, GSA, GSI and the GIS User Community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. /webmaps/arcgis/light-gray: get: tags: - webmaps parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/ArcGISWorldviewParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisLightgrayWebmapGet x-arcgis-frontmatter: keywords: - webmap - v2 - wma - World_Basemap_v2 - global - canvaslightbase - basemaps - vector - basemap - esri_basemap - general availability summary: ArcGIS Light Gray as a web map. description: | Returns the JSON for ArcGIS Light Gray as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![ArcGIS Light Gray](https://www.arcgis.com/sharing/rest/content/items/0f74af7609054be8a29e0ba5f154f0a8/info/thumbnail/thumbnail1659480444177.png) 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 light neutral background style with minimal colors, labels, and features. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, and the GIS User Community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). /styles/arcgis/light-gray: get: tags: - styles parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/ArcGISWorldviewParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisLightgrayStyleGet x-arcgis-frontmatter: keywords: - style - v2 - wma - World_Basemap_v2 - global - canvaslightbase - basemaps - vector - basemap - esri_basemap - general availability summary: ArcGIS Light Gray as a style. description: | Returns the JSON for ArcGIS Light Gray as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![ArcGIS Light Gray](https://www.arcgis.com/sharing/rest/content/items/0f74af7609054be8a29e0ba5f154f0a8/info/thumbnail/thumbnail1659480444177.png) 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 light neutral background style with minimal colors, labels, and features. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, and the GIS User Community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). /webmaps/arcgis/light-gray/base: get: tags: - webmaps parameters: - $ref: '#/components/parameters/ArcGISWorldviewParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisLightgrayBaseWebmapGet x-arcgis-frontmatter: keywords: - webmap - v2 - wma - World_Basemap_v2 - global - canvaslightbase - basemaps - vector - basemap - esri_basemap - general availability summary: ArcGIS Light Gray Base as a web map. description: | Returns the JSON for ArcGIS Light Gray Base as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![ArcGIS Light Gray Base](https://www.arcgis.com/sharing/rest/content/items/140be45035d74b5ab4c2a871a8503b84/info/thumbnail/thumbnail1605214510516.jpeg) This (v2) vector tile layer provides a detailed basemap for the world featuring a light neutral background style with minimal colors, labels, and features. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, and the GIS User Community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). /styles/arcgis/light-gray/base: get: tags: - styles parameters: - $ref: '#/components/parameters/ArcGISWorldviewParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisLightgrayBaseStyleGet x-arcgis-frontmatter: keywords: - style - v2 - wma - World_Basemap_v2 - global - canvaslightbase - basemaps - vector - basemap - esri_basemap - general availability summary: ArcGIS Light Gray Base as a style. description: | Returns the JSON for ArcGIS Light Gray Base as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![ArcGIS Light Gray Base](https://www.arcgis.com/sharing/rest/content/items/140be45035d74b5ab4c2a871a8503b84/info/thumbnail/thumbnail1605214510516.jpeg) This (v2) vector tile layer provides a detailed basemap for the world featuring a light neutral background style with minimal colors, labels, and features. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, and the GIS User Community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). /webmaps/arcgis/light-gray/labels: get: tags: - webmaps parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/ArcGISWorldviewParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisLightgrayLabelsWebmapGet x-arcgis-frontmatter: keywords: - webmap - v2 - wma - World_Basemap_v2 - global - canvaslightreference - basemaps - vector - basemap - esri_basemap - general availability summary: ArcGIS Light Gray Labels as a web map. description: | Returns the JSON for ArcGIS Light Gray Labels as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![ArcGIS Light Gray Labels](https://www.arcgis.com/sharing/rest/content/items/615e9eeef23346b3934faa55f834aa6d/info/thumbnail/thumbnail1605214617146.jpeg) 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 reference overlay for the world featuring a light neutral background style with minimal colors, labels, and features. This map is designed to be used with Light Gray Canvas Base. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, and the GIS User Community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). /styles/arcgis/light-gray/labels: get: tags: - styles parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisLightgrayLabelsStyleGet x-arcgis-frontmatter: keywords: - style - v2 - wma - World_Basemap_v2 - global - canvaslightreference - basemaps - vector - basemap - esri_basemap - general availability summary: ArcGIS Light Gray Labels as a style. description: | Returns the JSON for ArcGIS Light Gray Labels as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![ArcGIS Light Gray Labels](https://www.arcgis.com/sharing/rest/content/items/615e9eeef23346b3934faa55f834aa6d/info/thumbnail/thumbnail1605214617146.jpeg) 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 reference overlay for the world featuring a light neutral background style with minimal colors, labels, and features. This map is designed to be used with Light Gray Canvas Base. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, and the GIS User Community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). /webmaps/arcgis/midcentury: get: tags: - webmaps parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/ArcGISWorldviewParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisMidcenturyWebmapGet x-arcgis-frontmatter: keywords: - webmap - v2 - basemaps - vector - creative - general availability - esri_basemap - basemap - Cindy Prostak summary: ArcGIS Midcentury as a web map. description: | Returns the JSON for ArcGIS Midcentury as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![ArcGIS Midcentury](https://www.arcgis.com/sharing/rest/content/items/52d6a28f09704f04b33761ba7c4bf93f/info/thumbnail/thumbnail1659480642524.png) The default global place labels are in English. To display place labels in other languages, use the `language` parameter. This (v2) vector tile layer is inspired by the art and advertising of the 1950's. This customized vector style presents a unique design option to the ArcGIS basemaps. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, and the GIS User Community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). /styles/arcgis/midcentury: get: tags: - styles parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/ArcGISWorldviewParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisMidcenturyStyleGet x-arcgis-frontmatter: keywords: - style - v2 - basemaps - vector - creative - general availability - esri_basemap - basemap - Cindy Prostak summary: ArcGIS Midcentury as a style. description: | Returns the JSON for ArcGIS Midcentury as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![ArcGIS Midcentury](https://www.arcgis.com/sharing/rest/content/items/52d6a28f09704f04b33761ba7c4bf93f/info/thumbnail/thumbnail1659480642524.png) The default global place labels are in English. To display place labels in other languages, use the `language` parameter. This (v2) vector tile layer is inspired by the art and advertising of the 1950's. This customized vector style presents a unique design option to the ArcGIS basemaps. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, and the GIS User Community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). /webmaps/arcgis/modern-antique: get: tags: - webmaps parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisModernantiqueWebmapGet x-arcgis-frontmatter: keywords: - webmap - v2 - basemaps - vector - creative - general availability - esri_basemap - basemap - Cindy Prostak summary: ArcGIS Modern Antique as a web map. description: | Returns the JSON for ArcGIS Modern Antique as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![ArcGIS Modern Antique](https://www.arcgis.com/sharing/rest/content/items/b69f2876ce4c4e9db185cdc857fcebc7/info/thumbnail/thumbnail1659480749462.png) The default global place labels are in English. To display place labels in other languages, use the `language` parameter. Unique (v2) vector tile layer customization. Updating the look of 18th and 19th century antique maps in the modern world of multi-scale mapping. This map is designed to be used with World Hillshade. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, and the GIS User Community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. /styles/arcgis/modern-antique: get: tags: - styles parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisModernantiqueStyleGet x-arcgis-frontmatter: keywords: - style - v2 - basemaps - vector - creative - general availability - esri_basemap - basemap - Cindy Prostak summary: ArcGIS Modern Antique as a style. description: | Returns the JSON for ArcGIS Modern Antique as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![ArcGIS Modern Antique](https://www.arcgis.com/sharing/rest/content/items/b69f2876ce4c4e9db185cdc857fcebc7/info/thumbnail/thumbnail1659480749462.png) The default global place labels are in English. To display place labels in other languages, use the `language` parameter. Unique (v2) vector tile layer customization. Updating the look of 18th and 19th century antique maps in the modern world of multi-scale mapping. This map is designed to be used with World Hillshade. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, and the GIS User Community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. /webmaps/arcgis/modern-antique/base: get: tags: - webmaps parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisModernantiqueBaseWebmapGet x-arcgis-frontmatter: keywords: - webmap - v2 - basemaps - vector - creative - general availability - esri_basemap - basemap - Cindy Prostak summary: ArcGIS Modern Antique Base as a web map. description: | Returns the JSON for ArcGIS Modern Antique Base as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![ArcGIS Modern Antique Base](https://www.arcgis.com/sharing/rest/content/items/ac21aa7d31324027990b03fb9773b7b5/info/thumbnail/thumbnail1605214857470.jpeg) The default global place labels are in English. To display place labels in other languages, use the `language` parameter. Unique (v2) vector tile layer customization. Updating the look of 18th and 19th century antique maps in the modern world of multi-scale mapping. This map is designed to be used with World Hillshade. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, and the GIS User Community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. /styles/arcgis/modern-antique/base: get: tags: - styles parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisModernantiqueBaseStyleGet x-arcgis-frontmatter: keywords: - style - v2 - basemaps - vector - creative - general availability - esri_basemap - basemap - Cindy Prostak summary: ArcGIS Modern Antique Base as a style. description: | Returns the JSON for ArcGIS Modern Antique Base as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![ArcGIS Modern Antique Base](https://www.arcgis.com/sharing/rest/content/items/ac21aa7d31324027990b03fb9773b7b5/info/thumbnail/thumbnail1605214857470.jpeg) The default global place labels are in English. To display place labels in other languages, use the `language` parameter. Unique (v2) vector tile layer customization. Updating the look of 18th and 19th century antique maps in the modern world of multi-scale mapping. This map is designed to be used with World Hillshade. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, and the GIS User Community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. /webmaps/arcgis/navigation: get: tags: - webmaps parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/ArcGISWorldviewParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' - $ref: '#/components/parameters/PlacesParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisNavigationWebmapGet x-arcgis-frontmatter: keywords: - webmap - v2 - wma - World_Basemap_v2 - global - streetmapmobile - basemaps - vector - basemap - esri_basemap - general availability summary: ArcGIS Navigation as a web map. description: | Returns the JSON for ArcGIS Navigation as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![ArcGIS Navigation](https://www.arcgis.com/sharing/rest/content/items/78c096abedb9498380f5db1922f96aa0/info/thumbnail/thumbnail1659480881868.png) 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 custom navigation map style. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, the GIS User Community, and Foursquare (if using the query parameter `places=attributed`). For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). /styles/arcgis/navigation: get: tags: - styles parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/ArcGISWorldviewParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' - $ref: '#/components/parameters/PlacesParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisNavigationStyleGet x-arcgis-frontmatter: keywords: - style - v2 - wma - World_Basemap_v2 - global - streetmapmobile - basemaps - vector - basemap - esri_basemap - general availability summary: ArcGIS Navigation as a style. description: | Returns the JSON for ArcGIS Navigation as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![ArcGIS Navigation](https://www.arcgis.com/sharing/rest/content/items/78c096abedb9498380f5db1922f96aa0/info/thumbnail/thumbnail1659480881868.png) 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 custom navigation map style. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, the GIS User Community, and Foursquare (if using the query parameter `places=attributed`). For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). /webmaps/arcgis/navigation-night: get: tags: - webmaps parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/ArcGISWorldviewParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' - $ref: '#/components/parameters/PlacesParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisNavigationnightWebmapGet x-arcgis-frontmatter: keywords: - webmap - v2 - wma - World_Basemap_v2 - global - basemaps - vector - basemap - esri_basemap - general availability - navigation - dark - dark mode - creative - esri_vector summary: ArcGIS Navigation Night as a web map. description: | Returns the JSON for ArcGIS Navigation Night as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![ArcGIS Navigation Night](https://www.arcgis.com/sharing/rest/content/items/77073a29526046b89bb5622b6276e933/info/thumbnail/thumbnail1659480999259.png) 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 'dark mode' version of the Navigation vector basemap, using the same content. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, the GIS User Community, and Foursquare (if using the query parameter `places=attributed`). For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). /styles/arcgis/navigation-night: get: tags: - styles parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/ArcGISWorldviewParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' - $ref: '#/components/parameters/PlacesParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisNavigationnightStyleGet x-arcgis-frontmatter: keywords: - style - v2 - wma - World_Basemap_v2 - global - basemaps - vector - basemap - esri_basemap - general availability - navigation - dark - dark mode - creative - esri_vector summary: ArcGIS Navigation Night as a style. description: | Returns the JSON for ArcGIS Navigation Night as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![ArcGIS Navigation Night](https://www.arcgis.com/sharing/rest/content/items/77073a29526046b89bb5622b6276e933/info/thumbnail/thumbnail1659480999259.png) 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 'dark mode' version of the Navigation vector basemap, using the same content. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, the GIS User Community, and Foursquare (if using the query parameter `places=attributed`). For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). /webmaps/arcgis/newspaper: get: tags: - webmaps parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/ArcGISWorldviewParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisNewspaperWebmapGet x-arcgis-frontmatter: keywords: - webmap - v2 - basemaps - vector - creative - general availability - esri_basemap - basemap - Cindy Prostak summary: ArcGIS Newspaper as a web map. description: | Returns the JSON for ArcGIS Newspaper as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![ArcGIS Newspaper](https://www.arcgis.com/sharing/rest/content/items/e3c062eedf8b487b8bb5b9b08db1b7a9/info/thumbnail/thumbnail1659481176432.png) The default global place labels are in English. To display place labels in other languages, use the `language` parameter. This (v2) vector tile layer presents a unique take on the Esri vector tile basemap. This Newspaper style tile layer is a black & white design with halftone patterns, red highlights, and stylized fonts. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, and the GIS User Community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). /styles/arcgis/newspaper: get: tags: - styles parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/ArcGISWorldviewParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisNewspaperStyleGet x-arcgis-frontmatter: keywords: - style - v2 - basemaps - vector - creative - general availability - esri_basemap - basemap - Cindy Prostak summary: ArcGIS Newspaper as a style. description: | Returns the JSON for ArcGIS Newspaper as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![ArcGIS Newspaper](https://www.arcgis.com/sharing/rest/content/items/e3c062eedf8b487b8bb5b9b08db1b7a9/info/thumbnail/thumbnail1659481176432.png) The default global place labels are in English. To display place labels in other languages, use the `language` parameter. This (v2) vector tile layer presents a unique take on the Esri vector tile basemap. This Newspaper style tile layer is a black & white design with halftone patterns, red highlights, and stylized fonts. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, and the GIS User Community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). /webmaps/arcgis/nova: get: tags: - webmaps parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/ArcGISWorldviewParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisNovaWebmapGet x-arcgis-frontmatter: keywords: - webmap - v2 - basemaps - vector - creative - general availability - esri_basemap - basemap - Cindy Prostak summary: ArcGIS Nova as a web map. description: | Returns the JSON for ArcGIS Nova as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![ArcGIS Nova](https://www.arcgis.com/sharing/rest/content/items/90f86b329f37499096d3715ac6e5ed1f/info/thumbnail/thumbnail1659481192979.png) 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 dark background with glowing blue symbology inspired by the ArcGIS.com splash screen. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, and the GIS User Community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). /styles/arcgis/nova: get: tags: - styles parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/ArcGISWorldviewParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisNovaStyleGet x-arcgis-frontmatter: keywords: - style - v2 - basemaps - vector - creative - general availability - esri_basemap - basemap - Cindy Prostak summary: ArcGIS Nova as a style. description: | Returns the JSON for ArcGIS Nova as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![ArcGIS Nova](https://www.arcgis.com/sharing/rest/content/items/90f86b329f37499096d3715ac6e5ed1f/info/thumbnail/thumbnail1659481192979.png) 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 dark background with glowing blue symbology inspired by the ArcGIS.com splash screen. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, and the GIS User Community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). /webmaps/arcgis/oceans: get: tags: - webmaps parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/ArcGISWorldviewParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisOceansWebmapGet x-arcgis-frontmatter: keywords: - webmap - World - Global - Bathymetry - Ocean - Seafloor - marine - bathymetry - basemap - seas - sea floor - AFA250_base - current - esri_basemap - general availability - Oceans summary: ArcGIS Oceans as a web map. description: | Returns the JSON for ArcGIS Oceans as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![ArcGIS Oceans](https://www.arcgis.com/sharing/rest/content/items/b1dca7ef7b61466785901c41aed89ba5/info/thumbnail/thumbnail1659481432351.png) The default global place labels are in English. To display place labels in other languages, use the `language` parameter. This layer is designed to be used as a basemap by marine GIS professionals and as a reference map by anyone interested in ocean data. **Data providers:** Esri, GEBCO, NOAA, National Geographic, Garmin, TomTom, Geonames.org, and other contributors. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). /styles/arcgis/oceans: get: tags: - styles parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/ArcGISWorldviewParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisOceansStyleGet x-arcgis-frontmatter: keywords: - style - World - Global - Bathymetry - Ocean - Seafloor - marine - bathymetry - basemap - seas - sea floor - AFA250_base - current - esri_basemap - general availability - Oceans summary: ArcGIS Oceans as a style. description: | Returns the JSON for ArcGIS Oceans as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![ArcGIS Oceans](https://www.arcgis.com/sharing/rest/content/items/b1dca7ef7b61466785901c41aed89ba5/info/thumbnail/thumbnail1659481432351.png) The default global place labels are in English. To display place labels in other languages, use the `language` parameter. This layer is designed to be used as a basemap by marine GIS professionals and as a reference map by anyone interested in ocean data. **Data providers:** Esri, GEBCO, NOAA, National Geographic, Garmin, TomTom, Geonames.org, and other contributors. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). /webmaps/arcgis/oceans/base: get: tags: - webmaps parameters: - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisOceansBaseWebmapGet x-arcgis-frontmatter: keywords: - webmap - World - Global - Bathymetry - Ocean - Seafloor - marine - bathymetry - basemap - seas - sea floor - AFA250_base - current - esri_basemap - general availability - Oceans summary: ArcGIS Oceans Base as a web map. description: | Returns the JSON for ArcGIS Oceans Base as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![ArcGIS Oceans Base](https://www.arcgis.com/sharing/rest/content/items/1e126e7520f9466c9ca28b8f28b5e500/info/thumbnail/thumbnail1574706730697.jpeg) This layer is designed to be used as a basemap by marine GIS professionals and as a reference map by anyone interested in ocean data. **Data providers:** Esri, GEBCO, NOAA, National Geographic, Garmin, TomTom, Geonames.org, and other contributors. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. /styles/arcgis/oceans/base: get: tags: - styles parameters: - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisOceansBaseStyleGet x-arcgis-frontmatter: keywords: - style - World - Global - Bathymetry - Ocean - Seafloor - marine - bathymetry - basemap - seas - sea floor - AFA250_base - current - esri_basemap - general availability - Oceans summary: ArcGIS Oceans Base as a style. description: | Returns the JSON for ArcGIS Oceans Base as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![ArcGIS Oceans Base](https://www.arcgis.com/sharing/rest/content/items/1e126e7520f9466c9ca28b8f28b5e500/info/thumbnail/thumbnail1574706730697.jpeg) This layer is designed to be used as a basemap by marine GIS professionals and as a reference map by anyone interested in ocean data. **Data providers:** Esri, GEBCO, NOAA, National Geographic, Garmin, TomTom, Geonames.org, and other contributors. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. /webmaps/arcgis/oceans/labels: get: tags: - webmaps parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/ArcGISWorldviewParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisOceansLabelsWebmapGet x-arcgis-frontmatter: keywords: - webmap - v2 - wma - World_Basemap_v2 - global - basemaps - vector - basemap - esri_basemap - esri_vector - ocean - ocean reference summary: ArcGIS Oceans Labels as a web map. description: | Returns the JSON for ArcGIS Oceans Labels as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![ArcGIS Oceans Labels](https://www.maps.arcgis.com/sharing/rest/content/items/549bc703f887476c9356a8756068767a/info/thumbnail/thumbnail1605305854401.jpeg) The default global place labels are in English. To display place labels in other languages, use the `language` parameter. This (v2) vector tile layer is designed to be used as the reference layer for the World Ocean Base map. **Data providers:** Esri, GEBCO, NOAA, National Geographic, Garmin, TomTom, Geonames.org, USGS, © OpenStreetMap contributors, and the GIS User Community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). /styles/arcgis/oceans/labels: get: tags: - styles parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/ArcGISWorldviewParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisOceansLabelsStyleGet x-arcgis-frontmatter: keywords: - style - v2 - wma - World_Basemap_v2 - global - basemaps - vector - basemap - esri_basemap - esri_vector - ocean - ocean reference summary: ArcGIS Oceans Labels as a style. description: | Returns the JSON for ArcGIS Oceans Labels as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![ArcGIS Oceans Labels](https://www.maps.arcgis.com/sharing/rest/content/items/549bc703f887476c9356a8756068767a/info/thumbnail/thumbnail1605305854401.jpeg) The default global place labels are in English. To display place labels in other languages, use the `language` parameter. This (v2) vector tile layer is designed to be used as the reference layer for the World Ocean Base map. **Data providers:** Esri, GEBCO, NOAA, National Geographic, Garmin, TomTom, Geonames.org, USGS, © OpenStreetMap contributors, and the GIS User Community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). /webmaps/arcgis/outdoor: get: tags: - webmaps parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/ArcGISWorldviewParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisOutdoorWebmapGet x-arcgis-frontmatter: keywords: - webmap - v2 - wma - World_Basemap_v2 - topographic - global - basemaps - vector - basemap - esri_basemap - contours - multisource - World_Contours_v2 - Outdoor - vector hillshade - World_Hillshade_v2 - multi-source - Map Viewer - beta summary: ArcGIS Outdoor as a web map. description: | Returns the JSON for ArcGIS Outdoor as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![ArcGIS Outdoor](https://www.arcgis.com/sharing/rest/content/items/659e7c1b1e374f6c8a89eefe17b23380/info/thumbnail/thumbnail1658946460034.png) 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 with an emphasis on the natural world. It includes rich cartographic styling with vector contours and vector hillshade. This is a multisource style. This layer is in beta. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, (c) OpenStreetMap contributors, and the GIS User Community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). /styles/arcgis/outdoor: get: tags: - styles parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/ArcGISWorldviewParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisOutdoorStyleGet x-arcgis-frontmatter: keywords: - style - v2 - wma - World_Basemap_v2 - topographic - global - basemaps - vector - basemap - esri_basemap - contours - multisource - World_Contours_v2 - Outdoor - vector hillshade - World_Hillshade_v2 - multi-source - Map Viewer - beta summary: ArcGIS Outdoor as a style. description: | Returns the JSON for ArcGIS Outdoor as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![ArcGIS Outdoor](https://www.arcgis.com/sharing/rest/content/items/659e7c1b1e374f6c8a89eefe17b23380/info/thumbnail/thumbnail1658946460034.png) 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 with an emphasis on the natural world. It includes rich cartographic styling with vector contours and vector hillshade. This is a multisource style. This layer is in beta. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, (c) OpenStreetMap contributors, and the GIS User Community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). /webmaps/arcgis/streets: get: tags: - webmaps parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/ArcGISWorldviewParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' - $ref: '#/components/parameters/PlacesParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisStreetsWebmapGet x-arcgis-frontmatter: keywords: - webmap - v2 - wma - World_Basemap_v2 - global - streetmap - basemaps - vector - basemap - esri_basemap - general availability summary: ArcGIS Streets as a web map. description: | Returns the JSON for ArcGIS Streets as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![ArcGIS Streets](https://www.arcgis.com/sharing/rest/content/items/e3e6df1d2f6a485d8a70f28fdd3ce19e/info/thumbnail/thumbnail1626360997976.jpeg) 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. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, the GIS User Community, and Foursquare (if using the query parameter `places=attributed`). For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). /styles/arcgis/streets: get: tags: - styles parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/ArcGISWorldviewParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' - $ref: '#/components/parameters/PlacesParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisStreetsStyleGet x-arcgis-frontmatter: keywords: - style - v2 - wma - World_Basemap_v2 - global - streetmap - basemaps - vector - basemap - esri_basemap - general availability summary: ArcGIS Streets as a style. description: | Returns the JSON for ArcGIS Streets as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![ArcGIS Streets](https://www.arcgis.com/sharing/rest/content/items/e3e6df1d2f6a485d8a70f28fdd3ce19e/info/thumbnail/thumbnail1626360997976.jpeg) 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. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, the GIS User Community, and Foursquare (if using the query parameter `places=attributed`). For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). /webmaps/arcgis/streets-night: get: tags: - webmaps parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/ArcGISWorldviewParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' - $ref: '#/components/parameters/PlacesParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisStreetsnightWebmapGet x-arcgis-frontmatter: keywords: - webmap - v2 - wma - World_Basemap_v2 - streetmapnight - global - basemaps - vector - basemap - esri_basemap - general availability summary: ArcGIS Streets Night as a web map. description: | Returns the JSON for ArcGIS Streets Night as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![ArcGIS Streets Night](https://www.arcgis.com/sharing/rest/content/items/b22e146f927e413c92f75b5e4614354a/info/thumbnail/thumbnail1659481791228.png) 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 custom 'night time' street map style. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, the GIS User Community, and Foursquare (if using the query parameter `places=attributed`). For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). /styles/arcgis/streets-night: get: tags: - styles parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/ArcGISWorldviewParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' - $ref: '#/components/parameters/PlacesParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisStreetsnightStyleGet x-arcgis-frontmatter: keywords: - style - v2 - wma - World_Basemap_v2 - streetmapnight - global - basemaps - vector - basemap - esri_basemap - general availability summary: ArcGIS Streets Night as a style. description: | Returns the JSON for ArcGIS Streets Night as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![ArcGIS Streets Night](https://www.arcgis.com/sharing/rest/content/items/b22e146f927e413c92f75b5e4614354a/info/thumbnail/thumbnail1659481791228.png) 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 custom 'night time' street map style. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, the GIS User Community, and Foursquare (if using the query parameter `places=attributed`). For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). /webmaps/arcgis/streets-relief: get: tags: - webmaps parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisStreetsreliefWebmapGet x-arcgis-frontmatter: keywords: - webmap - v2 - wma - World_Basemap_v2 - streetmaprelief - global - basemaps - vector - basemap - esri_basemap - general availability summary: ArcGIS Streets Relief as a web map. description: | Returns the JSON for ArcGIS Streets Relief as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![ArcGIS Streets Relief](https://www.arcgis.com/sharing/rest/content/items/03daad361e1849bc80cb7b70ed391379/info/thumbnail/thumbnail1626362491431.jpeg) 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. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, Intermap, METI, © OpenStreetMap contributors, and the GIS User Community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. /styles/arcgis/streets-relief: get: tags: - styles parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisStreetsreliefStyleGet x-arcgis-frontmatter: keywords: - style - v2 - wma - World_Basemap_v2 - streetmaprelief - global - basemaps - vector - basemap - esri_basemap - general availability summary: ArcGIS Streets Relief as a style. description: | Returns the JSON for ArcGIS Streets Relief as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![ArcGIS Streets Relief](https://www.arcgis.com/sharing/rest/content/items/03daad361e1849bc80cb7b70ed391379/info/thumbnail/thumbnail1626362491431.jpeg) 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. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, Intermap, METI, © OpenStreetMap contributors, and the GIS User Community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. /webmaps/arcgis/streets-relief/base: get: tags: - webmaps parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisStreetsreliefBaseWebmapGet x-arcgis-frontmatter: keywords: - webmap - v2 - wma - World_Basemap_v2 - streetmaprelief - global - basemaps - vector - basemap - esri_basemap - general availability summary: ArcGIS Streets Relief Base as a web map. description: | Returns the JSON for ArcGIS Streets Relief Base as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![ArcGIS Streets Relief Base](https://www.arcgis.com/sharing/rest/content/items/cc4107c211bd4875bcb8be092fe56b52/info/thumbnail/thumbnail1605306188070.jpeg) 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. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, and the GIS User Community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. /styles/arcgis/streets-relief/base: get: tags: - styles parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisStreetsreliefBaseStyleGet x-arcgis-frontmatter: keywords: - style - v2 - wma - World_Basemap_v2 - streetmaprelief - global - basemaps - vector - basemap - esri_basemap - general availability summary: ArcGIS Streets Relief Base as a style. description: | Returns the JSON for ArcGIS Streets Relief Base as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![ArcGIS Streets Relief Base](https://www.arcgis.com/sharing/rest/content/items/cc4107c211bd4875bcb8be092fe56b52/info/thumbnail/thumbnail1605306188070.jpeg) 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. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, and the GIS User Community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. /webmaps/arcgis/terrain: get: tags: - webmaps parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/ArcGISWorldviewParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisTerrainWebmapGet x-arcgis-frontmatter: keywords: - webmap - v2 - wma - World_Basemap_v2 - terrainlabelsbase - global - basemaps - vector - basemap - esri_basemap - general availability summary: ArcGIS Terrain as a web map. description: | Returns the JSON for ArcGIS Terrain as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![ArcGIS Terrain](https://www.arcgis.com/sharing/rest/content/items/2ef1306b93c9459ca7c7b4f872c070b9/info/thumbnail/thumbnail1659481823580.png) The default global place labels are in English. To display place labels in other languages, use the `language` parameter. This (v2) vector tile layer displays minimal map content: water and land fill, water lines and roads. This is designed to be used as a base layer with the World Terrain Reference layer and hillshade. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, Intermap, METI, © OpenStreetMap contributors, and the GIS User Community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). /styles/arcgis/terrain: get: tags: - styles parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/ArcGISWorldviewParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisTerrainStyleGet x-arcgis-frontmatter: keywords: - style - v2 - wma - World_Basemap_v2 - terrainlabelsbase - global - basemaps - vector - basemap - esri_basemap - general availability summary: ArcGIS Terrain as a style. description: | Returns the JSON for ArcGIS Terrain as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![ArcGIS Terrain](https://www.arcgis.com/sharing/rest/content/items/2ef1306b93c9459ca7c7b4f872c070b9/info/thumbnail/thumbnail1659481823580.png) The default global place labels are in English. To display place labels in other languages, use the `language` parameter. This (v2) vector tile layer displays minimal map content: water and land fill, water lines and roads. This is designed to be used as a base layer with the World Terrain Reference layer and hillshade. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, Intermap, METI, © OpenStreetMap contributors, and the GIS User Community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). /webmaps/arcgis/terrain/base: get: tags: - webmaps parameters: - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisTerrainBaseWebmapGet x-arcgis-frontmatter: keywords: - webmap - v2 - wma - World_Basemap_v2 - terrainlabelsbase - global - basemaps - vector - basemap - esri_basemap - general availability summary: ArcGIS Terrain Base as a web map. description: | Returns the JSON for ArcGIS Terrain Base as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![ArcGIS Terrain Base](https://www.arcgis.com/sharing/rest/content/items/32ce8fc627524ad4a68c1634d409e9bf/info/thumbnail/thumbnail1605306483543.jpeg) This (v2) vector tile layer displays minimal map content: water and land fill, water lines and roads. This is designed to be used as a base layer with the World Terrain Reference layer and hillshade. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, and the GIS User Community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. /styles/arcgis/terrain/base: get: tags: - styles parameters: - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisTerrainBaseStyleGet x-arcgis-frontmatter: keywords: - style - v2 - wma - World_Basemap_v2 - terrainlabelsbase - global - basemaps - vector - basemap - esri_basemap - general availability summary: ArcGIS Terrain Base as a style. description: | Returns the JSON for ArcGIS Terrain Base as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![ArcGIS Terrain Base](https://www.arcgis.com/sharing/rest/content/items/32ce8fc627524ad4a68c1634d409e9bf/info/thumbnail/thumbnail1605306483543.jpeg) This (v2) vector tile layer displays minimal map content: water and land fill, water lines and roads. This is designed to be used as a base layer with the World Terrain Reference layer and hillshade. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, and the GIS User Community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. /webmaps/arcgis/terrain/detail: get: tags: - webmaps parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/ArcGISWorldviewParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisTerrainDetailWebmapGet x-arcgis-frontmatter: keywords: - webmap - v2 - wma - World_Basemap_v2 - terrainlabelsreference - global - basemaps - vector - basemap - esri_basemap - general availability summary: ArcGIS Terrain Detail as a web map. description: | Returns the JSON for ArcGIS Terrain Detail as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![ArcGIS Terrain Detail](https://www.arcgis.com/sharing/rest/content/items/d6a298c4f042434f94c6b292a8776fdc/info/thumbnail/thumbnail1605306321541.jpeg) The default global place labels are in English. To display place labels in other languages, use the `language` parameter. This (v2) vector tile layer displays minimal map content: populated place names, admin and water labels with boundary lines. This is designed to be used as a reference overlay with the World Terrain Base layer and hillshade. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, and the GIS User Community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). /styles/arcgis/terrain/detail: get: tags: - styles parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/ArcGISWorldviewParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisTerrainDetailStyleGet x-arcgis-frontmatter: keywords: - style - v2 - wma - World_Basemap_v2 - terrainlabelsreference - global - basemaps - vector - basemap - esri_basemap - general availability summary: ArcGIS Terrain Detail as a style. description: | Returns the JSON for ArcGIS Terrain Detail as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![ArcGIS Terrain Detail](https://www.arcgis.com/sharing/rest/content/items/d6a298c4f042434f94c6b292a8776fdc/info/thumbnail/thumbnail1605306321541.jpeg) The default global place labels are in English. To display place labels in other languages, use the `language` parameter. This (v2) vector tile layer displays minimal map content: populated place names, admin and water labels with boundary lines. This is designed to be used as a reference overlay with the World Terrain Base layer and hillshade. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, and the GIS User Community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). /webmaps/arcgis/topographic: get: tags: - webmaps parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/ArcGISWorldviewParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisTopographicWebmapGet x-arcgis-frontmatter: keywords: - webmap - v2 - wma - World_Basemap_v2 - topographic - global - basemaps - vector - basemap - esri_basemap - general availability summary: ArcGIS Topographic as a web map. description: | Returns the JSON for ArcGIS Topographic as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![ArcGIS Topographic](https://www.arcgis.com/sharing/rest/content/items/dd247558455c4ffab54566901a14f42c/info/thumbnail/thumbnail1659481851289.png) 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 topographic map style designed for use with a relief map. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, and the GIS User Community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). /styles/arcgis/topographic: get: tags: - styles parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/ArcGISWorldviewParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisTopographicStyleGet x-arcgis-frontmatter: keywords: - style - v2 - wma - World_Basemap_v2 - topographic - global - basemaps - vector - basemap - esri_basemap - general availability summary: ArcGIS Topographic as a style. description: | Returns the JSON for ArcGIS Topographic as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![ArcGIS Topographic](https://www.arcgis.com/sharing/rest/content/items/dd247558455c4ffab54566901a14f42c/info/thumbnail/thumbnail1659481851289.png) 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 topographic map style designed for use with a relief map. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, and the GIS User Community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). /webmaps/arcgis/topographic/base: get: tags: - webmaps parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/ArcGISWorldviewParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisTopographicBaseWebmapGet x-arcgis-frontmatter: keywords: - webmap - v2 - wma - World_Basemap_v2 - topographic - global - basemaps - vector - basemap - esri_basemap - general availability summary: ArcGIS Topographic Base as a web map. description: | Returns the JSON for ArcGIS Topographic Base as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![ArcGIS Topographic Base](https://www.arcgis.com/sharing/rest/content/items/42df0d22517e49ad84edcee4c093857d/info/thumbnail/thumbnail1604913190896.jpeg) 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 topographic map style designed for use with a relief map. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, and the GIS User Community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). /styles/arcgis/topographic/base: get: tags: - styles parameters: - $ref: '#/components/parameters/ArcGISLanguageParam' - $ref: '#/components/parameters/ArcGISWorldviewParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ArcgisTopographicBaseStyleGet x-arcgis-frontmatter: keywords: - style - v2 - wma - World_Basemap_v2 - topographic - global - basemaps - vector - basemap - esri_basemap - general availability summary: ArcGIS Topographic Base as a style. description: | Returns the JSON for ArcGIS Topographic Base as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![ArcGIS Topographic Base](https://www.arcgis.com/sharing/rest/content/items/42df0d22517e49ad84edcee4c093857d/info/thumbnail/thumbnail1604913190896.jpeg) 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 topographic map style designed for use with a relief map. **Data providers:** Esri, TomTom, Garmin, FAO, NOAA, USGS, © OpenStreetMap contributors, and the GIS User Community. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). /webmaps/open/blueprint: get: tags: - webmaps parameters: - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OpenbasemapBlueprintWebmapGet x-arcgis-frontmatter: keywords: - basemap - Open Basemaps - Blueprint - openBlueprint - wma - vector summary: Open Basemaps Blueprint as a webmap. description: | Returns the JSON for Open Basemaps Blueprint as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![Open Basemaps Blueprint](https://www.arcgis.com/sharing/rest/content/items/b426a8073b8c4a418d1b73ecbc40a0c2/info/thumbnail/thumbnail1746613581064.png) The Open Basemap Blueprint map style provides a detailed basemap symbolized with cartography like a blueprint technical drawing. The style provides unique capabilities for customization and high-resolution display. This comprehensive map includes highways, major and minor roads, railways, water features, cities, parks, landmarks, building footprints, administrative boundaries, and map labels. **Data providers:** Map data © OpenStreetMap contributors, Microsoft, Esri Community Maps contributors, Map layer by Esri. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. /styles/open/blueprint: get: tags: - styles parameters: - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OpenbasemapBlueprintStyleGet x-arcgis-frontmatter: keywords: - basemap - Open Basemaps - Blueprint - openBlueprint - wma - vector summary: Open Basemaps Blueprint as a style. description: | Returns the JSON for Open Basemaps Blueprint as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![Open Basemaps Blueprint](https://www.arcgis.com/sharing/rest/content/items/b426a8073b8c4a418d1b73ecbc40a0c2/info/thumbnail/thumbnail1746613581064.png) The Open Basemap Blueprint map style provides a detailed basemap symbolized with cartography like a blueprint technical drawing. The style provides unique capabilities for customization and high-resolution display. This comprehensive map includes highways, major and minor roads, railways, water features, cities, parks, landmarks, building footprints, administrative boundaries, and map labels. **Data providers:** Map data © OpenStreetMap contributors, Microsoft, Esri Community Maps contributors, Map layer by Esri. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. /webmaps/open/dark-gray: get: tags: - webmaps parameters: - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OpenbasemapDarkGrayWebmapGet x-arcgis-frontmatter: keywords: - basemap - Open Basemaps - Dark Gray Canvas - openDarkgraybase - openDarkgrayreference - wma - vector - beta summary: Open Basemaps Dark Gray as a webmap. description: | Returns the JSON for Open Basemaps Dark Gray as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![Open Basemaps Dark Gray](https://www.arcgis.com/sharing/rest/content/items/2d2acb267d854c45a1a61d76412c678b/info/thumbnail/thumbnail1734492474046.png) This Open Basemap Dark Gray Canvas Base map style is symbolized with a dark gray, neutral background style with minimal colors, content, and labels that is designed to draw attention to your thematic content. This comprehensive map base layer features land, water, parks, administrative boundaries, highways, major and minor roads, railways, and building footprints. **Data providers:** Map data © OpenStreetMap contributors, Microsoft, Esri Community Maps contributors, Map layer by Esri. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. /styles/open/dark-gray: get: tags: - styles parameters: - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OpenbasemapDarkGrayStyleGet x-arcgis-frontmatter: keywords: - basemap - Open Basemaps - Dark Gray Canvas - openDarkgraybase - openDarkgrayreference - wma - vector - beta summary: Open Basemaps Dark Gray as a style. description: | Returns the JSON for Open Basemaps Dark Gray as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![Open Basemaps Dark Gray](https://www.arcgis.com/sharing/rest/content/items/2d2acb267d854c45a1a61d76412c678b/info/thumbnail/thumbnail1734492474046.png) This Open Basemap Dark Gray Canvas Base map style is symbolized with a dark gray, neutral background style with minimal colors, content, and labels that is designed to draw attention to your thematic content. This comprehensive map base layer features land, water, parks, administrative boundaries, highways, major and minor roads, railways, and building footprints. **Data providers:** Map data © OpenStreetMap contributors, Microsoft, Esri Community Maps contributors, Map layer by Esri. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. /webmaps/open/dark-gray/base: get: tags: - webmaps parameters: - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OpenbasemapDarkGrayBaseWebmapGet x-arcgis-frontmatter: keywords: - basemap - Open Basemaps - Dark Gray Canvas - openDarkgraybase - wma - vector - beta summary: Open Basemaps Dark Gray Base as a webmap. description: | Returns the JSON for Open Basemaps Dark Gray Base as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![Open Basemaps Dark Gray Base](https://esri.maps.arcgis.com/sharing/rest/content/items/07a80fa9a4904cc88061c17cc055a173/info/thumbnail/Thumbnail.jpg) This Open Basemap Dark Gray Canvas Base map style is symbolized with a dark gray, neutral background style with minimal colors, content, and labels that is designed to draw attention to your thematic content. This comprehensive map base layer features land, water, parks, administrative boundaries, highways, major and minor roads, railways, and building footprints. It is designed to be used with the Open Basemap Dark Gray Canvas Reference layer containing labels. **Data providers:** Map data © OpenStreetMap contributors, Microsoft, Esri Community Maps contributors, Map layer by Esri. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. /styles/open/dark-gray/base: get: tags: - styles parameters: - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OpenbasemapDarkGrayBaseStyleGet x-arcgis-frontmatter: keywords: - basemap - Open Basemaps - Dark Gray Canvas - openDarkgraybase - wma - vector - beta summary: Open Basemaps Dark Gray Base as a style. description: | Returns the JSON for Open Basemaps Dark Gray Base as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![Open Basemaps Dark Gray Base](https://esri.maps.arcgis.com/sharing/rest/content/items/07a80fa9a4904cc88061c17cc055a173/info/thumbnail/Thumbnail.jpg) This Open Basemap Dark Gray Canvas Base map style is symbolized with a dark gray, neutral background style with minimal colors, content, and labels that is designed to draw attention to your thematic content. This comprehensive map base layer features land, water, parks, administrative boundaries, highways, major and minor roads, railways, and building footprints. It is designed to be used with the Open Basemap Dark Gray Canvas Reference layer containing labels. **Data providers:** Map data © OpenStreetMap contributors, Microsoft, Esri Community Maps contributors, Map layer by Esri. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. /webmap/open/dark-gray/labels: get: tags: - webmaps parameters: - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OpenbasemapDarkGrayLabelsWebmapGet x-arcgis-frontmatter: keywords: - basemap - Open Basemaps - Dark Gray Canvas - openDarkgrayreference - wma - vector - beta summary: Open Basemaps Dark Gray Labels as a webmap. description: | Returns the JSON for Open Basemaps Dark Gray Labels as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![Open Basemaps Dark Gray Labels](https://esri.maps.arcgis.com/sharing/rest/content/items/81b5a8c8723e49dc84470c558966ca1a/info/thumbnail/thumbnail.jpg) This Open Basemap Dark Gray Canvas Reference map style is symbolized with a dark gray, neutral background style with minimal colors, content, and labels that is designed to draw attention to your thematic content. This comprehensive map layer features map labels and is designed to be used with the Open Basemap Dark Gray Canvas Base layer. **Data providers:** Map data © OpenStreetMap contributors, Microsoft, Esri Community Maps contributors, Map layer by Esri. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. /styles/open/dark-gray/labels: get: tags: - styles parameters: - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OpenbasemapDarkGrayLabelsStyleGet x-arcgis-frontmatter: keywords: - basemap - Open Basemaps - Dark Gray Canvas - openDarkgrayreference - wma - vector - beta summary: Open Basemaps Dark Gray Labels as a style. description: | Returns the JSON for Open Basemaps Dark Gray Labels as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![Open Basemaps Dark Gray Labels](https://esri.maps.arcgis.com/sharing/rest/content/items/81b5a8c8723e49dc84470c558966ca1a/info/thumbnail/thumbnail.jpg) This Open Basemap Dark Gray Canvas Reference map style is symbolized with a dark gray, neutral background style with minimal colors, content, and labels that is designed to draw attention to your thematic content. This comprehensive map layer features map labels and is designed to be used with the Open Basemap Dark Gray Canvas Base layer. **Data providers:** Map data © OpenStreetMap contributors, Microsoft, Esri Community Maps contributors, Map layer by Esri. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. /webmaps/open/hybrid: get: tags: - webmaps parameters: - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OpenbasemapHybridWebmapGet x-arcgis-frontmatter: keywords: - basemap - Open Basemaps - Hybrid Reference - Imagery - openHybrid - esriImagery - wma - vector - beta summary: Open Basemaps Hybrid as a webmap. description: | Returns the JSON for Open Basemaps Hybrid as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![Open Basemaps Hybrid](https://www.arcgis.com/sharing/rest/content/items/ae04a03962e4487c9bc0af644a472437/info/thumbnail/thumbnail1730084346175.png) The Open Basemap Hybrid Reference map style provides a global reference overlay with cartography designed as an overlay on top of imagery, featuring highways, major and minor roads, railways, water features, cities, parks, landmarks, administrative boundaries and map labels. The style provides unique capabilities for customization and high-resolution display. **Data providers:** Maxar, Earthstar Geographics, and the GIS User Community | Reference data © OpenStreetMap contributors, Microsoft, Esri Community Maps contributors, Map layers by Esri **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. /styles/open/hybrid: get: tags: - styles parameters: - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OpenbasemapHybridStyleGet x-arcgis-frontmatter: keywords: - basemap - Open Basemaps - Hybrid Reference - Imagery - openHybrid - esriImagery - wma - vector - beta summary: Open Basemaps Hybrid as a style. description: | Returns the JSON for Open Basemaps Hybrid as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![Open Basemaps Hybrid](https://www.arcgis.com/sharing/rest/content/items/ae04a03962e4487c9bc0af644a472437/info/thumbnail/thumbnail1730084346175.png) The Open Basemap Hybrid Reference map style provides a global reference overlay with cartography designed as an overlay on top of imagery, featuring highways, major and minor roads, railways, water features, cities, parks, landmarks, administrative boundaries and map labels. The style provides unique capabilities for customization and high-resolution display. **Data providers:** Maxar, Earthstar Geographics, and the GIS User Community | Reference data © OpenStreetMap contributors, Microsoft, Esri Community Maps contributors, Map layers by Esri **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. /webmaps/open/hybrid/detail: get: tags: - webmaps parameters: - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OpenbasemapHybridDetailWebmapGet x-arcgis-frontmatter: keywords: - basemap - Open Basemaps - Hybrid Reference - openHybrid - wma - vector - beta summary: Open Basemaps Hybrid Detail as a webmap. description: | Returns the JSON for Open Basemaps Hybrid Detail as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![Open Basemaps Hybrid Detail](https://esri.maps.arcgis.com/sharing/rest/content/items/0769f07cc0c3453faec703e77dbb3459/info/thumbnail/thumbnail1730101634742.png) The Open Basemap Hybrid Reference map style provides a global reference overlay with cartography designed as an overlay on top of imagery, featuring highways, major and minor roads, railways, water features, cities, parks, landmarks, administrative boundaries and map labels. The style provides unique capabilities for customization and high-resolution display. **Data providers:** Map data © OpenStreetMap contributors, Microsoft, Esri Community Maps contributors, Map layer by Esri. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. /styles/open/hybrid/detail: get: tags: - styles parameters: - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OpenbasemapHybridDetailStyleGet x-arcgis-frontmatter: keywords: - basemap - Open Basemaps - Hybrid Reference - openHybrid - wma - vector - beta summary: Open Basemaps Hybrid Detail as a style. description: | Returns the JSON for Open Basemaps Hybrid Detail as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![Open Basemaps Hybrid Detail](https://esri.maps.arcgis.com/sharing/rest/content/items/0769f07cc0c3453faec703e77dbb3459/info/thumbnail/thumbnail1730101634742.png) The Open Basemap Hybrid Reference map style provides a global reference overlay with cartography designed as an overlay on top of imagery, featuring highways, major and minor roads, railways, water features, cities, parks, landmarks, administrative boundaries and map labels. The style provides unique capabilities for customization and high-resolution display. **Data providers:** Map data © OpenStreetMap contributors, Microsoft, Esri Community Maps contributors, Map layer by Esri. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. /webmaps/open/light-gray: get: tags: - webmaps parameters: - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OpenbasemapLightGrayWebmapGet x-arcgis-frontmatter: keywords: - basemap - Open Basemaps - Light Gray Canvas - openLightgraybase - openLightgrayreference - wma - vector - beta summary: Open Basemaps Light Gray as a webmap. description: | Returns the JSON for Open Basemaps Light Gray as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![Open Basemaps Light Gray](https://www.arcgis.com/sharing/rest/content/items/5caf5cc6047c43a1ad68e7063fa0d980/info/thumbnail/thumbnail1734496216755.png) This Open Basemap Light Gray Canvas Base map style is symbolized with a light gray, neutral background style with minimal colors, content, and labels that is designed to draw attention to your thematic content. This comprehensive map base layer features land, water, parks, administrative boundaries, highways, major and minor roads, railways, and building footprints. **Data providers:** Map data © OpenStreetMap contributors, Microsoft, Esri Community Maps contributors, Map layer by Esri. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. /styles/open/light-gray: get: tags: - styles parameters: - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OpenbasemapLightGrayStyleGet x-arcgis-frontmatter: keywords: - basemap - Open Basemaps - Light Gray Canvas - openLightgraybase - openLightgrayreference - wma - vector - beta summary: Open Basemaps Light Gray as a style. description: | Returns the JSON for Open Basemaps Light Gray as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![Open Basemaps Light Gray](https://www.arcgis.com/sharing/rest/content/items/5caf5cc6047c43a1ad68e7063fa0d980/info/thumbnail/thumbnail1734496216755.png) This Open Basemap Light Gray Canvas Base map style is symbolized with a light gray, neutral background style with minimal colors, content, and labels that is designed to draw attention to your thematic content. This comprehensive map base layer features land, water, parks, administrative boundaries, highways, major and minor roads, railways, and building footprints. **Data providers:** Map data © OpenStreetMap contributors, Microsoft, Esri Community Maps contributors, Map layer by Esri. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. /webmaps/open/light-gray/base: get: tags: - webmaps parameters: - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OpenbasemapLightGrayBaseWebmapGet x-arcgis-frontmatter: keywords: - basemap - Open Basemaps - OpenLightgraybase - wma - vector - beta summary: Open Basemaps Light Gray Base as a webmap. description: | Returns the JSON for Open Basemaps Light Gray Base as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![Open Basemaps Light Gray Base](https://esri.maps.arcgis.com/sharing/rest/content/items/644f419d16d04b599ac3dc155f1ae9e2/info/thumbnail/thumbnail.jpg) This Open Basemap Light Gray Canvas Base map style is symbolized with a light gray, neutral background style with minimal colors, content, and labels that is designed to draw attention to your thematic content. This comprehensive map base layer features land, water, parks, administrative boundaries, highways, major and minor roads, railways, and building footprints. It is designed to be used with the Open Basemap Light Gray Canvas Reference layer containing labels. **Data providers:** Map data © OpenStreetMap contributors, Microsoft, Esri Community Maps contributors, Map layer by Esri. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. /styles/open/light-gray/base: get: tags: - styles parameters: - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OpenbasemapLightGrayBaseStyleGet x-arcgis-frontmatter: keywords: - basemap - Open Basemaps - OpenLightgraybase - wma - vector - beta summary: Open Basemaps Light Gray Base as a style. description: | Returns the JSON for Open Basemaps Light Gray Base as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![Open Basemaps Light Gray Base](https://esri.maps.arcgis.com/sharing/rest/content/items/644f419d16d04b599ac3dc155f1ae9e2/info/thumbnail/thumbnail.jpg) This Open Basemap Light Gray Canvas Base map style is symbolized with a light gray, neutral background style with minimal colors, content, and labels that is designed to draw attention to your thematic content. This comprehensive map base layer features land, water, parks, administrative boundaries, highways, major and minor roads, railways, and building footprints. It is designed to be used with the Open Basemap Light Gray Canvas Reference layer containing labels. **Data providers:** Map data © OpenStreetMap contributors, Microsoft, Esri Community Maps contributors, Map layer by Esri. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. /webmaps/open/light-gray/labels: get: tags: - webmaps parameters: - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OpenbasemapLightGrayLabelsWebmapGet x-arcgis-frontmatter: keywords: - basemap - Open Basemaps - Light Gray Canvas - openLightgrayreference - wma - vector - beta summary: Open Basemaps Light Gray Labels as a webmap. description: | Returns the JSON for Open Basemaps Light Gray Labels as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![Open Basemaps Light Gray Labels](https://esri.maps.arcgis.com/sharing/rest/content/items/94438110dfa2476cbeec545336125a61/info/thumbnail/thumbnail.jpg) This Open Basemap Light Gray Canvas Reference map style is symbolized with a light gray, neutral background style with minimal colors, content, and labels that is designed to draw attention to your thematic content. This comprehensive map layer features map labels and is designed to be used with the Open Basemap Light Gray Canvas Base layer. **Data providers:** Map data © OpenStreetMap contributors, Microsoft, Esri Community Maps contributors, Map layer by Esri. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. /styles/open/light-gray/labels: get: tags: - styles parameters: - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OpenbasemapLightGrayLabelsStyleGet x-arcgis-frontmatter: keywords: - basemap - Open Basemaps - Light Gray Canvas - openLightgrayreference - wma - vector - beta summary: Open Basemaps Light Gray Labels as a style. description: | Returns the JSON for Open Basemaps Light Gray Labels as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![Open Basemaps Light Gray Labels](https://esri.maps.arcgis.com/sharing/rest/content/items/94438110dfa2476cbeec545336125a61/info/thumbnail/thumbnail.jpg) This Open Basemap Light Gray Canvas Reference map style is symbolized with a light gray, neutral background style with minimal colors, content, and labels that is designed to draw attention to your thematic content. This comprehensive map layer features map labels and is designed to be used with the Open Basemap Light Gray Canvas Base layer. **Data providers:** Map data © OpenStreetMap contributors, Microsoft, Esri Community Maps contributors, Map layer by Esri. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. /webmaps/open/navigation: get: tags: - webmaps parameters: - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OpenbasemapNavigationWebmapGet x-arcgis-frontmatter: keywords: - basemap - Open Basemaps - Navigation - openNavigation - wma - vector summary: Open Basemaps Navigation as a webmap. description: | Returns the JSON for Open Basemaps Navigation as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![Open Basemaps Navigation](https://www.arcgis.com/sharing/rest/content/items/6f3860ba2a314b4084f9241cf86c42ba/info/thumbnail/thumbnail1746613603106.png) The Open Basemap Navigation map style provides a detailed basemap symbolized in a navigation map style, emphasizing the road network and urban landscape for day-time use. The style provides unique capabilities for customization and high-resolution display. This comprehensive map includes highways, major and minor roads, railways, water features, cities, parks, landmarks, building footprints, administrative boundaries, and map labels. **Data providers:** Map data © OpenStreetMap contributors, Microsoft, Esri Community Maps contributors, Map layer by Esri. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. /styles/open/navigation: get: tags: - styles parameters: - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OpenbasemapNavigationStyleGet x-arcgis-frontmatter: keywords: - basemap - Open Basemaps - Navigation - openNavigation - wma - vector summary: Open Basemaps Navigation as a style. description: | Returns the JSON for Open Basemaps Navigation as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![Open Basemaps Navigation](https://www.arcgis.com/sharing/rest/content/items/6f3860ba2a314b4084f9241cf86c42ba/info/thumbnail/thumbnail1746613603106.png) The Open Basemap Navigation map style provides a detailed basemap symbolized in a navigation map style, emphasizing the road network and urban landscape for day-time use. The style provides unique capabilities for customization and high-resolution display. This comprehensive map includes highways, major and minor roads, railways, water features, cities, parks, landmarks, building footprints, administrative boundaries, and map labels. **Data providers:** Map data © OpenStreetMap contributors, Microsoft, Esri Community Maps contributors, Map layer by Esri. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. /webmaps/open/navigation-dark: get: tags: - webmaps parameters: - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OpenbasemapNavigationDarkWebmapGet x-arcgis-frontmatter: keywords: - basemap - Open Basemaps - Navigation Dark - openNavigationdark - wma - vector - style summary: Open Basemaps Navigation Dark as a webmap. description: | Returns the JSON for Open Basemaps Navigation Dark as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![Open Basemaps Navigation Dark](https://www.arcgis.com/sharing/rest/content/items/b0c48730d6034260bc13e4d2c59566cb/info/thumbnail/thumbnail1746613859251.png) The Open Basemap Navigation Dark map style provides a detailed basemap symbolized in a navigation map style, emphasizing the road network and urban landscape for night use or low-light environments. The style provides unique capabilities for customization and high-resolution display. This comprehensive map includes highways, major and minor roads, railways, water features, cities, parks, landmarks, building footprints, administrative boundaries, and map labels. **Data providers:** Map data © OpenStreetMap contributors, Microsoft, Esri Community Maps contributors, Map layer by Esri. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. /styles/open/navigation-dark: get: tags: - styles parameters: - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OpenbasemapNavigationDarkStyleGet x-arcgis-frontmatter: keywords: - basemap - Open Basemaps - Navigation Dark - openNavigationdark - wma - vector summary: Open Basemaps Navigation Dark as a style. description: | Returns the JSON for Open Basemaps Navigation Dark as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![Open Basemaps Navigation Dark](https://www.arcgis.com/sharing/rest/content/items/b0c48730d6034260bc13e4d2c59566cb/info/thumbnail/thumbnail1746613859251.png) The Open Basemap Navigation Dark map style provides a detailed basemap symbolized in a navigation map style, emphasizing the road network and urban landscape for night use or low-light environments. The style provides unique capabilities for customization and high-resolution display. This comprehensive map includes highways, major and minor roads, railways, water features, cities, parks, landmarks, building footprints, administrative boundaries, and map labels. **Data providers:** Map data © OpenStreetMap contributors, Microsoft, Esri Community Maps contributors, Map layer by Esri. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. /webmaps/open/osm-style: get: tags: - webmaps parameters: - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OpenbasemapOsmStyleWebmapGet x-arcgis-frontmatter: keywords: - basemap - Open Basemaps - OpenStreetMap Style - openOpenstreetmap - wma - vector - beta summary: Open Basemaps Osm Style as a webmap. description: | Returns the JSON for Open Basemaps Osm Style as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![Open Basemaps Osm Style](https://esri.maps.arcgis.com/sharing/rest/content/items/aa809b0ba7a14c61a3a25a6d1df3e6af/info/thumbnail/thumbnail1730084302882.png) The OpenStreetMap Style map style provides a global basemap with cartography representative of the OpenStreetMap style for Open Basemaps. The style provides unique capabilities for customization and high-resolution display. This comprehensive map includes highways, major and minor roads, railways, water features, cities, parks, landmarks, building footprints, administrative boundaries, and map labels. **Data providers:** Map data © OpenStreetMap contributors, Microsoft, Esri Community Maps contributors, Map layer by Esri. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. /styles/open/osm-style: get: tags: - styles parameters: - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OpenbasemapOsmStyleStyleGet x-arcgis-frontmatter: keywords: - basemap - Open Basemaps - OpenStreetMap Style - openOpenstreetmap - wma - vector - beta summary: Open Basemaps Osm Style as a style. description: | Returns the JSON for Open Basemaps Osm Style as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![Open Basemaps Osm Style](https://esri.maps.arcgis.com/sharing/rest/content/items/aa809b0ba7a14c61a3a25a6d1df3e6af/info/thumbnail/thumbnail1730084302882.png) The OpenStreetMap Style map style provides a global basemap with cartography representative of the OpenStreetMap style for Open Basemaps. The style provides unique capabilities for customization and high-resolution display. This comprehensive map includes highways, major and minor roads, railways, water features, cities, parks, landmarks, building footprints, administrative boundaries, and map labels. **Data providers:** Map data © OpenStreetMap contributors, Microsoft, Esri Community Maps contributors, Map layer by Esri. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. /webmaps/open/osm-style-relief: get: tags: - webmaps parameters: - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OpenbasemapOsmStyleReliefWebmapGet x-arcgis-frontmatter: keywords: - basemap - Open Basemaps - OpenStreetmap Style with Relief - openOpenstreetmaprelief - wma - vector - beta summary: Open Basemaps Osm Style Relief as a webmap. description: | Returns the JSON for Open Basemaps Osm Style Relief as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![Open Basemaps Osm Style Relief](https://www.arcgis.com/sharing/rest/content/items/2475bfbe9b13460a8095c905db799cf7/info/thumbnail/thumbnail.jpg) The OpenStreetMap Style with Relief map style provides a global basemap with cartography representative of the OpenStreetMap style, designed to be used with shaded relief, for Open Basemaps. The style provides unique capabilities for customization and high-resolution display. This comprehensive map includes highways, major and minor roads, railways, water features, cities, parks, landmarks, building footprints, administrative boundaries, and map labels. **Data providers:** Map data © OpenStreetMap contributors, Microsoft, Esri Community Maps contributors, Map layer by Esri. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. /styles/open/osm-style-relief: get: tags: - styles parameters: - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OpenbasemapOsmGrayleReliefStyleGet x-arcgis-frontmatter: keywords: - basemap - Open Basemaps - OpenStreetmap Style with Relief - openOpenstreetmaprelief - wma - vector - beta summary: Open Basemaps Osm Style Relief as a style. description: | Returns the JSON for Open Basemaps Osm Style Relief as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![Open Basemaps Osm Style Relief](https://www.arcgis.com/sharing/rest/content/items/2475bfbe9b13460a8095c905db799cf7/info/thumbnail/thumbnail.jpg) The OpenStreetMap Style with Relief map style provides a global basemap with cartography representative of the OpenStreetMap style, designed to be used with shaded relief, for Open Basemaps. The style provides unique capabilities for customization and high-resolution display. This comprehensive map includes highways, major and minor roads, railways, water features, cities, parks, landmarks, building footprints, administrative boundaries, and map labels. **Data providers:** Map data © OpenStreetMap contributors, Microsoft, Esri Community Maps contributors, Map layer by Esri. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. /webmaps/open/osm-style-relief/base: get: tags: - webmaps parameters: - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OpenbasemapOsmStyleReliefBaseWebmapGet x-arcgis-frontmatter: keywords: - basemap - Open Basemaps - OpenStreetmap Style with Relief - openOpenstreetmaprelief - wma - vector - beta summary: Open Basemaps Osm Style Relief Base as a webmap. description: | Returns the JSON for Open Basemaps Osm Style Relief Base as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![Open Basemaps Osm Style Relief Base](https://esri.maps.arcgis.com/sharing/rest/content/items/2475bfbe9b13460a8095c905db799cf7/info/thumbnail/thumbnail.jpg) The OpenStreetMap Style with Relief map style provides a global basemap with cartography representative of the OpenStreetMap style, designed to be used with shaded relief, for Open Basemaps. The style provides unique capabilities for customization and high-resolution display. This comprehensive map includes highways, major and minor roads, railways, water features, cities, parks, landmarks, building footprints, administrative boundaries, and map labels. **Data providers:** Map data © OpenStreetMap contributors, Microsoft, Esri Community Maps contributors, Map layer by Esri. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. /styles/open/osm-style-relief/base: get: tags: - styles parameters: - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OpenbasemapOsmStyleReliefBaseStyleGet x-arcgis-frontmatter: keywords: - basemap - Open Basemaps - OpenStreetmap Style with Relief - openOpenstreetmaprelief - wma - vector - beta summary: Open Basemaps Osm Style Relief Base as a style. description: | Returns the JSON for Open Basemaps Osm Style Relief Base as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![Open Basemaps Osm Style Relief Base](https://esri.maps.arcgis.com/sharing/rest/content/items/2475bfbe9b13460a8095c905db799cf7/info/thumbnail/thumbnail.jpg) The OpenStreetMap Style with Relief map style provides a global basemap with cartography representative of the OpenStreetMap style, designed to be used with shaded relief, for Open Basemaps. The style provides unique capabilities for customization and high-resolution display. This comprehensive map includes highways, major and minor roads, railways, water features, cities, parks, landmarks, building footprints, administrative boundaries, and map labels. **Data providers:** Map data © OpenStreetMap contributors, Microsoft, Esri Community Maps contributors, Map layer by Esri. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. /webmaps/open/streets: get: tags: - webmaps parameters: - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OpenbasemapStreetsWebmapGet x-arcgis-frontmatter: keywords: - basemap - Open Basemaps - Streets - openStreets - wma - vector - beta summary: Open Basemaps Streets as a webmap. description: | Returns the JSON for Open Basemaps Streets as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![Open Basemaps Streets](https://esri.maps.arcgis.com/sharing/rest/content/items/643f29ef5ab94511912dd337c9e1a13b/info/thumbnail/thumbnail1730084288363.png) The Open Basemap Streets map style provides a detailed basemap symbolized in a street map style, emphasizing the road network and urban landscape. The style provides unique capabilities for customization and high-resolution display. This comprehensive map includes highways, major and minor roads, railways, water features, cities, parks, landmarks, building footprints, administrative boundaries, and map labels. **Data providers:** Map data © OpenStreetMap contributors, Microsoft, Esri Community Maps contributors, Map layer by Esri. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. /styles/open/streets: get: tags: - styles parameters: - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OpenbasemapStreetsStyleGet x-arcgis-frontmatter: keywords: - basemap - Open Basemaps - Streets - openStreets - wma - vector - beta summary: Open Basemaps Streets as a style. description: | Returns the JSON for Open Basemaps Streets as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![Open Basemaps Streets](https://esri.maps.arcgis.com/sharing/rest/content/items/643f29ef5ab94511912dd337c9e1a13b/info/thumbnail/thumbnail1730084288363.png) The Open Basemap Streets map style provides a detailed basemap symbolized in a street map style, emphasizing the road network and urban landscape. The style provides unique capabilities for customization and high-resolution display. This comprehensive map includes highways, major and minor roads, railways, water features, cities, parks, landmarks, building footprints, administrative boundaries, and map labels. **Data providers:** Map data © OpenStreetMap contributors, Microsoft, Esri Community Maps contributors, Map layer by Esri. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. /webmaps/open/streets-night: get: tags: - webmaps parameters: - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OpenbasemapStreetsNightWebmapGet x-arcgis-frontmatter: keywords: - basemap - Open Basemaps - Streets Night - openStreetsnight - wma - vector - beta summary: Open Basemaps Streets Night as a webmap. description: | Returns the JSON for Open Basemaps Streets Night as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![Open Basemaps Streets Night](https://esri.maps.arcgis.com/sharing/rest/content/items/1eeebc77049f4ab39c2f65209413ffb1/info/thumbnail/thumbnail.jpg) The Open Basemap Streets Night map style provides a detailed basemap symbolized in a street map style, emphasizing the road network and urban landscape, designed for use at night or other low-light environments. The style provides unique capabilities for customization and high-resolution display. This comprehensive map includes highways, major and minor roads, railways, water features, cities, parks, landmarks, building footprints, administrative boundaries, and map labels. **Data providers:** Map data © OpenStreetMap contributors, Microsoft, Esri Community Maps contributors, Map layer by Esri. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. /styles/open/streets-night: get: tags: - styles parameters: - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OpenbasemapStreetsGrayleGet x-arcgis-frontmatter: keywords: - basemap - Open Basemaps - Streets Night - openStreetsnight - wma - vector - beta summary: Open Basemaps Streets Night as a style. description: | Returns the JSON for Open Basemaps Streets Night as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![Open Basemaps Streets Night](https://esri.maps.arcgis.com/sharing/rest/content/items/1eeebc77049f4ab39c2f65209413ffb1/info/thumbnail/thumbnail.jpg) The Open Basemap Streets Night map style provides a detailed basemap symbolized in a street map style, emphasizing the road network and urban landscape, designed for use at night or other low-light environments. The style provides unique capabilities for customization and high-resolution display. This comprehensive map includes highways, major and minor roads, railways, water features, cities, parks, landmarks, building footprints, administrative boundaries, and map labels. **Data providers:** Map data © OpenStreetMap contributors, Microsoft, Esri Community Maps contributors, Map layer by Esri. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. /webmaps/open/streets-relief: get: tags: - webmaps parameters: - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OpenbasemapStreetsReliefWebmapGet x-arcgis-frontmatter: keywords: - basemap - Open Basemaps - Streets with Relief - openStreetsrelief - wma - vector - beta summary: Open Basemaps Streets Relief as a webmap. description: | Returns the JSON for Open Basemaps Streets Relief as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![Open Basemaps Streets Relief](https://esri.maps.arcgis.com/sharing/rest/content/items/dab094bba57c4b7fbbe98e53a383a584/info/thumbnail/thumbnail.jpg) The Open Basemap Streets with Relief map style provides a detailed basemap symbolized in a street map style, emphasizing the road network and urban landscape and designed to be used with shaded relief. The style provides unique capabilities for customization and high-resolution display. This comprehensive map includes highways, major and minor roads, railways, water features, cities, parks, landmarks, building footprints, administrative boundaries, and map labels. **Data providers:** Map data © OpenStreetMap contributors, Microsoft, Esri Community Maps contributors, Map layer by Esri. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. /styles/open/streets-relief: get: tags: - styles parameters: - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OpenbasemapStreetsReliefStyleGet x-arcgis-frontmatter: keywords: - basemap - Open Basemaps - Streets with Relief - openStreetsrelief - wma - vector - beta summary: Open Basemaps Streets Relief as a style. description: | Returns the JSON for Open Basemaps Streets Relief as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![Open Basemaps Streets Relief](https://esri.maps.arcgis.com/sharing/rest/content/items/dab094bba57c4b7fbbe98e53a383a584/info/thumbnail/thumbnail.jpg) The Open Basemap Streets with Relief map style provides a detailed basemap symbolized in a street map style, emphasizing the road network and urban landscape and designed to be used with shaded relief. The style provides unique capabilities for customization and high-resolution display. This comprehensive map includes highways, major and minor roads, railways, water features, cities, parks, landmarks, building footprints, administrative boundaries, and map labels. **Data providers:** Map data © OpenStreetMap contributors, Microsoft, Esri Community Maps contributors, Map layer by Esri. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. /webmaps/open/streets-relief/base: get: tags: - webmaps parameters: - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OpenbasemapStreetsReliefBaseWebmapGet x-arcgis-frontmatter: keywords: - basemap - Open Basemaps - Streets with Relief Base - openStreetsReliefBase - wma - vector - beta summary: Open Basemaps Streets Relief Base as a webmap. description: | Returns the JSON for Open Basemaps Streets Relief Base as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![Open Basemaps Streets Relief Base](https://esri.maps.arcgis.com/sharing/rest/content/items/dab094bba57c4b7fbbe98e53a383a584/info/thumbnail/thumbnail.jpg) The Open Basemap Streets with Relief map style provides a detailed basemap symbolized in a street map style, emphasizing the road network and urban landscape and designed to be used with shaded relief. The style provides unique capabilities for customization and high-resolution display. This comprehensive map includes highways, major and minor roads, railways, water features, cities, parks, landmarks, building footprints, administrative boundaries, and map labels. **Data providers:** Map data © OpenStreetMap contributors, Microsoft, Esri Community Maps contributors, Map layer by Esri. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. /styles/open/streets-relief/base: get: tags: - styles parameters: - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OpenbasemapStreetsReliefBaseStyleGet x-arcgis-frontmatter: keywords: - basemap - Open Basemaps - Streets with Relief Base - openStreetsReliefBase - wma - vector - beta summary: Open Basemaps Streets Relief Base as a style. description: | Returns the JSON for Open Basemaps Streets Relief Base as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![Open Basemaps Streets Relief Base](https://esri.maps.arcgis.com/sharing/rest/content/items/dab094bba57c4b7fbbe98e53a383a584/info/thumbnail/thumbnail.jpg) The Open Basemap Streets with Relief map style provides a detailed basemap symbolized in a street map style, emphasizing the road network and urban landscape and designed to be used with shaded relief. The style provides unique capabilities for customization and high-resolution display. This comprehensive map includes highways, major and minor roads, railways, water features, cities, parks, landmarks, building footprints, administrative boundaries, and map labels. **Data providers:** Map data © OpenStreetMap contributors, Microsoft, Esri Community Maps contributors, Map layer by Esri. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. /webmaps/osm/blueprint: get: tags: - webmaps parameters: - $ref: '#/components/parameters/OSMLanguageParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OsmBlueprintWebmapGet x-arcgis-frontmatter: keywords: - webmap - v2 - global - basemaps - vector - basemap - OpenStreetMap - OSM - Open Street Map - vector - OpenStreetMap_v2 - esri_basemap - creative - blueprint - Cindy Prostak - wma - general availability - Daylight - Facebook - Microsoft summary: OSM Blueprint as a web map. description: | Returns the JSON for OSM Blueprint as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![OSM Blueprint](https://www.arcgis.com/sharing/rest/content/items/80be160f0ca1413d898ad4e90d197278/info/thumbnail/thumbnail1567182316757.jpeg) Place labels are, by default, localized. To display place labels in other languages, use the `language` parameter. OpenStreetMap (OSM) is a collaborative project to create a free editable map of the world. This vector basemap is based on the Daylight map distribution of OSM data and is hosted by Esri. The map is presented in a creative cartographic style emulating a blueprint technical drawing. **Data providers:** Map data © OpenStreetMap contributors, Microsoft, Facebook, Google, Esri Community Maps contributors, Map layer by Esri. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Mature support**: OSM basemap styles are now in mature support. This means OSM basemap styles and data are no longer being updated and will be removed in the future. For more information, see the [Overture Maps Data in ArcGIS](https://www.esri.com/arcgis-blog/products/arcgis-living-atlas/announcements/overture-maps-data-in-arcgis/) blog. Please use [Open Basemaps Blueprint](#/paths/webmaps/open/blueprint) instead. **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. deprecated: true /styles/osm/blueprint: get: tags: - styles parameters: - $ref: '#/components/parameters/OSMLanguageParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OsmBlueprintStyleGet x-arcgis-frontmatter: keywords: - style - v2 - global - basemaps - vector - basemap - OpenStreetMap - OSM - Open Street Map - vector - OpenStreetMap_v2 - esri_basemap - creative - blueprint - Cindy Prostak - wma - general availability - Daylight - Facebook - Microsoft summary: OSM Blueprint as a style. description: | Returns the JSON for OSM Blueprint as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![OSM Blueprint](https://www.arcgis.com/sharing/rest/content/items/80be160f0ca1413d898ad4e90d197278/info/thumbnail/thumbnail1567182316757.jpeg) Place labels are, by default, localized. To display place labels in other languages, use the `language` parameter. OpenStreetMap (OSM) is a collaborative project to create a free editable map of the world. This vector basemap is based on the Daylight map distribution of OSM data and is hosted by Esri. The map is presented in a creative cartographic style emulating a blueprint technical drawing. **Data providers:** Map data © OpenStreetMap contributors, Microsoft, Facebook, Google, Esri Community Maps contributors, Map layer by Esri. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Mature support**: OSM basemap styles are now in mature support. This means OSM basemap styles and data are no longer being updated and will be removed in the future. For more information, see the [Overture Maps Data in ArcGIS](https://www.esri.com/arcgis-blog/products/arcgis-living-atlas/announcements/overture-maps-data-in-arcgis/) blog. Please use [Open Basemaps Blueprint](#/paths/styles/open/blueprint) instead. **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. deprecated: true /webmaps/osm/dark-gray: get: tags: - webmaps parameters: - $ref: '#/components/parameters/OSMLanguageParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OsmDarkgrayWebmapGet x-arcgis-frontmatter: keywords: - webmap - OpenStreetMap - OSM - wma - global - esri_basemap - OSM_basemap - basemap - basemaps - vector - canvas - base - OpenStreetMap_v2 - dark gray - v2 - general availability - Daylight - Facebook - Microsoft summary: OSM Dark Gray as a web map. description: | Returns the JSON for OSM Dark Gray as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![OSM Dark Gray](https://www.arcgis.com/sharing/rest/content/items/7371ca07df4047eaa5f02d09ef12b1a0/info/thumbnail/thumbnail1659481675722.png) Place labels are, by default, localized. To display place labels in other languages, use the `language` parameter. OpenStreetMap (OSM) is a collaborative project to create a free editable map of the world. This vector basemap is based on the Daylight map distribution of OSM data and is hosted by Esri. It provides a detailed base layer for the world featuring a dark neutral style with minimal colors. **Data providers:** Map data © OpenStreetMap contributors, Microsoft, Facebook, Google, Esri Community Maps contributors, Map layer by Esri. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Mature support**: OSM basemap styles are now in mature support. This means OSM basemap styles and data are no longer being updated and will be removed in the future. For more information, see the [Overture Maps Data in ArcGIS](https://www.esri.com/arcgis-blog/products/arcgis-living-atlas/announcements/overture-maps-data-in-arcgis/) blog. Please use [Open Basemaps Dark Gray](#/paths/webmaps/open/dark-gray) instead. **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. deprecated: true /styles/osm/dark-gray: get: tags: - styles parameters: - $ref: '#/components/parameters/OSMLanguageParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OsmDarkgrayStyleGet x-arcgis-frontmatter: keywords: - style - OpenStreetMap - OSM - wma - global - esri_basemap - OSM_basemap - basemap - basemaps - vector - canvas - base - OpenStreetMap_v2 - dark gray - v2 - general availability - Daylight - Facebook - Microsoft summary: OSM Dark Gray as a style. description: | Returns the JSON for OSM Dark Gray as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![OSM Dark Gray](https://www.arcgis.com/sharing/rest/content/items/7371ca07df4047eaa5f02d09ef12b1a0/info/thumbnail/thumbnail1659481675722.png) Place labels are, by default, localized. To display place labels in other languages, use the `language` parameter. OpenStreetMap (OSM) is a collaborative project to create a free editable map of the world. This vector basemap is based on the Daylight map distribution of OSM data and is hosted by Esri. It provides a detailed base layer for the world featuring a dark neutral style with minimal colors. **Data providers:** Map data © OpenStreetMap contributors, Microsoft, Facebook, Google, Esri Community Maps contributors, Map layer by Esri. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Mature support**: OSM basemap styles are now in mature support. This means OSM basemap styles and data are no longer being updated and will be removed in the future. For more information, see the [Overture Maps Data in ArcGIS](https://www.esri.com/arcgis-blog/products/arcgis-living-atlas/announcements/overture-maps-data-in-arcgis/) blog. Please use [Open Basemaps Dark Gray](#/paths/styles/open/dark-gray) instead. **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. deprecated: true /webmaps/osm/dark-gray/base: get: tags: - webmaps parameters: - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OsmDarkgrayBaseWebmapGet x-arcgis-frontmatter: keywords: - webmap - OpenStreetMap - OSM - wma - global - esri_basemap - OSM_basemap - basemap - basemaps - vector - canvas - base - OpenStreetMap_v2 - dark gray - v2 - general availability - Daylight - Facebook - Microsoft summary: OSM Dark Gray Base as a web map. description: | Returns the JSON for OSM Dark Gray Base as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![OSM Dark Gray Base](https://www.arcgis.com/sharing/rest/content/items/0b90dd4780d3493ab901e956ec873b40/info/thumbnail/thumbnail1605215593891.jpeg) OpenStreetMap (OSM) is a collaborative project to create a free editable map of the world. This vector basemap is based on the Daylight map distribution of OSM data and is hosted by Esri. It provides a detailed base layer for the world featuring a dark neutral style with minimal colors. **Data providers:** Map data © OpenStreetMap contributors, Microsoft, Facebook, Google, Esri Community Maps contributors, Map layer by Esri. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Mature support**: OSM basemap styles are now in mature support. This means OSM basemap styles and data are no longer being updated and will be removed in the future. For more information, see the [Overture Maps Data in ArcGIS](https://www.esri.com/arcgis-blog/products/arcgis-living-atlas/announcements/overture-maps-data-in-arcgis/) blog. Please use [Open Basemaps Dark Gray Base](#/paths/webmaps/open/dark-gray/base) instead. **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. deprecated: true /styles/osm/dark-gray/base: get: tags: - styles parameters: - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OsmDarkgrayBaseStyleGet x-arcgis-frontmatter: keywords: - style - OpenStreetMap - OSM - wma - global - esri_basemap - OSM_basemap - basemap - basemaps - vector - canvas - base - OpenStreetMap_v2 - dark gray - v2 - general availability - Daylight - Facebook - Microsoft summary: OSM Dark Gray Base as a style. description: | Returns the JSON for OSM Dark Gray Base as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![OSM Dark Gray Base](https://www.arcgis.com/sharing/rest/content/items/0b90dd4780d3493ab901e956ec873b40/info/thumbnail/thumbnail1605215593891.jpeg) OpenStreetMap (OSM) is a collaborative project to create a free editable map of the world. This vector basemap is based on the Daylight map distribution of OSM data and is hosted by Esri. It provides a detailed base layer for the world featuring a dark neutral style with minimal colors. **Data providers:** Map data © OpenStreetMap contributors, Microsoft, Facebook, Google, Esri Community Maps contributors, Map layer by Esri. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Mature support**: OSM basemap styles are now in mature support. This means OSM basemap styles and data are no longer being updated and will be removed in the future. For more information, see the [Overture Maps Data in ArcGIS](https://www.esri.com/arcgis-blog/products/arcgis-living-atlas/announcements/overture-maps-data-in-arcgis/) blog. Please use [Open Basemaps Dark Gray Base](#/paths/styles/open/dark-gray/base) instead. **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. deprecated: true /webmaps/osm/dark-gray/labels: get: tags: - webmaps parameters: - $ref: '#/components/parameters/OSMLanguageParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OsmDarkgrayLabelsWebmapGet x-arcgis-frontmatter: keywords: - webmap - OpenStreetMap - OSM - wma - global - esri_basemap - OSM_basemap - basemap - basemaps - vector - canvas - OpenStreetMap_v2 - dark gray - v2 - reference - general availability - Daylight - Facebook - Microsoft summary: OSM Dark Gray Labels as a web map. description: | Returns the JSON for OSM Dark Gray Labels as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![OSM Dark Gray Labels](https://www.arcgis.com/sharing/rest/content/items/4657c531abd74085b94e2fa528f1bb78/info/thumbnail/thumbnail1605215784401.jpeg) Place labels are, by default, localized. To display place labels in other languages, use the `language` parameter. OpenStreetMap (OSM) is a collaborative project to create a free editable map of the world. This vector basemap is based on the Daylight map distribution of OSM data and is hosted by Esri. It provides a reference layer featuring map labels. It is designed for use with dark gray base layer. **Data providers:** Map data © OpenStreetMap contributors, Microsoft, Facebook, Google, Esri Community Maps contributors, Map layer by Esri. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Mature support**: OSM basemap styles are now in mature support. This means OSM basemap styles and data are no longer being updated and will be removed in the future. For more information, see the [Overture Maps Data in ArcGIS](https://www.esri.com/arcgis-blog/products/arcgis-living-atlas/announcements/overture-maps-data-in-arcgis/) blog. Please use [Open Basemaps Dark Gray Labels](#/paths/webmaps/open/dark-gray/labels) instead. **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. deprecated: true /styles/osm/dark-gray/labels: get: tags: - styles parameters: - $ref: '#/components/parameters/OSMLanguageParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OsmDarkgrayLabelsStyleGet x-arcgis-frontmatter: keywords: - style - OpenStreetMap - OSM - wma - global - esri_basemap - OSM_basemap - basemap - basemaps - vector - canvas - OpenStreetMap_v2 - dark gray - v2 - reference - general availability - Daylight - Facebook - Microsoft summary: OSM Dark Gray Labels as a style. description: | Returns the JSON for OSM Dark Gray Labels as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![OSM Dark Gray Labels](https://www.arcgis.com/sharing/rest/content/items/4657c531abd74085b94e2fa528f1bb78/info/thumbnail/thumbnail1605215784401.jpeg) Place labels are, by default, localized. To display place labels in other languages, use the `language` parameter. OpenStreetMap (OSM) is a collaborative project to create a free editable map of the world. This vector basemap is based on the Daylight map distribution of OSM data and is hosted by Esri. It provides a reference layer featuring map labels. It is designed for use with dark gray base layer. **Data providers:** Map data © OpenStreetMap contributors, Microsoft, Facebook, Google, Esri Community Maps contributors, Map layer by Esri. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Mature support**: OSM basemap styles are now in mature support. This means OSM basemap styles and data are no longer being updated and will be removed in the future. For more information, see the [Overture Maps Data in ArcGIS](https://www.esri.com/arcgis-blog/products/arcgis-living-atlas/announcements/overture-maps-data-in-arcgis/) blog. Please use [Open Basemaps Dark Gray Labels](#/paths/styles/open/dark-gray/labels) instead. **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. deprecated: true /webmaps/osm/hybrid: get: tags: - webmaps parameters: - $ref: '#/components/parameters/OSMLanguageParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OsmHybridWebmapGet x-arcgis-frontmatter: keywords: - webmap - world - imagery - basemap - satellite - aerial - community - community basemap - orthophotos - esri_basemap - general availability summary: OSM Hybrid as a web map. description: | Returns the JSON for OSM Hybrid as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). Note that OSM Hybrid is a combination of ArcGIS Imagery with OSM Detail. ![OSM Hybrid](https://www.arcgis.com/sharing/rest/content/items/10df2279f9684e4a9f6a7f08febac2a9/info/thumbnail/thumbnail1584118328864.jpeg) Place labels are, by default, localized. To display place labels in other languages, use the `language` parameter. This layer presents low-resolution satellite imagery for the world and high-resolution satellite and aerial imagery, typically within 3-5 years of currency, for most of the world. **Data providers:** Esri, Maxar, Earthstar Geographics, and the GIS User Community, Map data © OpenStreetMap contributors, Microsoft, Facebook, Google, Esri Community Maps contributors, Map layer by Esri. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Mature support**: OSM basemap styles are now in mature support. This means OSM basemap styles and data are no longer being updated and will be removed in the future. For more information, see the [Overture Maps Data in ArcGIS](https://www.esri.com/arcgis-blog/products/arcgis-living-atlas/announcements/overture-maps-data-in-arcgis/) blog. Please use [Open Basemaps Open Hybrid](#/paths/webmaps/open/hybrid) instead. **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. deprecated: true /styles/osm/hybrid: get: tags: - styles parameters: - $ref: '#/components/parameters/OSMLanguageParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OsmHybridStyleGet x-arcgis-frontmatter: keywords: - style - world - imagery - basemap - satellite - aerial - community - community basemap - orthophotos - esri_basemap - general availability summary: OSM Hybrid as a style. description: | Returns the JSON for OSM Hybrid as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). Note that OSM Hybrid is a combination of ArcGIS Imagery with OSM Detail. ![OSM Hybrid](https://www.arcgis.com/sharing/rest/content/items/10df2279f9684e4a9f6a7f08febac2a9/info/thumbnail/thumbnail1584118328864.jpeg) Place labels are, by default, localized. To display place labels in other languages, use the `language` parameter. This layer presents low-resolution satellite imagery for the world and high-resolution satellite and aerial imagery, typically within 3-5 years of currency, for most of the world. **Data providers:** Esri, Maxar, Earthstar Geographics, and the GIS User Community, Map data © OpenStreetMap contributors, Microsoft, Facebook, Google, Esri Community Maps contributors, Map layer by Esri. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Mature support**: OSM basemap styles are now in mature support. This means OSM basemap styles and data are no longer being updated and will be removed in the future. For more information, see the [Overture Maps Data in ArcGIS](https://www.esri.com/arcgis-blog/products/arcgis-living-atlas/announcements/overture-maps-data-in-arcgis/) blog. Please use [Open Basemaps Open Hybrid](#/paths/styles/open/hybrid) instead. **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. deprecated: true /webmaps/osm/hybrid/detail: get: tags: - webmaps parameters: - $ref: '#/components/parameters/OSMLanguageParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OsmHybridDetailWebmapGet x-arcgis-frontmatter: keywords: - webmap - v2 - wma - World_Basemap_v2 - global - streetmaphybrid - basemaps - vector - basemap - esri_basemap - general availability summary: OSM Hybrid Detail as a web map. description: | Returns the JSON for OSM Hybrid Detail as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![OSM Hybrid Detail](https://www.arcgis.com/sharing/rest/content/items/30d6b8271e1849cd9c3042060001f425/info/thumbnail/thumbnail1580490461528.jpeg) Place labels are, by default, localized. To display place labels in other languages, use the `language` parameter. This (v2) vector tile layer provides a detailed reference layer for the world designed to be overlaid on imagery. **Data providers:** Map data © OpenStreetMap contributors, Microsoft, Facebook, Google, Esri Community Maps contributors, Map layer by Esri. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Mature support**: OSM basemap styles are now in mature support. This means OSM basemap styles and data are no longer being updated and will be removed in the future. For more information, see the [Overture Maps Data in ArcGIS](https://www.esri.com/arcgis-blog/products/arcgis-living-atlas/announcements/overture-maps-data-in-arcgis/) blog. Please use [Open Basemaps Open Hybrid Detail](#/paths/webmaps/open/hybrid/detail) instead. **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. deprecated: true /styles/osm/hybrid/detail: get: tags: - styles parameters: - $ref: '#/components/parameters/OSMLanguageParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OsmHybridDetailStyleGet x-arcgis-frontmatter: keywords: - style - v2 - wma - World_Basemap_v2 - global - streetmaphybrid - basemaps - vector - basemap - esri_basemap - general availability summary: OSM Hybrid Detail as a style. description: | Returns the JSON for OSM Hybrid Detail as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![OSM Hybrid Detail](https://www.arcgis.com/sharing/rest/content/items/30d6b8271e1849cd9c3042060001f425/info/thumbnail/thumbnail1580490461528.jpeg) Place labels are, by default, localized. To display place labels in other languages, use the `language` parameter. This (v2) vector tile layer provides a detailed reference layer for the world designed to be overlaid on imagery. **Data providers:** Map data © OpenStreetMap contributors, Microsoft, Facebook, Google, Esri Community Maps contributors, Map layer by Esri. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Mature support**: OSM basemap styles are now in mature support. This means OSM basemap styles and data are no longer being updated and will be removed in the future. For more information, see the [Overture Maps Data in ArcGIS](https://www.esri.com/arcgis-blog/products/arcgis-living-atlas/announcements/overture-maps-data-in-arcgis/) blog. Please use [Open Basemaps Open Hybrid Detail](#/paths/styles/open/hybrid/detail) instead. **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. deprecated: true /webmaps/osm/light-gray: get: tags: - webmaps parameters: - $ref: '#/components/parameters/OSMLanguageParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OsmLightgrayWebmapGet x-arcgis-frontmatter: keywords: - webmap - OpenStreetMap - OSM - wma - global - esri_basemap - OSM_basemap - basemap - basemaps - vector - light gray - canvas - base - general availability - OpenStreetMap_v2 - Daylight - Facebook - Microsoft summary: OSM Light Gray as a web map. description: | Returns the JSON for OSM Light Gray as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![OSM Light Gray](https://www.arcgis.com/sharing/rest/content/items/983b312ebd9b4d15a02e00f50acdb1c1/info/thumbnail/thumbnail1659481691967.png) Place labels are, by default, localized. To display place labels in other languages, use the `language` parameter. OpenStreetMap (OSM) is a collaborative project to create a free editable map of the world. This vector basemap is based on the Daylight map distribution of OSM data and is hosted by Esri. It provides a detailed base layer for the world featuring a light neutral style with minimal colors. **Data providers:** Map data © OpenStreetMap contributors, Microsoft, Facebook, Google, Esri Community Maps contributors, Map layer by Esri. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Mature support**: OSM basemap styles are now in mature support. This means OSM basemap styles and data are no longer being updated and will be removed in the future. For more information, see the [Overture Maps Data in ArcGIS](https://www.esri.com/arcgis-blog/products/arcgis-living-atlas/announcements/overture-maps-data-in-arcgis/) blog. Please use [Open Basemaps Light Gray](#/paths/webmaps/open/light-gray) instead. **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. deprecated: true /styles/osm/light-gray: get: tags: - styles parameters: - $ref: '#/components/parameters/OSMLanguageParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OsmLightgrayStyleGet x-arcgis-frontmatter: keywords: - style - OpenStreetMap - OSM - wma - global - esri_basemap - OSM_basemap - basemap - basemaps - vector - light gray - canvas - base - general availability - OpenStreetMap_v2 - Daylight - Facebook - Microsoft summary: OSM Light Gray as a style. description: | Returns the JSON for OSM Light Gray as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![OSM Light Gray](https://www.arcgis.com/sharing/rest/content/items/983b312ebd9b4d15a02e00f50acdb1c1/info/thumbnail/thumbnail1659481691967.png) Place labels are, by default, localized. To display place labels in other languages, use the `language` parameter. OpenStreetMap (OSM) is a collaborative project to create a free editable map of the world. This vector basemap is based on the Daylight map distribution of OSM data and is hosted by Esri. It provides a detailed base layer for the world featuring a light neutral style with minimal colors. **Data providers:** Map data © OpenStreetMap contributors, Microsoft, Facebook, Google, Esri Community Maps contributors, Map layer by Esri. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Mature support**: OSM basemap styles are now in mature support. This means OSM basemap styles and data are no longer being updated and will be removed in the future. For more information, see the [Overture Maps Data in ArcGIS](https://www.esri.com/arcgis-blog/products/arcgis-living-atlas/announcements/overture-maps-data-in-arcgis/) blog. Please use [Open Basemaps Light Gray](#/paths/styles/open/light-gray) instead. **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. deprecated: true /webmaps/osm/light-gray/base: get: tags: - webmaps parameters: - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OsmLightgrayBaseWebmapGet x-arcgis-frontmatter: keywords: - webmap - OpenStreetMap - OSM - wma - global - esri_basemap - OSM_basemap - basemap - basemaps - vector - light gray - canvas - base - general availability - OpenStreetMap_v2 - Daylight - Facebook - Microsoft summary: OSM Light Gray Base as a web map. description: | Returns the JSON for OSM Light Gray Base as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![OSM Light Gray Base](https://www.arcgis.com/sharing/rest/content/items/54c598c51e3e44cd8fec4d371cacbf11/info/thumbnail/thumbnail1605216456226.jpeg) OpenStreetMap (OSM) is a collaborative project to create a free editable map of the world. This vector basemap is based on the Daylight map distribution of OSM data and is hosted by Esri. It provides a detailed base layer for the world featuring a light neutral style with minimal colors. **Data providers:** Map data © OpenStreetMap contributors, Microsoft, Facebook, Google, Esri Community Maps contributors, Map layer by Esri. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Mature support**: OSM basemap styles are now in mature support. This means OSM basemap styles and data are no longer being updated and will be removed in the future. For more information, see the [Overture Maps Data in ArcGIS](https://www.esri.com/arcgis-blog/products/arcgis-living-atlas/announcements/overture-maps-data-in-arcgis/) blog. Please use [Open Basemaps Light Gray Base](#/paths/webmaps/open/light-gray/base) instead. **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. deprecated: true /styles/osm/light-gray/base: get: tags: - styles parameters: - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OsmLightgrayBaseStyleGet x-arcgis-frontmatter: keywords: - style - OpenStreetMap - OSM - wma - global - esri_basemap - OSM_basemap - basemap - basemaps - vector - light gray - canvas - base - general availability - OpenStreetMap_v2 - Daylight - Facebook - Microsoft summary: OSM Light Gray Base as a style. description: | Returns the JSON for OSM Light Gray Base as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![OSM Light Gray Base](https://www.arcgis.com/sharing/rest/content/items/54c598c51e3e44cd8fec4d371cacbf11/info/thumbnail/thumbnail1605216456226.jpeg) OpenStreetMap (OSM) is a collaborative project to create a free editable map of the world. This vector basemap is based on the Daylight map distribution of OSM data and is hosted by Esri. It provides a detailed base layer for the world featuring a light neutral style with minimal colors. **Data providers:** Map data © OpenStreetMap contributors, Microsoft, Facebook, Google, Esri Community Maps contributors, Map layer by Esri. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Mature support**: OSM basemap styles are now in mature support. This means OSM basemap styles and data are no longer being updated and will be removed in the future. For more information, see the [Overture Maps Data in ArcGIS](https://www.esri.com/arcgis-blog/products/arcgis-living-atlas/announcements/overture-maps-data-in-arcgis/) blog. Please use [Open Basemaps Light Gray Base](#/paths/styles/open/light-gray/base) instead. **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. deprecated: true /webmaps/osm/light-gray/labels: get: tags: - webmaps parameters: - $ref: '#/components/parameters/OSMLanguageParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OsmLightgrayLabelsWebmapGet x-arcgis-frontmatter: keywords: - webmap - OpenStreetMap - OSM - wma - global - esri_basemap - OSM_basemap - basemap - basemaps - vector - light gray - canvas - reference - general availability - OpenStreetMap_v2 - Daylight - Facebook - Microsoft summary: OSM Light Gray Labels as a web map. description: | Returns the JSON for OSM Light Gray Labels as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![OSM Light Gray Labels](https://www.arcgis.com/sharing/rest/content/items/97d817fa58d64b61a303482e9dd1bad1/info/thumbnail/thumbnail1605216653342.jpeg) Place labels are, by default, localized. To display place labels in other languages, use the `language` parameter. OpenStreetMap (OSM) is a collaborative project to create a free editable map of the world. This vector basemap is based on the Daylight map distribution of OSM data and is hosted by Esri. It provides a detailed reference layer for the world featuring map labels. It is designed for use with light gray canvas base. **Data providers:** Map data © OpenStreetMap contributors, Microsoft, Facebook, Google, Esri Community Maps contributors, Map layer by Esri. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Mature support**: OSM basemap styles are now in mature support. This means OSM basemap styles and data are no longer being updated and will be removed in the future. For more information, see the [Overture Maps Data in ArcGIS](https://www.esri.com/arcgis-blog/products/arcgis-living-atlas/announcements/overture-maps-data-in-arcgis/) blog. Please use [Open Basemaps Light Gray Labels](#/paths/webmaps/open/light-gray/labels) instead. **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. deprecated: true /styles/osm/light-gray/labels: get: tags: - styles parameters: - $ref: '#/components/parameters/OSMLanguageParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OsmLightgrayLabelsStyleGet x-arcgis-frontmatter: keywords: - style - OpenStreetMap - OSM - wma - global - esri_basemap - OSM_basemap - basemap - basemaps - vector - light gray - canvas - reference - general availability - OpenStreetMap_v2 - Daylight - Facebook - Microsoft summary: OSM Light Gray Labels as a style. description: | Returns the JSON for OSM Light Gray Labels as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![OSM Light Gray Labels](https://www.arcgis.com/sharing/rest/content/items/97d817fa58d64b61a303482e9dd1bad1/info/thumbnail/thumbnail1605216653342.jpeg) Place labels are, by default, localized. To display place labels in other languages, use the `language` parameter. OpenStreetMap (OSM) is a collaborative project to create a free editable map of the world. This vector basemap is based on the Daylight map distribution of OSM data and is hosted by Esri. It provides a detailed reference layer for the world featuring map labels. It is designed for use with light gray canvas base. **Data providers:** Map data © OpenStreetMap contributors, Microsoft, Facebook, Google, Esri Community Maps contributors, Map layer by Esri. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Mature support**: OSM basemap styles are now in mature support. This means OSM basemap styles and data are no longer being updated and will be removed in the future. For more information, see the [Overture Maps Data in ArcGIS](https://www.esri.com/arcgis-blog/products/arcgis-living-atlas/announcements/overture-maps-data-in-arcgis/) blog. Please use [Open Basemap Light Gray Labels](#/paths/styles/open/light-gray/labels) instead. **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. deprecated: true /webmaps/osm/navigation: get: tags: - webmaps parameters: - $ref: '#/components/parameters/OSMLanguageParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OsmNavigationWebmapGet x-arcgis-frontmatter: keywords: - webmap - v2 - global - basemaps - vector - basemap - esri_basemap - OpenStreetMap_v2 - OSM - OpenStreetMap - Open Street Map - wma - Facebook - Microsoft - navigation - Daylight - general availability summary: OSM Navigation as a web map. description: | Returns the JSON for OSM Navigation as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![OSM Navigation](https://www.arcgis.com/sharing/rest/content/items/f886634ab3f349f18199bf554bf75ee3/info/thumbnail/thumbnail.jpg) Place labels are, by default, localized. To display place labels in other languages, use the `language` parameter. OpenStreetMap (OSM) is a collaborative project to create a free editable map of the world. This vector basemap is based on the Daylight map distribution of OSM data and is hosted by Esri. It presents the map in a cartographic style similar to the Esri Vector Basemap Navigation map. **Data providers:** Map data © OpenStreetMap contributors, Microsoft, Facebook, Google, Esri Community Maps contributors, Map layer by Esri. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Mature support**: OSM basemap styles are now in mature support. This means OSM basemap styles and data are no longer being updated and will be removed in the future. For more information, see the [Overture Maps Data in ArcGIS](https://www.esri.com/arcgis-blog/products/arcgis-living-atlas/announcements/overture-maps-data-in-arcgis/) blog. Please use [Open Basemap Navigation](#/paths/webmaps/open/navigation) instead. **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. deprecated: true /styles/osm/navigation: get: tags: - styles parameters: - $ref: '#/components/parameters/OSMLanguageParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OsmNavigationStyleGet x-arcgis-frontmatter: keywords: - style - v2 - global - basemaps - vector - basemap - esri_basemap - OpenStreetMap_v2 - OSM - OpenStreetMap - Open Street Map - wma - Facebook - Microsoft - navigation - Daylight - general availability summary: OSM Navigation as a style. description: | Returns the JSON for OSM Navigation as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![OSM Navigation](https://www.arcgis.com/sharing/rest/content/items/f886634ab3f349f18199bf554bf75ee3/info/thumbnail/thumbnail.jpg) Place labels are, by default, localized. To display place labels in other languages, use the `language` parameter. OpenStreetMap (OSM) is a collaborative project to create a free editable map of the world. This vector basemap is based on the Daylight map distribution of OSM data and is hosted by Esri. It presents the map in a cartographic style similar to the Esri Vector Basemap Navigation map. **Data providers:** Map data © OpenStreetMap contributors, Microsoft, Facebook, Google, Esri Community Maps contributors, Map layer by Esri. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Mature support**: OSM basemap styles are now in mature support. This means OSM basemap styles and data are no longer being updated and will be removed in the future. For more information, see the [Overture Maps Data in ArcGIS](https://www.esri.com/arcgis-blog/products/arcgis-living-atlas/announcements/overture-maps-data-in-arcgis/) blog. Please use [Open Basemap Navigation](#/paths/styles/open/navigation) instead. **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. deprecated: true /webmaps/osm/navigation-dark: get: tags: - webmaps parameters: - $ref: '#/components/parameters/OSMLanguageParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OsmNavigationdarkWebmapGet x-arcgis-frontmatter: keywords: - webmap - v2 - global - basemaps - vector - basemap - esri_basemap - OpenStreetMap_v2 - OSM - OpenStreetMap - Open Street Map - wma - Facebook - Microsoft - navigation - Dark Mode - Daylight - Night - general availability summary: OSM Navigation Dark as a web map. description: | Returns the JSON for OSM Navigation Dark as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![OSM Navigation:Dark](https://www.arcgis.com/sharing/rest/content/items/92966c7ebc3d4ddaac34050560568bad/info/thumbnail/thumbnail1654817755687.png) Place labels are, by default, localized. To display place labels in other languages, use the `language` parameter. OpenStreetMap (OSM) is a collaborative project to create a free editable map of the world. This vector basemap is based on the Daylight map distribution of OSM data and is hosted by Esri. It presents the map in a cartographic style similar to the Esri Vector Basemap Navigation Dark Mode map. **Data providers:** Map data © OpenStreetMap contributors, Microsoft, Facebook, Google, Esri Community Maps contributors, Map layer by Esri. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Mature support**: OSM basemap styles are now in mature support. This means OSM basemap styles and data are no longer being updated and will be removed in the future. For more information, see the [Overture Maps Data in ArcGIS](https://www.esri.com/arcgis-blog/products/arcgis-living-atlas/announcements/overture-maps-data-in-arcgis/) blog. Please use [Open Basemap Navigation Dark](#/paths/webmaps/open/navigation-dark) instead. **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. deprecated: true /styles/osm/navigation-dark: get: tags: - styles parameters: - $ref: '#/components/parameters/OSMLanguageParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OsmNavigationdarkStyleGet x-arcgis-frontmatter: keywords: - style - v2 - global - basemaps - vector - basemap - esri_basemap - OpenStreetMap_v2 - OSM - OpenStreetMap - Open Street Map - wma - Facebook - Microsoft - navigation - Dark Mode - Daylight - Night - general availability summary: OSM Navigation Dark as a style. description: | Returns the JSON for OSM Navigation Dark as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![OSM Navigation:Dark](https://www.arcgis.com/sharing/rest/content/items/92966c7ebc3d4ddaac34050560568bad/info/thumbnail/thumbnail1654817755687.png) Place labels are, by default, localized. To display place labels in other languages, use the `language` parameter. OpenStreetMap (OSM) is a collaborative project to create a free editable map of the world. This vector basemap is based on the Daylight map distribution of OSM data and is hosted by Esri. It presents the map in a cartographic style similar to the Esri Vector Basemap Navigation Dark Mode map. **Data providers:** Map data © OpenStreetMap contributors, Microsoft, Facebook, Google, Esri Community Maps contributors, Map layer by Esri. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Mature support**: OSM basemap styles are now in mature support. This means OSM basemap styles and data are no longer being updated and will be removed in the future. For more information, see the [Overture Maps Data in ArcGIS](https://www.esri.com/arcgis-blog/products/arcgis-living-atlas/announcements/overture-maps-data-in-arcgis/) blog. Please use [Open Basemap Navigation Dark](#/paths/styles/open/navigation-dark) instead. **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. deprecated: true /webmaps/osm/standard: get: tags: - webmaps parameters: - $ref: '#/components/parameters/OSMLanguageParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OsmStandardWebmapGet x-arcgis-frontmatter: keywords: - webmap - v2 - global - basemaps - vector - basemap - esri_basemap - OpenStreetMap_v2 - OSM - OpenStreetMap - Open Street Map - wma - general availability - Daylight - Facebook - Microsoft summary: OSM Standard as a web map. description: | Returns the JSON for OSM Standard as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![OSM Standard](https://www.arcgis.com/sharing/rest/content/items/695aef1564e84c06833542eb4d8c02d3/info/thumbnail/thumbnail1659481497522.png) The default global place labels are in English. To display place labels in other languages, use the `language` parameter. OpenStreetMap (OSM) is a collaborative project to create a free editable map of the world. This vector basemap is based on the Daylight map distribution of OSM data and is hosted by Esri. The vector layer is presented in OSM cartography. **Data providers:** Map data © OpenStreetMap contributors, Microsoft, Facebook, Google, Esri Community Maps contributors, Map layer by Esri. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Mature support**: OSM basemap styles are now in mature support. This means OSM basemap styles and data are no longer being updated and will be removed in the future. For more information, see the [Overture Maps Data in ArcGIS](https://www.esri.com/arcgis-blog/products/arcgis-living-atlas/announcements/overture-maps-data-in-arcgis/) blog. Please use [Open Basemaps OpenStreetMap Style](#/paths/webmaps/open/osm-style) instead. **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. deprecated: true /styles/osm/standard: get: tags: - styles parameters: - $ref: '#/components/parameters/OSMLanguageParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OsmStandardStyleGet x-arcgis-frontmatter: keywords: - style - v2 - global - basemaps - vector - basemap - esri_basemap - OpenStreetMap_v2 - OSM - OpenStreetMap - Open Street Map - wma - general availability - Daylight - Facebook - Microsoft summary: OSM Standard as a style. description: | Returns the JSON for OSM Standard as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![OSM Standard](https://www.arcgis.com/sharing/rest/content/items/695aef1564e84c06833542eb4d8c02d3/info/thumbnail/thumbnail1659481497522.png) The default global place labels are in English. To display place labels in other languages, use the `language` parameter. OpenStreetMap (OSM) is a collaborative project to create a free editable map of the world. This vector basemap is based on the Daylight map distribution of OSM data and is hosted by Esri. The vector layer is presented in OSM cartography. **Data providers:** Map data © OpenStreetMap contributors, Microsoft, Facebook, Google, Esri Community Maps contributors, Map layer by Esri. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Mature support**: OSM basemap styles are now in mature support. This means OSM basemap styles and data are no longer being updated and will be removed in the future. For more information, see the [Overture Maps Data in ArcGIS](https://www.esri.com/arcgis-blog/products/arcgis-living-atlas/announcements/overture-maps-data-in-arcgis/) blog. Please use [Open Basemaps OpenStreetMap Style](#/paths/styles/open/osm-style) instead. **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. deprecated: true /webmaps/osm/standard-relief: get: tags: - webmaps parameters: - $ref: '#/components/parameters/OSMLanguageParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OsmStandardreliefWebmapGet x-arcgis-frontmatter: keywords: - webmap - v2 - global - basemaps - vector - basemap - esri_basemap - OpenStreetMap_v2 - OSM - OpenStreetMap - Open Street Map - wma - street map - hillshade - relief - general availability - Daylight - Facebook - Microsoft summary: OSM Standard Relief as a web map. description: | Returns the JSON for OSM Standard Relief as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![OSM Standard Relief](https://www.arcgis.com/sharing/rest/content/items/5b93370c7fc24ca3b8740abd2a55456a/info/thumbnail/thumbnail1659481762836.png) Place labels are, by default, localized. To display place labels in other languages, use the `language` parameter. OpenStreetMap (OSM) is a collaborative project to create a free editable map of the world. This vector basemap is based on the Daylight map distribution of OSM data and is hosted by Esri. The vector layer is styled using OSM cartography. It is designed to be used with World Hillshade. **Data providers:** Map data © OpenStreetMap contributors, Microsoft, Facebook, Google, Esri Community Maps contributors, Map layer by Esri. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Mature support**: OSM basemap styles are now in mature support. This means OSM basemap styles and data are no longer being updated and will be removed in the future. For more information, see the [Overture Maps Data in ArcGIS](https://www.esri.com/arcgis-blog/products/arcgis-living-atlas/announcements/overture-maps-data-in-arcgis/) blog. Please use [Open Basemaps OpenStreetMap Style Relief](#/paths/webmaps/open/osm-style-relief) instead. **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. deprecated: true /styles/osm/standard-relief: get: tags: - styles parameters: - $ref: '#/components/parameters/OSMLanguageParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OsmStandardreliefStyleGet x-arcgis-frontmatter: keywords: - style - v2 - global - basemaps - vector - basemap - esri_basemap - OpenStreetMap_v2 - OSM - OpenStreetMap - Open Street Map - wma - street map - hillshade - relief - general availability - Daylight - Facebook - Microsoft summary: OSM Standard Relief as a style. description: | Returns the JSON for OSM Standard Relief as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![OSM Standard Relief](https://www.arcgis.com/sharing/rest/content/items/5b93370c7fc24ca3b8740abd2a55456a/info/thumbnail/thumbnail1659481762836.png) Place labels are, by default, localized. To display place labels in other languages, use the `language` parameter. OpenStreetMap (OSM) is a collaborative project to create a free editable map of the world. This vector basemap is based on the Daylight map distribution of OSM data and is hosted by Esri. The vector layer is styled using OSM cartography. It is designed to be used with World Hillshade. **Data providers:** Map data © OpenStreetMap contributors, Microsoft, Facebook, Google, Esri Community Maps contributors, Map layer by Esri. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Mature support**: OSM basemap styles are now in mature support. This means OSM basemap styles and data are no longer being updated and will be removed in the future. For more information, see the [Overture Maps Data in ArcGIS](https://www.esri.com/arcgis-blog/products/arcgis-living-atlas/announcements/overture-maps-data-in-arcgis/) blog. Please use [Open Basemaps OpenStreetMap Style Relief](#/paths/styles/open/osm-style-relief) instead. **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. deprecated: true /webmaps/osm/standard-relief/base: get: tags: - webmaps parameters: - $ref: '#/components/parameters/OSMLanguageParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OsmStandardreliefBaseWebmapGet x-arcgis-frontmatter: keywords: - webmap - v2 - global - basemaps - vector - basemap - esri_basemap - OpenStreetMap_v2 - OSM - OpenStreetMap - Open Street Map - wma - street map - hillshade - relief - general availability - Daylight - Facebook - Microsoft summary: OSM Standard Relief Base as a web map. description: | Returns the JSON for OSM Standard Relief Base as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![OSM Standard Relief Base](https://www.arcgis.com/sharing/rest/content/items/eaf6daaab5f54b6ab8343cd2685d27c2/info/thumbnail/thumbnail1605217262824.jpeg) Place labels are, by default, localized. To display place labels in other languages, use the `language` parameter. OpenStreetMap (OSM) is a collaborative project to create a free editable map of the world. This vector basemap is based on the Daylight map distribution of OSM data and is hosted by Esri. The vector layer is styled using OSM cartography. It is designed to be used with World Hillshade. **Data providers:** Map data © OpenStreetMap contributors, Microsoft, Facebook, Google, Esri Community Maps contributors, Map layer by Esri. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Mature support**: OSM basemap styles are now in mature support. This means OSM basemap styles and data are no longer being updated and will be removed in the future. For more information, see the [Overture Maps Data in ArcGIS](https://www.esri.com/arcgis-blog/products/arcgis-living-atlas/announcements/overture-maps-data-in-arcgis/) blog. Please use [Open Basemaps OpenStreetMap Style Relief Base](#/paths/webmaps/open/osm-style-relief/base) instead. **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. deprecated: true /styles/osm/standard-relief/base: get: tags: - styles parameters: - $ref: '#/components/parameters/OSMLanguageParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OsmStandardreliefBaseStyleGet x-arcgis-frontmatter: keywords: - style - v2 - global - basemaps - vector - basemap - esri_basemap - OpenStreetMap_v2 - OSM - OpenStreetMap - Open Street Map - wma - street map - hillshade - relief - general availability - Daylight - Facebook - Microsoft summary: OSM Standard Relief Base as a style. description: | Returns the JSON for OSM Standard Relief Base as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![OSM Standard Relief Base](https://www.arcgis.com/sharing/rest/content/items/eaf6daaab5f54b6ab8343cd2685d27c2/info/thumbnail/thumbnail1605217262824.jpeg) Place labels are, by default, localized. To display place labels in other languages, use the `language` parameter. OpenStreetMap (OSM) is a collaborative project to create a free editable map of the world. This vector basemap is based on the Daylight map distribution of OSM data and is hosted by Esri. The vector layer is styled using OSM cartography. It is designed to be used with World Hillshade. **Data providers:** Map data © OpenStreetMap contributors, Microsoft, Facebook, Google, Esri Community Maps contributors, Map layer by Esri. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Mature support**: OSM basemap styles are now in mature support. This means OSM basemap styles and data are no longer being updated and will be removed in the future. For more information, see the [Overture Maps Data in ArcGIS](https://www.esri.com/arcgis-blog/products/arcgis-living-atlas/announcements/overture-maps-data-in-arcgis/) blog. Please use [Open Basemaps OpenStreetMap Style Relief Base](#/paths/styles/open/osm-style-relief/base) instead. **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. deprecated: true /webmaps/osm/streets: get: tags: - webmaps parameters: - $ref: '#/components/parameters/OSMLanguageParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OsmStreetsWebmapGet x-arcgis-frontmatter: keywords: - webmap - v2 - global - basemaps - vector - basemap - esri_basemap - OpenStreetMap_v2 - OSM - OpenStreetMap - Open Street Map - wma - street map - general availability - Daylight - Facebook - Microsoft summary: OSM Streets as a web map. description: | Returns the JSON for OSM Streets as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![OSM Streets](https://www.arcgis.com/sharing/rest/content/items/bcefe41ce33943ac81d2fd801edd452c/info/thumbnail/thumbnail1659481742697.png) Place labels are, by default, localized. To display place labels in other languages, use the `language` parameter. OpenStreetMap (OSM) is a collaborative project to create a free editable map of the world. This vector basemap is based on the Daylight map distribution of OSM data and is hosted by Esri. It presents the map in a cartographic style similar to the Esri Vector Basemaps Street Map style. **Data providers:** Map data © OpenStreetMap contributors, Microsoft, Facebook, Google, Esri Community Maps contributors, Map layer by Esri. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Mature support**: OSM basemap styles are now in mature support. This means OSM basemap styles and data are no longer being updated and will be removed in the future. For more information, see the [Overture Maps Data in ArcGIS](https://www.esri.com/arcgis-blog/products/arcgis-living-atlas/announcements/overture-maps-data-in-arcgis/) blog. Please use [Open Basemaps Streets](#/paths/webmaps/open/streets) instead. **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. deprecated: true /styles/osm/streets: get: tags: - styles parameters: - $ref: '#/components/parameters/OSMLanguageParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OsmStreetsStyleGet x-arcgis-frontmatter: keywords: - style - v2 - global - basemaps - vector - basemap - esri_basemap - OpenStreetMap_v2 - OSM - OpenStreetMap - Open Street Map - wma - street map - general availability - Daylight - Facebook - Microsoft summary: OSM Streets as a style. description: | Returns the JSON for OSM Streets as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![OSM Streets](https://www.arcgis.com/sharing/rest/content/items/bcefe41ce33943ac81d2fd801edd452c/info/thumbnail/thumbnail1659481742697.png) Place labels are, by default, localized. To display place labels in other languages, use the `language` parameter. OpenStreetMap (OSM) is a collaborative project to create a free editable map of the world. This vector basemap is based on the Daylight map distribution of OSM data and is hosted by Esri. It presents the map in a cartographic style similar to the Esri Vector Basemaps Street Map style. **Data providers:** Map data © OpenStreetMap contributors, Microsoft, Facebook, Google, Esri Community Maps contributors, Map layer by Esri. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Mature support**: OSM basemap styles are now in mature support. This means OSM basemap styles and data are no longer being updated and will be removed in the future. For more information, see the [Overture Maps Data in ArcGIS](https://www.esri.com/arcgis-blog/products/arcgis-living-atlas/announcements/overture-maps-data-in-arcgis/) blog. Please use [Open Basemaps Streets](#/paths/styles/open/streets) instead. **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. deprecated: true /webmaps/osm/streets-relief: get: tags: - webmaps parameters: - $ref: '#/components/parameters/OSMLanguageParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OsmStreetsreliefWebmapGet x-arcgis-frontmatter: keywords: - webmap - v2 - global - basemaps - vector - basemap - esri_basemap - OpenStreetMap_v2 - OSM - OpenStreetMap - Open Street Map - wma - street map - hillshade - relief - general availability - Daylight - Facebook - Microsoft summary: OSM Streets Relief as a web map. description: | Returns the JSON for OSM Streets Relief as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![OSM Streets Relief](https://www.arcgis.com/sharing/rest/content/items/c6ec0420be5a4e36b57d1ef0f243b175/info/thumbnail/thumbnail1659481714018.png) Place labels are, by default, localized. To display place labels in other languages, use the `language` parameter. OpenStreetMap (OSM) is a collaborative project to create a free editable map of the world. This vector basemap is based on the Daylight map distribution of OSM data and is hosted by Esri. It presents the map in an Esri street map style with relief. It is designed for use with world hillshade. **Data providers:** Map data © OpenStreetMap contributors, Microsoft, Facebook, Google, Esri Community Maps contributors, Map layer by Esri. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Mature support**: OSM basemap styles are now in mature support. This means OSM basemap styles and data are no longer being updated and will be removed in the future. For more information, see the [Overture Maps Data in ArcGIS](https://www.esri.com/arcgis-blog/products/arcgis-living-atlas/announcements/overture-maps-data-in-arcgis/) blog. Please use [Open Basemaps Streets Relief](#/paths/webmaps/open/streets-relief) instead. **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. deprecated: true /styles/osm/streets-relief: get: tags: - styles parameters: - $ref: '#/components/parameters/OSMLanguageParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OsmStreetsreliefStyleGet x-arcgis-frontmatter: keywords: - style - v2 - global - basemaps - vector - basemap - esri_basemap - OpenStreetMap_v2 - OSM - OpenStreetMap - Open Street Map - wma - street map - hillshade - relief - general availability - Daylight - Facebook - Microsoft summary: OSM Streets Relief as a style. description: | Returns the JSON for OSM Streets Relief as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![OSM Streets Relief](https://www.arcgis.com/sharing/rest/content/items/c6ec0420be5a4e36b57d1ef0f243b175/info/thumbnail/thumbnail1659481714018.png) Place labels are, by default, localized. To display place labels in other languages, use the `language` parameter. OpenStreetMap (OSM) is a collaborative project to create a free editable map of the world. This vector basemap is based on the Daylight map distribution of OSM data and is hosted by Esri. It presents the map in an Esri street map style with relief. It is designed for use with world hillshade. **Data providers:** Map data © OpenStreetMap contributors, Microsoft, Facebook, Google, Esri Community Maps contributors, Map layer by Esri. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Mature support**: OSM basemap styles are now in mature support. This means OSM basemap styles and data are no longer being updated and will be removed in the future. For more information, see the [Overture Maps Data in ArcGIS](https://www.esri.com/arcgis-blog/products/arcgis-living-atlas/announcements/overture-maps-data-in-arcgis/) blog. Please use [Open Basemaps Streets Relief](#/paths/styles/open/streets-relief) instead. **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. deprecated: true /webmaps/osm/streets-relief/base: get: tags: - webmaps parameters: - $ref: '#/components/parameters/OSMLanguageParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OsmStreetsreliefBaseWebmapGet x-arcgis-frontmatter: keywords: - webmap - v2 - global - basemaps - vector - basemap - esri_basemap - OpenStreetMap_v2 - OSM - OpenStreetMap - Open Street Map - wma - street map - hillshade - relief - general availability - Daylight - Facebook - Microsoft summary: OSM Streets Relief Base as a web map. description: | Returns the JSON for OSM Streets Relief Base as a [web map](https://developers.arcgis.com/web-map-specification/objects/webmap/). ![OSM Streets Relief Base](https://www.arcgis.com/sharing/rest/content/items/77a03088967a44eab7880e8e8df497e3/info/thumbnail/thumbnail1605216955385.jpeg) Place labels are, by default, localized. To display place labels in other languages, use the `language` parameter. OpenStreetMap (OSM) is a collaborative project to create a free editable map of the world. This vector basemap is based on the Daylight map distribution of OSM data and is hosted by Esri. It presents the map in an Esri street map style with relief. It is designed for use with world hillshade. **Data providers:** Map data © OpenStreetMap contributors, Microsoft, Facebook, Google, Esri Community Maps contributors, Map layer by Esri. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Mature support**: OSM basemap styles are now in mature support. This means OSM basemap styles and data are no longer being updated and will be removed in the future. For more information, see the [Overture Maps Data in ArcGIS](https://www.esri.com/arcgis-blog/products/arcgis-living-atlas/announcements/overture-maps-data-in-arcgis/) blog. Please use [Open Basemaps Streets Relief Base](#/paths/webmaps/open/streets-relief/base) instead. **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. deprecated: true /styles/osm/streets-relief/base: get: tags: - styles parameters: - $ref: '#/components/parameters/OSMLanguageParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: OsmStreetsreliefBaseStyleGet x-arcgis-frontmatter: keywords: - style - v2 - global - basemaps - vector - basemap - esri_basemap - OpenStreetMap_v2 - OSM - OpenStreetMap - Open Street Map - wma - street map - hillshade - relief - general availability - Daylight - Facebook - Microsoft summary: OSM Streets Relief Base as a style. description: | Returns the JSON for OSM Streets Relief Base as a [Mapbox style](https://docs.mapbox.com/style-spec/guides/) (version 8). ![OSM Streets Relief Base](https://www.arcgis.com/sharing/rest/content/items/77a03088967a44eab7880e8e8df497e3/info/thumbnail/thumbnail1605216955385.jpeg) Place labels are, by default, localized. To display place labels in other languages, use the `language` parameter. OpenStreetMap (OSM) is a collaborative project to create a free editable map of the world. This vector basemap is based on the Daylight map distribution of OSM data and is hosted by Esri. It presents the map in an Esri street map style with relief. It is designed for use with world hillshade. **Data providers:** Map data © OpenStreetMap contributors, Microsoft, Facebook, Google, Esri Community Maps contributors, Map layer by Esri. For more details see [Esri and Data Attribution](https://developers.arcgis.com/documentation/esri-and-data-attribution/). **Mature support**: OSM basemap styles are now in mature support. This means OSM basemap styles and data are no longer being updated and will be removed in the future. For more information, see the [Overture Maps Data in ArcGIS](https://www.esri.com/arcgis-blog/products/arcgis-living-atlas/announcements/overture-maps-data-in-arcgis/) blog. Please use [Open Basemaps Streets Relief Base](#/paths/styles/open/streets-relief/base) instead. **Note:** This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`. deprecated: true /webmaps/items/{item_id}: get: tags: - custom-webmaps operationId: WebmapsItemsItemIdGet x-arcgis-frontmatter: keywords: - style - v2 - custom parameters: - $ref: '#/components/parameters/ItemIDParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/WebmapResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' '404': $ref: '#/components/responses/PortalIDNotFoundErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' summary: Portal item as a Webmap description: | Returns a web map showing the supplied portal item. The portal item must be of [type](https://developers.arcgis.com/rest/users-groups-and-items/items-and-item-types.htm) Tile Layer (based on either a Map Service or Vector Tile Service). Once a custom style has been retrieved from the service it may be cached. If you make changes to the style it could take up to 10 minutes for the changes to be available. /styles/items/{item_id}: get: tags: - custom-styles operationId: StylesItemsItemIdGet x-arcgis-frontmatter: keywords: - style - v2 - custom parameters: - $ref: '#/components/parameters/ItemIDParam' - $ref: '#/components/parameters/TokenParam' - $ref: '#/components/parameters/FormatParam' responses: '200': $ref: '#/components/responses/StyleResponse' '400': $ref: '#/components/responses/InvalidQueryErrorResponse' '401': $ref: '#/components/responses/UnauthorizedErrorResponse' '403': $ref: '#/components/responses/ResourcePermissionErrorResponse' '404': $ref: '#/components/responses/PortalIDNotFoundErrorResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' summary: Portal item as a Style description: | Returns a style showing the supplied portal item. The portal item must be of [type](https://developers.arcgis.com/rest/users-groups-and-items/items-and-item-types.htm) Tile Layer (based on either a Map Service or Vector Tile Service). Once a custom style has been retrieved from the service it may be cached. If you make changes to the style it could take up to 10 minutes for the changes to be available. /self: get: tags: - self description responses: '200': $ref: '#/components/responses/ServiceSelfResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: ServiceSelfGet x-arcgis-frontmatter: keywords: - style - basemap - self summary: Describes the Basemap Styles service. description: Returns JSON describing the Basemap Styles Service. Includes a list of all supported languages, worldviews, and places. /styles/self: get: tags: - styles - self description responses: '200': $ref: '#/components/responses/StylesSelfResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: StylesSelfGet x-arcgis-frontmatter: keywords: - style - basemap - self summary: Describes service styles. description: | Returns JSON describing the styles endpoint including supported styles. Includes a list of all supported languages, worldviews, and places. /webmaps/self: get: tags: - webmaps - self description responses: '200': $ref: '#/components/responses/WebmapsSelfResponse' 5XX: $ref: '#/components/responses/ServerErrorResponse' operationId: WebmapsSelfGet x-arcgis-frontmatter: keywords: - webmap - basemap - self summary: Describes service webmaps. description: | Returns JSON describing the webmaps endpoint including supported styles. Includes a list of all supported languages, worldviews, and places. components: schemas: Webmap: type: object description: | Provides a Webmap JSON as defined by the [ESRI ArcGIS Webmap](https://developers.arcgis.com/web-map-specification/) specification. Contains a URL pointing to the location of the requested style. Please refer to the [specification](https://developers.arcgis.com/web-map-specification/). externalDocs: description: ESRI specification for ArcGIS webmaps. url: https://developers.arcgis.com/web-map-specification/ Style: type: object description: | Provides a Style JSON as defined by the [Maplibre Style](https://maplibre.org/maplibre-gl-js-docs/style-spec/) specification. Please refer to the [specification](https://maplibre.org/maplibre-gl-js-docs/style-spec/). externalDocs: description: Maplibre specification for styles. url: https://maplibre.org/maplibre-gl-js-docs/style-spec/ ServiceSelf: type: object description: A JSON structure which describes the Basemap Styles Service. Includes a list of all supported languages, worldviews, and places. properties: name: description: Name of the service. type: string example: Basemap Styles version: description: Version of the service that you are using. type: string example: x.x.x description: description: Description of the service. type: string example: Brief description of Basemap styles API languages: description: Supported languages that can be passed to the {?language} parameters. type: array items: type: object properties: name: description: Name of the language. type: string example: English code: description: Code for the language. type: string example: en worldviews: description: Supported worldviews that can be passed to the {?worldview} parameter. type: array items: type: object properties: name: description: Name of the worldview. type: string example: China code: description: Code for the worldview. type: string example: china places: description: Supported places values that can be passed to the {?places} parameters. type: array items: type: object properties: name: description: Name of the places parameter. type: string example: Attributed code: description: Code for the places parameter. type: string example: attributed selfUrl: description: URL that points to self. type: string example: https://basemapstyles-api.arcgis.com/arcgis/rest/services/styles/v2/self stylesUrl: description: URL that points to styles self. type: string example: https://basemapstyles-api.arcgis.com/arcgis/rest/services/styles/v2/styles/self webmapsUrl: description: URL that points to webmaps self. type: string example: https://basemapstyles-api.arcgis.com/arcgis/rest/services/styles/v2/webmaps/self required: - name - version - description - languages - worldviews - places - selfUrl - stylesUrl - webmapsUrl WebmapsSelf: type: object description: Describes the list of available webmap endpoints. properties: languages: description: Supported languages that can be passed to the {?language} parameters. type: array items: type: object properties: name: description: Name of the language. type: string example: English code: description: Code for the language. type: string example: en worldviews: description: Supported worldviews that can be passed to the {?worldview} parameter. type: array items: type: object properties: name: description: Name of the worldview. type: string example: China code: description: Code for the language. type: string example: china places: description: Supported places values that can be passed to the {?places} parameters. type: array items: type: object properties: name: description: Name of the places parameter. type: string example: Attributed code: description: Code for the places parameter. type: string example: attributed styles: description: List of provided styles that can be used. type: array items: type: object $ref: '#/components/schemas/WebmapItemSelf' selfUrl: description: URL that points to self. type: string example: https://basemapstyles-api.arcgis.com/arcgis/rest/services/styles/v2/webmaps/self customStylesUrl: description: URL that points to the endpoint for custom style webmaps. type: string example: https://basemapstyles-api.arcgis.com/arcgis/rest/services/styles/v2/webmaps/items/{item_id} required: - languages - worldviews - places - styles - selfUrl - customStylesUrl StylesSelf: type: object description: Describes the list of available style endpoints. properties: languages: description: Supported languages that can be passed to the {?language} parameters. type: array items: type: object properties: name: description: Name of the language. type: string example: English code: description: Code for the language. type: string example: en worldviews: description: Supported worldviews that can be passed to the {?worldview} parameter. type: array items: type: object properties: name: description: Name of the worldview. type: string example: China code: description: Code for the language. type: string example: china places: description: Supported places values that can be passed to the {?places} parameters. type: array items: type: object properties: name: description: Name of the places parameter. type: string example: Attributed code: description: Code for the places parameter. type: string example: attributed styles: description: List of provided styles that can be used. type: array items: type: object $ref: '#/components/schemas/StylesItemSelf' selfUrl: description: URL that points to self. type: string example: https://basemapstyles-api.arcgis.com/arcgis/rest/services/styles/v2/styles/self customStylesUrl: description: URL that points to custom styles of the output type. type: string example: https://basemapstyles-api.arcgis.com/arcgis/rest/services/styles/v2/styles/items/{item_id} required: - languages - worldviews - places - styles - selfUrl - customStylesUrl StylesItemSelf: type: object description: Describes the provided style. properties: name: description: Name of the style. type: string example: ArcGIS Human Geography Dark deprecated: description: details whether the style is deprecated. type: boolean default: false complete: description: | Details whether the style can be used as a complete basemap, or whether it requires additional layers. To present users with a list of basemap styles that are ready to be used as a stand-alone basemap, filter out styles that are marked as not `complete`. For example, the `arcgis/imagery` style includes all of the basemap data required to provide the context for a mapping application and so is considered complete. It is comprised of a base layer of satellite imagery with an overlay of place name labels and streets. By contrast the `arcgis/imagery/labels` style only provides the place names and streets. Without the accompanying satellite imagery this style does not provide a complete basemap. type: boolean default: true path: description: Endpoint path used to access the style. type: string example: /styles/arcgis/human-geography-dark provider: description: Style provider, arcgis or osm. type: string example: arcgis thumbnailUrl: description: Link to thumnail of style. type: string example: https://www.arcgis.com/sharing/rest/content/items/ea3befe305494bb5b2acd77e1b3135dc/info/thumbnail/thumbnail1659480292164.png selfUrl: description: URL that points to self. type: string example: https://basemapstyles-api.arcgis.com/arcgis/rest/services/styles/v2/styles/arcgis/human-geography-dark/self styleUrl: description: URL that refers to a style, potentially including parameters such as language, worldview, or places at the end if they are supported. type: string example: https://basemapstyles-api.arcgis.com/arcgis/rest/services/styles/v2/styles/arcgis/human-geography-dark{?language}{?worldview}{?places} rootUrl: description: URL that refers to a style's base portal id layer, potentially including parameters such as language, worldview, or places at the end if they are supported. type: string example: https://basemapstyles-api.arcgis.com/arcgis/rest/services/styles/v2/styles/arcgis/human-geography-dark/base{?language}{?worldview}{?places} baseUrl: description: URL that points to the base layer self. type: string example: https://basemapstyles-api.arcgis.com/arcgis/rest/services/styles/v2/styles/arcgis/human-geography-dark/base/self detailUrl: description: URL that points to the detail layer self. type: string example: https://basemapstyles-api.arcgis.com/arcgis/rest/services/styles/v2/styles/arcgis/human-geography-dark/detail/self labelsUrl: description: URL that points to the labels layer self. type: string example: https://basemapstyles-api.arcgis.com/arcgis/rest/services/styles/v2/styles/arcgis/human-geography-dark/labels/self required: - complete - name - path - provider - thumbnailUrl - selfUrl - styleUrl WebmapItemSelf: type: object description: Describes the provided style. properties: name: description: Name of the style. type: string example: ArcGIS Human Geography Dark deprecated: description: details whether the style is deprecated. type: boolean default: false complete: description: | Details whether the style can be used as a complete basemap, or whether it requires additional layers. To present users with a list of basemap styles that are ready to be used as a stand-alone basemap, filter out styles that are marked as not `complete`. For example, the `arcgis/imagery` style includes all of the basemap data required to provide the context for a mapping application and so is considered complete. It is comprised of a base layer of satellite imagery with an overlay of place name labels and streets. By contrast the `arcgis/imagery/labels` style only provides the place names and streets. Without the accompanying satellite imagery this style does not provide a complete basemap. type: boolean default: true path: description: Endpoint path used to access the webmap. type: string example: /styles/arcgis/human-geography-dark provider: description: Style provider, arcgis or osm. type: string example: arcgis thumbnailUrl: description: Link to thumnail of style. type: string example: https://www.arcgis.com/sharing/rest/content/items/ea3befe305494bb5b2acd77e1b3135dc/info/thumbnail/thumbnail1659480292164.png selfUrl: description: URL that points to self. type: string example: https://basemapstyles-api.arcgis.com/arcgis/rest/services/styles/v2/webmaps/arcgis/human-geography-dark/self styleUrl: description: URL that refers to a style, potentially including parameters such as language, worldview, or places at the end if they are supported. type: string example: https://basemapstyles-api.arcgis.com/arcgis/rest/services/styles/v2/webmaps/arcgis/human-geography-dark{?language}{?worldview}{?places} rootUrl: description: URL that refers to a style's base portal id layer, potentially including parameters such as language, worldview, or places at the end if they are supported. type: string example: https://basemapstyles-api.arcgis.com/arcgis/rest/services/styles/v2/webmaps/arcgis/human-geography-dark/base{?language}{?worldview}{?places} baseUrl: description: URL that points to the base layer self. type: string example: https://basemapstyles-api.arcgis.com/arcgis/rest/services/styles/v2/webmaps/arcgis/human-geography-dark/base/self detailUrl: description: URL that points to the detail layer self. type: string example: https://basemapstyles-api.arcgis.com/arcgis/rest/services/styles/v2/webmaps/arcgis/human-geography-dark/detail/self labelsUrl: description: URL that points to the labels layer self. type: string example: https://basemapstyles-api.arcgis.com/arcgis/rest/services/styles/v2/webmaps/arcgis/human-geography-dark/labels/self required: - complete - name - path - provider - thumbnailUrl - selfUrl - styleUrl Error: type: object properties: error: description: Error information type: object properties: code: description: A code identifying the type of error, either an HTTP error code, `498` (signifying invalid or expired token), or `499` (signifying missing token). type: integer example: 400 enum: - 400 - 401 - 403 - 404 - 498 - 499 - 500 message: description: A message describing the error. type: string minLength: 1 details: description: List of details about the error. type: array items: type: string minItems: 0 restInfoUrl: description: URL that provides the basemap-styles service information. type: string example: https://basemapstyles-api.arcgis.com/arcgis/rest/info required: - code - message required: - error responses: WebmapResponse: description: A successful response for a webmap request. content: application/json: schema: $ref: '#/components/schemas/Webmap' StyleResponse: description: A successful response to a style request. content: application/json: schema: $ref: '#/components/schemas/Style' UnauthorizedErrorResponse: description: Authentication Error. The API key or token is missing, invalid or expired. content: application/json: schema: $ref: '#/components/schemas/Error' ServerErrorResponse: description: An error occurred on the server. content: application/json: schema: $ref: '#/components/schemas/Error' InvalidQueryErrorResponse: description: Invalid query parameters / Incorrect portal item type. content: application/json: schema: $ref: '#/components/schemas/Error' PortalIDNotFoundErrorResponse: description: A portal item with the supplied ID was not found. content: application/json: schema: $ref: '#/components/schemas/Error' PermissionMissingErrorResponse: description: | The supplied authentication information is valid but does not have permission to access the service. content: application/json: schema: $ref: '#/components/schemas/Error' ResourcePermissionErrorResponse: description: The requested resource cannot be accesed because of incorrent sharing permissions. content: application/json: schema: $ref: '#/components/schemas/Error' WebmapsSelfResponse: description: A successful response for an output type self request. content: application/json: schema: $ref: '#/components/schemas/WebmapsSelf' StylesSelfResponse: description: A successful response for an styles self request. content: application/json: schema: $ref: '#/components/schemas/StylesSelf' ServiceSelfResponse: description: A successful response for the root self request. content: application/json: schema: $ref: '#/components/schemas/ServiceSelf' parameters: FormatParam: name: f in: query description: Optional, case-sensitive parameter to specify the format in which responses are given. Can either be json or pjson. schema: type: string enum: - json - pjson default: json TokenParam: name: token in: query description: | The authentication token, used to access the Basemap styles service. The `token` parameter can be: - an API key - a short-lived token API keys and short-lived tokens must be created from an account with the `premium:user:basemaps` [privilege](https://developers.arcgis.com/rest/users-groups-and-items/privileges.htm). **Developer guide**: To learn more, go to [Security and authentication](https://developers.arcgis.com/documentation/mapping-apis-and-services/security/). This parameter is required _unless_ you supply an access token in the request header with one of the following keys using the "Bearer" scheme: - `Authorization: Bearer ` - `X-Esri-Authorization: Bearer ` schema: type: string ArcGISLanguageParam: name: language in: query description: | 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). | Language | Language Code | ISO 639-2:1998 | ISO 639-1 | Notes | | --------------------- | ------------------ | -------------- | --------- | -------------------------------------------------------- | | Global | global | | | Uses global place names. This default option will use the basemap style default, usually English. | | Local | local | | | Uses the local place names. This will use the names of places in their local language - Eg. Lisboa for Lisbon. | | Arabic | ar | ara | | Uses the Unicode font. | | Bosnian | bs | bos | | Uses the Unicode font. | | Bulgarian | bg | bul | | Uses the Unicode font. | | Catalan | ca | cat | | | | Chinese (Hong Kong) | zh-HK | | zh-hk | Uses the Unicode font. | | Chinese (Simplified) | zh-CN | | zh-cn | Uses the Unicode font. | | Chinese (Taiwan) | zh-TW | | zh-tw | Uses the Unicode font. | | Croatian | hr | hrv | | Uses the Unicode font. | | Czech | cs | cze | | Uses the Unicode font. | | Danish | da | dan | | | | Dutch | nl | dut | | Uses the Unicode font. | | English | en | eng | | | | Estonian | et | est | | | | Finnish | fi | fin | | | | French | fr | fre | | | | German | de | ger | | | | Greek | el | gre | | Uses the Unicode font. | | Hebrew | he | heb | | Uses the Unicode font. | | Hungarian | hu | hun | | | | Indonesian | id | ind | | | | Italian | it | ita | | | | Japanese | ja | jpn | | Uses the Unicode font. | | Korean | ko | kor | | Uses the Unicode font. | | Latvian | lv | lav | | | | Lithuanian | lt | lit | | | | Norwegian | nb **or** no | nor | | | | Polish | pl | pol | | | | Portuguese (Brazil) | pt-BR | | pt-br | | | Portuguese (Portugal) | pt-PT | | pt | | | Romanian | ro | rum | | Uses the Unicode font. | | Russian | ru | rus | | Uses the Unicode font. | | Serbian | sr | srp | | Uses the Unicode font. | | Slovak | sk | slk | | Uses the Unicode font. | | Slovenian | sl | slv | | Uses the Unicode font. | | Spanish | es | spa | | | | Swedish | sv | swe | | | | Thai | th | tha | | Uses the Unicode font. | | Turkish | tr | tur | | | | Ukrainian | uk | ukr | | Uses the Unicode font. | | Vietnamese | vi | vie | | | schema: type: string enum: - 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 example: es default: global OSMLanguageParam: name: language in: query description: | Optional, case-sensitive parameter to specify the preferred language to use for OSM 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 Local Language code, which uses the default place names provided by the style. 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 (Local). | Language | Language Code | ISO 639-2:1998 | ISO 639-1 | Notes | | --------------------- | ------------------ | -------------- | --------- | -------------------------------------------------------- | | Global | global | | | Uses English place names. | | Local | local | | | Uses the default place names. | | Arabic | ar | ara | | Uses the Unicode font. | | Bosnian | bs | bos | | Uses the Unicode font. | | Bulgarian | bg | bul | | Uses the Unicode font. | | Catalan | ca | cat | | | | Chinese (Hong Kong) | zh-HK | | zh-hk | Uses the Unicode font. | | Chinese (Simplified) | zh-CN | | zh-cn | Uses the Unicode font. | | Chinese (Taiwan) | zh-TW | | zh-tw | Uses the Unicode font. | | Croatian | hr | hrv | | Uses the Unicode font. | | Czech | cs | cze | | Uses the Unicode font. | | Danish | da | dan | | | | Dutch | nl | dut | | Uses the Unicode font. | | English | en | eng | | | | Estonian | et | est | | | | Finnish | fi | fin | | | | French | fr | fre | | | | German | de | ger | | | | Greek | el | gre | | Uses the Unicode font. | | Hebrew | he | heb | | Uses the Unicode font. | | Hungarian | hu | hun | | | | Indonesian | id | ind | | | | Italian | it | ita | | | | Japanese | ja | jpn | | Uses the Unicode font. | | Korean | ko | kor | | Uses the Unicode font. | | Latvian | lv | lav | | | | Lithuanian | lt | lit | | | | Norwegian | nb **or** no | nor | | | | Polish | pl | pol | | | | Portuguese (Brazil) | pt-BR | | pt-br | | | Portuguese (Portugal) | pt-PT | | pt | | | Romanian | ro | rum | | Uses the Unicode font. | | Russian | ru | rus | | Uses the Unicode font. | | Serbian | sr | srp | | Uses the Unicode font. | | Slovak | sk | slk | | Uses the Unicode font. | | Slovenian | sl | slv | | Uses the Unicode font. | | Spanish | es | spa | | | | Swedish | sv | swe | | | | Thai | th | tha | | Uses the Unicode font. | | Turkish | tr | tur | | | | Ukrainian | uk | ukr | | Uses the Unicode font. | | Vietnamese | vi | vie | | | schema: type: string enum: - 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 example: es default: local ItemIDParam: name: item_id in: path required: true description: | Portal item unique identifier representing a single content item in the ArcGIS portal. The portal item must be of [type](https://developers.arcgis.com/rest/users-groups-and-items/items-and-item-types.htm) Tile Layer (based on either a Map Service or Vector Tile Service). See [ArcGIS Glossary](https://developers.arcgis.com/documentation/glossary/item-id/) for more information about portal item IDs. See [ArcGIS item types](https://developers.arcgis.com/rest/users-groups-and-items/items-and-item-types.htm) for more information about item types. schema: type: string minLength: 32 maxLength: 32 pattern: ^[0-f]*$ example: be070defddef468b8bf0a43bde321ab5 PlacesParam: name: places in: query description: | Optional, case-sensitive parameter to control the places returned with the style. If not set, the default behavior is to display no places, `places=none`. | Places | Places Code | Notes | | ---------- | ------------ | ------------------------------------------------------------------------------ | | All | `all` | Include all places available with the style. | | Attributed | `attributed` | Include all places that have attributes (_esri_place_id_, _name_, _category_). | | None | `none` | Remove all places from the style. | An _esri_place_id_ can be used with the [Places service](https://developers.arcgis.com/rest/places/) to request additional attributes for a place. To learn how to request attributes, go to [`/places/{placeId}`](https://developers.arcgis.com/rest/places/place-id-get/). **Developer guide:** To learn more about this workflow, go to [Places for basemaps](https://developers.arcgis.com/documentation/mapping-apis-and-services/maps/places-for-basemaps). **Note:** Custom styles can be created from provided styles with places functionality enabled by default by manipulating the JSON in the [Vector Tile Style Editor](https://www.arcgis.com/apps/vtseditor). schema: type: string enum: - all - attributed - none example: none default: none ArcGISWorldviewParam: name: worldview in: query description: | Optional, case-sensitive parameter to control the boundary lines and labels displayed with some ArcGIS styles. To select a US edition of a basemap style, set the `worldview` parameter to `unitedStatesOfAmerica`. If the `worldview` parameter is not set, the style will use the standard set of boundary lines and labels as defined by the style, rather than the specific view of a single country. The `worldview` parameter allows you to display an edition of basemap borders and labels based on the specific view of a country. Please note that it is not that country's international policy outside of their country. When a specific worldview is chosen, it is possible for some labels to change language. However, when the language query parameter is used in combination with the worldview selection, the explicitly selected language will take priority over any language changes associated with the worldview. schema: type: string enum: - china - india - israel - japan - morocco - pakistan - southKorea - unitedArabEmirates - unitedStatesOfAmerica - vietnam examples: china: value: china summary: | Shows boundary lines and labels that correspond to the Chinese view of the world boundaries and labels. india: value: india summary: | Shows boundary lines and labels that correspond to the Indian view of the world boundaries and labels. securitySchemes: ArcGISTokenParameter: type: apiKey in: query name: token description: | The authentication token, used to access the Basemap styles service. The case-sensitive `token` parameter can be: - an API key - a short-lived token API keys and short-lived tokens must be created from an account with the `premium:user:basemaps` [privilege](https://developers.arcgis.com/rest/users-groups-and-items/privileges.htm). See [ArcGIS security documentation](https://developers.arcgis.com/documentation/mapping-apis-and-services/security/) for more information on authenticating with a token or API key. ArcGISXEsriAuthorizationHeader: type: http scheme: bearer bearerFormat: 'X-Esri-Authorization: Bearer ' description: | The authorization token, used to access the Basemap styles service. The authorization parameter can be: - an API key - a short-lived token API keys and short-lived tokens must be created from an account with the `premium:user:basemaps` [privilege](https://developers.arcgis.com/rest/users-groups-and-items/privileges.htm). See [ArcGIS security documentation](https://developers.arcgis.com/documentation/mapping-apis-and-services/security/) for more information on authenticating with a token or API key. Supply the token in the request header using the "Bearer" scheme: `X-Esri-Authorization: Bearer ` ArcGISAuthorizationHeader: type: http scheme: bearer bearerFormat: 'Authorization: Bearer ' description: | The authorization token, used to access the Basemap styles service. The authorization parameter can be: - an API key - a short-lived token API keys and short-lived tokens must be created from an account with the `premium:user:basemaps` [privilege](https://developers.arcgis.com/rest/users-groups-and-items/privileges.htm). See [ArcGIS security documentation](https://developers.arcgis.com/documentation/mapping-apis-and-services/security/) for more information on authenticating with a token or API key. Supply the token in the request header using the "Bearer" scheme: `Authorization: Bearer `