Introduction

To gain a complete understanding of Astrology API, this reference is essential. Whether you're a first-time user or an experienced developer, I highly recommend starting with this API reference section. It provides a comprehensive introduction to the platform and its features, helping you get up and running quickly.

API URL

To interact with the Astrology API, you will need to send API requests to the base URL, which is https://json.freeastrologyapi.com/. It's worth noting that HTTPS is mandatory for all API requests to ensure secure communication. The API follows RESTful conventions whenever possible, with most operations being carried out through POST requests on resources. Both the request and response bodies are encoded as JSON, providing a standardized data format for communication between your application and the API.

Authentication

The below Authorization header is to be passed along with each request.

'headers': { 'Content-Type': 'application/json', 'x-api-key': 'YOUR_API_KEY_HERE' }

In case, if you don't have an API key yet, you can get a one for 100% Free here at Sign up page.