{
  "schema_version": "1.0",
  "name": "Andes Virus Map",
  "description": "Source-verified outbreak intelligence tracker for the MV Hondius Andes hantavirus cluster. PCR-confirmed cases, deaths, contact monitoring, and timeline — classified by source tier and confidence score. Updated every 6 hours.",
  "url": "https://andesvirusmap.com",
  "contact": "https://andesvirusmap.com/contact",
  "license": "https://creativecommons.org/licenses/by/4.0/",
  "attribution": "PhoenixMap — independent research and data intelligence lab",
  "methodology": "https://andesvirusmap.com/methodology",
  "tools": [
    {
      "name": "get_current_status",
      "description": "Returns current verified KPI snapshot: confirmed cases, confirmed deaths, deaths under investigation, suspected cases, contacts monitored, countries with verified health agency response, last run timestamp.",
      "endpoint": "https://andesvirusmap.com/api/status",
      "method": "GET",
      "returns": "application/json"
    },
    {
      "name": "get_cases",
      "description": "Returns all source-verified case records. Each record includes: id, country, region, city, classification (CONFIRMED_CASE / SUSPECTED_CASE / CONTACT_MONITORING_ONLY / EXPOSURE_SITE / TRAVEL_LINKED_LOCATION / DEATH_UNDER_INVESTIGATION / PROBABLE_CASE), confirmedCases, suspectedCases, deathsConfirmed, deathsUnderInvestigation, contactsMonitored, confidence (0-100), sourceTier (1-5), sourceName, sourceUrl, lastVerified timestamp, notes.",
      "endpoint": "https://andesvirusmap.com/api/cases",
      "method": "GET",
      "returns": "application/json"
    },
    {
      "name": "get_timeline",
      "description": "Returns chronological timeline of verified events in the MV Hondius Andes hantavirus cluster. Each event includes: id, date, title, description, type (exposure / ship / case / death / official), sourceName, sourceUrl, tier (1-5), confidence (0-100).",
      "endpoint": "https://andesvirusmap.com/api/timeline",
      "method": "GET",
      "returns": "application/json"
    },
    {
      "name": "get_latest_update",
      "description": "Returns the most recent monitoring cycle summary including run timestamp, brief summary of changes, records added/updated/debunked.",
      "endpoint": "https://andesvirusmap.com/api/updates",
      "method": "GET",
      "returns": "application/json"
    }
  ],
  "data_notes": {
    "confirmed_cases": "PCR lab-confirmed only. Contact monitoring records are never counted as confirmed cases.",
    "source_tiers": "Tier 1=WHO/national health ministries. Tier 2=institutional/operational. Tier 3=reputable news citing officials. Tier 4=outbreak intelligence aggregators. Tier 5=social media/unverified.",
    "confidence_score": "0-100 scale weighted by source tier, corroboration count, and verification recency.",
    "update_frequency": "Every 6 hours during active outbreak phase. API responses are static snapshots refreshed on each site deploy."
  },
  "disclaimers": {
    "not_medical_advice": true,
    "not_official_guidance": true,
    "affiliated_with_who": false,
    "affiliated_with_cdc": false,
    "independent_osint": true
  }
}
