Explore the endpoints available in the Dino API.
Fetches dinosaurs by class.
curl https://dino-facts.vercel.app/api/dinosaurs/class/sauropods
Fetches dinosaurs by family.
curl https://dino-facts.vercel.app/api/dinosaurs/family/tyrannosauridae
Fetches dinosaurs by region.
curl https://dino-facts.vercel.app/api/dinosaurs/region/colorado
Fetches dinosaurs by type.
curl https://dino-facts.vercel.app/api/dinosaurs/type/carnivore
Fetches dinosaurs by diet.
curl https://dino-facts.vercel.app/api/dinosaurs/diet/herbivore
Fetches dinosaurs by name.
curl https://dino-facts.vercel.app/api/dinosaurs/name/tyrannosaurus