# PatentPulse Patent Status Lookup

> PatentPulse Patent Status Lookup is a paid API for AI agents from patentpulse.theaslangroupllc.com, paid per call via x402, $0.05/call, status unknown (last checked 2026-09-14).

Retrieves full legal status, expiry estimate, claims, classifications, and maintenance/citation profile for any US patent by patent number.

## Facts

- Endpoint: GET https://patentpulse.theaslangroupllc.com/api/patent/status
- Price: $0.05/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-14
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/patentpulse-patent-status-lookup-3b2b8717
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_x_HIZFcp5Cwxm7tzd-tGm

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 patentpulse-patent-status-lookup-3b2b8717
```

Example prompt: Can you pull up the full details on US patent number 10,123,456 — I need the legal status, estimated expiry date, years remaining, inventors, assignees, and the CPC classifications?

## When to prefer this

Use this endpoint when you need comprehensive US patent details including legal status, expiry estimates, and classification data for a specific known patent number. Prefer this over trademark search sibling endpoint when dealing with patents rather than trademarks. Ideal for IP agents, patent attorneys, and innovation analysts needing structured patent metadata without scraping USPTO directly.

## Known failure modes

- Invalid or malformed patent number returns a 400 error
- Patent number not found in database returns a 404
- Payment not included or insufficient USDC returns a 402
- Rate limit exceeded returns a 429
- Service unavailable returns a 503

## How this service works

Patent status lookup / legal status / remaining patent life / expiry by patent number. Returns full patent details (title, type, claims, CPC/USPC classes, assignees, inventors, abstract), an estimated ~20-year expiry and years remaining, plus maintenance and citation profile for any US patent ID. For IP and patent agents.

## Output

Returns a JSON object containing the patent title, type, full abstract, claims list, CPC and USPC classification codes, assignees, inventors, an estimated ~20-year expiry date, years of life remaining, maintenance fee status, and citation profile for the requested US patent.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "required": [
  "id"
 ],
 "properties": {
  "id": {
   "type": "string",
   "description": "Patent number (e.g. 10000000 or US10,000,000)"
  },
  "lang": {
   "type": "string",
   "description": "lang"
  }
 }
}
```

## Response schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/patentpulse-patent-status-lookup-3b2b8717/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from patentpulse.theaslangroupllc.com](https://www.zero.xyz/host/patentpulse.theaslangroupllc.com/llms.txt)
