Mongo connectivity report.
curl -s https://search.arachnid.info/health
Counts, staleness, and storage metrics.
curl -s https://search.arachnid.info/cache/stats
Group by key prefix with counts and example keys.
curl -s "https://search.arachnid.info/cache/collections"
Wildcard search over keys (only * wildcard is supported).
wsc:*, *weather*curl -s "https://search.arachnid.info/cache/search?pattern=wsc:*&limit=50"
Fetch exact key. Use ?include_metadata=true to include cache timestamps.
curl -s "https://search.arachnid.info/cache/key/inat:taxon_id:argiope aurantia"
Fetch entries by key prefix.
curl -s "https://search.arachnid.info/cache/prefix/inat:images?limit=10"
Autocomplete-ready species metadata sourced from the Mongo species_index collection (with alias support via species_alias_index).
curl -s "https://search.arachnid.info/species/search?q=grammostola"
Species aggregations assembled from cached keys (WSC, iNaturalist, GBIF, weather, Species+/CITES).
curl -s "https://search.arachnid.info/species/Argiope aurantia"
Bulk fetch cached species summaries for up to 100 names (images, GBIF/iNat ids, weather snapshot, CITES).
curl -s -X POST -H "Content-Type: application/json" -d '{"names":["Phidippus audax","Argiope aurantia"]}' https://search.arachnid.info/species/previews
CSV-backed summaries for an entire genus, including species list, counts, and distribution highlights.
curl -s "https://search.arachnid.info/genus/Grammostola"
Family-wide snapshot sourced from species.csv with genus counts, representative species, and distribution buckets.
curl -s "https://search.arachnid.info/family/Theraphosidae"
Internal endpoint used by the web client to record searches, views, copy actions, and observation clicks.
Aggregated usage data used by the public stats dashboard.
all for full history)curl -s "https://search.arachnid.info/usage/stats?hours=168"