disease.sh Influenza: CDC API

(Influenza data reported by the United States CDC, updated every 24 hours)

Operations 3

GET /v3/influenza/cdc/ILINet Get Influenza-like-illness data for the 2019 and 2020 outbreaks from the US Center for Disease Control
GET /v3/influenza/cdc/USCL Get Influenza report data for the 2019 and 2020 outbreaks from the US Center for Disease Control, reported by US clinical labs
GET /v3/influenza/cdc/USPHL Get Influenza report data for the 2019 and 2020 outbreaks from the US Center for Disease Control, reported by US public health labs

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools →

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/disease-sh-influenza-cdc-api"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.

A second provider on the same verified email joins the account you already have.

OpenAPI Specification

disease-sh-influenza-cdc-api-openapi.yml Raw ↑
openapi: 3.2.0
info:
  version: 3.0.0
  title: 'disease.sh Docs - An open API for disease-related statistics COVID-19: Apple Influenza: CDC API'
  description: Third Party API for reliable global disease information
  license:
    name: GNU V3
    url: https://github.com/disease-sh/API/blob/master/LICENSE
servers:
- url: https://disease.sh/v3
  description: Base URL declared by the provider in apis.yml (roadmap#122).
host: disease.sh
basePath: /
schemes:
- https
- http
consumes:
- application/json
produces:
- application/json
tags:
- name: 'Influenza: CDC'
  description: (Influenza data reported by the United States CDC, updated every 24 hours)
paths:
  /v3/influenza/cdc/ILINet:
    get:
      tags:
      - 'Influenza: CDC'
      summary: Get Influenza-like-illness data for the 2019 and 2020 outbreaks from the US Center for Disease Control
      responses:
        '200':
          description: Status Ok
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/influenzaILINet'
  /v3/influenza/cdc/USCL:
    get:
      tags:
      - 'Influenza: CDC'
      summary: Get Influenza report data for the 2019 and 2020 outbreaks from the US Center for Disease Control, reported by US clinical labs
      responses:
        '200':
          description: Status Ok
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/influenzaUSCL'
  /v3/influenza/cdc/USPHL:
    get:
      tags:
      - 'Influenza: CDC'
      summary: Get Influenza report data for the 2019 and 2020 outbreaks from the US Center for Disease Control, reported by US public health labs
      responses:
        '200':
          description: Status Ok
          content:
            application/json:
              schema:
                $ref: '#/components/schemas/influenzaUSPHL'
components:
  schemas:
    influenzaILINet:
      properties:
        updated:
          type: number
        source:
          type: string
        data:
          items:
            $ref: '#/components/schemas/ILINet'
    USPHL:
      properties:
        week:
          type: string
        A(H3N2v):
          type: number
        A(H1N1):
          type: number
        A(H3):
          type: number
        A(unable to sub-type)+:
          type: number
        A(Subtyping not performed):
          type: number
        B:
          type: number
        BVIC:
          type: number
        totalTests:
          type: number
    influenzaUSCL:
      properties:
        updated:
          type: number
        source:
          type: string
        data:
          items:
            $ref: '#/components/schemas/USCL'
    influenzaUSPHL:
      properties:
        updated:
          type: number
        source:
          type: string
        data:
          items:
            $ref: '#/components/schemas/USPHL'
    ILINet:
      properties:
        week:
          type: string
        age 5-24:
          type: number
        age 25-49:
          type: number
        age 50-64:
          type: number
        age 64+:
          type: number
        totalILI:
          type: number
        totalPatients:
          type: number
        percentUnweightedILI:
          type: number
        percentWeightedILI:
          type: number
    USCL:
      properties:
        week:
          type: string
        totalA:
          type: number
        totalB:
          type: number
        percentPositiveA:
          type: number
        percentPositiveB:
          type: number
        totalTests:
          type: number
        percentPositive:
          type: number
externalDocs:
  description: Find out more about this API
  url: https://github.com/disease-sh/API