Constellation Horoscope API;
Can be queried for constellation, date, composite index, Luck index, love index and a series of situations
Details: HTTP://WWW.HAOSERVICE.COM/DOCS/32
Example:
/* Today's or tomorrow's trend format */
{
"Error_code": 0,/* Return code */
"Reason": "Success",
Result: {
"Name": "Leo",/* Constellation name */
"datetime": "June 27, 2014",/* Date */
"Date": 20140627, "All": "89%",/* composite Index */
"Color": "Bronze",/* Lucky color */
"Health": "95%",/* Healthy index */
"Love": "80%",/* Romance index */
"Money": "84%",/* Fortune Index */
"Number": 8,/* Lucky numbers */
"Qfriend": "Block",/* Speed horoscope */
"Summary": "Some of the small vortex of thinking, may let you suddenly empty, many of the details of life make you feel a lot." ",/* Overview Today */
"Work": "80%",/* Working index */
}
}
/* This week or next week the horoscope format */
{
"Error_code": 0,
"Reason": "Success",
Result: {
"Name": "Aries",
"Date": "June 29, 2014-July 05, 2014",
"Weekth": 27,
Health: The mind is restless, but the body refuses to seek comfort. Easy to have stomach discomfort. ",
"Job": "Job Search: Although there are new ideas, but the mentality of the stable, easy to must not." But chances are more likely to be obtained from family members. ",
"Love": "Romance: The thoughts and feelings that have been accumulated before, this week choose to say it." Opportunities for communication are increasing, and there is a chance that they will appear in quarrels. ",
"Money": "Fortune: Although you have your own financial ideas, you are generally under the control of your family or family's financial plan." ",
"Work": "Working: Water reverse at the end of the week, before the delay, missed the emergence of opportunities to make up." Have the possibility of adjusting department or position. "
}
}
Constellation Horoscope API