{"openapi":"3.0.0","info":{"title":"Web3 & Blockchain Developer Tools API","version":"1.0.0","description":"Smart contract patterns, Solidity best practices, Web3 integration patterns and network info. Built for AI blockchain developer agents."},"servers":[{"url":"https://web3-dev-tools-api.vercel.app"}],"paths":{"/web3/contract-patterns":{"get":{"summary":"Smart contract design patterns","responses":{"200":{"description":"Patterns"}}}},"/web3/contract-pattern":{"get":{"summary":"Get specific pattern","responses":{"200":{"description":"Pattern"}}}},"/web3/solidity-practices":{"get":{"summary":"Solidity best practices","responses":{"200":{"description":"Practices"}}}},"/web3/integration-patterns":{"get":{"summary":"Web3 frontend integration patterns","responses":{"200":{"description":"Patterns"}}}},"/web3/networks":{"get":{"summary":"Blockchain network info","responses":{"200":{"description":"Networks"}}}},"/web3/network":{"get":{"summary":"Get specific network info","responses":{"200":{"description":"Network"}}}},"/openapi":{"get":{"summary":"OpenAPI spec","responses":{"200":{"description":"Spec"}}}}}}