{ "opencollection": "1.0.0", "info": { "name": "REST Countries All Currency API", "version": "3.1" }, "items": [ { "info": { "name": "Currency", "type": "folder" }, "items": [ { "info": { "name": "Get Countries By Currency", "type": "http" }, "http": { "method": "GET", "url": "https://restcountries.com/v3.1/currency/:currency", "params": [ { "name": "currency", "value": "", "type": "path", "description": "ISO 4217 currency code or currency name." }, { "name": "fields", "value": "", "type": "query", "description": "Comma-separated list of fields to return on each country. Up to 10 fields may be requested. Required on `/all`." } ] }, "docs": "Search countries by ISO 4217 currency code or currency name (e.g. `usd`, `dollar`, `eur`)." } ] } ], "bundled": true }