# Free Welsh-Language Books Library

> Free Welsh-Language Books Library 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 list of free public-domain and free-licensed Welsh-language books from Project Gutenberg and Internet Archive, with download links, sorted by popularity, with optional keyword search.

## Facts

- Endpoint: GET https://intel.rallylive.ca/library/language/cy
- 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-welsh-language-books-library-9a210587
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_jQheAMpsb_rMMm-KPiN5d

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-welsh-language-books-library-9a210587
```

Example prompt: Can you find me a list of free Welsh-language books I can download — I'm looking for anything by popular Welsh authors or classic Welsh literature, ideally in epub or txt format?

## When to prefer this

Use this endpoint when you specifically need Welsh-language (cy) books from public-domain or free-licensed collections. It is pre-filtered for Welsh content and aggregates across both Project Gutenberg and Internet Archive, saving the effort of querying those sources separately and filtering by language. Prefer this over generic library APIs when the user explicitly wants Welsh-language texts with verified download links.

## Known failure modes

- No results found if the search query does not match any Welsh titles, authors, or subjects
- Empty page returned if page number exceeds available results
- Service unavailable if the upstream aggregation from Project Gutenberg or Internet Archive fails
- Stale or missing links if daily re-verification has not yet completed

## How this service works

Free books in Welsh: public-domain and free-licensed Welsh-language works from Project Gutenberg and Internet Archive with download links (epub, txt, html, scans), most popular first; add words to search within Welsh titles, authors and subjects. Re-verified daily. $0.01 per page of 20.

## Output

A paginated list (20 items per page) of Welsh-language books including title, author, subjects, and download links in formats such as epub, txt, html, and scanned images, sorted by popularity. Results are re-verified daily against Project Gutenberg and Internet Archive sources.

## 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-welsh-language-books-library-9a210587/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)
