Deckaura Horoscope

Deckaura Horoscope — keyless JSON API

😄 FunUNMONITORED
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

HOW IT'S SCORED ⓘ
Status badge · for your READMEshipapis health badge: — · unmonitored
ON PROBE SCHEDULE

We probe a documented GET and expect 2xx JSON — full uptime and health score. Open provider docs ↗

Uptime historystarts after first probe

On our probe schedule. Uptime charts appear after the first check lands.

Example responsefrom provider docs — not verified by us
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 · 4On scheduleFULL DOCS ↗
On schedule — GET /openapi.json awaits first probe
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

Not tracked yet. Shape-change history starts once this API joins our probe schedule.

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?

Deckaura Horoscope is catalogued but not yet on our probe schedule, so we don't publish a live status for it. Check the provider's own status page or docs for its current state.