GET
https://static-maps-api.arcgis.com/arcgis/rest/services/static-maps-service/beta/attribution/arcgis/streets
Returns the attribution for the ArcGIS Streets style.
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
json
pjson
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/streets?token=YOUR_TOKEN
Response
{
"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"
}