{
  "name": "PolicyPulse",
  "description": "Legislative intelligence API for all sectors globally. Translates any bill into plain English, identifies who is affected and what actions are required, tracks all 50 US state legislatures via Open States, monitors federal agency rules via Federal Register, compares jurisdictions, surfaces regulatory deadlines, and decodes any legal text. Bloomberg Government for the rest of us. x402 micropayment protocol on Base.",
  "version": "1.0.0",
  "url": "https://policypulse-ten.vercel.app",
  "contact": "info@theaslangroupllc.com",
  "payment": {
    "type": "x402",
    "network": "base",
    "asset": "USDC",
    "asset_contract": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
    "price_range_usd": "0.08-0.20"
  },
  "capabilities": [
    "legislation_translation",
    "sector_impact_analysis",
    "scenario_modeling",
    "legislative_monitoring",
    "state_legislation_tracking",
    "compliance_guidance",
    "federal_regulation_tracking",
    "cross_jurisdiction_comparison",
    "regulatory_calendar",
    "legal_text_decoder"
  ],
  "sectors_covered": [
    "Healthcare", "Employment", "Environment", "Technology", "Finance",
    "Real Estate", "Education", "Immigration", "Cannabis", "Energy",
    "Food Safety", "Automotive", "All others"
  ],
  "use_cases": [
    "Translate any pending bill into plain English with sector impact and passage probability",
    "Identify every affected entity type for any legislation with required actions and deadlines",
    "Model if/then sector impact for regulatory developments across healthcare, employment, finance, environment",
    "Monitor weekly legislative activity in any policy sector",
    "Track all 50 state legislatures on any topic (minimum wage, cannabis, non-competes, rent control, gig work)",
    "Get step-by-step compliance instructions by entity type for any enacted law",
    "Track EPA, FDA, OSHA, FTC, CFPB, SEC, DOL, USDA proposed and final rules with comment period deadlines",
    "Compare how US, EU, UK, Canada, Australia, Singapore handle the same policy issue",
    "Surface upcoming regulatory effective dates and compliance deadlines in the next 30/90/180 days",
    "Decode any legal or regulatory text into plain English with obligations, rights, and red flags"
  ],
  "endpoints": [
    {
      "path": "/api/legislation",
      "method": "GET",
      "price_usd": 0.15,
      "description": "Plain English translation of any bill globally with sector impact and passage probability",
      "params": ["q", "jurisdiction (us|eu|uk|ca|au|global)", "action (summary|status|impact|timeline)", "lang"]
    },
    {
      "path": "/api/impact",
      "method": "GET",
      "price_usd": 0.15,
      "description": "Deep impact analysis — every affected entity type, required actions, deadlines, exemptions, penalties",
      "params": ["q", "sector", "entity_type", "lang"]
    },
    {
      "path": "/api/scenario",
      "method": "GET",
      "price_usd": 0.20,
      "description": "If/then sector impact modeling for any legislative or regulatory trigger",
      "params": ["trigger", "sector (all|healthcare|employment|environment|tech|finance|realestate)", "action (ifthen|probability|timeline)", "lang"]
    },
    {
      "path": "/api/monitor",
      "method": "GET",
      "price_usd": 0.10,
      "description": "Weekly/monthly legislative activity brief by policy sector",
      "params": ["period (week|month)", "topic (healthcare|employment|environment|tech|finance|realestate|immigration|education|all)", "lang"]
    },
    {
      "path": "/api/state",
      "method": "GET",
      "price_usd": 0.10,
      "description": "State-level legislation via Open States API — all 50 states, any topic, multi-state comparison",
      "params": ["state (2-letter code or comma-separated)", "topic", "action (pending|enacted|compare)", "lang"]
    },
    {
      "path": "/api/compliance",
      "method": "GET",
      "price_usd": 0.15,
      "description": "What you must do after a law passes — step-by-step by entity type with deadlines and penalties",
      "params": ["law", "jurisdiction", "entity_type (employer|landlord|healthcare_provider|tech_company|retailer|restaurant|etc)", "lang"]
    },
    {
      "path": "/api/regulation",
      "method": "GET",
      "price_usd": 0.15,
      "description": "Federal agency rules via Federal Register — proposed and final rules, open comment periods",
      "params": ["agency (EPA|FDA|OSHA|FTC|CFPB|SEC|DOL|USDA|etc)", "topic", "action (proposed|final|all)", "lang"]
    },
    {
      "path": "/api/compare",
      "method": "GET",
      "price_usd": 0.15,
      "description": "Cross-jurisdiction policy comparison — how different countries and states handle the same issue",
      "params": ["topic", "jurisdictions (comma-separated)", "lang"]
    },
    {
      "path": "/api/calendar",
      "method": "GET",
      "price_usd": 0.10,
      "description": "Regulatory calendar — upcoming effective dates, compliance deadlines, comment periods, sunsets",
      "params": ["sector", "jurisdiction", "lookahead (30|90|180)", "lang"]
    },
    {
      "path": "/api/translate",
      "method": "GET|POST",
      "price_usd": 0.08,
      "description": "Plain English decoder — paste any legal or regulatory text and get obligations, rights, deadlines, red flags",
      "params": ["text (query or POST body)", "context (regulatory|employment|contract|enforcement|general)", "entity_type", "lang"]
    }
  ],
  "data_sources": [
    "Congress.gov API v3 (US federal legislation, free)",
    "Open States API v3 (all 50 US states + DC + territories, free with key)",
    "Federal Register API (all federal agency rules, free, no key)",
    "Tavily (real-time news and regulatory intelligence)",
    "Anthropic Claude (synthesis layer)"
  ],
  "global_coverage": {
    "legislation": ["United States (federal + all 50 states)", "European Union", "United Kingdom", "Canada", "Australia", "Singapore", "Japan", "Others via Tavily"],
    "language": "Any language via ?lang= parameter"
  },
  "network": "PulseNetwork",
  "network_url": "https://pulsenetwork.vercel.app"
}
