XRPSCAN
HomeMetricsValidatorsAmendments
  • 📖Build with XRPSCAN
  • 📘API Documentation
    • Introduction
    • Pricing
      • Pay as you Go (PAYG)
    • API Concepts
      • Pagination
    • Account
      • Account info
      • Activations
      • Ancestry
      • Assets
      • Deposit Preauths
      • DEX Orders
      • Escrows
      • Issued tokens
      • Issued token balance
      • NFTs
      • Settings
      • Trustlines
      • Transactions
      • Xumm KYC status
    • Transaction
      • Transaction info
    • Ledger
      • Ledgers
      • Ledger info
      • Transactions
    • NFT
      • NFT info
    • AMM
      • AMM info
      • Pools
    • Object
      • Object info
    • Amendment
      • Amendments
      • Amendment info
    • Validator
      • Registry
      • Validator info
      • Report
    • Node
      • Nodes
      • Node info
    • Network
      • Fee
      • Server info
      • Server versions
    • Account Name
      • Well known accounts
    • Balance
      • Balances
    • Fact
      • Facts in namespace
      • Fact
    • Metrics
      • Metrics
    • Health
      • Ping
  • 📗Help
    • Integration guide
    • Validator
    • Contribute
    • Privacy policy
    • Contact us
  • 📙FAQs
    • How to report scams
Powered by GitBook
On this page
  • Request
  • Examples
  • Response
  1. API Documentation
  2. Network

Server versions

This endpoint retrieves a list of most recent rippled release versions.

Request

GET /api/v1/network/server_versions

Examples

curl https://api.xrpscan.com/api/v1/network/server_versions

Response

[
  "1.11.0",
  "1.10.1",
  "1.10.0",
  "1.9.4",
  "1.9.3",
  "1.9.2",
  "1.9.1",
  "1.9.0",
  "1.8.5",
  "1.8.4",
  "1.8.3",
  "1.8.2",
  "1.8.1",
  "1.7.3",
  "1.7.2",
  "1.7.0",
  "1.6.0",
  "1.5.0",
  "1.4.0",
  "1.3.1",
  "1.3.0",
  "1.2.4",
  "1.2.3",
  "1.2.2",
  "1.2.1",
  "1.2.0",
  "1.1.2",
  "1.1.1",
  "1.1.0",
  "1.0.1",
  "1.0.0"
]
PreviousServer infoNextAccount Name

Last updated 1 year ago

📘