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.5.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 [provided basemaps](https://developers.arcgis.com/documentation/mapping-apis-and-services/maps/services/basemap-layer-service/) e.g ArcGIS or OSM returned as a web map.
- name: styles
  description: Endpoints for [provided basemaps](https://developers.arcgis.com/documentation/mapping-apis-and-services/maps/services/basemap-layer-service/) e.g ArcGIS or OSM 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 web map.
- 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:
- ArcGISTokenParameter: []
- ArcGISAuthorizationHeader: []
- ArcGISXEsriAuthorizationHeader: []
paths:
  /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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=c7d2b5c334364e8fb5b73b0f4d6a779b) in ArcGIS.
  /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 style.

        ![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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=c7d2b5c334364e8fb5b73b0f4d6a779b) in ArcGIS.
  /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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=c7d2b5c334364e8fb5b73b0f4d6a779b) in ArcGIS.

        **Note:**

        This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`.
  /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 style.

        ![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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=c7d2b5c334364e8fb5b73b0f4d6a779b) in ArcGIS.

        **Note:**

        This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`.
  /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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=c7d2b5c334364e8fb5b73b0f4d6a779b) in ArcGIS.
  /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 style.

        ![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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=c7d2b5c334364e8fb5b73b0f4d6a779b) in ArcGIS.
  /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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=96ed54f1daf24a6992b7e7317bebd744) in ArcGIS.
  /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 style.

        ![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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=96ed54f1daf24a6992b7e7317bebd744) in ArcGIS.
  /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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=140be45035d74b5ab4c2a871a8503b84) in ArcGIS.

        **Note:**

        This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`.
  /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 style.

        ![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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=140be45035d74b5ab4c2a871a8503b84) in ArcGIS.

        **Note:**

        This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`.
  /webmaps/arcgis/light-gray/labels:
    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: 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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=615e9eeef23346b3934faa55f834aa6d) in ArcGIS.

        **Note:**

        This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`.
  /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 style.

        ![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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=615e9eeef23346b3934faa55f834aa6d) in ArcGIS.

        **Note:**

        This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`.
  /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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=9a2d2c3012c346b08adf961f18b30c89) in ArcGIS.
  /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 style.

        ![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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=9a2d2c3012c346b08adf961f18b30c89) in ArcGIS.
  /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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=f8dec62d37504266b0578ce7453b808b) in ArcGIS.
  /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 style.

        ![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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=f8dec62d37504266b0578ce7453b808b) in ArcGIS.
  /webmaps/arcgis/dark-gray/labels:
    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: 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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=8bf7f2dffe434dc9a88f39283823ab09) in ArcGIS.

        **Note:**

        This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`.
  /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 style.

        ![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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=8bf7f2dffe434dc9a88f39283823ab09) in ArcGIS.

        **Note:**

        This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`.
  /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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=ad3775594223464abc4addd501a0c5a8) in ArcGIS.
  /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 style.

        ![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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=ad3775594223464abc4addd501a0c5a8) in ArcGIS.
  /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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=244d18f67fc046e89d4f04ac839ca56c) in ArcGIS.
  /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 style.

        ![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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=244d18f67fc046e89d4f04ac839ca56c) in ArcGIS.
  /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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=ab81d22899024ea08c8bb5a88cc1775e) in ArcGIS.
  /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 style.

        ![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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=ab81d22899024ea08c8bb5a88cc1775e) in ArcGIS.
  /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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=513cf2cfca4641daac73466f67c9a7dc) in ArcGIS.
  /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 style.

        ![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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=513cf2cfca4641daac73466f67c9a7dc) in ArcGIS.
  /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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=cc4107c211bd4875bcb8be092fe56b52) in ArcGIS.

        **Note:**

        This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`.
  /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 style.

        ![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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=cc4107c211bd4875bcb8be092fe56b52) in ArcGIS.

        **Note:**

        This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`.
  /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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=03daad361e1849bc80cb7b70ed391379) in ArcGIS.

        **Note:**

        This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`.
  /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 style.

        ![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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=03daad361e1849bc80cb7b70ed391379) in ArcGIS.

        **Note:**

        This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`.
  /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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=42df0d22517e49ad84edcee4c093857d) in ArcGIS.
  /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 style.

        ![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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=42df0d22517e49ad84edcee4c093857d) in ArcGIS.
  /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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=42df0d22517e49ad84edcee4c093857d) in ArcGIS.
  /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 style.

        ![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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=42df0d22517e49ad84edcee4c093857d) in ArcGIS.
  /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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=b1dca7ef7b61466785901c41aed89ba5) in ArcGIS.
  /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 style.

        ![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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=b1dca7ef7b61466785901c41aed89ba5) in ArcGIS.
  /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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=b1dca7ef7b61466785901c41aed89ba5) in ArcGIS.

        **Note:**

        This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`.
  /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 style.

        ![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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=b1dca7ef7b61466785901c41aed89ba5) in ArcGIS.

        **Note:**

        This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`.
  /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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=549bc703f887476c9356a8756068767a) in ArcGIS.
  /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 style.

        ![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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=549bc703f887476c9356a8756068767a) in ArcGIS.
  /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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=d566b72d63884fcfae0df93e10781ac8) in ArcGIS.

        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.

        **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 style.

        ![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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=d566b72d63884fcfae0df93e10781ac8) in ArcGIS.

        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.

        **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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=eaf6daaab5f54b6ab8343cd2685d27c2) in ArcGIS.

        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.

        **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 style.

        ![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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=eaf6daaab5f54b6ab8343cd2685d27c2) in ArcGIS.

        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.

        **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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=5b93370c7fc24ca3b8740abd2a55456a) in ArcGIS.

        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.

        **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 style.

        ![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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=5b93370c7fc24ca3b8740abd2a55456a) in ArcGIS.

        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.

        **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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=4094f2a1c7e5466f8d8d5a18f077e16a) in ArcGIS.

        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.

        **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 style.

        ![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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=4094f2a1c7e5466f8d8d5a18f077e16a) in ArcGIS.

        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.

        **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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=77a03088967a44eab7880e8e8df497e3) in ArcGIS.

        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.

        **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 style.

        ![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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=77a03088967a44eab7880e8e8df497e3) in ArcGIS.

        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.

        **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.

        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.

        **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 style.

        ![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.

        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.

        **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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=a8256330828648799d24935a77d9c0c8) in ArcGIS.

        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.

        **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 style.

        ![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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=a8256330828648799d24935a77d9c0c8) in ArcGIS.

        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.

        **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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=54c598c51e3e44cd8fec4d371cacbf11) in ArcGIS.

        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.

        **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 style.

        ![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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=54c598c51e3e44cd8fec4d371cacbf11) in ArcGIS.

        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.

        **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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=https://www.arcgis.com/home/item.html?id=97d817fa58d64b61a303482e9dd1bad1) in ArcGIS.

        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.

        **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 style.

        ![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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=https://www.arcgis.com/home/item.html?id=97d817fa58d64b61a303482e9dd1bad1) in ArcGIS.

        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.

        **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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=https://www.arcgis.com/home/item.html?id=253071d79cef4eceb27732a2a38ea071) in ArcGIS.

        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.

        **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 style.

        ![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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=https://www.arcgis.com/home/item.html?id=253071d79cef4eceb27732a2a38ea071) in ArcGIS.

        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.

        **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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=https://www.arcgis.com/home/item.html?id=0b90dd4780d3493ab901e956ec873b40) in ArcGIS.

        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.

        **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 style.

        ![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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=https://www.arcgis.com/home/item.html?id=0b90dd4780d3493ab901e956ec873b40) in ArcGIS.

        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.

        **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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=4657c531abd74085b94e2fa528f1bb78) in ArcGIS.

        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.

        **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 style.

        ![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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=4657c531abd74085b94e2fa528f1bb78) in ArcGIS.

        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.

        **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/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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=2ef1306b93c9459ca7c7b4f872c070b9) in ArcGIS.
  /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 style.

        ![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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=2ef1306b93c9459ca7c7b4f872c070b9) in ArcGIS.
  /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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=32ce8fc627524ad4a68c1634d409e9bf) in ArcGIS.

        **Note:**

        This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`.
  /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 style.

        ![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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=32ce8fc627524ad4a68c1634d409e9bf) in ArcGIS.

        **Note:**

        This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`.
  /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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=d6a298c4f042434f94c6b292a8776fdc) in ArcGIS.
  /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 style.

        ![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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=d6a298c4f042434f94c6b292a8776fdc) in ArcGIS.
  /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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=36551d7048d643618026014f3075327b) in ArcGIS.
  /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 style.

        ![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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=36551d7048d643618026014f3075327b) in ArcGIS.
  /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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=39cf4ffa64fa4746bd8a8bb65ec62e94) in ArcGIS.

        **Note:**

        This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`.
  /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 style.

        ![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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=39cf4ffa64fa4746bd8a8bb65ec62e94) in ArcGIS.

        **Note:**

        This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`.
  /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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=303e75b27af043fd835c981ab9accf84) in ArcGIS.

        **Note:**

        This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`.
  /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 style.

        ![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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=303e75b27af043fd835c981ab9accf84) in ArcGIS.

        **Note:**

        This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`.
  /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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=77efd64a713946a2b8d547e73423bcca) in ArcGIS.
  /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 style.

        ![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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=77efd64a713946a2b8d547e73423bcca) in ArcGIS.
  /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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=6e481fb5345748bb8ff50441eb1afb28) in ArcGIS.
  /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 style.

        ![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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=6e481fb5345748bb8ff50441eb1afb28) in ArcGIS.
  /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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=ac21aa7d31324027990b03fb9773b7b5) in ArcGIS.

        **Note:**

        This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`.
  /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 style.

        ![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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=ac21aa7d31324027990b03fb9773b7b5) in ArcGIS.

        **Note:**

        This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`.
  /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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=b69f2876ce4c4e9db185cdc857fcebc7) in ArcGIS.

        **Note:**

        This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`.
  /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 style.

        ![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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=b69f2876ce4c4e9db185cdc857fcebc7) in ArcGIS.

        **Note:**

        This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`.
  /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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=c97d9da9538b4e6ab9ebbd2fa6e2fd3f) in ArcGIS.
  /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 style.

        ![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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=c97d9da9538b4e6ab9ebbd2fa6e2fd3f) in ArcGIS.
  /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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=4ba39bdd9bdb42e1a5c5a0664d6aa4d7) in ArcGIS.
  /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 style.

        ![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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=4ba39bdd9bdb42e1a5c5a0664d6aa4d7) in ArcGIS.
  /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.

        For more information about the style, data providers, attribution, and terms of use, go to the following item pages:

        - [Charted Territory](https://www.arcgis.com/home/item.html?id=303e75b27af043fd835c981ab9accf84)
        - [Modern Antique](https://www.arcgis.com/home/item.html?id=b69f2876ce4c4e9db185cdc857fcebc7)
        - [Streets with Relief](https://www.arcgis.com/home/item.html?id=03daad361e1849bc80cb7b70ed391379)
        - [Terrain with Labels](https://www.arcgis.com/home/item.html?id=2ef1306b93c9459ca7c7b4f872c070b9)
        - [OpenStreetMap with Relief](https://www.arcgis.com/home/item.html?id=5b93370c7fc24ca3b8740abd2a55456a)

        **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 style.

        ![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.

        For more information about the style, data providers, attribution, and terms of use, go to the following item pages:

        - [Charted Territory](https://www.arcgis.com/home/item.html?id=303e75b27af043fd835c981ab9accf84)
        - [Modern Antique](https://www.arcgis.com/home/item.html?id=b69f2876ce4c4e9db185cdc857fcebc7)
        - [Streets with Relief](https://www.arcgis.com/home/item.html?id=03daad361e1849bc80cb7b70ed391379)
        - [Terrain with Labels](https://www.arcgis.com/home/item.html?id=2ef1306b93c9459ca7c7b4f872c070b9)
        - [OpenStreetMap with Relief](https://www.arcgis.com/home/item.html?id=5b93370c7fc24ca3b8740abd2a55456a)

        **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.

        **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 style.

        ![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.

        **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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=b4e5f4018b014d609066fbfafbec5261) in ArcGIS.

        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.

        **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 style.

        ![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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=b4e5f4018b014d609066fbfafbec5261) in ArcGIS.

        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.

        **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.

        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.

        **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 style.

        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.

        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.

        **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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=ea5297b118c14002a237ae78c08bfb3c) in ArcGIS.

        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.

        **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 style.

        ![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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=ea5297b118c14002a237ae78c08bfb3c) in ArcGIS.

        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.

        **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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=d2336a0c359842a4b70ea58af6081659) in ArcGIS.

        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.

        **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 style.

        ![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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=d2336a0c359842a4b70ea58af6081659) in ArcGIS.

        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.

        **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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=2429dd5299194d7fbe467fbbe8fa6946) in ArcGIS.

        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.

        **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 style.

        ![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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=2429dd5299194d7fbe467fbbe8fa6946) in ArcGIS.

        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.

        **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/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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=6a6bf92e7824417db632aa1d058a13b4) in ArcGIS.
  /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 style.

        ![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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=6a6bf92e7824417db632aa1d058a13b4) in ArcGIS.
  /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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=6a6bf92e7824417db632aa1d058a13b4) in ArcGIS.

        **Note:**

        This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`.
  /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 style.

        ![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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=6a6bf92e7824417db632aa1d058a13b4) in ArcGIS.

        **Note:**

        This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`.
  /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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=6a6bf92e7824417db632aa1d058a13b4) in ArcGIS.
  /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 style.

        ![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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=6a6bf92e7824417db632aa1d058a13b4) in ArcGIS.
  /webmaps/arcgis/human-geography/labels:
    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: 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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=6a6bf92e7824417db632aa1d058a13b4) in ArcGIS.

        **Note:**

        This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`.
  /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 style.

        ![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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=6a6bf92e7824417db632aa1d058a13b4) in ArcGIS.

        **Note:**

        This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`.
  /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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=69b9605f8a734c6f861148bb8e5a1f40) in ArcGIS.
  /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 style.

        ![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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=69b9605f8a734c6f861148bb8e5a1f40) in ArcGIS.
  /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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=69b9605f8a734c6f861148bb8e5a1f40) in ArcGIS.

        **Note:**

        This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`.
  /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 style.

        ![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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=69b9605f8a734c6f861148bb8e5a1f40) in ArcGIS.

        **Note:**

        This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`.
  /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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=69b9605f8a734c6f861148bb8e5a1f40) in ArcGIS.
  /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 style.

        ![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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=69b9605f8a734c6f861148bb8e5a1f40) in ArcGIS.
  /webmaps/arcgis/human-geography-dark/labels:
    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: 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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=69b9605f8a734c6f861148bb8e5a1f40) in ArcGIS.

        **Note:**

        This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`.
  /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 style.

        ![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.

        For more information about the style, data providers, attribution, and terms of use, go to the [item page](https://www.arcgis.com/home/item.html?id=69b9605f8a734c6f861148bb8e5a1f40) in ArcGIS.

        **Note:**

        This endpoint does not support worldviews. Making a request to this endpoint with a `worldview` query parameter will result in a `bad request`.
  /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.

        For more information about the style, data providers, attribution, and
        terms of use, go to the [item
        page](https://www.arcgis.com/home/item.html?id=a409072a313a43b392bb6003b0da5824)
  /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 style.

        ![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.

        For more information about the style, data providers, attribution, and
        terms of use, go to the [item
        page](https://www.arcgis.com/home/item.html?id=a409072a313a43b392bb6003b0da5824)
  /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} parameters.
          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
        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} parameters.
          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} parameters.
          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
        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:
      - 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
        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:
      - 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 either an API Key or short-lived token.

        Alternatively, you can supply a token in the request header with one of
        the following keys using the "Bearer" scheme:

        - `Authorization: Bearer <YOUR_TOKEN>`
        - `X-Esri-Authorization: Bearer <YOUR_TOKEN>`

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

        **Developer guide**: To learn more, go to [Security and authentication](https://developers.arcgis.com/documentation/mapping-apis-and-services/security/).
      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.

        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 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
        - vietnam
      examples:
        china:
          value: china
          summary: Shows boundary lines and labels that correspond to the Chinese view of China's boundaries and labels.
        india:
          value: india
          summary: Shows boundary lines and labels that correspond to the Indian view of India's 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 either an API Key or short-lived token. 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.
    ArcGISAuthorizationHeader:
      type: http
      scheme: bearer
      bearerFormat: 'Authorization: Bearer <YOUR_TOKEN>'
      description: |
        The authorization token, used to access the Basemap styles service.

        The authorization parameter can be either an API Key or short-lived token. 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 <YOUR_TOKEN>`
    ArcGISXEsriAuthorizationHeader:
      type: http
      scheme: bearer
      bearerFormat: 'X-Esri-Authorization: Bearer <YOUR_TOKEN>'
      description: |
        The authorization token, used to access the Basemap styles service.

        The authorization parameter can be either an API Key or short-lived token. 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 <YOUR_TOKEN>`