GET /suggest

nsidc.org

Summary: Suggest search terms based on a partial query
Operation ID: id
Auth: unknown
Description

In NSIDC Search and the Arctic Data Explorer, this endpoint is queried whenever the user types into the search terms box, and the returned suggestions are displayed in a dropdown beneath the search terms box. The q parameter and returned JSON follow the specifications of the OpenSearch Suggestions 1.0 extension.

Parameters (2)

q (string, query, required)

Search terms typed into the interface (minimum two characters)

source (string, query, required, default: NSIDC)

Custom parameter for selecting which source to use; the Arctic Data Explorer (ADE) uses data aggregated from many sources, including, but not limited to, NSIDC

Constraints: {'enum': ['NSIDC', 'ADE']}

No probe data for this endpoint yet.