# Free Books in Tagalog

> Free Books in Tagalog 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 Tagalog-language books from Project Gutenberg and Internet Archive, with download links, sorted by popularity.

## Facts

- Endpoint: GET https://intel.rallylive.ca/library/language/tl
- 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-in-tagalog-0e697185
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_Qmdrxiu3BBaWOOoiRzCBU

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-in-tagalog-0e697185
```

Example prompt: Can you find me free Tagalog books I can download? Show me the most popular ones first and include epub and txt download links.

## When to prefer this

Choose this endpoint when you need a curated, freshly verified list of free downloadable Tagalog-language books from trusted public-domain sources like Project Gutenberg and Internet Archive, especially when you need ready-to-use download links in multiple formats (epub, txt, html) and popularity-based ranking. Prefer this over scraping those sources directly when you want aggregated, pre-filtered, and daily-verified results at low cost.

## Known failure modes

- No results found for an obscure search query — returns empty list
- Rate limiting or payment failure if $0.01 USDC per call is not fulfilled via x402
- Stale or broken download links despite daily re-verification if upstream sources change
- Search terms in non-Tagalog language may return fewer or no results

## How this service works

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

## Output

A paginated list (20 books per page) of Tagalog-language books sourced from Project Gutenberg and Internet Archive, including title, author, subject tags, popularity rank, and download links in multiple formats (epub, txt, html, scanned images). Results are re-verified daily for link validity.

## 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-in-tagalog-0e697185/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)
