β‘οΈ search-spec
GET https://www.arcgis.com/sharing/rest/search
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
f | string | (Required) Format of response: json | |
token | string | API key or generated token. | |
q | string | The query string used to search. | |
bbox | string | Longitude, latitude. Spatial search is an overlaps/intersects function of the query bbox and the extent of the document. | |
filter | string | Structured filtering through specifying field name followed by a colon and the term you are looking for with double quotation marks. | |
categories | string | A JSON array or comma-separated list of up to eight org content categories to search items. | |
start | string | The number of the first entry in the result set response. | |
num | string | The maximum number of results to be included in the result set response. | |
`` | null |