Zum Inhalt

Creative Project Numerology

Der Creative Project Numerology-Endpunkt analysiert einen Titel in Bezug auf seinen Ersteller, sein Veröffentlichungsdatum, seinen Projekttyp und seine Publikumsabsicht. Er ist Teil des v1.0.2-Vorbereitungssatzes und verwendet die erweiterten 26-Locale-Bedeutungspakete.

Endpunkt

Methode Pfad
GET https://api.numerologyapi.com/api/v1/creative-project-numerology
POST https://api.numerologyapi.com/api/v1/creative-project-numerology

Verfügbarkeit

  • Authentifizierung: X-API-Key oder Authorization: Bearer YOUR_API_KEY
  • Unterstützte lang-Werte: 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
  • Zugangskanal: direkte API (https://api.numerologyapi.com)
  • RapidAPI-Gateway: Derzeit nicht unterstützt für erweiterte Endpunkte
  • Optionale Numerologie-Systeme: pythagorean, chaldean, vedic (pythagorean ist die Standardeinstellung)
  • Zielversion: v1.0.2. Die bereits veröffentlichten v1.0.1-Dokumente bleiben mit 8-Sprachen-Unterstützung korrekt.

Parameter

GET-Abfrageparameter

Parameter Typ Erforderlich Standard Optionen Beschreibung
creator_name string Ja Länge 1..160 Name des Erstellers
creator_dob string Ja YYYY-MM-DD Geburtsdatum des Erstellers
project_title string Ja Länge 1..180 Projekttitel
project_type string Nein book book, film, album, podcast, game, artwork, course, campaign Projekttyp
release_date string Nein null YYYY-MM-DD Optionales Veröffentlichungsdatum
audience_goal string Nein emotional_impact emotional_impact, educational_value, entertainment, spiritual_growth, commercial_success Publikumsziel
num_sys string Nein pythagorean pythagorean, chaldean, vedic Numerologie-System
lang string Nein en 26 unterstützte Locales Antwortsprache

POST-Abfrageparameter

Parameter Typ Erforderlich Standard Optionen Beschreibung
lang string Nein en 26 unterstützte Locales Antwortsprache

POST-Body-Parameter

Parameter Typ Erforderlich Standard Optionen Beschreibung
creator_name string Ja Länge 1..160 Name des Erstellers
creator_dob string Ja YYYY-MM-DD Geburtsdatum des Erstellers
project_title string Ja Länge 1..180 Projekttitel
project_type string Nein book book, film, album, podcast, game, artwork, course, campaign Projekttyp
release_date string Nein null YYYY-MM-DD Optionales Veröffentlichungsdatum
audience_goal string Nein emotional_impact emotional_impact, educational_value, entertainment, spiritual_growth, commercial_success Publikumsziel
num_sys string Nein pythagorean pythagorean, chaldean, vedic Numerologie-System

Anfragebeispiele

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-Beispiel

{
  "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"
}

Antwort-Highlights

  • project_title_number
  • release_date_number
  • creator_project_bridge_number
  • project_scores
  • resonance_band
  • meaning

Beispiel-Antwortstruktur

{
  "numerology_system": "pythagorean",
  "meaning": { "title": "...", "overview": "..." },
  "detailed_meaning": "...",
  "_api_metadata_": {
    "endpoint_name": "creative_project_numerology",
    "response_language": "de",
    "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

Dieser Endpunkt gehört zur erweiterten Suite und ist über direkten API-Zugriff unter https://api.numerologyapi.com verfügbar. Er wird derzeit nicht über das RapidAPI-Gateway unterstützt.


Verwandte Endpunkte