{ "opencollection": "1.0.0", "info": { "name": "Astronomy Bodies Search API", "version": "2.0" }, "items": [ { "info": { "name": "Search", "type": "folder" }, "items": [ { "info": { "name": "Search for stars and deep space objects", "type": "http" }, "http": { "method": "GET", "url": "https://api.astronomyapi.com/api/v2/search", "params": [ { "name": "term", "value": "", "type": "query" }, { "name": "match_type", "value": "", "type": "query" }, { "name": "ra", "value": "", "type": "query" }, { "name": "dec", "value": "", "type": "query" }, { "name": "order_by", "value": "", "type": "query" }, { "name": "limit", "value": "", "type": "query" }, { "name": "offset", "value": "", "type": "query" } ], "auth": { "type": "basic", "username": "{{username}}", "password": "{{password}}" } }, "docs": "Search for stars and deep space objects" } ] } ], "bundled": true }