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

# ABCI Info

> Get information about the ABCI application

### Response

<ResponseField name="response" type="object">
  <p>Response contains ABCI application information</p>

  <Expandable title="Properties">
    <ResponseField name="data" type="string">
      <p>Application data</p>
    </ResponseField>

    <ResponseField name="version" type="string">
      <p>Application version</p>
    </ResponseField>

    <ResponseField name="app_version" type="string">
      <p>Application protocol version</p>
    </ResponseField>
  </Expandable>
</ResponseField>
