← Back to catalog
nasantrs.recent
mock data$0.001 / callGet 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.
Input schema
page
integerPage number for pagination (default 1).
limit
integerNumber of recent reports to return (1–25, default 10).
center
stringFilter by NASA center code to see only recent publications from a specific center (e.g. JPL, GSFC, JSC, MSFC, LaRC, ARC, GRC, KSC).
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>"}'