Creative Project Numerology
Het Creative Project Numerology-endpoint analyseert een titel in relatie tot de maker, releasedatum, projecttype en publieksintentie. Het maakt deel uit van de v1.0.2 voorbereidingsset en gebruikt de uitgebreide 26-locale betekenisbundels.
Endpoint
| Methode | Pad |
GET | https://api.numerologyapi.com/api/v1/creative-project-numerology |
POST | https://api.numerologyapi.com/api/v1/creative-project-numerology |
Beschikbaarheid
- Authenticatie:
X-API-Key of Authorization: Bearer YOUR_API_KEY - Ondersteunde
lang-waarden: 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 - Toegangskanaal: directe API (
https://api.numerologyapi.com) - RapidAPI-gateway: Niet ondersteund voor uitgebreide endpoints
- Optionele numerologiesystemen:
pythagorean, chaldean, vedic (pythagorean is de standaard) - Release doelwit: v1.0.2. De reeds uitgebrachte v1.0.1 documentatie blijft accuraat met 8-talige ondersteuning.
Parameters
GET-queryparameters
| Parameter | Type | Vereist | Standaard | Opties | Beschrijving |
creator_name | string | Ja | — | lengte 1..160 | Naam maker |
creator_dob | string | Ja | — | YYYY-MM-DD | Geboortedatum maker |
project_title | string | Ja | — | lengte 1..180 | Projecttitel |
project_type | string | Nee | book | book, film, album, podcast, game, artwork, course, campaign | Projecttype |
release_date | string | Nee | null | YYYY-MM-DD | Optionele releasedatum |
audience_goal | string | Nee | emotional_impact | emotional_impact, educational_value, entertainment, spiritual_growth, commercial_success | Publieksdoel |
num_sys | string | Nee | pythagorean | pythagorean, chaldean, vedic | Numerologiesysteem |
lang | string | Nee | en | 26 ondersteunde locales | Responstaal |
POST-queryparameters
| Parameter | Type | Vereist | Standaard | Opties | Beschrijving |
lang | string | Nee | en | 26 ondersteunde locales | Responstaal |
POST-bodyparameters
| Parameter | Type | Vereist | Standaard | Opties | Beschrijving |
creator_name | string | Ja | — | lengte 1..160 | Naam maker |
creator_dob | string | Ja | — | YYYY-MM-DD | Geboortedatum maker |
project_title | string | Ja | — | lengte 1..180 | Projecttitel |
project_type | string | Nee | book | book, film, album, podcast, game, artwork, course, campaign | Projecttype |
release_date | string | Nee | null | YYYY-MM-DD | Optionele releasedatum |
audience_goal | string | Nee | emotional_impact | emotional_impact, educational_value, entertainment, spiritual_growth, commercial_success | Publieksdoel |
num_sys | string | Nee | pythagorean | pythagorean, chaldean, vedic | Numerologiesysteem |
Request-voorbeelden
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"
}'
POST Body-voorbeeld
{
"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"
}
Response-hoogtepunten
project_title_number release_date_number creator_project_bridge_number project_scores resonance_band meaning
Response-voorbeeldvorm
{
"numerology_system": "pythagorean",
"meaning": { "title": "...", "overview": "..." },
"detailed_meaning": "...",
"_api_metadata_": {
"endpoint_name": "creative_project_numerology",
"response_language": "nl",
"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
Dit endpoint behoort tot de Extended suite en is beschikbaar via directe API-toegang op https://api.numerologyapi.com. Het wordt momenteel niet ondersteund via de RapidAPI-gateway.
Gerelateerde Endpoints