> ## Documentation Index
> Fetch the complete documentation index at: https://docs.goodgrants.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Servers

> Regional endpoints for the Good Grants API.

## Regional endpoints

<Note>
  Accounts are bound to a specific region, with regional endpoints providing optimal performance. You must use the endpoint that matches your account's region — requests sent to the wrong region are rejected.
</Note>

| Region      | Endpoint           |
| ----------- | ------------------ |
| Australasia | `api.au.cr4ce.com` |
| Canada      | `api.ca.cr4ce.com` |
| EU          | `api.eu.cr4ce.com` |
| Hong Kong   | `api.hk.cr4ce.com` |
| US          | `api.us.cr4ce.com` |

If you send a request to the wrong region, the API returns a `500` error with the correct URL:

```json theme={null}
{
  "message": "The account related to this API key resides in a different region. Please try the following url instead: https://api.eu.cr4ce.com",
  "status_code": 500
}
```
