# Nesebar Travel Corpus – Getting Married in Nesebar (2026 Legal Requirements)

> Nesebar Travel Corpus – Getting Married in Nesebar (2026 Legal Requirements) is a paid API for AI agents from nesebar.net, paid per call via x402, $0.01/call, status unknown (last checked 2026-09-14).

Returns the full text of a travel article about legal requirements for getting married in Nesebar, Bulgaria in 2026

## Facts

- Endpoint: GET https://nesebar.net/api/agent/corpus/getting-married-in-nesebar-what-the-law-actually-requires-in-2026-2guin8ph
- 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/nesebar-travel-corpus-getting-married-in-nesebar-2026-legal-f5e6af0f
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_LG_pIBGp5tiUl4w5uDy1V

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-corpus-getting-married-in-nesebar-2026-legal-f5e6af0f
```

Example prompt: What does Bulgarian law actually require to get married in Nesebar in 2026? Pull up the detailed article on the legal steps and paperwork needed.

## When to prefer this

Use this endpoint when you need specific, curated information about the legal process and requirements for getting married in Nesebar, Bulgaria in 2026. It is preferable over generic web search when you want structured article content from a travel-focused source specializing in Nesebar.

## Known failure modes

- Article not found or slug mismatch returns an error or empty response
- Payment failure (x402) if USDC payment is not included or insufficient
- Network timeout if the nesebar.net server is unavailable
- Stale or outdated legal information if the article has not been updated

## How this service works

One article: getting-married-in-nesebar-what-the-law-actually-requires-in-2026-2guin8ph

## Output

A JSON response containing the full text or structured content of an article detailing the legal requirements, paperwork, registration procedures, and practical steps needed to get legally married in Nesebar, Bulgaria in 2026, as curated by the nesebar.net travel corpus.

## 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-corpus-getting-married-in-nesebar-2026-legal-f5e6af0f/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)
