blockchain.gov.in APIblockchain.gov.in ↗
Monitor blockchain statistics and performance metrics from India's National Informatics Centre platform, including detailed data on land records, property chains, and government blockchain case studies. Retrieve real-time chain statistics and explore documented case studies to understand how blockchain technology is being implemented across India's land registry systems.
No input parameters required.
curl -X GET 'https://api.parse.bot/scraper/7738d2cf-8e2b-4fe6-a637-53fc4a450434/get_statistics' \ -H 'X-API-Key: $PARSE_API_KEY'
Fetch overall blockchain statistics from the India Blockchain platform. Returns summary counts of products, states, departments, total documents/verifications, and per-chain breakdowns of transactions and reads.
No input parameters required.
{
"type": "object",
"fields": {
"date": "string - date of last update in DD-MM-YYYY format",
"states": "array of state/organization names",
"departments": "array of department names",
"total_documents": "string - total documents on blockchain (Indian numeral format)",
"read_applications": "array of objects with name, total_reads, reads_last_24h per chain",
"blockchain_products": "integer - number of blockchain products",
"total_verifications": "string - total verifications on blockchain (Indian numeral format)",
"states_organizations": "integer - number of states/organizations onboarded",
"departments_onboarded": "integer - number of departments onboarded",
"transaction_applications": "array of objects with name and count per chain"
},
"sample": {
"date": "08-06-2026",
"states": [
"Central Board of Secondary Education",
"ANDHRA PRADESH",
"CHHATTISGARH"
],
"departments": [
"Central Board of Secondary Education",
"KARNATAKA - Revenue Department"
],
"total_documents": "10,46,74,542",
"read_applications": [
{
"name": "Property Chain",
"total_reads": "42,48,21,783",
"reads_last_24h": "32,96,004"
}
],
"blockchain_products": 6,
"total_verifications": "42,64,04,462",
"states_organizations": 12,
"departments_onboarded": 18,
"transaction_applications": [
{
"name": "Property Chain",
"count": "2,10,49,379"
}
]
}
}About the blockchain.gov.in API
The blockchain.gov.in API on Parse exposes 3 endpoints for the publicly available data on blockchain.gov.in. Calls return JSON over HTTPS and are billed per successful response.
Pin a release with the API-Snapshot-Version header so canonical updates don't silently change your contract.