Nasa
nasaNASA offers a suite of APIs providing access to a wide range of data, including Earth science, planetary imagery, and technology transfer information.
Acciones disponibles (12)
Cada acción es una operación que el agente puede ejecutar contra este conector. Haz clic en una acción para ver sus parámetros.
Get CMR CollectionsNASA_GET_CMR_COLLECTIONSAcciónTool to retrieve collections from the common metadata repository (cmr). use when you need to search nasa science data collections by spatial, temporal, or metadata filters. call after confirming search criteria.
NASA_GET_CMR_COLLECTIONSAcciónTool to retrieve collections from the common metadata repository (cmr). use when you need to search nasa science data collections by spatial, temporal, or metadata filters. call after confirming search criteria.
Parámetros de entrada
circlestringCircle for spatial queries in 'lat,lon,radius' format (radius in km). Example: '34.5,-117.4,50'. Mutually exclusive with 'bounding_box' and 'polygon'.
keywordstringFree-text keyword search against metadata.
polygonstringPolygon for spatial queries as whitespace-separated 'lat1,lon1 lat2,lon2 ...'. Mutually exclusive with 'bounding_box' and 'circle'.
versionstringVersion of the collection, e.g., '6'.
page_numintegerPage number to retrieve. Default=1.
platformstringAcquisition platform, e.g., 'AQUA'.
providerstringData provider ID, e.g., 'LPDAAC_ECS'.
temporalstringTime range in 'start,stop' ISO-8601 format, e.g. '2020-01-01T00:00:00Z,2020-12-31T23:59:59Z'.
page_sizeintegerResults per page (1-2000). Default=10.
concept_idstringExact CMR collection concept ID, e.g., 'C1234567890-LPDAAC_ECS'. Use to retrieve a single known collection.
instrumentstringInstrument used to acquire data, e.g., 'MODIS'.
short_namestringShort name of the collection, e.g., 'MODIS_Terra'.
bounding_boxstringBounding box for spatial queries in 'west,south,east,north' format. Example: '-180,-90,180,90'. Mutually exclusive with 'circle' and 'polygon'.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get CMR GranulesNASA_GET_CMR_GRANULESAcciónTool to retrieve granules from the common metadata repository (cmr). use when you need granule metadata filtered by collection ids, spatial, or temporal criteria. call after confirming your filters.
NASA_GET_CMR_GRANULESAcciónTool to retrieve granules from the common metadata repository (cmr). use when you need granule metadata filtered by collection ids, spatial, or temporal criteria. call after confirming your filters.
Parámetros de entrada
versionstringRestrict results to a specific collection version
page_numintegerPage number for pagination; must be >= 1
providerstringRestrict results to a specific data provider
time_endstringEnd of time range in ISO 8601 format (e.g., '2020-01-31T23:59:59Z')
page_sizeintegerNumber of results per page; must be >= 1
concept_idstringRestrict results to a specific collection by its concept ID
short_namestringRestrict results to collections with this short name
time_startstringStart of time range in ISO 8601 format (e.g., '2020-01-01T00:00:00Z')
bounding_boxstringBounding box for spatial search in 'west,south,east,north' format; must be four comma-separated floats
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get EONET CategoriesNASA_GET_EONET_CATEGORIESAcciónTool to retrieve a list of all event categories from eonet. use when you need current category ids, titles, descriptions, and info links.
NASA_GET_EONET_CATEGORIESAcciónTool to retrieve a list of all event categories from eonet. use when you need current category ids, titles, descriptions, and info links.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get EONET Events (ATOM)NASA_GET_EONET_EVENTS_ATOMAcciónTool to retrieve a list of natural events in atom format. use when you need a machine-readable xml feed of recent natural events from eonet.
NASA_GET_EONET_EVENTS_ATOMAcciónTool to retrieve a list of natural events in atom format. use when you need a machine-readable xml feed of recent natural events from eonet.
Parámetros de entrada
endstringdateEnd date (inclusive) for events, in YYYY-MM-DD format.
bboxstringBounding box in 'minLon,minLat,maxLon,maxLat' format to restrict events geographically.
daysintegerReturn events from the past N days (including today). Must be ≥ 0.
limitintegerMaximum number of events to return. Must be ≥ 1.
startstringdateStart date (inclusive) for events, in YYYY-MM-DD format.
magMaxnumberMaximum magnitude value (inclusive).
magMinnumberMinimum magnitude value (inclusive).
mag_idstringMagnitude ID to filter by (see /magnitudes endpoint).
sourcestringComma-separated list of Source IDs to filter events by. Operates as a boolean OR when multiple provided.
statusstringenumFilter by event status. 'open' (default) returns only active events; 'closed' returns only ended events; 'all' returns both.
openclosedallcategorystringComma-separated list of Category IDs to filter events by. Operates as a boolean OR when multiple provided.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get EONET Events RSSNASA_GET_EONET_EVENTS_RSSAcciónTool to retrieve a list of natural events in rss format. use when you need the latest eonet events as an rss feed.
NASA_GET_EONET_EVENTS_RSSAcciónTool to retrieve a list of natural events in rss format. use when you need the latest eonet events as an rss feed.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get EONET LayersNASA_GET_EONET_LAYERSAcciónTool to retrieve available data layers for event visualization. use after confirming category id if filtering.
NASA_GET_EONET_LAYERSAcciónTool to retrieve available data layers for event visualization. use after confirming category id if filtering.
Parámetros de entrada
categorystringCategory ID to filter layers by. Example: 'wildfires'.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
GET EONET MagnitudesNASA_GET_EONET_MAGNITUDESAcciónTool to retrieve a list of available event magnitudes and their descriptions. use after determining you need valid magnitude filters before querying events data.
NASA_GET_EONET_MAGNITUDESAcciónTool to retrieve a list of available event magnitudes and their descriptions. use after determining you need valid magnitude filters before querying events data.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
GET EONET Source by IDNASA_GET_EONET_SOURCE_BY_IDAcciónTool to retrieve details for a specific eonet event source by id. use when you need to fetch source metadata (id, title, homepage) before querying events.
NASA_GET_EONET_SOURCE_BY_IDAcciónTool to retrieve details for a specific eonet event source by id. use when you need to fetch source metadata (id, title, homepage) before querying events.
Parámetros de entrada
source_idstringObligatorioUnique identifier of the EONET source (e.g., 'InciWeb')
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get EONET SourcesNASA_GET_EONET_SOURCESAcciónTool to retrieve a list of event sources. use when you need to enumerate available sources before querying events.
NASA_GET_EONET_SOURCESAcciónTool to retrieve a list of event sources. use when you need to enumerate available sources before querying events.
Parámetros de entrada
Sin parámetros.
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Get Mars Rover PhotosNASA_GET_MARS_ROVER_PHOTOSAcciónTool to fetch photos taken by a specified mars rover on a given martian sol. use after selecting rover and sol.
NASA_GET_MARS_ROVER_PHOTOSAcciónTool to fetch photos taken by a specified mars rover on a given martian sol. use after selecting rover and sol.
Parámetros de entrada
solintegerObligatorioMartian sol (day) number on which photos were taken; non-negative integer.
pageintegerPage number for paginated results; must be ≥1.
camerastringFilter by camera abbreviation (e.g., 'FHAZ', 'RHAZ', 'MAST', 'CHEMCAM').
api_keystringNASA API key for authentication. Defaults to configured key if not provided.
rover_namestringObligatorioenumName of the Mars rover; one of 'curiosity', 'opportunity', or 'spirit'.
curiosityopportunityspirit
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Search Near Earth ObjectsNASA_SEARCH_NEAR_EARTH_OBJECTSAcciónTool to search near-earth objects by closest approach date range. use when identifying asteroids in a date window (max 7 days).
NASA_SEARCH_NEAR_EARTH_OBJECTSAcciónTool to search near-earth objects by closest approach date range. use when identifying asteroids in a date window (max 7 days).
Parámetros de entrada
end_datestringOptional end date (YYYY-MM-DD); <=7 days after start_date.
start_datestringObligatorioStarting date for asteroid data (YYYY-MM-DD).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not
Search SVS VisualizationsNASA_SEARCH_SVS_VISUALIZATIONSAcciónTool to search for visualizations in the scientific visualization studio (svs). use when you need to query svs visualizations by keywords or mission filters.
NASA_SEARCH_SVS_VISUALIZATIONSAcciónTool to search for visualizations in the scientific visualization studio (svs). use when you need to query svs visualizations by keywords or mission filters.
Parámetros de entrada
limitintegerMaximum number of results to return. Use an integer up to 2000, or 'all'/'none' to fetch all available results.
offsetintegerNumber of initial results to skip (for pagination).
searchstringFree-text term to search titles and descriptions (e.g. 'Apollo').
missionsstring[]List of mission names to filter results. Multiple values will be joined with commas (e.g., ['JWST', 'Hubble']).
Parámetros de salida
dataobjectObligatorioData from the action execution
errorstringError if any occurred during the execution of the action
successfulbooleanObligatorioWhether or not the action execution was successful or not