{
  "x402Version": 2,
  "id": 3607,
  "slug": "3607",
  "resource": "https://api.ozdreamtools.de/api/imprint/check",
  "description": "Checks a website imprint (Impressum, legal notice) in caller-supplied HTML against the eight groups of mandatory disclosures in § 5 DDG, the German imprint statute: name/address/representation, contact incl. e-mail, supervisory authority, commercial register, professional details, VAT ID, wind-up, audiovisual services. Conditional duties the HTML cannot decide come back as unknown, never as a defect. Finding with citation, not legal advice.",
  "type": "http",
  "accepts": [
    {
      "scheme": "exact",
      "network": "eip155:8453",
      "payTo": "0x4Dd5E59475A55f1C2c0816469600663cb74cC1Dc",
      "asset": "0x833589fCD6eDb6E08f4c7C32D4f71b54bdA02913",
      "amount": "100000",
      "maxTimeoutSeconds": 300
    }
  ],
  "outputSchema": {
    "bazaar": {
      "info": {
        "input": {
          "body": {
            "html": "<p>Muster GmbH<br>Musterstraße 12<br>65812 Bad Soden</p><p>Geschäftsführer: Max Mustermann</p><p><a href=\"mailto:info@example.de\">info@example.de</a></p>"
          },
          "bodyType": "json",
          "method": "POST",
          "type": "http"
        },
        "output": {
          "example": {
            "checked_at": "2026-07-23T09:00:00.000Z",
            "items": [
              {
                "conditional": false,
                "ddg": "§ 5 Abs. 1 Nr. 1",
                "facts": {},
                "key": "name_address",
                "status": "ok"
              }
            ],
            "legal_basis": {
              "note": "…",
              "sources": [
                "https://www.gesetze-im-internet.de/ddg/__5.html"
              ]
            },
            "not_applicable": [
              "wind_up"
            ],
            "not_decidable": [
              "supervisory_authority"
            ],
            "score": {
              "hint": "…",
              "max": 8,
              "points": 8
            }
          },
          "type": "json"
        }
      },
      "schema": {
        "$schema": "https://json-schema.org/draft/2020-12/schema",
        "properties": {
          "input": {
            "additionalProperties": false,
            "properties": {
              "body": {
                "properties": {
                  "html": {
                    "description": "HTML of the imprint page",
                    "type": "string"
                  }
                },
                "required": [
                  "html"
                ]
              },
              "bodyType": {
                "enum": [
                  "json",
                  "form-data",
                  "text"
                ],
                "type": "string"
              },
              "method": {
                "enum": [
                  "POST"
                ],
                "type": "string"
              },
              "type": {
                "const": "http",
                "type": "string"
              }
            },
            "required": [
              "type",
              "method",
              "bodyType",
              "body"
            ],
            "type": "object"
          },
          "output": {
            "properties": {
              "example": {
                "type": "object"
              },
              "type": {
                "type": "string"
              }
            },
            "required": [
              "type"
            ],
            "type": "object"
          }
        },
        "required": [
          "input"
        ],
        "type": "object"
      }
    }
  },
  "tags": [
    "bazaar"
  ],
  "sourceHost": "api.ozdreamtools.de",
  "lastUpdated": "2026-09-16T15:39:20.881Z",
  "quality": {
    "calls30d": 1,
    "uniquePayers30d": 1,
    "lastCalledAt": "2026-09-16T15:39:20.573Z"
  },
  "liveness": {},
  "verified": false,
  "featured": false,
  "provider": {
    "host": "api.ozdreamtools.de",
    "manifest_name": "api.ozdreamtools.de",
    "source": "cdp-mirror",
    "source_manifest_url": "https://api.cdp.coinbase.com/platform/v2/x402/discovery/resources",
    "submitted_at": "2026-09-18T22:00:31.484Z"
  }
}