ERG Science Center data archive (ISEE, Nagoya University)
Open, machine-traversable HTTPS data archive operated by the ERG Science Center at Nagoya University's Institute for Space-Earth Environmental Research (ISEE, formerly STEL). It serves the Arase (ERG) satellite instrument data — att, hep, lepe, lepi, mepe, mepi, mgf, orb, pwe and xep — alongside ground-based observation data, guest datasets and the Conjunction Event Finder archive, in CDF. There is no OpenAPI and no REST contract: the interface is an Apache directory index over a stable path grammar, and it is consumed programmatically by the SPEDAS (IDL) and pySPEDAS (Python) analysis frameworks through the ERG plug-in, which resolves file paths against this host. The Conjunction Event Finder is a set of CGI services on the same host (/cef/geotail.cgi, /cef/cluster.cgi, /cef/akebono.cgi, /cef/reimei.cgi, /cef/tc1.cgi, /cef/tc2.cgi), moved to Nagoya from JAXA/ISAS DARTS in 2013. Verified live 2026-09-01: GET /data/ergsc/ returns 200 with a real index listing cef/, ground/, guest/ and satellite/, and GET /data/ergsc/satellite/erg/ returns 200 listing the ten instrument directories. No spec is generated for it — a directory tree is not a contract, and inventing one would be fabrication.