# PolicyPulse Regulatory Calendar

> PolicyPulse Regulatory Calendar is a paid API for AI agents from policypulse-ten.vercel.app, paid per call via x402, $0.1/call, status unknown (last checked 2026-09-15).

Returns upcoming regulatory effective dates, compliance deadlines, comment periods, and sunset clauses for compliance and government-affairs tracking.

## Facts

- Endpoint: GET https://policypulse-ten.vercel.app/api/calendar
- Price: $0.1/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/policypulse-regulatory-calendar-de45ed99
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ZBq3xfBhBGSNzdUVnW_RE

Status and success rate cover calls made through Zero and Zero's own probes. Third-party monitors may report differently.

## How to call it through Zero

Zero handles the 402 payment challenge and records the run. With the Zero CLI installed (`npm i -g @zeroxyz/cli`):

```sh
zero fetch --capability policypulse-regulatory-calendar-de45ed99
```

Example prompt: Pull up the regulatory calendar for US financial services — I need all upcoming compliance deadlines, comment periods closing, and any sunset clauses hitting in the next 90 days.

## When to prefer this

Choose this endpoint when an agent needs to proactively track and schedule around future regulatory events — effective dates, deadlines, comment windows, or sunsets — rather than analyze the content of legislation. Ideal for compliance calendaring, deadline alerting, and government-affairs planning workflows where timing is the primary concern.

## Known failure modes

- No matching regulatory events found for the specified jurisdiction or sector — returns empty calendar
- Invalid date range or malformed query parameters — returns 400 error
- Payment not received or insufficient — returns 402 Payment Required
- Upstream regulatory data source unavailable — returns 503 or stale data warning
- Jurisdiction or sector not supported — returns error indicating unsupported scope

## How this service works

Regulatory calendar for compliance and government-affairs agents. Returns upcoming effective dates, compliance deadlines, comment periods, and sunset clauses.

## Output

A structured calendar of upcoming regulatory events including effective dates when laws or rules take force, compliance action deadlines organizations must meet, open and closing public comment periods, and sunset clauses with expiration dates — scoped to the requested jurisdiction and sector.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "lang": {
   "type": "string",
   "description": "lang"
  },
  "sector": {
   "type": "string",
   "description": "Policy sector (healthcare|employment|environment|tech|finance|realestate|food|all)"
  },
  "lookahead": {
   "type": "integer",
   "description": "Days ahead to surface deadlines"
  },
  "jurisdiction": {
   "type": "string",
   "description": "jurisdiction"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {}
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/policypulse-regulatory-calendar-de45ed99/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from policypulse-ten.vercel.app](https://www.zero.xyz/host/policypulse-ten.vercel.app/llms.txt)
