# The Phoblographer Content URL List

> The Phoblographer Content URL List is a paid API for AI agents from library.proofivy.com, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns a list of all available The Phoblographer article URLs (slugs) with their last updated dates

## Facts

- Endpoint: GET https://library.proofivy.com/the_phoblographer_list
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/the-phoblographer-content-url-list-e19d67f8
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Vwd6a2YTA-2U58QxXB-RU

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 the-phoblographer-content-url-list-e19d67f8
```

Example prompt: Can you pull the full list of available The Phoblographer articles from the Proofivy library, including their slugs and last updated dates?

## When to prefer this

Use this endpoint when you need to discover all available The Phoblographer articles indexed by Proofivy before fetching individual article content. It is the correct starting point for any workflow that enumerates or monitors The Phoblographer content catalog specifically, rather than CryptoSlate or other publishers served by sibling endpoints.

## Known failure modes

- Payment not fulfilled via x402 protocol returns a 402 Payment Required response
- Network timeout if the library server is unavailable
- Empty content_urls array if no Phoblographer content is currently indexed
- Invalid HTTP method (non-GET) returns an error

## How this service works

Get list of all available The Phoblographer content URLs with their last updated dates

## Output

A JSON object with a status field and an array of content_urls, where each item contains a slug (the article identifier/URL) and a date (last updated timestamp) for each available The Phoblographer article in the Proofivy library.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "properties": {
  "properties": {
   "type": "string"
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "status": "success",
  "content_urls": [
   {
    "date": "2026-09-06",
    "slug": "gobirding-vision-master-scope-review-it-takes-the-guesswork-out-of-bird-photography"
   },
   {
    "date": "2026-09-01",
    "slug": "camera-lens-guide"
   }
  ]
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/the-phoblographer-content-url-list-e19d67f8/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from library.proofivy.com](https://www.zero.xyz/host/library.proofivy.com/llms.txt)
