― A comprehensive REST API providing detailed information about Greek mythology, including gods, titans, monsters, and heroes with 200+ entries and multiple endpoints.
As a long-time enthusiast of Greek mythology, I've always been fascinated by the rich tapestry of stories, characters, and adventures from ancient Greece. Recently, I decided to combine this passion with my love for coding by creating a Greek Myth API. After some development and testing, I'm thrilled to announce that the API is now live on Vercel.
The idea behind this API stemmed from my own passion and a practical need for a project I'm developing. I wanted a reliable source of Greek mythology data that I could integrate seamlessly. The more I thought about it, the more I realized that others might benefit from such a tool as well. Thus, I made the API publicly available for free, with no rate limits, allowing anyone to explore and utilize the data without restrictions.
My Greek mythology API is packed with a wealth of information, organized into multiple endpoints for easy access:
/api/gods
/api/titans
/api/monsters
/api/heroes
/api/data
Currently, the API houses 200 entries, each rich with details. For each entity, you can find:
I'm still working on adding images for the entries to create for the API. I might use AI to generate these images, which would add a visual dimension to the mythological data.
Accessing the API is straightforward. Simply visit the main site at thegreekmythapi.vercel.app to get started. From there, you can explore the various endpoints to retrieve the data you need for your projects.
For instance, to get data on all gods, you would use the following endpoint:
GET /api/gods
Similarly, for a comprehensive dataset that includes all entries, you can use:
GET /api/data
While the API is free to use, I've also included an option for donations on the site. If you find the API useful and would like to support its continued development and maintenance, any contributions would be greatly appreciated.
Creating this API has been a labor of love, blending my passion for Greek mythology with the excitement of developing a useful tool for others. Whether you're a developer, a mythology enthusiast, or someone working on a project that could benefit from this data, I hope you find the Greek Myth API as enjoyable and useful as I do.
Feel free to explore, integrate, and get inspired by the timeless stories of Greek mythology!
Main site : thegreekmythapi.vercel.app