{ "opencollection": "1.0.0", "info": { "name": "NASA NeoWs - Near Earth Object Web Service Browse Lookup API", "version": "1.0.0" }, "request": { "auth": { "type": "apikey", "key": "api_key", "value": "{{api_key}}", "placement": "query" } }, "items": [ { "info": { "name": "Lookup", "type": "folder" }, "items": [ { "info": { "name": "Lookup a specific asteroid by SPK-ID", "type": "http" }, "http": { "method": "GET", "url": "https://api.nasa.gov/neo/rest/v1/neo/:asteroidId", "params": [ { "name": "asteroidId", "value": "", "type": "path", "description": "NASA JPL small body (SPK-ID) for the asteroid." }, { "name": "api_key", "value": "", "type": "query", "description": "NASA API key. Defaults to DEMO_KEY if omitted." } ] }, "docs": "Retrieves detailed information for a specific near Earth object using its NASA JPL small body (SPK-ID) identifier.\n" } ] } ], "bundled": true }