# Dayze Explore People Directory

> Dayze Explore People Directory is a paid API for AI agents from dayze.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns a list of notable people profiles (with names and slugs) available to explore on the Dayze platform

## Facts

- Endpoint: GET https://dayze.com/api/explore/people
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/dayze-explore-people-directory-8bb630bc
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_c4bzHvbiA_dub6obcvJO6

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 dayze-explore-people-directory-8bb630bc
```

Example prompt: Can you pull up the list of notable people available to explore on Dayze so I can see which public figures like Taylor Swift are tracked there?

## When to prefer this

Use this endpoint when you need to discover which public figures or notable people are tracked on Dayze before doing a deeper per-person lookup. It is the entry point for any workflow that requires browsing the Dayze people directory programmatically. Prefer this over manual web scraping of the Dayze people page.

## Known failure modes

- Empty people array if no profiles are currently indexed
- HTTP 402 if payment header is missing or insufficient (x402 protocol)
- HTTP 500 if the Dayze backend is unavailable
- Stale or incomplete directory if the platform has not indexed new profiles recently

## How this service works

Count how many days you have lived, use our free day and date calculator between any two dates, and build your life timeline. Personal CRM on Dayze.

## Output

A JSON object containing a 'people' array, where each entry includes the person's display name (e.g. 'Taylor Swift') and a URL-friendly slug (e.g. 'taylor-swift') used to reference their profile on Dayze.

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "people": [
   {
    "name": "Taylor Swift",
    "slug": "taylor-swift"
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/dayze-explore-people-directory-8bb630bc/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from dayze.com](https://www.zero.xyz/host/dayze.com/llms.txt)
