Render Astrocartography Map (PNG)
GET
/api/astrocartography/map.png
Render an astrocartography world map showing planetary lines for a birth moment.
Each line shows where a planet is angular (conjunct an angle) at that moment:
- MC lines (solid vertical): Where the planet culminates (on the Midheaven)
- IC lines (dashed vertical): Where the planet is at the lowest point (Imum Coeli)
- ASC lines (solid curved): Where the planet is rising (on the Ascendant)
- DSC lines (dashed curved): Where the planet is setting (on the Descendant)
Required parameters:
- dateTime: Birth date/time (YYYY-MM-DDTHH:mm)
- location.longitude, location.latitude, location.timezone: Birth location
Optional parameters:
- width, height: Map dimensions (default: 1200x600)
- projection: Map projection (equirectangular, naturalEarth1, mercator)
- showLabels, showLegend, showGraticule: Toggle map features (true/false)
- backgroundColor, landColor, oceanColor: Custom colors (hex)
- lineWidth: Line thickness in pixels
Authorizations
ApiKeyAuth
API key for authentication. Get your API key from the dashboard.
Type
API Key (header: X-Api-Key)
Responses
Astrocartography map rendered successfully
image/png
JSON
[
]