# Dog Daycare Historical Data API

> Dog Daycare Historical Data API is a paid API for AI agents from dogdaycare.pages.dev, paid per call via x402, $0.02/call, status unknown (last checked 2026-09-14).

Returns historical data records from the dog daycare service, likely including past treat dispensing events or dog visit history

## Facts

- Endpoint: GET https://dogdaycare.pages.dev/historical
- Price: $0.02/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/dog-daycare-historical-data-api-7cf342c6
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_ttKdLk7drR2pkkeof_eHn

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 dog-daycare-historical-data-api-7cf342c6
```

Example prompt: Can you pull up the historical records from the dog daycare service so I can see what's happened in the past?

## When to prefer this

Choose this endpoint when you need to retrieve past or historical data from the dog daycare service, as opposed to triggering a new treat event or real-time action. It is a read-only, paid lookup suitable for auditing or review purposes.

## Known failure modes

- No historical data available returns empty result
- Invalid or missing parameters may return an error
- Payment of $0.02 USDC required; failure to pay returns 402 Payment Required
- Service unavailable returns 5xx error

## How this service works

Paid access to GET /historical

## Output

A response containing historical records from the dog daycare service, likely including past treat events, dog visit history, or activity logs with associated timestamps and details.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema"
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/dog-daycare-historical-data-api-7cf342c6/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from dogdaycare.pages.dev](https://www.zero.xyz/host/dogdaycare.pages.dev/llms.txt)
