Mythology API v2.0

Greek Myth API

A comprehensive API for Greek and Roman mythology. Access gods, heroes, monsters, and titans with detailed information and images.

Explore Mythological Realms

Discover comprehensive data across four major categories of Greek and Roman mythology

Zeus
API
Gods
Olympian deities and divine beings
Theseus
API
Heroes
Legendary warriors and champions
Monsters
API
Monsters
Fearsome creatures and beasts
Titans
API
Titans
Primordial gods and giants

Simple & Powerful API

Get started in seconds with our intuitive REST API

GET Request
GET https://thegreekmythapi.vercel.app/api/gods
JSON Response
200 OK
{
      "name": "Zeus",
      "description": "The king of the gods, the ruler of Mount Olympus, and the god of the sky, lightning, thunder, law, order, and justice.",
      "category": "God",
      "attributes": {
        "origin": "Son of Cronus and Rhea",
        "symbols": [
          "Thunderbolt",
          "Eagle",
          "Oak"
        ],
        "abode": "Mount Olympus",
        "powers": [
          "Control over the weather",
          "Ability to hurl thunderbolts"
        ],
        "family": {
          "parents": [
            "Cronus",
            "Rhea"
          ],
          "siblings": [
            "Hades",
            "Poseidon",
            "Hestia",
            "Demeter"
          ],
          "spouse": [
            "Hera"
          ]
        },
        "stories": [
          "Defeat of the Titans",
          "The Birth of Hercules"
        ]
      },
      "image": "/images/zeus.png",
      "id": 1
    },
    {
      "name": "Athena",
      "description": "Goddess of wisdom, war, and crafts. Patroness of Athens.",
      "category": "Goddess",
      "attributes": {
        "origin": "Sprung fully grown and armored from the forehead of Zeus",
        "symbols": [
          "Owl",
          "Aegis (shield)"
        ],
        "abode": "Mount Olympus",
        "powers": [
          "Wisdom",
          "Strategic warfare",
          "Craftsmanship"
        ],
        "family": {
          "parents": [
            "Zeus"
          ],
          "siblings": [
            "None"
          ],
          "spouse": [
            "None"
          ]
        },
        "stories": [
          "The founding of Athens",
          "Role in the Trojan War"
        ]
      },
      "image": "/images/athena.png",
      "id": 2
    }

Built for Developers

Everything you need to integrate mythological content into your applications

Comprehensive Database
Access detailed information about hundreds of mythological figures
RESTful API
Simple, intuitive endpoints for seamless integration
Rich Content
Stories, attributes, relationships, and high-quality images
Ready to Begin Your Quest?
Start building with our mythology API today. Join thousands of developers who trust our platform.
View on GitHub