← Back to catalog
nasantrs.stats
mock data$0.001 / callGet 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.
Input schema
detail
booleanWhen true, returns full aggregation breakdowns by document type, subject category, NASA center, and top keywords. Always true — parameter reserved for future use.
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>"}'