icon |
---|
home |
The HawAPI is a Free and Open Source :icon-link-external:{target="_blank"} API for Stranger Things :icon-link-external:{target="_blank"}.
All this information is available through a RESTful API implemented with Java (Spring Boot) + PostgreSQL and served via JSON and allows developers to create desktop, web and mobile applications using this data very easy.
:::tiles I18NInternationalization Support
Rate LimitingAPI Limits & Tiers
AuthenticationAPI Authentication
:::tiles MaintainersProject Maintainers
Fair Use PolicyControlling usage
<style> .tiles { width: 80%; text-align: center; color: #1956AF; display: grid; grid-template-columns: repeat(auto-fit, minmax(12rem, 1fr)); gap: 1rem; } .tiles p .title-box { height: 7rem; width: 12rem; border: 1px solid #fff; border-radius: 20px; display: flex; flex-direction: column; align-items: center; justify-content: center; transition: 250ms; color: #fff !important; text-decoration: none !important; } .tiles p .title-box .subtitle { font-size: 0.725em; } .tiles p:hover .title-box { border: 1px solid rgb(179 0 0/var(--tw-text-opacity)); color: rgb(179 0 0/var(--tw-text-opacity)) !important; } @media (prefers-color-scheme: light) { .tiles p .title-box { border: 1px solid rgb(179 0 0); color: rgb(179 0 0) !important; } .tiles p:hover .title-box { border: 1px solid rgb(128 128 128/var(--tw-text-opacity)); color: rgb(128 128 128/var(--tw-text-opacity)) !important; } } </style>