CountryPuff API - cURL Examples # List all countries curl http://countrypuff.org/api/countries # Search for countries curl "http://countrypuff.org/api/countries/search?q=united" # Get country data (using ISO code) curl http://countrypuff.org/api/countries/US # Get country data (using country name) curl http://countrypuff.org/api/countries/Germany # Get country summary curl http://countrypuff.org/api/countries/NG/summary # Search within country data curl "http://countrypuff.org/api/countries/BR/search?q=oil" # API information curl http://countrypuff.org/api