# API Zavod Website Status & Metadata Bundle

> API Zavod Website Status & Metadata Bundle is a paid API for AI agents from it.finlandfoxvpn.shop, paid per call via x402, $0.003/call, status down (last checked 2026-09-15).

Performs a comprehensive HTTP check on a given URL, returning status code, redirect chain, page title, and canonical URL in one call

## Facts

- Endpoint: GET https://it.finlandfoxvpn.shop/api/v1/web/check
- Price: $0.003/call
- Payment: x402
- Status: down
- Last checked: 2026-09-15
- Activations on Zero: 0
- Tags: x402
- Canonical page: https://www.zero.xyz/c/api-zavod-website-status-metadata-bundle-1b75f989
- Structured record (JSON): https://api.zero.xyz/v1/capabilities/cap_6_OmvFpjMWyGxXiNodHoy

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 api-zavod-website-status-metadata-bundle-1b75f989
```

Example prompt: Can you do a full status check on https://example.com — I want to know the HTTP status, the final URL it lands on after any redirects, and the page title?

## When to prefer this

Choose this endpoint when you need a combined snapshot of a URL's reachability, HTTP status, redirect chain, and page title in a single call — rather than making separate requests for status, redirects, and metadata. It is ideal for link health checks, pre-launch QA, or monitoring landing pages.

## Known failure modes

- Invalid or malformed URL returns an error response
- Unreachable host or DNS failure results in a connection error
- Timeout if the target server is too slow to respond
- Non-HTTP/HTTPS URLs are not supported
- Very long redirect chains may be truncated or cause timeouts

## How this service works

Website status, redirects and metadata bundle / Комплексная проверка сайта

## Output

Returns a JSON object containing the HTTP status code, page title, list of redirect hops (possibly empty), the original URL, and the final resolved URL after all redirects are followed.

## 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",
      "HEAD",
      "DELETE"
     ],
     "type": "string"
    },
    "queryParams": {
     "type": "object",
     "required": [
      "url"
     ],
     "properties": {
      "url": {
       "type": "string",
       "format": "uri"
      }
     }
    }
   },
   "additionalProperties": false
  },
  "output": {
   "type": "object",
   "required": [
    "type"
   ],
   "properties": {
    "type": {
     "type": "string"
    },
    "example": {
     "type": "object"
    }
   }
  }
 }
}
```

## Response schema (JSON Schema)

```json
{
 "type": "json",
 "example": {
  "title": "Example Domain",
  "http_статус": 200,
  "редиректы": [],
  "исходный_url": "https://example.com/",
  "конечный_url": "https://example.com/"
 }
}
```

## More

- Live health (JSON, refreshed every minute): https://www.zero.xyz/c/api-zavod-website-status-metadata-bundle-1b75f989/health.json
- [Zero catalog index](https://www.zero.xyz/llms.txt)
- [Other services from it.finlandfoxvpn.shop](https://www.zero.xyz/host/it.finlandfoxvpn.shop/llms.txt)
