nasantrs.search
mock data$0.001 / callSearch NASA Technical Reports
Full-text search across 645,000+ NASA technical reports, conference papers, contractor reports, presentations, and memoranda spanning 1915 to present. Filter by NASA center (JPL, GSFC, JSC, MSFC, LaRC, ARC, GRC, KSC) and sort by relevance or date. Returns title, abstract, authors with affiliations, document type, publication date, subject categories, keywords, and direct PDF download URLs. Covers aeronautics, space exploration, Earth science, astrophysics, propulsion, materials science, robotics, and all NASA research domains. Free and open access — US Government public domain.
Input schema
Page number for pagination (default 1). Use with limit to browse large result sets.
Sort order: "score" (relevance, default), "releaseDate" (public release date), "submittedDate" (submission date).
Number of results to return per page (1–25, default 10).
Sort direction: "asc" (ascending) or "desc" (descending, default for date sorts).
Full-text search query. Searches titles, abstracts, keywords, and author names (e.g. "solar wind", "lunar lander", "propulsion system"). Leave empty to browse all documents.
Filter by NASA center code. Examples: JPL (Jet Propulsion Laboratory), GSFC (Goddard Space Flight Center), JSC (Johnson), MSFC (Marshall), LaRC (Langley), ARC (Ames), GRC (Glenn), KSC (Kennedy).
Call via REST
curl -X POST https://unifyapi.pro/api/call/nasantrs.search \
-H "Authorization: Bearer uak_live_..." \
-H "Content-Type: application/json" \
-d '{"page":0,"sort":"<sort>","limit":0,"order":"<order>","query":"<query>","center":"<center>"}'