# Free Books in Norwegian

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

## Facts

- Endpoint: GET https://intel.rallylive.ca/library/language/no
- 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-norwegian-cbe1eb51
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LsctEfP5kZs16i61gFWLx

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-norwegian-cbe1eb51
```

Example prompt: Can you find me free Norwegian-language books I can download? Search for works by Ibsen and show me the most popular ones with epub or txt download links.

## When to prefer this

Choose this endpoint when you specifically need free, downloadable Norwegian-language books (public domain or openly licensed) and want results sourced from Project Gutenberg and Internet Archive, sorted by popularity. Prefer it over generic library search APIs when the Norwegian language filter and free/open licensing are requirements, and when epub/txt/html download links are needed directly.

## Known failure modes

- No results returned for very specific or misspelled search keywords
- Downstream Project Gutenberg or Internet Archive unavailability may result in stale or missing download links
- Payment of $0.01 USDC required per call; unpaid requests will be rejected
- Query parameters not supported beyond keyword search may be ignored silently

## How this service works

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

## Output

A paginated list of up to 20 Norwegian-language public-domain or free-licensed books per page, each with title, author, subjects, popularity rank, and download links in formats such as epub, txt, html, and scanned images. Results are re-verified daily and sourced from Project Gutenberg and Internet Archive.

## 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-norwegian-cbe1eb51/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)
