https://static-maps-api.arcgis.com/arcgis/rest/services/static-maps-service/beta/attribution/arcgis/navigationReturns the attribution for the ArcGIS Navigation style.
Attribution data must be displayed with the map image. For more details see Esri and Data Attribution.
Query parameters
| Name | Type | Required | Default value | Description |
|---|---|---|---|---|
f | string | json | 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
Response status
| Status | Meaning | Description | Schema |
|---|---|---|---|
| 200 | OK | Attribution for a map style. | Attribution |
| 400 | Bad Request | Invalid query parameters / Incorrect portal item type / Data URL parse failure. | Error |
| 401 | Unauthorized | Authentication Error. The API key or token is missing, invalid or expired. | Error |
| 403 | Forbidden | The requested resource cannot be accessed because of incorrect sharing permissions. | Error |
| 5XX | Server Error | An error occurred on the server. | Error |
Examples
Request
# 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_TOKENResponse
{
"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"
}