{
  "meta": {
    "requestId": "req_8f3c2a91b7d4",
    "generatedAt": "2026-07-15T14:22:10Z",
    "apiVersion": "2026-06-01",
    "status": "ok"
  },
  "network": {
    "id": "lakefront-bikes",
    "name": "Lakefront Regional Bike Share",
    "operator": "Great Lakes Mobility Authority",
    "support": {
      "phone": "+1-555-014-2273",
      "email": "support@lakefrontbikes.example",
      "hours": "24/7"
    },
    "serviceArea": {
      "country": "US",
      "state": "MI",
      "timezone": "America/Detroit",
      "cities": [
        "Harbor City",
        "Eastport",
        "Riverton",
        "Maple Junction"
      ]
    }
  },
  "configuration": {
    "reservationWindowMinutes": 15,
    "maxActiveRentalsPerAccount": 2,
    "minimumRiderAge": 16,
    "allowGuestCheckout": true,
    "helmetRequired": false,
    "maintenanceMode": false,
    "supportedPaymentMethods": [
      "credit_card",
      "debit_card",
      "transit_pass",
      "mobile_wallet"
    ]
  },
  "pricing": {
    "currency": "USD",
    "plans": [
      {
        "id": "single_ride",
        "name": "Single Ride",
        "baseFee": 1.5,
        "includedMinutes": 30,
        "overagePerMinute": 0.12
      },
      {
        "id": "day_pass",
        "name": "Day Pass",
        "baseFee": 9.0,
        "includedMinutes": 240,
        "overagePerMinute": 0.1
      },
      {
        "id": "annual_member",
        "name": "Annual Member",
        "baseFee": 99.0,
        "includedMinutes": 45,
        "overagePerMinute": 0.08
      }
    ]
  },
  "stations": [
    {
      "stationId": "HC-001",
      "name": "Central Market",
      "city": "Harbor City",
      "location": {
        "latitude": 42.3312,
        "longitude": -83.0479
      },
      "capacity": 32,
      "bikesAvailable": 18,
      "docksAvailable": 13,
      "bikeTypes": {
        "classic": 12,
        "electric": 6,
        "cargo": 0
      },
      "amenities": [
        "kiosk",
        "repair_stand",
        "transit_connection"
      ],
      "status": "active",
      "lastReportedAt": "2026-07-15T14:20:42Z"
    },
    {
      "stationId": "HC-014",
      "name": "Lakefront Pier",
      "city": "Harbor City",
      "location": {
        "latitude": 42.3378,
        "longitude": -83.0186
      },
      "capacity": 28,
      "bikesAvailable": 4,
      "docksAvailable": 24,
      "bikeTypes": {
        "classic": 2,
        "electric": 2,
        "cargo": 0
      },
      "amenities": [
        "kiosk",
        "lighting"
      ],
      "status": "active",
      "lastReportedAt": "2026-07-15T14:21:05Z"
    },
    {
      "stationId": "EP-006",
      "name": "Eastport Transit Center",
      "city": "Eastport",
      "location": {
        "latitude": 42.3564,
        "longitude": -82.9821
      },
      "capacity": 40,
      "bikesAvailable": 27,
      "docksAvailable": 12,
      "bikeTypes": {
        "classic": 19,
        "electric": 7,
        "cargo": 1
      },
      "amenities": [
        "kiosk",
        "covered_docks",
        "transit_connection"
      ],
      "status": "active",
      "lastReportedAt": "2026-07-15T14:19:58Z"
    },
    {
      "stationId": "RV-003",
      "name": "Riverton Library",
      "city": "Riverton",
      "location": {
        "latitude": 42.2959,
        "longitude": -83.1034
      },
      "capacity": 20,
      "bikesAvailable": 0,
      "docksAvailable": 19,
      "bikeTypes": {
        "classic": 0,
        "electric": 0,
        "cargo": 0
      },
      "amenities": [
        "lighting"
      ],
      "status": "rebalancing",
      "lastReportedAt": "2026-07-15T14:18:31Z"
    }
  ],
  "alerts": [
    {
      "id": "alert_20260715_01",
      "severity": "info",
      "title": "Weekend station expansion",
      "message": "Temporary valet docks will be available near Lakefront Pier during the summer festival.",
      "affectedStations": [
        "HC-014"
      ],
      "startsAt": "2026-07-17T12:00:00Z",
      "endsAt": "2026-07-20T04:00:00Z"
    },
    {
      "id": "alert_20260715_02",
      "severity": "warning",
      "title": "Low bike availability",
      "message": "Riverton Library is currently awaiting rebalancing.",
      "affectedStations": [
        "RV-003"
      ],
      "startsAt": "2026-07-15T13:50:00Z",
      "endsAt": null
    }
  ]
}