NAiOS IconNAiOS Logo
Volver al catálogo

Nasa

nasa

NASA offers a suite of APIs providing access to a wide range of data, including Earth science, planetary imagery, and technology transfer information.

Acciones
12
Triggers
0
Autenticación
OAuth gestionado
No
Información técnica: el detalle de parámetros, schemas y triggers de esta página está pensado para equipos de integración. Si solo necesitas saber si tu herramienta favorita está disponible, basta con ver la lista de acciones.

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ón

Tool 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

  • circlestring

    Circle for spatial queries in 'lat,lon,radius' format (radius in km). Example: '34.5,-117.4,50'. Mutually exclusive with 'bounding_box' and 'polygon'.

  • keywordstring

    Free-text keyword search against metadata.

  • polygonstring

    Polygon for spatial queries as whitespace-separated 'lat1,lon1 lat2,lon2 ...'. Mutually exclusive with 'bounding_box' and 'circle'.

  • versionstring

    Version of the collection, e.g., '6'.

  • page_numinteger

    Page number to retrieve. Default=1.

  • platformstring

    Acquisition platform, e.g., 'AQUA'.

  • providerstring

    Data provider ID, e.g., 'LPDAAC_ECS'.

  • temporalstring

    Time range in 'start,stop' ISO-8601 format, e.g. '2020-01-01T00:00:00Z,2020-12-31T23:59:59Z'.

  • page_sizeinteger

    Results per page (1-2000). Default=10.

  • concept_idstring

    Exact CMR collection concept ID, e.g., 'C1234567890-LPDAAC_ECS'. Use to retrieve a single known collection.

  • instrumentstring

    Instrument used to acquire data, e.g., 'MODIS'.

  • short_namestring

    Short name of the collection, e.g., 'MODIS_Terra'.

  • bounding_boxstring

    Bounding 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get CMR GranulesNASA_GET_CMR_GRANULESAcción

Tool 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

  • versionstring

    Restrict results to a specific collection version

  • page_numinteger

    Page number for pagination; must be >= 1

  • providerstring

    Restrict results to a specific data provider

  • time_endstring

    End of time range in ISO 8601 format (e.g., '2020-01-31T23:59:59Z')

  • page_sizeinteger

    Number of results per page; must be >= 1

  • concept_idstring

    Restrict results to a specific collection by its concept ID

  • short_namestring

    Restrict results to collections with this short name

  • time_startstring

    Start of time range in ISO 8601 format (e.g., '2020-01-01T00:00:00Z')

  • bounding_boxstring

    Bounding box for spatial search in 'west,south,east,north' format; must be four comma-separated floats

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get EONET CategoriesNASA_GET_EONET_CATEGORIESAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get EONET Events (ATOM)NASA_GET_EONET_EVENTS_ATOMAcción

Tool 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

  • endstringdate

    End date (inclusive) for events, in YYYY-MM-DD format.

  • bboxstring

    Bounding box in 'minLon,minLat,maxLon,maxLat' format to restrict events geographically.

  • daysinteger

    Return events from the past N days (including today). Must be ≥ 0.

  • limitinteger

    Maximum number of events to return. Must be ≥ 1.

  • startstringdate

    Start date (inclusive) for events, in YYYY-MM-DD format.

  • magMaxnumber

    Maximum magnitude value (inclusive).

  • magMinnumber

    Minimum magnitude value (inclusive).

  • mag_idstring

    Magnitude ID to filter by (see /magnitudes endpoint).

  • sourcestring

    Comma-separated list of Source IDs to filter events by. Operates as a boolean OR when multiple provided.

  • statusstringenum

    Filter by event status. 'open' (default) returns only active events; 'closed' returns only ended events; 'all' returns both.

    openclosedall
  • categorystring

    Comma-separated list of Category IDs to filter events by. Operates as a boolean OR when multiple provided.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get EONET Events RSSNASA_GET_EONET_EVENTS_RSSAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get EONET LayersNASA_GET_EONET_LAYERSAcción

Tool to retrieve available data layers for event visualization. use after confirming category id if filtering.

Parámetros de entrada

  • categorystring

    Category ID to filter layers by. Example: 'wildfires'.

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

GET EONET MagnitudesNASA_GET_EONET_MAGNITUDESAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

GET EONET Source by IDNASA_GET_EONET_SOURCE_BY_IDAcción

Tool 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_idstringObligatorio

    Unique identifier of the EONET source (e.g., 'InciWeb')

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get EONET SourcesNASA_GET_EONET_SOURCESAcción

Tool 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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Get Mars Rover PhotosNASA_GET_MARS_ROVER_PHOTOSAcción

Tool to fetch photos taken by a specified mars rover on a given martian sol. use after selecting rover and sol.

Parámetros de entrada

  • solintegerObligatorio

    Martian sol (day) number on which photos were taken; non-negative integer.

  • pageinteger

    Page number for paginated results; must be ≥1.

  • camerastring

    Filter by camera abbreviation (e.g., 'FHAZ', 'RHAZ', 'MAST', 'CHEMCAM').

  • api_keystring

    NASA API key for authentication. Defaults to configured key if not provided.

  • rover_namestringObligatorioenum

    Name of the Mars rover; one of 'curiosity', 'opportunity', or 'spirit'.

    curiosityopportunityspirit

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Search Near Earth ObjectsNASA_SEARCH_NEAR_EARTH_OBJECTSAcción

Tool 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_datestring

    Optional end date (YYYY-MM-DD); <=7 days after start_date.

  • start_datestringObligatorio

    Starting date for asteroid data (YYYY-MM-DD).

Parámetros de salida

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not

Search SVS VisualizationsNASA_SEARCH_SVS_VISUALIZATIONSAcción

Tool 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

  • limitinteger

    Maximum number of results to return. Use an integer up to 2000, or 'all'/'none' to fetch all available results.

  • offsetinteger

    Number of initial results to skip (for pagination).

  • searchstring

    Free-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

  • dataobjectObligatorio

    Data from the action execution

  • errorstring

    Error if any occurred during the execution of the action

  • successfulbooleanObligatorio

    Whether or not the action execution was successful or not