Description
Astrology Suite for FreeAstroAPI helps you publish astrology experiences that feel fast, clean, and easy to use:
- Add interactive blocks directly in Gutenberg.
- Add the same widgets with shortcodes in classic content, shortcode blocks, or shortcode-ready template areas.
- Capture birth details with a built-in form (city autocomplete included).
- Render natal chart, natal report, or both.
- Offer simple sign widgets for Sun, Moon, Rising, and Midheaven.
- Publish monthly ephemeris tables with selectable bodies, tropical/sidereal mode, optional local points, and CSV download.
- Add a daily horoscope widget using sign, date, and timezone controls.
- Add a personalized horoscope widget using birth details, city autocomplete, target date, and personal transit context.
- Add a Western/Vedic astrology bot widget using birth details, city autocomplete, FreeAstroAPI MCP tool calls, and Gemini-generated chat answers.
- Use explicit 24-hour birth-time controls (
00–23) instead of browser-local AM/PM labels. - Let visitors mark birth time as unknown on natal chart/report forms, sending
time_known: falseto FreeAstroAPI. - Localize frontend UI labels and validation text, and choose the natal interpretation response language from settings.
- Choose chart SVG/PNG themes from settings, customize each theme’s chart request body, or paste a custom chart_config JSON object.
- Allow public visitor calculations, or restrict calculations to logged-in editors from the API settings tab.
- Customize styling, ephemeris table colors, bot chat colors, plugin background transparency, Past inputs visibility, and typography from plugin settings.
- Add optional birth context, thematic interpretation groups, and clickable planet aspect links that open matching FreeAstroAPI interpretation blocks without using the psychological report flow.
- Reuse recent requests with a “Past inputs” dropdown (stored in browser local storage).
Included blocks:
astrology-suite/chart-onlyastrology-suite/report-onlyastrology-suite/chart-reportastrology-suite/simple-sign-sunastrology-suite/simple-sign-moonastrology-suite/simple-sign-risingastrology-suite/simple-sign-midheavenastrology-suite/ephemerisastrology-suite/daily-horoscopeastrology-suite/personalized-horoscopeastrology-suite/astrology-bot
Included shortcodes:
[astrology_suite mode="chart-report"][astrology_suite mode="chart-report" language="vi"][astrology_suite_chart_only][astrology_suite_report_only][astrology_suite_chart_report][astrology_suite_simple_sign_sun include_interpretation="true" interpretation_style="improved"][astrology_suite_simple_sign_moon include_interpretation="false"][astrology_suite_simple_sign_rising include_interpretation="true" interpretation_style="poetic"][astrology_suite_simple_sign_midheaven][astrology_suite_ephemeris][astrology_suite_daily_horoscope][astrology_suite_personalized_horoscope][astrology_suite_astrology_bot]
External services
Astrology Suite for FreeAstroAPI connects to FreeAstroAPI (https://www.freeastroapi.com/) to autocomplete cities and generate astrology calculations used by the included blocks. The Astrology Bot also connects to Google Gemini to generate chat answers.
What is sent and when:
- When someone types at least two characters into the city field, the plugin sends the typed city query and optional country filter to FreeAstroAPI over HTTPS so matching cities and timezones can be returned.
- When a visitor submits a natal chart, report, simple-sign, ephemeris, daily horoscope, personalized horoscope, or astrology bot form while public calculations are enabled, or when an authenticated editor submits while public calculations are disabled, the plugin sends the submitted astrology data and calculation options to FreeAstroAPI over HTTPS. This may include the optional name field, birth date, birth time, city name, latitude, longitude, timezone, interpretation settings, enabled extra bodies, selected ephemeris month/year, selected ephemeris bodies, zodiac type, horoscope sign/date/timezone, horoscope target date, chat message/history/profile, the requested calculation mode, and whether minor aspects were requested.
- Astrology bot requests may send the chat message, recent chat history, selected Western/Vedic system, and submitted birth profile to FreeAstroAPI MCP and Google Gemini over HTTPS.
- Calculation requests also include the site’s configured FreeAstroAPI key in the server-to-server request header so FreeAstroAPI can authenticate the request. The API key is not sent to the visitor’s browser.
- Astrology bot answer requests include the site’s configured Gemini API key in the server-to-server request header. The Gemini API key is not sent to the visitor’s browser.
- The plugin does not store visitor birth data in WordPress by default. The optional “Past inputs” feature stores recent successful requests only in the visitor’s local browser storage.
FreeAstroAPI Terms of Service: https://www.freeastroapi.com/terms
FreeAstroAPI Privacy Policy: https://www.freeastroapi.com/privacy
FreeAstroAPI Chart Designer: https://www.freeastroapi.com/dashboard/chart-designer
FreeAstroAPI Ephemeris Docs: https://www.freeastroapi.com/docs/western/ephemeris
FreeAstroAPI Daily Sign Horoscope Docs: https://www.freeastroapi.com/docs/western/daily-sign
FreeAstroAPI Daily Personal Horoscope Docs: https://www.freeastroapi.com/docs/western/daily-personal
FreeAstroAPI Western Natal Docs: https://www.freeastroapi.com/docs/western/natal
FreeAstroAPI Astrology Bot: https://www.freeastroapi.com/astrology-bot
Google Gemini API Key Docs: https://ai.google.dev/gemini-api/docs/api-key
Screenshots






Installation
- Upload the plugin folder to
/wp-content/plugins/, or install via WordPress plugin upload. - Activate Astrology Suite for FreeAstroAPI in the Plugins screen.
- Get a FreeAstroAPI key and add it in Settings > Astrology Suite.
- Add Astrology Suite blocks in the block editor.
- Or add Astrology Suite shortcodes in shortcode-ready content.
FAQ
-
Do I need an API key?
-
Yes. Add your key in Settings > Astrology Suite.
-
Who can submit calculation requests?
-
By default, public visitors can submit astrology calculation forms. Site admins can disable public calculations in Settings > Astrology Suite > API to restrict natal chart, report, simple-sign, ephemeris, daily horoscope, personalized horoscope, and astrology bot calculations to logged-in users who can edit posts. City autocomplete remains public.
-
Is user birth data stored by default?
-
No server-side storage is performed by default. The “Past inputs” list is kept in the visitor’s local browser storage.
-
Can I style the widgets?
-
Yes. Use plugin settings for typography/colors and target documented CSS classes for theme-level customization.
Reviews
There are no reviews for this plugin.
Contributors & Developers
“Astrology Suite for FreeAstroAPI” adalah perisian sumber terbuka. Orang-orang berikut telah menyumbang kepada pemalam ini.
PenyumbangTranslate “Astrology Suite for FreeAstroAPI” into your language.
Berminat dalam pembangunan?
Layari kod, periksa repositori SVN, atau langgani log pembangunan dengan RSS.
Changelog
0.3.2
- Added
astrology-suite/astrology-botblock and[astrology_suite_astrology_bot]shortcode for the FreeAstroAPI Western/Vedic astrology bot experience. - Added
/wp-json/astrology-suite/v1/astrology-bot/chatREST proxy using the saved FreeAstroAPI key for MCP tool calls and the saved Gemini key for chat answers. - Added API settings for Gemini API key/model and natal interpretation response language.
- Added Astrology Bot style controls for shell, header, screen, accent, and chat bubble colors.
- Added multilingual natal/simple-sign interpretation request support using FreeAstroAPI’s supported language values.
0.3.1
- Added
astrology-suite/daily-horoscopeblock and[astrology_suite_daily_horoscope]shortcode using the FreeAstroAPI Daily Sign Horoscope endpoint. - Added
astrology-suite/personalized-horoscopeblock and[astrology_suite_personalized_horoscope]shortcode using the FreeAstroAPI Daily Personal Horoscope endpoint. - Added configurable planet aspect links that open FreeAstroAPI aspect interpretation blocks in a modal.
- Added optional aspect glyph display and thematic interpretation settings.
- Improved astrology glyph mappings for ASC, MC, Lilith, and aspect table rows.
- Improved report headings so missing house data no longer displays as “House -“.
0.3.0
- Added
astrology-suite/ephemerisblock and[astrology_suite_ephemeris]shortcode. - Added
/wp-json/astrology-suite/v1/western/ephemerisREST proxy for FreeAstroAPI monthly table grids. - Added ephemeris frontend with month navigation, body selectors, optional city-based local points, tropical/sidereal mode, CSV download, and plugin-matched table styling.
- Added Ephemeris Style settings for table grid, header, badge, today row, retrograde, ingress, and station colors.
0.2.9
- Added an API setting to allow public visitor calculations while keeping the FreeAstroAPI key server-side.
- Changed the API key field to “leave blank to keep current key” so the saved key is not echoed into admin page HTML.
- Split settings saves by tab to avoid hidden-field key exposure and accidental cross-tab option persistence.
- Optimized frontend requests so chart-only calls only chart SVG, report-only calls only natal calculation, and chart-report calls both.
- Sanitized upstream SVG chart responses before returning them to the frontend.
- Added explicit “Customize this body” and “Reset to preset” controls for per-theme chart API bodies.
0.2.8
- Added per-theme FreeAstroAPI chart request body editors for chart themes.
- Chart preview PNGs and frontend SVG chart requests now use the selected theme body.
- Updated Custom Chart help text for SVG/PNG chart body fields such as display_settings, fixed_stars, and chart_config.
0.2.7
- Added a Custom Chart settings tab with chart theme presets and FreeAstroAPI-generated PNG preview cards.
- Added an advanced custom chart_config JSON textarea for configs generated in FreeAstroAPI Chart Designer.
- Chart SVG requests now use the selected preset or custom chart_config.
0.2.6
- Added shortcode support for all Astrology Suite widgets.
- Added generic
[astrology_suite mode="..."]shortcode plus named[astrology_suite_*]shortcodes. - Added legacy
[openastro],[openastro_*],[freeastro], and[freeastro_*]shortcode aliases.
0.2.5
- Added
astrology-suite/*block names and/wp-json/astrology-suite/v1/*REST routes. - Kept
openastro/*blocks and/wp-json/openastro/v1/*routes as legacy compatibility aliases. - Updated Help and CSS docs to use Astrology Suite naming.
0.2.4
- Improved the city autocomplete dropdown with richer rows, country filters, and keyboard selection.
0.2.3
- Updated natal chart SVG generation to use FreeAstroAPI’s current
/api/v1/natal/chart/endpoint. - Improved default widget form styling for cleaner inputs, buttons, and past-input controls.
0.2.2
- Renamed the plugin to Astrology Suite for FreeAstroAPI for WordPress.org review.
- Updated the text domain and approval-ready plugin slug to astrology-suite-freeastroapi.
0.2.1
- Documented the required FreeAstroAPI external service usage, data sent, and terms/privacy links.
- Moved upstream requests to the documented FreeAstroAPI API domain.
- Added authenticated-user protection for API-key-backed calculation routes.
- Added privacy-policy helper text for site owners.
0.2.0
- Added Astrology Suite for FreeAstroAPI unified widget blocks and settings improvements.
- Improved input and display customization options.
- Added and refined simple sign widgets.