{
  "name": "Internet data usage JSON endpoint",
  "description": "Returns monthly GB estimates by work calls, remote desktop, browsing, streaming, updates, background devices, buffer, and cellular or satellite data-cap fit.",
  "publisher": {
    "name": "OffGridRVHub",
    "url": "https://www.offgridrvhub.com"
  },
  "source": {
    "endpoint": "https://www.offgridrvhub.com/tools/api/internet-data-usage.json",
    "fullCalculator": "https://www.offgridrvhub.com/tools/internet-data-usage-calculator",
    "assumptions": "https://www.offgridrvhub.com/tools/calculator-assumptions",
    "documentation": "https://www.offgridrvhub.com/tools/calculator-api"
  },
  "caveat": "This is a planning estimate for RV education and comparison. It is not electrical, plumbing, safety, or installation advice.",
  "input": {
    "workDaysPerMonth": 20,
    "browsingEmailGbPerWorkDay": 1.2,
    "videoCallHoursPerWeek": 10,
    "videoCallGbPerHour": 1.2,
    "remoteDesktopHoursPerWeek": 4,
    "remoteDesktopGbPerHour": 0.7,
    "streamingHoursPerWeek": 8,
    "streamingGbPerHour": 3,
    "cloudBackupGbPerMonth": 20,
    "appUpdatesGbPerMonth": 15,
    "connectedDevices": 4,
    "deviceBackgroundGbPerMonth": 4,
    "safetyBufferPercent": 20,
    "cellularDataCapGb": 100,
    "satellitePriorityDataGb": 50
  },
  "result": {
    "workGbPerMonth": 88.1,
    "videoCallGbPerMonth": 52,
    "remoteDesktopGbPerMonth": 12.1,
    "browsingEmailGbPerMonth": 24,
    "streamingGbPerMonth": 104,
    "backgroundGbPerMonth": 16,
    "updatesAndBackupGbPerMonth": 35,
    "unbufferedMonthlyGb": 243,
    "bufferGb": 48.6,
    "estimatedMonthlyGb": 292,
    "averageDailyGb": 9.7,
    "cellularCoveragePercent": 34,
    "satellitePriorityCoveragePercent": 17,
    "remainingAfterCellularGb": 192,
    "remainingAfterSatellitePriorityGb": 242,
    "recommendedPlanLabel": "Add more priority data",
    "verdictTitle": "Plan on a hybrid internet stack",
    "verdictDetail": "This profile estimates about 292GB/month after a 20% buffer, or roughly 9.7GB/day. Work use accounts for about 88.1GB/month before entertainment, updates, and background devices.",
    "recommendedNextMove": "Reduce high-data habits or budget for a satellite-heavy setup before relying on one capped hotspot plan.",
    "watchOuts": [
      "Video-call and streaming data rates vary by app, resolution, screen sharing, camera use, and network behavior. Use measured router or hotspot history when you have it.",
      "Many mobile plans advertise high data amounts but slow, deprioritize, or restrict hotspot use after a threshold. Check hotspot-specific terms, not just phone data.",
      "Cloud backup, OS updates, game updates, and photo sync can quietly burn a work plan. Schedule big updates on campground Wi-Fi or an uncapped connection when possible.",
      "Video calls are the biggest work-data driver here. Reducing resolution or turning off self-view/video can change the monthly number fast.",
      "Entertainment streaming exceeds the work-data estimate. Downloading shows on Wi-Fi can protect cellular data for workdays.",
      "The entered cellular cap does not cover the full month, so a backup carrier, satellite plan, or Wi-Fi stop needs to be part of the route."
    ]
  }
}