Walgreens · Schema

Walgreens Store

Schema for a Walgreens or Duane Reade retail store location

PharmacyHealthcareRetailPrescriptionsVaccinesFortune 100

Properties

Name Type Description
storeNumber string Unique Walgreens store identifier
name string Store name
brand string Store brand (Walgreens or Duane Reade)
storeType string Type of store location
latitude string Store latitude coordinate
longitude string Store longitude coordinate
npiCode string National Provider Identifier code for pharmacy
timeZone string Store timezone identifier
address object
phone object
storeOpenTime string Store opening time in HH:MM AM/PM format
storeCloseTime string Store closing time in HH:MM AM/PM format
pharmacyOpenTime string Pharmacy opening time
pharmacyCloseTime string Pharmacy closing time
serviceIndicators array List of available store services
emerActiveInd string Emergency status active indicator
distance number Distance in miles from search coordinates
View JSON Schema on GitHub

JSON Schema

walgreens-store-schema.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/walgreens/main/json-schema/walgreens-store-schema.json",
  "title": "Walgreens Store",
  "description": "Schema for a Walgreens or Duane Reade retail store location",
  "type": "object",
  "properties": {
    "storeNumber": {
      "type": "string",
      "description": "Unique Walgreens store identifier"
    },
    "name": {
      "type": "string",
      "description": "Store name"
    },
    "brand": {
      "type": "string",
      "description": "Store brand (Walgreens or Duane Reade)",
      "enum": ["Walgreens", "Duane Reade"]
    },
    "storeType": {
      "type": "string",
      "description": "Type of store location"
    },
    "latitude": {
      "type": "string",
      "description": "Store latitude coordinate"
    },
    "longitude": {
      "type": "string",
      "description": "Store longitude coordinate"
    },
    "npiCode": {
      "type": "string",
      "description": "National Provider Identifier code for pharmacy"
    },
    "timeZone": {
      "type": "string",
      "description": "Store timezone identifier"
    },
    "address": {
      "type": "object",
      "properties": {
        "street": {
          "type": "string",
          "description": "Street address"
        },
        "city": {
          "type": "string",
          "description": "City name"
        },
        "state": {
          "type": "string",
          "description": "Two-letter US state code",
          "pattern": "^[A-Z]{2}$"
        },
        "zip": {
          "type": "string",
          "description": "Zip code",
          "pattern": "^[0-9]{5}(-[0-9]{4})?$"
        },
        "county": {
          "type": "string",
          "description": "County name"
        },
        "locationName": {
          "type": "string",
          "description": "Location name or landmark identifier"
        },
        "intersection": {
          "type": "string",
          "description": "Nearest cross street intersection"
        }
      },
      "required": ["street", "city", "state", "zip"]
    },
    "phone": {
      "type": "object",
      "properties": {
        "areaCode": {
          "type": "string",
          "pattern": "^[0-9]{3}$"
        },
        "number": {
          "type": "string"
        },
        "faxNumber": {
          "type": "string"
        },
        "type": {
          "type": "string"
        }
      }
    },
    "storeOpenTime": {
      "type": "string",
      "description": "Store opening time in HH:MM AM/PM format"
    },
    "storeCloseTime": {
      "type": "string",
      "description": "Store closing time in HH:MM AM/PM format"
    },
    "pharmacyOpenTime": {
      "type": "string",
      "description": "Pharmacy opening time"
    },
    "pharmacyCloseTime": {
      "type": "string",
      "description": "Pharmacy closing time"
    },
    "serviceIndicators": {
      "type": "array",
      "items": {
        "type": "string"
      },
      "description": "List of available store services"
    },
    "emerActiveInd": {
      "type": "string",
      "enum": ["Y", "N"],
      "description": "Emergency status active indicator"
    },
    "distance": {
      "type": "number",
      "description": "Distance in miles from search coordinates"
    }
  },
  "required": ["storeNumber", "name", "brand", "address"]
}

Work with this as data

Every JSON Schema 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 schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • 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 JSON Schema
curl "https://apis.io/api/v1/json-schemas/walgreens-store"
All schemas
curl "https://apis.io/api/v1/json-schemas?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.