{
  "network": {
    "id": "lakeshore-bike-share",
    "name": "Lakeshore Regional Bike Share",
    "operator": "Regional Mobility Services",
    "timezone": "America/Toronto",
    "language": "en",
    "currency": "CAD",
    "service_area": {
      "region": "Greater Lakeshore",
      "municipalities": [
        "Harbour City",
        "Westport",
        "Riverview",
        "North Junction"
      ],
      "area_km2": 184.6
    },
    "contact": {
      "support_phone": "+1-555-014-2273",
      "support_email": "support@lakeshorebikes.example",
      "website": "https://lakeshorebikes.example"
    }
  },
  "service_status": {
    "state": "operational",
    "last_updated": "2026-07-17T14:32:18-04:00",
    "active_alerts": [
      {
        "id": "alert-2026-0717-02",
        "severity": "info",
        "title": "Station relocation at Central Library",
        "message": "The Central Library station is temporarily located 120 metres east due to sidewalk construction.",
        "effective_from": "2026-07-15T06:00:00-04:00",
        "effective_until": "2026-07-24T23:59:59-04:00",
        "affected_station_ids": [
          "stn-1042"
        ]
      }
    ]
  },
  "fleet": {
    "total_vehicles": 1480,
    "vehicle_types": [
      {
        "id": "classic",
        "name": "Classic Bike",
        "propulsion": "human",
        "total": 940,
        "available": 517,
        "maximum_range_km": null
      },
      {
        "id": "ebike",
        "name": "Electric-Assist Bike",
        "propulsion": "electric_assist",
        "total": 420,
        "available": 203,
        "maximum_range_km": 65
      },
      {
        "id": "cargo",
        "name": "Electric Cargo Bike",
        "propulsion": "electric_assist",
        "total": 120,
        "available": 38,
        "maximum_range_km": 48
      }
    ]
  },
  "pricing": {
    "tax_included": true,
    "plans": [
      {
        "id": "single-ride",
        "name": "Single Ride",
        "price": 1.25,
        "unlock_fee": 1.0,
        "included_minutes": 0,
        "per_minute": {
          "classic": 0.12,
          "ebike": 0.28,
          "cargo": 0.35
        }
      },
      {
        "id": "day-pass",
        "name": "24-Hour Pass",
        "price": 15.0,
        "unlock_fee": 0.0,
        "included_minutes": 30,
        "overage_per_minute": 0.15
      },
      {
        "id": "annual",
        "name": "Annual Membership",
        "price": 129.0,
        "unlock_fee": 0.0,
        "included_minutes": 45,
        "ebike_surcharge_per_minute": 0.16
      }
    ]
  },
  "stations": [
    {
      "id": "stn-1001",
      "name": "Union Terminal",
      "location": {
        "latitude": 43.6452,
        "longitude": -79.3806,
        "address": {
          "street": "65 Front Street West",
          "city": "Harbour City",
          "province": "ON",
          "postal_code": "M5J 1E6"
        }
      },
      "capacity": 52,
      "vehicles_available": {
        "classic": 18,
        "ebike": 9,
        "cargo": 1
      },
      "docks_available": 24,
      "is_renting": true,
      "is_returning": true,
      "amenities": [
        "repair_stand",
        "transit_connection",
        "covered_docks"
      ],
      "last_reported": "2026-07-17T14:31:42-04:00"
    },
    {
      "id": "stn-1042",
      "name": "Central Library",
      "location": {
        "latitude": 43.6719,
        "longitude": -79.3864,
        "address": {
          "street": "802 Yonge Street",
          "city": "Harbour City",
          "province": "ON",
          "postal_code": "M4W 2G9"
        }
      },
      "capacity": 34,
      "vehicles_available": {
        "classic": 7,
        "ebike": 6,
        "cargo": 0
      },
      "docks_available": 21,
      "is_renting": true,
      "is_returning": true,
      "temporary_location": true,
      "amenities": [
        "repair_stand"
      ],
      "last_reported": "2026-07-17T14:30:55-04:00"
    },
    {
      "id": "stn-2088",
      "name": "Westport GO",
      "location": {
        "latitude": 43.6368,
        "longitude": -79.5362,
        "address": {
          "street": "15 Station Road",
          "city": "Westport",
          "province": "ON",
          "postal_code": "M8V 2R3"
        }
      },
      "capacity": 40,
      "vehicles_available": {
        "classic": 11,
        "ebike": 4,
        "cargo": 2
      },
      "docks_available": 23,
      "is_renting": true,
      "is_returning": true,
      "amenities": [
        "transit_connection",
        "covered_docks",
        "charging_station"
      ],
      "last_reported": "2026-07-17T14:29:18-04:00"
    }
  ],
  "operating_hours": {
    "service": "24/7",
    "customer_support": {
      "monday_friday": "06:00-23:00",
      "saturday": "07:00-23:00",
      "sunday": "07:00-21:00",
      "holidays": "08:00-20:00"
    }
  },
  "api": {
    "version": "2.3",
    "request_id": "req-7f93c0d2a8164be1",
    "generated_at": "2026-07-17T18:32:18Z",
    "data_ttl_seconds": 30
  }
}