UnifyAPI
← Back to catalog

nasantrs.stats

mock data$0.001 / call

Get NASA Technical Reports Corpus Statistics

Get aggregate statistics for the entire NASA Technical Reports Server corpus. Returns total document count (645,000+) and breakdowns by: document type (conference paper, contractor report, technical memorandum, presentation, reprint, etc.), subject category (astrophysics, aerodynamics, geophysics, propulsion, etc.), and NASA center (JPL, GSFC, LaRC, MSFC, ARC, JSC, etc.). Also returns the top research keywords across the corpus. Useful for understanding the scope and distribution of NASA's documented research output.

Space & Astronomyprovider: Nasantrs#nasantrs#space

Input schema

detail

When true, returns full aggregation breakdowns by document type, subject category, NASA center, and top keywords. Always true — parameter reserved for future use.

boolean

Call via REST

curl -X POST https://unifyapi.pro/api/call/nasantrs.stats \
  -H "Authorization: Bearer uak_live_..." \
  -H "Content-Type: application/json" \
  -d '{"detail":"<detail>"}'

Try it

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