PJM Messages Public Web Service response

Derived by API Evangelist from the verbatim live response of GET https://messages.pjm.com/messages/rest/public/messages (Accept: application/json), captured 2026-07-27 and saved at examples/pjm-messages-public-response.json. PJM publishes no schema for this endpoint; field names, types and null-ability are taken only from the observed payload, so fields that were empty or null in that capture are typed permissively rather than guessed.

EnergyUnited StatesEnergy MarketsElectricityGridSystem OperatorWholesale ElectricityTransmissionMarket DataDemand Response

Properties

Name Type Description
messages array Current PJM tool/website planned-change and impact notices, the same set rendered on https://www.pjm.com/markets-and-operations/etools/upcoming-changes
View JSON Schema on GitHub

JSON Schema

pjm-message.json Raw ↑
{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "$id": "https://raw.githubusercontent.com/api-evangelist/pjm/refs/heads/main/json-schema/pjm-message.json",
  "title": "PJM Messages Public Web Service response",
  "description": "Derived by API Evangelist from the verbatim live response of GET https://messages.pjm.com/messages/rest/public/messages (Accept: application/json), captured 2026-07-27 and saved at examples/pjm-messages-public-response.json. PJM publishes no schema for this endpoint; field names, types and null-ability are taken only from the observed payload, so fields that were empty or null in that capture are typed permissively rather than guessed.",
  "x-provenance": {
    "generated": "2026-07-27",
    "method": "derived",
    "source": "examples/pjm-messages-public-response.json",
    "endpoint": "https://messages.pjm.com/messages/rest/public/messages"
  },
  "type": "object",
  "required": ["messages"],
  "properties": {
    "messages": {
      "type": "array",
      "description": "Current PJM tool/website planned-change and impact notices, the same set rendered on https://www.pjm.com/markets-and-operations/etools/upcoming-changes",
      "items": { "$ref": "#/$defs/message" }
    }
  },
  "$defs": {
    "message": {
      "type": "object",
      "properties": {
        "userMessageId": {
          "type": "integer",
          "description": "PJM identifier for the notice."
        },
        "subject": {
          "type": "string",
          "description": "Short title of the notice."
        },
        "message": {
          "type": "string",
          "description": "Notice body as pre-rendered HTML, including inline style attributes."
        },
        "messageRaw": {
          "type": "string",
          "description": "Notice body as authored HTML, without PJM's presentation wrapper."
        },
        "appearanceFlag": {
          "type": "boolean",
          "description": "Whether the notice is currently displayed."
        },
        "blockAccessFlag": {
          "type": "boolean",
          "description": "Whether the notice corresponds to an access-blocking event."
        },
        "effectiveDate": {
          "type": ["integer", "null"],
          "description": "Epoch milliseconds at which the notice becomes effective."
        },
        "terminateDate": {
          "type": ["integer", "null"],
          "description": "Epoch milliseconds at which the notice expires."
        },
        "applications": {
          "type": "array",
          "description": "Human-readable names of the affected PJM tools/applications.",
          "items": { "type": "string" }
        },
        "applicationIds": {
          "type": "array",
          "description": "PJM numeric identifiers of the affected applications, positionally aligned with applications.",
          "items": { "type": "integer" }
        },
        "sortedApplications": {
          "type": "array",
          "description": "The applications list in PJM's display order.",
          "items": { "type": "string" }
        },
        "changeStart": {
          "type": ["integer", "null"],
          "description": "Epoch milliseconds for the start of the change window."
        },
        "changeEnd": {
          "type": ["integer", "null"],
          "description": "Epoch milliseconds for the end of the change window."
        },
        "changeDuration": {
          "type": ["string", "integer", "null"],
          "description": "Duration of impact. Null in the captured response; type left permissive because no populated example was observed."
        },
        "messageActions": {
          "type": "array",
          "description": "Actions required of the reader, e.g. 'No action required/information only', 'Please share within your organization'.",
          "items": { "type": "string" }
        },
        "messageImpacts": {
          "type": "array",
          "description": "Impact descriptors. Empty in the captured response; item type not asserted because no populated example was observed.",
          "items": {}
        }
      }
    }
  }
}

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/pjm-message"
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.