# Free Turkish Books Catalogue

> Free Turkish Books Catalogue 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 Turkish-language books from Project Gutenberg and Internet Archive, with download links in epub, txt, html, and scan formats, sorted by popularity, with optional keyword search.

## Facts

- Endpoint: GET https://intel.rallylive.ca/library/language/tr
- 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-turkish-books-catalogue-44dfa4f1
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LHfScrnEXCcmaJtVbRbwc

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-turkish-books-catalogue-44dfa4f1
```

Example prompt: Can you find me free Turkish-language ebooks I can download? Look for anything by Ömer Seyfettin and give me the epub and txt links.

## When to prefer this

Use this endpoint when you need to discover or retrieve free, legally downloadable Turkish-language books from established public-domain sources like Project Gutenberg and Internet Archive. Prefer it over general web search when you need structured results with verified download links and format options, especially for classic Turkish literature or public-domain texts.

## Known failure modes

- No results returned for very niche or misspelled search keywords
- Rate-limited or payment failure if $0.01 USDC per page is not processed correctly
- Occasional broken or stale download links if a source (Gutenberg/Internet Archive) has moved the file since last verification
- Empty result set if search terms do not match any Turkish-language titles, authors, or subjects in the index

## How this service works

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

## Output

A paginated list (20 results per page) of Turkish-language public-domain and free-licensed books, each with title, author, subjects, and direct download links in available formats (epub, txt, html, and/or scanned images). Results are sorted by popularity and 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-turkish-books-catalogue-44dfa4f1/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)
