Have I Been Pwned · JSON Structure

Hibp Paste Structure

Paste entry structure as returned by /pasteaccount.

Type: object Properties: 0
SecurityData BreachesPwned PasswordsIdentityThreat IntelligenceCredential Stuffing

Paste is a JSON Structure definition published by Have I Been Pwned. It conforms to the https://json-structure.org/schema meta-schema.

Meta-schema: https://json-structure.org/schema

JSON Structure

Raw ↑
{
  "$schema": "https://json-structure.org/schema",
  "$id": "https://haveibeenpwned.com/structures/paste.json",
  "name": "Paste",
  "type": "object",
  "description": "Paste entry structure as returned by /pasteaccount.",
  "fields": [
    { "name": "Source", "type": "string" },
    { "name": "Id", "type": "string" },
    { "name": "Title", "type": "string", "optional": true },
    { "name": "Date", "type": "datetime", "optional": true },
    { "name": "EmailCount", "type": "integer" }
  ]
}