# 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/get-started/get-started-http-websocket-apis#websocket-api) or [JSON-RPC (HTTP POST)](/es-es/docs/tutorials/get-started/get-started-http-websocket-apis#json-rpc).

See the [Get Started Using HTTP / WebSocket APIs](/es-es/docs/tutorials/get-started/get-started-http-websocket-apis) page for more information.