# REST API

Source URL: https://help.blockstream.com/education/glossary/rest-api
Updated: 2026-05-26T17:14:29.000Z
Letter: R

---

Representational State Transfer Application Programming Interface (REST API) is a stateless, request-response protocol for accessing web services. REST APIs use standard HTTP methods (GET, POST, PUT, DELETE) to interact with resources, making them straightforward and widely supported. The Blockstream Explorer REST API provides on-demand access to Bitcoin and Liquid blockchain data, including blocks, transactions, addresses, and asset information, without requiring applications to run their own full node infrastructure. REST is ideal for queries where applications need specific data at a specific time, such as fetching transaction details, looking up address balances, or retrieving block data. The [Blockstream Explorer API](https://blockstream.info/explorer-api) combines REST for on-demand queries with RPC for real-time monitoring, giving developers the complete toolkit for building production Bitcoin and Liquid applications.

Navigation: Blockstream Help Center > Education > Glossary > REST API

## Related Terms in This Letter
- [RISC-V](https://help.blockstream.com/education/glossary/risc-v)
- [RPC](https://help.blockstream.com/education/glossary/rcp)
- [REST API](https://help.blockstream.com/education/glossary/rest-api) (current)
- [ROAST](https://help.blockstream.com/education/glossary/roast)
- [Real-world assets (RWAs)](https://help.blockstream.com/education/glossary/real-world-assets-rwas)
- [Rangeproofs](https://help.blockstream.com/education/glossary/rangeproofs)
- [RIPEMD-160](https://help.blockstream.com/education/glossary/ripemd-160)
