Description:The NationNode Countries API relies on a static JSON file (countrymockdata.json) to fetch country data based on user input.
The mock data can be found at the following URL: https://github.com/Abhishekkjainn/countriesAPI/blob/main/countrymockdata.json
Endpoint URL: https://countries-api-abhishek.vercel.app/countries/
API Type: RESTful API
Authentication: This is an Open API and does not require authentication.
Request Parameters: 'countryname' (required): case sensitive
Response Structure: JSON (JavaScript Object Notation
Documentation Link: https://github.com/Abhishekkjainn/countriesAPI/blob/main/README.md