Skip to content

emrocode/guarani-myths-api

Repository files navigation

Guaraní Myths

Explore Guaraní myths through an API

Example

fetch("https://warani.vercel.app/api/v1/myths/1")
  .then(res => res.json())
  .then(data => console.log(data))

Response

{
  "id": 1,
  "name": "Taú and Keraná",
  "description": "This causes deep sadness and...",
  "image": "https://warani.vercel.app/images/...",
}

Features