{
  "response_id": "bikeshare-regional-20260711-184502",
  "generated_at": "2026-07-11T18:45:02-04:00",
  "network": {
    "id": "lakefront-cycle",
    "name": "Lakefront Cycle Share",
    "operator": "Regional Mobility Authority",
    "timezone": "America/Toronto",
    "currency": "USD",
    "languages": ["en", "es"],
    "coverage_area": {
      "region": "Great Lakes Metro",
      "cities": ["Riverton", "East Harbor", "Maple Junction", "Northgate"],
      "bounding_box": {
        "north": 42.2148,
        "south": 41.7621,
        "east": -82.9316,
        "west": -83.6427
      }
    }
  },
  "service_status": {
    "state": "active",
    "system_open": true,
    "last_station_sync": "2026-07-11T18:44:31-04:00",
    "last_vehicle_sync": "2026-07-11T18:44:18-04:00"
  },
  "pricing_plans": [
    {
      "id": "single_ride",
      "name": "Single Ride",
      "base_price": 1.5,
      "included_minutes": 30,
      "overage_per_minute": 0.18
    },
    {
      "id": "day_pass",
      "name": "Day Pass",
      "base_price": 12.0,
      "included_minutes": 180,
      "overage_per_minute": 0.12
    },
    {
      "id": "monthly",
      "name": "Monthly Membership",
      "base_price": 29.0,
      "included_minutes": 900,
      "overage_per_minute": 0.1
    }
  ],
  "stations": [
    {
      "station_id": "RVN-102",
      "name": "Central Library Plaza",
      "city": "Riverton",
      "location": {
        "lat": 42.03144,
        "lon": -83.18472
      },
      "capacity": 31,
      "available_bikes": {
        "classic": 12,
        "electric": 5
      },
      "available_docks": 14,
      "renting": true,
      "returning": true,
      "amenities": ["repair_stand", "covered_docks", "transit_connection"]
    },
    {
      "station_id": "EHB-044",
      "name": "Harbor Market South",
      "city": "East Harbor",
      "location": {
        "lat": 41.90821,
        "lon": -83.02215
      },
      "capacity": 24,
      "available_bikes": {
        "classic": 7,
        "electric": 2
      },
      "available_docks": 15,
      "renting": true,
      "returning": true,
      "amenities": ["covered_docks"]
    },
    {
      "station_id": "MPJ-217",
      "name": "Maple Junction Rail",
      "city": "Maple Junction",
      "location": {
        "lat": 42.11792,
        "lon": -83.39408
      },
      "capacity": 38,
      "available_bikes": {
        "classic": 18,
        "electric": 6
      },
      "available_docks": 13,
      "renting": true,
      "returning": true,
      "amenities": ["repair_stand", "transit_connection", "security_camera"]
    }
  ],
  "vehicle_types": [
    {
      "type_id": "classic",
      "display_name": "Classic Bike",
      "max_range_km": null,
      "unlock_methods": ["app", "member_card"]
    },
    {
      "type_id": "electric",
      "display_name": "E-Bike",
      "max_range_km": 64,
      "unlock_methods": ["app"]
    }
  ],
  "alerts": [
    {
      "alert_id": "ALT-20260711-03",
      "severity": "minor",
      "title": "Temporary dock closures near Riverwalk",
      "affected_station_ids": ["RVN-118", "RVN-119"],
      "starts_at": "2026-07-11T17:00:00-04:00",
      "ends_at": "2026-07-12T06:00:00-04:00"
    }
  ],
  "support": {
    "phone": "+1-555-0198",
    "email": "support@lakefrontcycle.example",
    "hours": {
      "weekday": "06:00-23:00",
      "weekend": "07:00-22:00"
    }
  },
  "links": {
    "self": "https://api.lakefrontcycle.example/v2/network/status",
    "stations": "https://api.lakefrontcycle.example/v2/stations",
    "terms": "https://lakefrontcycle.example/terms"
  }
}