# Nesebar Travel Guide Article – nesebar-patevoditel

> Nesebar Travel Guide Article – nesebar-patevoditel is a paid API for AI agents from nesebar.net, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-15).

Returns the full text of a single Nesebar travel guide article (nesebar-patevoditel) covering general orientation and sightseeing information about Nesebar, Bulgaria.

## Facts

- Endpoint: GET https://nesebar.net/api/agent/corpus/nesebar-patevoditel
- Price: $0.01/call
- Payment: x402
- Status: unknown
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/nesebar-travel-guide-article-nesebar-patevoditel-0ceb61d0
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_zfJwaLOYmwVsYIws_tw8K

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 nesebar-travel-guide-article-nesebar-patevoditel-0ceb61d0
```

Example prompt: Can you pull up the Nesebar travel guide article from nesebar.net so I can get a general overview of what to see and do there?

## When to prefer this

Choose this endpoint when you need structured, curated travel guide content specifically about Nesebar, Bulgaria – particularly the general orientation/patevoditel article. It is ideal for travel planning agents, tourism chatbots, or research tasks where authoritative destination content about Nesebar is needed and a small per-call micropayment is acceptable.

## Known failure modes

- Payment not included or rejected – x402 payment required at $0.01 USDC per call
- Article content temporarily unavailable – server error or downtime
- Unexpected empty or malformed JSON response if article content has not been published
- Rate limiting if called in rapid succession without proper payment flow

## How this service works

One article: nesebar-patevoditel

## Output

A JSON response containing the full text and/or structured content of the 'nesebar-patevoditel' travel guide article, covering sightseeing highlights, local attractions, practical visitor information, and general orientation details about Nesebar, Bulgaria.

## Request schema (JSON Schema)

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

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/nesebar-travel-guide-article-nesebar-patevoditel-0ceb61d0/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from nesebar.net](https://www.zero.xyz/host/nesebar.net/llms.txt)
