[
  {"name":"Open-Meteo","base_url":"https://api.open-meteo.com/v1","description":"Forecast and historical weather data by coordinates with no API key for non-commercial use.","category":"weather","example_endpoint":"/forecast?latitude=52.52&longitude=13.41&current=temperature_2m","auth_required":false,"cors_enabled":true,"https":true},
  {"name":"World Bank API","base_url":"https://api.worldbank.org/v2","description":"Public country metadata and development indicators from the World Bank Data API.","category":"geography","example_endpoint":"/country?format=json&per_page=1","auth_required":false,"cors_enabled":true,"https":true},
  {"name":"PokéAPI","base_url":"https://pokeapi.co/api/v2","description":"Open Pokémon species, moves, abilities, locations, and game-version reference data.","category":"games","example_endpoint":"/pokemon/pikachu","auth_required":false,"cors_enabled":true,"https":true},
  {"name":"Dog CEO API","base_url":"https://dog.ceo/api","description":"Random dog images and breed information from a community-maintained image dataset.","category":"animals","example_endpoint":"/breeds/image/random","auth_required":false,"cors_enabled":true,"https":true},
  {"name":"Cat Facts API","base_url":"https://catfact.ninja","description":"Short cat facts and paginated cat-breed reference information.","category":"animals","example_endpoint":"/fact","auth_required":false,"cors_enabled":true,"https":true},
  {"name":"JSONPlaceholder","base_url":"https://jsonplaceholder.typicode.com","description":"Fake REST resources for testing clients, tutorials, and prototypes without credentials.","category":"testing","example_endpoint":"/posts/1","auth_required":false,"cors_enabled":true,"https":true},
  {"name":"DummyJSON","base_url":"https://dummyjson.com","description":"Mock products, carts, users, recipes, posts, and other JSON data for development.","category":"testing","example_endpoint":"/products/1","auth_required":false,"cors_enabled":true,"https":true},
  {"name":"GitHub REST API","base_url":"https://api.github.com","description":"Public repository, issue, release, and user metadata; unauthenticated requests are rate-limited.","category":"developer-tools","example_endpoint":"/repos/nodejs/node","auth_required":false,"cors_enabled":true,"https":true},
  {"name":"USGS Earthquake Catalog","base_url":"https://earthquake.usgs.gov/fdsnws/event/1","description":"Searchable earthquake event catalog with GeoJSON, CSV, and other output formats.","category":"science","example_endpoint":"/query?format=geojson&limit=1","auth_required":false,"cors_enabled":true,"https":true},
  {"name":"Nager.Date","base_url":"https://date.nager.at/api/v3","description":"Public holiday calendars by country and year, plus country metadata.","category":"calendar","example_endpoint":"/publicholidays/2026/US","auth_required":false,"cors_enabled":true,"https":true},
  {"name":"Frankfurter","base_url":"https://api.frankfurter.dev/v1","description":"Reference foreign-exchange rates and historical rate data from the European Central Bank.","category":"finance","example_endpoint":"/latest?base=USD","auth_required":false,"cors_enabled":true,"https":true},
  {"name":"Open Library","base_url":"https://openlibrary.org","description":"Open book catalog records, authors, editions, and bibliographic metadata.","category":"books","example_endpoint":"/search.json?q=the%20adventures%20of%20tom%20sawyer&limit=1","auth_required":false,"cors_enabled":true,"https":true},
  {"name":"Wikipedia MediaWiki API","base_url":"https://en.wikipedia.org/w/api.php","description":"Query Wikipedia pages and metadata as JSON; browser queries use the origin parameter for CORS.","category":"knowledge","example_endpoint":"?action=query&format=json&origin=*&titles=Main%20Page","auth_required":false,"cors_enabled":true,"https":true},
  {"name":"Where the ISS at?","base_url":"https://api.wheretheiss.at/v1","description":"Current International Space Station position and satellite-location metadata.","category":"space","example_endpoint":"/satellites/25544","auth_required":false,"cors_enabled":true,"https":true},
  {"name":"Agify","base_url":"https://api.agify.io","description":"Estimates likely age from a first name using aggregate public demographic data.","category":"demographics","example_endpoint":"/?name=michael","auth_required":false,"cors_enabled":true,"https":true},
  {"name":"Genderize","base_url":"https://api.genderize.io","description":"Estimates a gender distribution from a first name; results are probabilistic, not identity facts.","category":"demographics","example_endpoint":"/?name=luc","auth_required":false,"cors_enabled":true,"https":true},
  {"name":"Nationalize","base_url":"https://api.nationalize.io","description":"Estimates likely nationalities from a first name using aggregate public demographic data.","category":"demographics","example_endpoint":"/?name=nathaniel","auth_required":false,"cors_enabled":true,"https":true},
  {"name":"iNaturalist API","base_url":"https://api.inaturalist.org/v1","description":"Biodiversity observations, taxa, and place data contributed by the iNaturalist community.","category":"biodiversity","example_endpoint":"/observations?taxon_id=47158&per_page=1","auth_required":false,"cors_enabled":true,"https":true},
  {"name":"Open Food Facts","base_url":"https://world.openfoodfacts.org/api/v2","description":"Community-maintained packaged-food ingredients, nutrition, and product barcode records.","category":"food","example_endpoint":"/product/737628064502.json","auth_required":false,"cors_enabled":true,"https":true},
  {"name":"Random User Generator","base_url":"https://randomuser.me/api","description":"Generates sample person profiles for UI development and test fixtures.","category":"development-data","example_endpoint":"/","auth_required":false,"cors_enabled":true,"https":true},
  {"name":"SampleAPIs Coffee","base_url":"https://api.sampleapis.com/coffee","description":"Sample coffee drink records intended for app prototypes and API client demonstrations.","category":"food-and-drink","example_endpoint":"/hot","auth_required":false,"cors_enabled":true,"https":true},
  {"name":"Sunrise Sunset API","base_url":"https://api.sunrisesunset.io/json","description":"Sunrise, sunset, and daylight times for a latitude and longitude.","category":"astronomy","example_endpoint":"/?lat=40.7128&lng=-74.0060","auth_required":false,"cors_enabled":true,"https":true},
  {"name":"Advice Slip API","base_url":"https://api.adviceslip.com","description":"Returns short random advice slips as JSON for demos and lightweight applications.","category":"content","example_endpoint":"/advice","auth_required":false,"cors_enabled":true,"https":true},
  {"name":"Hacker News Algolia API","base_url":"https://hn.algolia.com/api/v1","description":"Searches Hacker News stories and comments with a public JSON search endpoint.","category":"community","example_endpoint":"/search?query=lightning&hitsPerPage=1","auth_required":false,"cors_enabled":true,"https":true},
  {"name":"Open Brewery DB","base_url":"https://api.openbrewerydb.org/v1","description":"Public brewery records with search and location-based listing endpoints.","category":"local-business","example_endpoint":"/breweries?per_page=1","auth_required":false,"cors_enabled":true,"https":true},
  {"name":"Deck of Cards API","base_url":"https://deckofcardsapi.com/api/deck","description":"A simple JSON API for creating shuffled card decks and drawing cards.","category":"games","example_endpoint":"/new/draw/?count=1","auth_required":false,"cors_enabled":true,"https":true}
]
