--- html: data-api.html parent: references.html seo: description: (DEPRECATED) RESTful interface to XRP Ledger analytics and historical data. status: removed nav_omit: true sidebar: path: ../../sidebars.yaml --- # Ripple Data API v2 {% admonition type="danger" name="Warning" %}The Ripple Data API v2 is deprecated with no ongoing support. Please use the native [XRP Ledger HTTP APIs](http-websocket-apis/index.md) instead.{% /admonition %} For information on the old Data API, see the [rippled-historical-database repository](https://github.com/ripple/rippled-historical-database). ## Alternatives For most common operations, like requesting account balances or transaction history, you can query a self-hosted or [public XRP Ledger server](../tutorials/public-servers.md) using a [WebSocket connection](../tutorials/http-websocket-apis/build-apps/get-started.md#websocket-api) or [JSON-RPC (HTTP POST)](../tutorials/http-websocket-apis/build-apps/get-started.md#json-rpc). See the [Get Started Using HTTP / WebSocket APIs](../tutorials/http-websocket-apis/build-apps/get-started.md) page for more information.