---
title: "Get info about the application."
method: GET
path: "/abci_info"
tags: ["ABCI"]
---

# Get info about the application.

`GET /abci_info`

Get info about the application.

Upon success, the `Cache-Control` header will be set with the default
maximum age.

## Response `200`

Get some info about the application.

- ABCIInfoResponse
  - `jsonrpc` string, required
  - `id` integer, required
  - `result` object
    - `response` object, required
      - `data` string, required
      - `version` string, required
      - `app_version` string, required

## Other responses

- `500` — Error

---

[API](https://skmtc.dev/tendermint/apis/tendermint-rpc.md) · [All operations](https://skmtc.dev/tendermint/apis/tendermint-rpc/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/tendermint/tendermint-rpc/revisions/ec82847d4988/schema)
