UnifyAPI
← Back to catalog

nasantrs.search

mock data$0.001 / call

Search 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.

Space & Astronomyprovider: Nasantrs#nasantrs#space

Input schema

page

Page number for pagination (default 1). Use with limit to browse large result sets.

integer
sort

Sort order: "score" (relevance, default), "releaseDate" (public release date), "submittedDate" (submission date).

string
limit

Number of results to return per page (1–25, default 10).

integer
order

Sort direction: "asc" (ascending) or "desc" (descending, default for date sorts).

string
query

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.

string
center

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).

string

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>"}'

Try it

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