# Radiant Drift API

## Introduction

Welcome to the Radiant Drift API! You can use our API to access Radiant Drift API endpoints, to obtain various astronomical data pertaining the Sun, Moon and Galactic Center.

The API is available as a web service accessed via RESTful HTTP requests. You can view example requests using CURL in the dark area to the right.

Javascript examples are given using the popular [axios](https://www.npmjs.com/package/axios) library. Alternatively, the `curl` shell command is also available.

Site documentation remains under active development - if you have any questions, please get in touch at <support@radiantdrift.com>.

#### About Radiant Drift

Learn more about Radiant Drift at [our website](https://www.radiantdrift.com).

#### Getting Support

You can contact us via email at <support@radiantdrift.com>, or use the Help widget on [our website](https://www.radiantdrift.com).

### Beta APIs

Certain API endpoints are available in public beta where noted. We hope you'll try them out and let us know how you find them.&#x20;

Additionally, we're always keen to receive any feedback or suggestions you have, particularly regarding:

* Available end points
* Call structure and parameters
* Response structures
* Data accuracy and usability

Please send your feedback to <support@radiantdrift.com>.


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://docs.radiantdrift.com/radiant-drift-api.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
