-
To get all the zodiac signs data at once make a
getrequst on the/signsroute. -
To get data for only one zodiac sign make a request make a
getrequest on the/signs/<sign_name>route. For example
GET /signs/taurus
- To get data using birth day and month make a
getrequest on the/date/<date>route. For example
GET /date/2001-04-23T12:00:00.000Z
This will return the data for Taurus sign.