{"openapi":"3.0.0","info":{"title":"Layer 2 Blockchain Comparison API","version":"1.0.0","description":"Compare 8 major Ethereum Layer 2 solutions with scores, fees, TVL and use cases. Built for AI agents."},"servers":[{"url":"https://layer2-compare-api.vercel.app"}],"paths":{"/l2s":{"get":{"summary":"Get all Layer 2s","responses":{"200":{"description":"All L2s"}}}},"/l2/{name}":{"get":{"summary":"Get specific L2","responses":{"200":{"description":"L2 details"}}}},"/compare":{"get":{"summary":"Compare two L2s","responses":{"200":{"description":"Comparison"}}}},"/leaderboard":{"get":{"summary":"L2s ranked by score","responses":{"200":{"description":"Leaderboard"}}}},"/filter":{"get":{"summary":"Filter by type","responses":{"200":{"description":"Filtered"}}}},"/fees":{"get":{"summary":"Fee comparison","responses":{"200":{"description":"Fees"}}}},"/openapi":{"get":{"summary":"OpenAPI specification","responses":{"200":{"description":"Spec"}}}}}}