Deckaura Horoscope

Deckaura Horoscope — keyless JSON API

😄 FunHEALTHYchecked 4h ago
AUTH NONECORS AGENT HTTPS COMMERCIAL ?

Deckaura Horoscope. Daily horoscope readings for all 12 zodiac signs (overview, love, career, lucky number) updated daily at 00:00 UTC

100HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: 100 · healthy
Uptime history
100%90 days
100%30 days
65P50 · ms
189P95 · ms
operationalpartialdownno data
Response time · last 48 checks
Fastest 40 ms, slowest 125 ms, most recent 46 ms.
Live response samplecaptured by our last successful check
GET https://horoscope.deckaura.com/openapi.json

{
  "openapi": "3.0.3",
  "info": {
    "title": "Deckaura Daily Horoscope API",
    "description": "Free, no-auth daily horoscope API for all 12 zodiac signs. Returns a general overview, love and career guidance, a lucky number, a lucky color and a 1-5 rating, refreshed daily at midnight UTC. Maintained by Deckaura (https://deckaura.com).",
    "version": "1.0.0",
    "termsOfService": "https://deckaura.com/pages/terms-of-service",
    "contact": {
      "name": "Deckaura",
      "url": "https://deckaura.com",
      "email": "hello@deckaura.com"
    },
    "license": {
      "name": "CC BY 4.0",
      "url": "https://creativecommons.org/licenses/by/4.0/"
    },
    "x-logo": {
      "url": "https://deckaura.com/favicon.ico"
    }
  },
  "externalDocs": {
    "description": "API docs & more free tools",
    "url": "https://horoscope.deckaura.com/api"
  },
  "servers": [
    {
      "url": "https://horoscope.deckaura.com",
      "description": "Production"
    }
  ],
  "tags": [
    {
      "name": "horoscope",
      "description": "Daily zodiac horoscopes"
    }
  ],
  "paths": {
    "/api/daily/{sign}": {
      "get": {
        "tags": [
          "horoscope"
        ],
        "summary": "Daily horoscope for one zodiac sign",
        "description": "Returns today's horoscope for the given zodiac sign.",
        "operationId": "getDailyHoroscope",
        "parameters": [
          {
            "name": "sign",
            "in": "path",
            "required": true,
            "description": "Lowercase English zodiac sign.",
            "schema": {
              "type": "string",
              "enum": [
                "aries",
                "taurus"
              ]
            }
          }
        ],
        "responses": {
          "200": {
            "description": "Daily horoscope",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/DailyHoroscope"
                },
                "example": {
                  "sign": "Leo",
                  "symbol": "♌",
                  "date": "2026-07-01",
                  "overview": "Today brings fresh energy for Leo. Trust your instincts and stay open to new possibilities.",
                  "love": "Connection deepens with those who matter most.",
                  "career": "A productive day awaits if you stay focused on priorities.",
                  "lucky_number": 49,
                  "lucky_color": "Gold"
                }
              }
            }
          },
          "400": {
            "description": "Invalid zodiac sign",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/Error"
                }
              }
            }
          }
        }
      }
    },
    "/api/daily": {
      "get": {
        "tags": [
          "horoscope"
        ],
        "summary": "Daily horoscopes for all 12 signs",
        "operationId": "getAllDailyHoroscopes",
        "responses": {
          "200": {
            "description": "All signs",
            "content": {
              "application/json": {
                "schema": {
                  "$ref": "#/components/schemas/AllHoroscopes"
                }
              }
            }
          }
        }
      }
    }
  },
  "components": {
    "schemas": {
      "DailyHoroscope": {
        "type": "object",
        "properties": {
          "sign": {
            "type": "string",
            "example": "Leo"
          },
          "symbol": {
            "type": "string",
            "example": "♌"
          },
          "date": {
            "type": "string",
            "format": "date",
            "example": "2026-07-01"
          },
          "overview": {
            "type": "string"
          },
          "love": {
            "type": "string"
          },
          "career": {
            "type": "string"
          },
          "lucky_number": {
            "type": "integer",
            "minimum": 1,
            "maximum": 99,
            "example": 49
          },
          "lucky_color": {
            "type": "string",
            "example": "Gold"
          }
        }
      },
      "AllHoroscopes": {
        "type": "object",
        "properties": {
          "date": {
            "type": "string",
            "format": "date"
          },
          "horoscopes": {
            "type": "object",
            "additionalProperties": {
              "$ref": "#/components/schemas/DailyHoroscope"
            }
          },
          "source": {
            "type": "string",
            "example": "Deckaura"
          }
        }
      },
      "Error": {
        "type": "object",
        "properties": {
          "error": {
            "type": "string",
            "example": "Invalid sign"
          }
        }
      }
    }
  }
}
Call itcurl · fetch · python
curl "https://horoscope.deckaura.com/openapi.json"
const res = await fetch("https://horoscope.deckaura.com/openapi.json");
const data = await res.json();
console.log(data);
import requests

res = requests.get("https://horoscope.deckaura.com/openapi.json")
print(res.json())
Endpoints · 4HealthyFULL DOCS ↗
Monitored path responding — GET /openapi.json65 mschecked 4h ago
GET/openapi.jsonPROBED

Deckaura Horoscope — keyless JSON API

GET/openapi.json?limit=5

Paginated variant with limit parameter.

GET/api/daily/{sign}

Daily horoscope for one zodiac sign

GET/api/daily

Daily horoscopes for all 12 signs

Machine-readable spec

We probe a documented GET and expect 2xx JSON — full uptime and health score. Export includes every documented route below.

Response-shape history

Stable. No schema drift observed since monitoring began — the response shape has not changed under our checks.

Deckaura Horoscope: common questions

Is Deckaura Horoscope free to use?

Yes — Deckaura Horoscope is a free fun API. Free tier: Free — limits not published. Whether the free tier allows commercial use is unclear — check the provider docs.

Does Deckaura Horoscope need an API key?

No — Deckaura Horoscope needs no API key or signup. You can call it straight away; rate limits still apply (Unpublished).

Can I call Deckaura Horoscope from the browser?

Yes — Deckaura Horoscope returns CORS headers over HTTPS, so front-end code can fetch it directly with no backend proxy. Use the fetch snippet on this page, or hit "Run live" to try it now.

Is Deckaura Horoscope up right now?

As of our last scheduled check, Deckaura Horoscope is healthy with 100% uptime over 90 days and a 65 ms median response. We re-probe it every sweep — the status badge and uptime chart above always show the latest.