# Free Books on Finnish Drama (Project Gutenberg + Internet Archive)

> Free Books on Finnish Drama (Project Gutenberg + Internet Archive) is a paid API for AI agents from intel.rallylive.ca, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns a paginated catalogue of free public-domain books tagged with the Library of Congress subject 'Finnish drama', with download links and relevance/popularity ranking.

## Facts

- Endpoint: GET https://intel.rallylive.ca/library/subject/finnish-drama
- 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/free-books-on-finnish-drama-project-gutenberg-internet-archive-cb3ebb57
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_C2Zxs8-ITPua6a8wQh0q5

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 free-books-on-finnish-drama-project-gutenberg-internet-archive-cb3ebb57
```

Example prompt: Can you find me free public-domain Finnish drama books I can download — ideally as epub or txt — and show me the most popular ones first?

## When to prefer this

Choose this endpoint when you specifically need free, public-domain books categorized under the Library of Congress subject 'Finnish drama', with verified daily-fresh download links. It is preferable over generic book search APIs when you need epub/txt/html direct links and popularity-ranked results without scraping Gutenberg or the Internet Archive yourself.

## Known failure modes

- No results if the subject catalogue is temporarily unavailable
- Empty result set if keyword filters are too narrow and match no works
- Pagination out of range returns empty or error if page exceeds available results
- Upstream Project Gutenberg or Internet Archive outage may cause stale or missing data

## How this service works

Free public-domain books on "Finnish drama": browse the catalogue's works tagged with that Library of Congress subject (294 in Project Gutenberg alone, plus Internet Archive scans), ranked by relevance and popularity, with direct epub/txt/html download links. Add words to narrow by title or author. Re-verified daily. $0.01 per page of 20.

## Output

A ranked list of up to 20 public-domain Finnish drama books per page, each with title, author, relevance/popularity score, and direct download links in epub, txt, and/or html formats. Total count of matching works is also returned. Results are re-verified daily.

## Request schema (JSON Schema)

```json
{
 "type": "object",
 "$schema": "https://json-schema.org/draft/2020-12/schema",
 "required": [
  "input"
 ],
 "properties": {
  "input": {
   "type": "object",
   "required": [
    "type",
    "method"
   ],
   "properties": {
    "type": {
     "type": "string",
     "const": "http"
    },
    "method": {
     "enum": [
      "GET"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "properties": {}
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/free-books-on-finnish-drama-project-gutenberg-internet-archive-cb3ebb57/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from intel.rallylive.ca](https://www.zero.xyz/host/intel.rallylive.ca/llms.txt)
