Numerologia Progetto Creativo
L'endpoint Numerologia Progetto Creativo analizza un titolo in relazione al suo creatore, data di rilascio, tipo di progetto e intenzione del pubblico. Fa parte del set di preparazione v1.0.2 e utilizza i bundle di significato estesi in 26 lingue.
Endpoint
| Metodo | Percorso |
GET | https://api.numerologyapi.com/api/v1/creative-project-numerology |
POST | https://api.numerologyapi.com/api/v1/creative-project-numerology |
Disponibilità
- Autenticazione:
X-API-Key o Authorization: Bearer YOUR_API_KEY - Valori
lang supportati: en, fr, es, de, pt, ja, hi, ar, ru, tr, it, pl, nl, id, ko, th, ro, ur, gu, bn, vi, ta, te, mr, pa, zh - Canale di accesso: API diretta (
https://api.numerologyapi.com) - Gateway RapidAPI: Non attualmente supportato per gli endpoint estesi
- Sistemi numerologici opzionali:
pythagorean, chaldean, vedic (pythagorean è il predefinito) - Target di rilascio: v1.0.2. La documentazione già rilasciata v1.0.1 rimane accurata con supporto a 8 lingue.
Parametri
Parametri Query GET
| Parametro | Tipo | Obbligatorio | Predefinito | Opzioni | Descrizione |
creator_name | string | Sì | — | lunghezza 1..160 | Nome creatore |
creator_dob | string | Sì | — | YYYY-MM-DD | Data di nascita creatore |
project_title | string | Sì | — | lunghezza 1..180 | Titolo progetto |
project_type | string | No | book | book, film, album, podcast, game, artwork, course, campaign | Tipo progetto |
release_date | string | No | null | YYYY-MM-DD | Data di rilascio opzionale |
audience_goal | string | No | emotional_impact | emotional_impact, educational_value, entertainment, spiritual_growth, commercial_success | Obiettivo pubblico |
num_sys | string | No | pythagorean | pythagorean, chaldean, vedic | Sistema numerologico |
lang | string | No | en | 26 lingue supportate | Lingua di risposta |
Parametri Query POST
| Parametro | Tipo | Obbligatorio | Predefinito | Opzioni | Descrizione |
lang | string | No | en | 26 lingue supportate | Lingua di risposta |
Parametri Corpo POST
| Parametro | Tipo | Obbligatorio | Predefinito | Opzioni | Descrizione |
creator_name | string | Sì | — | lunghezza 1..160 | Nome creatore |
creator_dob | string | Sì | — | YYYY-MM-DD | Data di nascita creatore |
project_title | string | Sì | — | lunghezza 1..180 | Titolo progetto |
project_type | string | No | book | book, film, album, podcast, game, artwork, course, campaign | Tipo progetto |
release_date | string | No | null | YYYY-MM-DD | Data di rilascio opzionale |
audience_goal | string | No | emotional_impact | emotional_impact, educational_value, entertainment, spiritual_growth, commercial_success | Obiettivo pubblico |
num_sys | string | No | pythagorean | pythagorean, chaldean, vedic | Sistema numerologico |
Esempi di Richiesta
GET
curl -H "X-API-Key: YOUR_API_KEY" \
"https://api.numerologyapi.com/api/v1/creative-project-numerology?creator_name=Nadia%20Okafor&creator_dob=1990-12-01&project_title=Letters%20from%20the%20Seventh%20Sky&project_type=book&release_date=2027-09-09&audience_goal=emotional_impact&num_sys=vedic&lang=en"
POST
curl -X POST "https://api.numerologyapi.com/api/v1/creative-project-numerology?lang=en" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"creator_name": "Nadia Okafor",
"creator_dob": "1990-12-01",
"project_title": "Letters from the Seventh Sky",
"project_type": "book",
"release_date": "2027-09-09",
"audience_goal": "emotional_impact",
"num_sys": "vedic"
}'
Esempio Corpo POST
{
"creator_name": "Nadia Okafor",
"creator_dob": "1990-12-01",
"project_title": "Letters from the Seventh Sky",
"project_type": "book",
"release_date": "2027-09-09",
"audience_goal": "emotional_impact",
"num_sys": "vedic"
}
Punti Salienti della Risposta
project_title_number release_date_number creator_project_bridge_number project_scores resonance_band meaning
Esempio di Struttura della Risposta
{
"numerology_system": "pythagorean",
"meaning": { "title": "...", "overview": "..." },
"detailed_meaning": "...",
"_api_metadata_": {
"endpoint_name": "creative_project_numerology",
"response_language": "it",
"supported_languages": ["en", "fr", "es", "de", "pt", "ja", "hi", "ar", "ru", "tr", "it", "pl", "nl", "id", "ko", "th", "ro", "ur", "gu", "bn", "vi", "ta", "te", "mr", "pa", "zh"]
}
}
Open Dashboard
Note
Questo endpoint appartiene alla suite Estesa ed è disponibile tramite accesso API diretta all'indirizzo https://api.numerologyapi.com. Attualmente non è supportato tramite il gateway RapidAPI.
Endpoint Correlati