IMPORTS DATA DIRECTLY FROM NHTSA BASED ON TEST-ID¶
Fetches vehicle crash test data directly from the NHTSA public API using one or more test IDs, then bundles the ISO MME time-history files, photos, and videos into a single ZIP archive. Use this worker to ingest NHTSA physical test records into the d3VIEW platform without manual downloading.
When to use¶
Tagged: api_ingest, crash_test, importer, iso_mme, nhtsa, physical_test, user, zip.
Inputs¶
| Label | ID | Type | Default | Required | Description |
|---|---|---|---|---|---|
| NHTSA Base URL | nhtsa_base_url | text | https://nrd.api.nhtsa.dot.gov/nhtsa/vehicle | ✓ | Root URL of the NHTSA NRD REST API (string); leave as default ‘https://nrd.api.nhtsa.dot.gov/nhtsa/vehicle’ unless targeting a mirror or staging environment. |
| NHTSA Test ID | nhtsa_test_id | text | 9070,9071 | ✓ | Comma-separated list of one or more NHTSA test numbers (e.g. ‘9070,9071’); the worker processes the first valid test ID and fetches its ISO MME data, photos, and videos. |
Outputs¶
| Label | ID | Type | Description |
|---|---|---|---|
| Test MME File | mme_file | text | File-system path (string) to a ZIP archive containing the ISO MME time-history files, metadata JSON, photos, and videos for the requested NHTSA test; downloadable via the platform file-explorer endpoint. |
Disciplines¶
- data.dataset.ingest
- data.io.archive
- data.io.file
- engineering.crash.dynamics
- platform.integration
Auto-generated from platform schema. Worker id: physicaltest_nhtsa_data_importer. Schema hash: a3f7079751c6. Hand-curated docs in workerexamples/ override this page when present.