{ "opencollection": "1.0.0", "info": { "name": "World News Geo API", "version": "1.0" }, "request": { "auth": { "type": "apikey", "key": "api-key", "value": "{{api-key}}", "placement": "query" } }, "items": [ { "info": { "name": "Geo", "type": "folder" }, "items": [ { "info": { "name": "Get Geo Coordinates", "type": "http" }, "http": { "method": "GET", "url": "https://api.worldnewsapi.com/retrieve-geo-coordinates" }, "docs": "Retrieve geographic coordinates for a location string." } ] } ], "bundled": true }