> For the complete documentation index, see [llms.txt](https://dev.guardian.hedera.com/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://dev.guardian.hedera.com/api-reference-indexer/settings.md).

# Settings

## Get Hedera network

> Returns Hedera network

```json
{"openapi":"3.2.0","info":{"title":"Guardian","version":"3.7.1-rc"},"servers":[{"url":"/api/v1","description":"version 1.0"}],"paths":{"/settings/network":{"get":{"description":"Returns Hedera network","operationId":"SettingsApi_getNetworkEnvironment","parameters":[],"responses":{"200":{"description":"Hedera network result","content":{"application/json":{"schema":{"type":"string"}}}},"500":{"description":"Internal server error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerErrorDTO"}}}}},"summary":"Get Hedera network","tags":["settings"]}}},"components":{"schemas":{"InternalServerErrorDTO":{"type":"object","properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"]}}}}
```

## Get Hedera network explorer settings

> Returns Hedera network explorer settings

```json
{"openapi":"3.2.0","info":{"title":"Guardian","version":"3.7.1-rc"},"servers":[{"url":"/api/v1","description":"version 1.0"}],"paths":{"/settings/networkExplorer":{"get":{"description":"Returns Hedera network explorer settings","operationId":"SettingsApi_getNetworkExplorer","parameters":[],"responses":{"200":{"description":"Hedera network explorer settings result","content":{"application/json":{"schema":{"type":"string"}}}},"500":{"description":"Internal server error","content":{"application/json":{"schema":{"$ref":"#/components/schemas/InternalServerErrorDTO"}}}}},"summary":"Get Hedera network explorer settings","tags":["settings"]}}},"components":{"schemas":{"InternalServerErrorDTO":{"type":"object","properties":{"code":{"type":"number"},"message":{"type":"string"}},"required":["code","message"]}}}}
```
