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

# Get Network Info

> Get network information

### Response

<ResponseField name="response" type="object">
  <p>Network information</p>

  <Expandable title="Properties">
    <ResponseField name="listening" type="boolean">
      <p>Node is listening for connections</p>
    </ResponseField>

    <ResponseField name="listeners" type="array">
      <p>List of listeners</p>
    </ResponseField>

    <ResponseField name="n_peers" type="string">
      <p>Number of peers</p>
    </ResponseField>

    <ResponseField name="peers" type="array">
      <p>List of peers</p>

      <Expandable title="Properties">
        <ResponseField name="node_info" type="object">
          <p>Peer node information</p>
        </ResponseField>

        <ResponseField name="is_outbound" type="boolean">
          <p>Is this an outbound connection</p>
        </ResponseField>

        <ResponseField name="connection_status" type="object">
          <p>Connection status details</p>
        </ResponseField>

        <ResponseField name="remote_ip" type="string">
          <p>Remote IP address</p>
        </ResponseField>
      </Expandable>
    </ResponseField>
  </Expandable>
</ResponseField>
