Getting Started
AstroJson provides a simple REST API for daily horoscopes. All API requests require authentication via an API key.
Base URL
https://api.astrojson.com
Authentication
Include your API key in the X-API-KEY header with every request.
Quick Example
curl -X GET "https://api.astrojson.com/v1/horoscopes?sign=aries&lang=en&period=daily" \ -H "X-API-KEY: your_api_key_here"