Affermazioni per il Giorno Libero¶
Affermazioni per il Giorno Libero sono affermazioni personalizzate che si allineano con l'energia vibrazionale del tuo giorno libero. Aiutano a concentrare le tue intenzioni, aumentare la fiducia in te stesso e a manifestare il tuo potenziale più alto ogni giorno.
Utilizza queste affermazioni per armonizzare le tue azioni con l'energia numerologica quotidiana e per sbloccare una maggiore consapevolezza, creatività e ispirazione.
Endpoint¶
| Metodo | Percorso |
|---|---|
GET | https://api.numerologyapi.com/api/v1/personal-day-affirmations |
POST | https://api.numerologyapi.com/api/v1/personal-day-affirmations |
Intestazioni Richieste¶
Puoi anche autenticarti con
Authorization: Bearer YOUR_API_KEY.Crea e gestisci le chiavi API nel pannello di controllo Numerology API.
Parametri| Param | Tipo | Obbligatorio | Valore predefinito | Descrizione |¶
| ------------- | ------ | ---------- | --------------- | -------------------------------------------------------------------------------- | | dob | string | Sì | — | Data di nascita nel formato YYYY-MM-DD (ad esempio, "1997-07-17"). | | target_date | string | No | Oggi | Giorno specifico per calcolare affermazioni (formato YYYY-MM-DD). Predefinito: oggi. |
Aggiungere il parametro di query opzionale
langper localizzare le risposte. Valori supportati:en,es,de,fr,pt.
Esempi di richieste¶
Richiesta GET¶
curl --request GET \
--url "https://api.numerologyapi.com/api/v1/personal-day-affirmations?dob=1992-07-16&target_date=2026-02-27&lang=en" \
--header "X-API-Key: YOUR_API_KEY"
Richiesta POST (Corpo JSON)¶
curl --request POST \
--url "https://api.numerologyapi.com/api/v1/personal-day-affirmations?lang=en" \
--header "X-API-Key: YOUR_API_KEY" \
--header "Content-Type: application/json" \
--data '{
"dob": "1992-07-16",
"target_date": "2026-02-27"
}'
Esempio di risposta¶
{
"dob": "1992-07-16",
"target_date": "2026-02-27",
"personal_day_number": 8,
"affirmation": {
"title": "Personal Day 8 Affirmation",
"affirmation": "Action is power. I move with purpose, build wisely, and claim abundance with integrity and gratitude.",
"overview": "This affirmation activates your manifesting power and authority. It reminds you that disciplined action creates results. Use it to stay focused, empowered, and abundant-minded.",
"when_to_use": [
"During important tasks, meetings, or financial moments",
"When needing motivation or confidence",
"Before claiming your power or setting big goals",
"Anytime you feel scattered or powerless"
],
"spiritual_effect": "This mantra activates your solar plexus and root chakras, grounding ambition in integrity and magnetizing success.",
"variation_for_deeper_resonance": "I wield power with wisdom and love. Abundance flows through me for the highest good.",
"daily_intention_tip": "Stand tall, shoulders back, and repeat this while visualizing golden energy flowing through you."
},
"_enterprise": {
"client": "The Numerology API",
"plan": "Enterprise",
"request_id": "f8c997e7021f7b7a",
"quota": "unlimited",
"usage_tracking": true
},
"_api_metadata_": {
"api_name": "The Numerology API by Dakidarts®",
"api_version": "0.1.1",
"endpoint_name": "personal_day_affirmations",
"endpoint_description": "Calculates the Personal Day number for understanding daily energy and opportunities.",
"developer": "Dakidarts®",
"copyright": "© 2026 Dakidarts®. All rights reserved.",
"documentation_url": "https://docs.numerologyapi.com/",
"response_timestamp": "2026-02-28T07:36:39.007818+01:00",
"data_source": "Internal Engine / Astro Numerology Interpretation Engine (ANIE)",
"cacheable_status": true,
"report_issue": "https://github.com/dakidarts/the-numerology-api/issues",
"response_language": "en",
"supported_languages": [
"en",
"es",
"de",
"fr",
"pt"
],
"notes": ""
}
}
Nota
- L'input deve includere la data di nascita.
- La data target è opzionale, con valore predefinito "oggi".
- Le affermazioni sono legate al tuo Numero Personale del Giorno, riflettendo la tua energia e le tue opportunità quotidiane.
- Ideale per la consapevolezza, l'allineamento spirituale, la definizione di intenzioni e la crescita personale.
---## Endpoint correlati