Skip to content

/attribution/arcgis/navigation

GET
Use dark colors for code blocksCopy
1
https://static-maps-api.arcgis.com/arcgis/rest/services/static-maps-service/beta/attribution/arcgis/navigation
Returns the attribution for the ArcGIS Navigation style.

Returns the attribution for the ArcGIS Navigation style.

Query parameters

NameTypeRequiredDefault valueDescription
fstringjson

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

f

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

Default
json

Enumerated values

json
Click to copy
pjson
Click to copy

Response status

StatusMeaningDescriptionSchema
200OK

Attribution for a map style.

Attribution
400Bad Request

Invalid query parameters / Incorrect portal item type / Data URL parse failure.

Error
401Unauthorized

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

Error
403Forbidden

The requested resource cannot be accessed because of incorrect sharing permissions.

Error
5XX**Server Error**

An error occurred on the server.

Error

Examples

Request

Use dark colors for code blocksCopy
1
2
# You can also use wget
curl -X GET https://static-maps-api.arcgis.com/arcgis/rest/services/static-maps-service/beta/attribution/arcgis/navigation?token=YOUR_TOKEN

Response

Use dark colors for code blocksCopy
1
2
3
{
  "attribution": "Sources: Esri, Maxar, GeoEye, Earthstar Geographics, CNES/Airbus DS, USDA, USGS, AeroGRID, IGN, © OpenStreetMap contributors, TomTom, Garmin, FAO, NOAA, and the GIS User Community"
}

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