
National Bank of Poland is a public API providing a collection of currency exchange rates (data in xml and json).
This API is publicly accessible without authentication.
GET https://api.example.com/v1/status| Method | Path | Description |
|---|---|---|
| GET | http://api.nbp.pl/en.html | Primary API endpoint. |
curl -X GET "http://api.nbp.pl/en.html" \ -H "Accept: application/json"