# Ripple Data API v2 The Ripple Data API v2 is deprecated with no ongoing support. Please use the native [XRP Ledger HTTP APIs](/es-es/docs/references/http-websocket-apis) instead. 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](/es-es/docs/tutorials/public-servers) using a [WebSocket connection](/es-es/docs/tutorials/http-websocket-apis/build-apps/get-started#websocket-api) or [JSON-RPC (HTTP POST)](/es-es/docs/tutorials/http-websocket-apis/build-apps/get-started#json-rpc). See the [Get Started Using HTTP / WebSocket APIs](/es-es/docs/tutorials/http-websocket-apis/build-apps/get-started) page for more information.