> For the complete documentation index, see [llms.txt](https://nownodes.gitbook.io/xmr-monero/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://nownodes.gitbook.io/xmr-monero/monero-xmr/get-info.md).

# Get info

## Retrieve general information about the node and network

> Returns general info about the state of your Monero node and the network.

```json
{"openapi":"3.0.3","info":{"title":"Monero Daemon RPC API","version":"1.0.0"},"servers":[{"url":"https://xmr.nownodes.io"}],"security":[{"api-keyAuth":[]}],"components":{"securitySchemes":{"api-keyAuth":{"type":"apiKey","in":"header","name":"api-key"}}},"paths":{"/json_rpc":{"post":{"tags":["Get info"],"summary":"Retrieve general information about the node and network","description":"Returns general info about the state of your Monero node and the network.","operationId":"getInfo","requestBody":{"required":true,"content":{"application/json":{"schema":{"type":"object","properties":{"jsonrpc":{"type":"string"},"id":{"type":"string"},"method":{"type":"string"}}}}}},"responses":{"200":{"description":"Node information","content":{"application/json":{"schema":{"type":"object","properties":{"id":{"type":"string"},"jsonrpc":{"type":"string"},"result":{"type":"object","properties":{"adjusted_time":{"type":"integer"},"alt_blocks_count":{"type":"integer"},"block_size_limit":{"type":"integer"},"block_size_median":{"type":"integer"},"block_weight_limit":{"type":"integer"},"block_weight_median":{"type":"integer"},"bootstrap_daemon_address":{"type":"string"},"busy_syncing":{"type":"boolean"},"credits":{"type":"integer"},"cumulative_difficulty":{"type":"integer"},"cumulative_difficulty_top64":{"type":"integer"},"database_size":{"type":"integer"},"difficulty":{"type":"integer"},"difficulty_top64":{"type":"integer"},"free_space":{"type":"integer"},"grey_peerlist_size":{"type":"integer"},"height":{"type":"integer"},"height_without_bootstrap":{"type":"integer"},"incoming_connections_count":{"type":"integer"},"mainnet":{"type":"boolean"},"nettype":{"type":"string"},"offline":{"type":"boolean"},"outgoing_connections_count":{"type":"integer"},"rpc_connections_count":{"type":"integer"},"stagenet":{"type":"boolean"},"start_time":{"type":"integer"},"status":{"type":"string"},"synchronized":{"type":"boolean"},"target":{"type":"integer"},"target_height":{"type":"integer"},"testnet":{"type":"boolean"},"top_block_hash":{"type":"string"},"top_hash":{"type":"string"},"tx_count":{"type":"integer"},"tx_pool_size":{"type":"integer"},"untrusted":{"type":"boolean"},"update_available":{"type":"boolean"},"version":{"type":"string"},"was_bootstrap_ever_used":{"type":"boolean"},"white_peerlist_size":{"type":"integer"},"wide_cumulative_difficulty":{"type":"string"},"wide_difficulty":{"type":"string"}}}}}}}},"400":{"description":"Bad Request - missing or invalid parameters","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}}}}}},"403":{"description":"Forbidden","content":{"text/plain":{"schema":{"type":"string"}}}},"500":{"description":"Internal server error","content":{"application/json":{"schema":{"type":"object","properties":{"error":{"type":"string"}}}}}}}}}}}
```
