UnifyAPI
← Back to catalog

nasantrs.recent

mock data$0.001 / call

Get Recent NASA Technical Reports

Retrieve the most recently published NASA technical reports, sorted by public release date (newest first). Optionally filter by NASA center to monitor new publications from JPL, GSFC, JSC, MSFC, LaRC, ARC, GRC, or KSC. Returns title, release date, NASA center, document type, and NTRS ID for each report. Useful for tracking the latest NASA research across any discipline — space exploration, aeronautics, Earth science, technology development, and more. All documents are open access under US Government public domain.

Space & Astronomyprovider: Nasantrs#nasantrs#space

Input schema

page

Page number for pagination (default 1).

integer
limit

Number of recent reports to return (1–25, default 10).

integer
center

Filter by NASA center code to see only recent publications from a specific center (e.g. JPL, GSFC, JSC, MSFC, LaRC, ARC, GRC, KSC).

string

Call via REST

curl -X POST https://unifyapi.pro/api/call/nasantrs.recent \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"page":0,"limit":0,"center":"<center>"}'

Try it

Paste a UnifyAPI key (create one in the dashboard) and run a real call.