Chinese Horoscoop
Bereken Chinese dierenriemtekens en jaarvoorspellingen op basis van de geboortedatum van een persoon.
Chinees dierenriemteken
Bereken het Chinese dierenriemteken en element van een persoon op basis van het geboortejaar.
Vereiste module
Vereist de chinese-horoscope:calc module.
bash
curl -X POST "https://api.astroapi.cloud/api/calc/chinese-horoscope" \
-H "X-Api-Key: your-api-key" \
-H "Content-Type: application/json" \
-d '{
"birthDate": "1990-06-15",
"language": "en",
"includeText": true,
"includeReadableEntities": true
}'Parameters
| Parameter | Type | Verplicht | Beschrijving |
|---|---|---|---|
birthDate | string | Ja | Geboortedatum in YYYY-MM-DD formaat |
language | string | Nee | Taalcode voor tekstinhoud (standaard: "en") |
includeText | boolean | Nee | Interpretatietekst opnemen (standaard: false) |
includeReadableEntities | boolean | Nee | Leesbare titels voor teken en element opnemen (standaard: false) |
Response
json
{
"data": {
"sign": "horse",
"element": "metal",
"year": 1990,
"signTitle": "Horse",
"elementTitle": "Metal",
"text": "People born in the Year of the Horse are energetic, active, and enjoy being in a crowd. They are quick to learn and love adventure..."
}
}Responsevelden
| Veld | Type | Beschrijving |
|---|---|---|
sign | string | Chinees dierenriemteken |
element | string | Bijbehorend element (wood, fire, earth, metal, water) |
year | number | Geboortejaar gebruikt voor de berekening |
signTitle | string | null | Leesbare naam van het teken (alleen bij includeReadableEntities: true) |
elementTitle | string | null | Leesbare naam van het element (alleen bij includeReadableEntities: true) |
text | string | null | Interpretatietekst (alleen bij includeText: true) |
Chinese dierenriemtekens
De 12-jarige cyclus van Chinese dierenriemtekens:
| Teken | Cyclusjaren (voorbeelden) |
|---|---|
rat | 1948, 1960, 1972, 1984, 1996, 2008, 2020 |
ox | 1949, 1961, 1973, 1985, 1997, 2009, 2021 |
tiger | 1950, 1962, 1974, 1986, 1998, 2010, 2022 |
rabbit | 1951, 1963, 1975, 1987, 1999, 2011, 2023 |
dragon | 1952, 1964, 1976, 1988, 2000, 2012, 2024 |
snake | 1953, 1965, 1977, 1989, 2001, 2013, 2025 |
horse | 1954, 1966, 1978, 1990, 2002, 2014, 2026 |
goat | 1955, 1967, 1979, 1991, 2003, 2015, 2027 |
monkey | 1956, 1968, 1980, 1992, 2004, 2016, 2028 |
rooster | 1957, 1969, 1981, 1993, 2005, 2017, 2029 |
dog | 1958, 1970, 1982, 1994, 2006, 2018, 2030 |
pig | 1959, 1971, 1983, 1995, 2007, 2019, 2031 |
Chinees Nieuwjaar
Het Chinese dierenriemjaar begint op Chinees Nieuwjaar (eind januari of begin februari), niet op 1 januari. Verjaardagen in januari of begin februari kunnen tot het vorige dierenriemjaar behoren.
Chinese jaarvoorspelling
Bereken een jaarvoorspelling voor een persoon op basis van diens Chinese dierenriemteken.
Vereiste module
Vereist de chinese-forecast:calc module.
bash
curl -X POST "https://api.astroapi.cloud/api/calc/chinese-forecast" \
-H "X-Api-Key: your-api-key" \
-H "Content-Type: application/json" \
-d '{
"birthDate": "1990-06-15",
"forecastYear": 2024,
"language": "en",
"includeText": true,
"includeReadableEntities": true
}'Parameters
| Parameter | Type | Verplicht | Beschrijving |
|---|---|---|---|
birthDate | string | Ja | Geboortedatum in YYYY-MM-DD formaat |
forecastYear | number | Nee | Jaar waarvoor de voorspelling wordt gegenereerd (standaard: huidig jaar) |
language | string | Nee | Taalcode voor tekstinhoud (standaard: "en") |
includeText | boolean | Nee | Interpretatietekst opnemen (standaard: false) |
includeReadableEntities | boolean | Nee | Leesbare tekentitel opnemen (standaard: false) |
Response
json
{
"data": {
"sign": "horse",
"year": 2024,
"signTitle": "Horse",
"text": "The Year of the Dragon 2024 brings dynamic energy to the Horse. Your natural charisma is amplified this year, drawing new opportunities and connections into your life...",
"categories": {
"Love": "This year brings exciting romantic possibilities. Single Horses may meet someone special through social activities. Those in relationships will find new depth and understanding...",
"Career": "Professional growth is highlighted in 2024. Your innovative ideas gain recognition, and a promotion or new opportunity may present itself mid-year...",
"Health": "Pay attention to stress levels and ensure adequate rest. Regular exercise and a balanced diet will help maintain your characteristically high energy levels...",
"Finance": "Financial prospects improve steadily through 2024. Avoid impulsive spending in the first quarter, and by mid-year you will be in a stronger position to invest..."
}
}
}Responsevelden
| Veld | Type | Beschrijving |
|---|---|---|
sign | string | Chinees dierenriemteken |
year | number | Voorspellingsjaar |
signTitle | string | null | Leesbare naam van het teken (alleen bij includeReadableEntities: true) |
text | string | null | Algemene jaarvoorspellingstekst (alleen bij includeText: true) |
categories | object | Voorspelling uitgesplitst per levensgebied |
categories.Love | string | Romantische en relatievoorspelling |
categories.Career | string | Professionele en carrierevoyospelling |
categories.Health | string | Gezondheids- en welzijnsvoorspelling |
categories.Finance | string | Financiele voorspelling |