Education Path Numerology
El endpoint Education Path Numerology compara un estudiante con un campo de estudio, institución, formato de aprendizaje y fecha de inscripción opcional. Es parte del conjunto de preparación v1.0.2 y utiliza los paquetes de significado expandidos para 26 locales.
Endpoint
| Método | Ruta |
GET | https://api.numerologyapi.com/api/v1/education-path-numerology |
POST | https://api.numerologyapi.com/api/v1/education-path-numerology |
Disponibilidad
- Autenticación:
X-API-Key o Authorization: Bearer YOUR_API_KEY - Valores de
lang compatibles: 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 - Canal de acceso: API directa (
https://api.numerologyapi.com) - Puerta de enlace RapidAPI: No compatible actualmente para endpoints extendidos
- Sistemas de numerología opcionales:
pythagorean, chaldean, vedic (pythagorean es el predeterminado) - Objetivo de lanzamiento: v1.0.2. Los documentos de v1.0.1 ya lanzados siguen siendo precisos con soporte de 8 idiomas.
Parámetros
Parámetros de Consulta GET
| Parámetro | Tipo | Requerido | Predeterminado | Opciones | Descripción |
student_name | string | Sí | — | longitud 1..160 | Nombre del estudiante |
dob | string | Sí | — | YYYY-MM-DD | Fecha de nacimiento del estudiante |
field_of_study | string | Sí | — | longitud 1..140 | Campo de estudio |
institution_name | string | Sí | — | longitud 1..160 | Nombre de la institución |
learning_format | string | No | hybrid | traditional, online, hybrid, self_paced, apprenticeship | Formato de aprendizaje |
enrollment_date | string | No | null | YYYY-MM-DD | Fecha de inscripción opcional |
num_sys | string | No | pythagorean | pythagorean, chaldean, vedic | Sistema de numerología |
lang | string | No | en | 26 locales compatibles | Idioma de respuesta |
Parámetros de Consulta POST
| Parámetro | Tipo | Requerido | Predeterminado | Opciones | Descripción |
lang | string | No | en | 26 locales compatibles | Idioma de respuesta |
Parámetros del Cuerpo POST
| Parámetro | Tipo | Requerido | Predeterminado | Opciones | Descripción |
student_name | string | Sí | — | longitud 1..160 | Nombre del estudiante |
dob | string | Sí | — | YYYY-MM-DD | Fecha de nacimiento del estudiante |
field_of_study | string | Sí | — | longitud 1..140 | Campo de estudio |
institution_name | string | Sí | — | longitud 1..160 | Nombre de la institución |
learning_format | string | No | hybrid | traditional, online, hybrid, self_paced, apprenticeship | Formato de aprendizaje |
enrollment_date | string | No | null | YYYY-MM-DD | Fecha de inscripción opcional |
num_sys | string | No | pythagorean | pythagorean, chaldean, vedic | Sistema de numerología |
Ejemplos de Solicitud
GET
curl -H "X-API-Key: YOUR_API_KEY" \
"https://api.numerologyapi.com/api/v1/education-path-numerology?student_name=Daniel%20Kim&dob=2004-11-19&field_of_study=Computer%20Science&institution_name=Northbridge%20Institute&learning_format=hybrid&enrollment_date=2027-08-30&num_sys=chaldean&lang=en"
POST
curl -X POST "https://api.numerologyapi.com/api/v1/education-path-numerology?lang=en" \
-H "X-API-Key: YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"student_name": "Daniel Kim",
"dob": "2004-11-19",
"field_of_study": "Computer Science",
"institution_name": "Northbridge Institute",
"learning_format": "hybrid",
"enrollment_date": "2027-08-30",
"num_sys": "chaldean"
}'
Ejemplo de Cuerpo POST
{
"student_name": "Daniel Kim",
"dob": "2004-11-19",
"field_of_study": "Computer Science",
"institution_name": "Northbridge Institute",
"learning_format": "hybrid",
"enrollment_date": "2027-08-30",
"num_sys": "chaldean"
}
Aspectos Destacados de la Respuesta
education_composite_number study_field_number institution_number enrollment_date_number education_scores academic_strengths_profile meaning
{
"numerology_system": "pythagorean",
"meaning": { "title": "...", "overview": "..." },
"detailed_meaning": "...",
"_api_metadata_": {
"endpoint_name": "education_path_numerology",
"response_language": "es",
"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"]
}
}
Abrir Panel
Note
Este endpoint pertenece al conjunto Extendido y está disponible a través del acceso directo a la API en https://api.numerologyapi.com. Actualmente no es compatible a través de la puerta de enlace RapidAPI.
Endpoints Relacionados