# Known Issues

#### Endpoint timeout

You may experience endpoint timeouts (`HTTP 504`) - specifically in the studio endpoints. Retrying the request with the same request parameters will work.

#### Too many requests

Due to high resource consumption, you may experience too many requests (`HTTP 429`). Rate limiting is enforced on all consumers based on their IP and overall API consumption. Retrying after some time will resolve this error. If you require high API usage please send an email to <contact@astronomyapi.com>.

**Rapid API and rate limiting**

If you're authenticating with Rapid API you may receive a rate limit exceeded error. Simply get your own API key from the Astronomy API console instead of using the shared Rapid API key.

#### Coordinates are slightly different from other astronomical software

Astronomy API calculates coordinates based on the geolocation details you specify in the request. Due to the precision of the location and algorithm difference, the coordinates can be slightly different than what you would find in other astronomical software.

#### The moon is upside down on the moon phase generator endpoint

Depending on the hemisphere you live on earth, the side of the moon that's up might change. Use the `orientation` parameter in the request to change the direction. see [Moon Phase](/endpoints/studio/moon-phase.md) for details.


---

# 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.astronomyapi.com/known-issues.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.
