> ## 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>

<CodeGroup>
  ```text US theme={null}
  api.us.cr4ce.com
  ```

  ```text EU theme={null}
  api.eu.cr4ce.com
  ```

  ```text Australasia theme={null}
  api.au.cr4ce.com
  ```

  ```text Canada theme={null}
  api.ca.cr4ce.com
  ```

  ```text Hong Kong theme={null}
  api.hk.cr4ce.com
  ```
</CodeGroup>

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
}
```
