Skip to content

Personal Hour

Personal Hour reflects the vibrational energy of each hour of the day.
By understanding the current hour’s number, you can align your actions, decisions, and spiritual practices with the natural flow of energy.

Use your personal hour insights to enhance focus, productivity, meditation, and intention setting throughout the day.


Endpoint

Method Path
GET https://the-numerology-api.p.rapidapi.com/personal-hour
POST https://the-numerology-api.p.rapidapi.com/personal-hour

Required Headers

x-rapidapi-key: YOUR_RAPIDAPI_KEY
x-rapidapi-host: the-numerology-api.p.rapidapi.com
Content-Type: application/json   (POST only)

Get your key from RapidAPI.


Parameters

Param Type Required Default Description
target_date string No Today Date to calculate personal hour for (format YYYY-MM-DD). Defaults to today.
timezone_offset string No Europe/Paris Timezone to calculate the hour number in. Use a valid IANA timezone string (e.g., Europe/Paris, Africa/Douala).

Example Requests

GET Request

curl --request GET \
  --url "https://the-numerology-api.p.rapidapi.com/personal-hour?target_date=2025-10-31&timezone_offset=Europe/Paris" \
  --header "x-rapidapi-key: YOUR_RAPIDAPI_KEY" \
  --header "x-rapidapi-host: the-numerology-api.p.rapidapi.com"

POST Request (JSON Body)

curl --request POST \
  --url "https://the-numerology-api.p.rapidapi.com/personal-hour" \
  --header "x-rapidapi-key: YOUR_RAPIDAPI_KEY" \
  --header "x-rapidapi-host: the-numerology-api.p.rapidapi.com" \
  --header "Content-Type: application/json" \
  --data '{
    "target_date": "2025-10-31",
    "timezone_offset": "Europe/Paris"
  }'

View on RapidAPI


Response Example

{
  "timezone": "Europe/Paris",
  "current_local_time": "09:15:18",
  "hour_number": 9,
  "meaning": "A time for compassion, service, and spiritual awareness.",
  "detailed_meaning": "Compassion, humanitarian efforts, and completion themes arise. Work on selfless acts or help others in need. Release what no longer serves you and embrace closure. Spiritual growth and understanding are supported.",
  "status": 200
}

Note

  • The hour number is reduced to a single digit (1–9).
  • Midnight vibration (00:00) is treated as 9.
  • Align daily actions, meditation, or tasks with the current hour’s numerological energy.
  • Ideal for personal growth, spiritual awareness, and timing important decisions.