# SpyFu Monthly API Usage Lookup

> SpyFu Monthly API Usage Lookup is a free API for AI agents from spyfu.x402.paysponge.com, Free, status unknown (last checked 2026-09-14).

Retrieves the API usage statistics for a given calendar month from the SpyFu Accounts API

## Facts

- Endpoint: GET https://spyfu.x402.paysponge.com/apis/accounts_api/v2/usage/month/:usageDate
- Price: Free
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/spyfu-1cd2ee9b
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6tFeY37V8Nvff4wDtC605

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 spyfu-1cd2ee9b
```

Example prompt: Can you pull up my SpyFu API usage stats for October 2024 so I can see how many calls my account made that month?

## When to prefer this

Use this endpoint when you need to audit or report on the volume of SpyFu API calls made during a specific calendar month — particularly useful for billing reconciliation, rate-limit monitoring, or usage trend analysis. Prefer this over real-time usage dashboards when you need historical month-level granularity programmatically.

## Known failure modes

- Invalid or malformed usageDate format returns a 400 or error response
- Month with no usage data may return empty or zero counts
- Authentication failure if x402 payment or credentials are missing
- Future dates or dates before account creation may return empty results
- Network or gateway timeout from the paysponge.com proxy layer

## How this service works

GET /apis/accounts_api/v2/usage/month/:usageDate

## Output

Returns account-level API usage data for the specified month, including metrics such as number of API calls made, potentially broken down by API type or service, allowing the user to audit consumption and plan accordingly.

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/spyfu-1cd2ee9b/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from spyfu.x402.paysponge.com](https://www.zero.xyz/host/spyfu.x402.paysponge.com/llms.txt)
