ToolAssay

Search bounded Wikidata entity metadata for $0.001 USDC

Search bounded Wikidata entity metadata for $0.001 USDC. Returns stable IDs, labels, descriptions and source links for public places, companies and concepts—not geocoding, navigation, contact data, personal profiling or general web search.

Answeringour last check, 2026-09-24
1 of 1checks answered this week
1253 msmedian answer time
$0.001listed price per call
$0.001price it asked us

Paid test badge: not yet. The checks above are free: we call the tool without paying and read the payment request it sends back. The Verified badge needs paid calls whose answers match the promised output, and nobody can buy a badge.

Endpoint

POST https://api.delx.ai/api/v1/x402/open-entities-search

CategoryCompany and compliance
Provider hostapi.delx.ai
Networkseip155:8453, solana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

DayResultHTTPAskedTime
2026-09-24 valid payment request 402$0.001 1253 ms

Example input (from the provider)

{
  "body": {
    "max_records": 3,
    "query": "Fortaleza"
  },
  "bodyType": "json",
  "method": "POST",
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "body": {
          "additionalProperties": false,
          "properties": {
            "max_records": {
              "default": 10,
              "maximum": 10,
              "minimum": 1,
              "type": "integer"
            },
            "query": {
              "maxLength": 120,
              "minLength": 1,
              "type": "string"
            },
            "timeout": {
              "default": 8,
              "maximum": 8,
              "minimum": 2,
              "type": "integer"
            }
          },
          "required": [
            "query"
          ],
          "type": "object"
        },
        "bodyType": {
          "enum": [
            "json",
            "form-data",
            "text"
          ],
          "type": "string"
        },
        "method": {
          "enum": [
            "POST",
            "PUT",
            "PATCH"
          ],
          "type": "string"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "bodyType",
        "body"
      ],
      "type": "object"
    },
    "output": {
      "properties": {
        "example": {
          "result": {
            "attribution": "Structured data supplied by Wikidata under CC0; preserve the entity ID and source link. This result contains public entity metadata only.",
            "cache": "miss",
            "count": 1,
            "language": "en",
            "license_url": "https://creativecommons.org/publicdomain/zero/1.0/",
            "max_records": 3,
            "provider": "Wikidata",
            "provider_url": "https://www.wikidata.org/",
            "query": "Fortaleza",
            "results": [
              {
                "concept_uri": "https://www.wikidata.org/entity/Q43433",
                "description": "municipality in Brazil",
                "id": "Q43433",
                "label": "Fortaleza",
                "url": "https://www.wikidata.org/wiki/Q43433"
              }
            ],
            "schema": "delx/open-entities-search/v1",
            "scope": "open_entities"
          },
          "tool_name": "search_open_entities"
        },
        "type": {
          "const": "json",
          "type": "string"
        }
      },
      "required": [
        "type",
        "example"
      ],
      "type": "object"
    }
  },
  "required": [
    "input",
    "output"
  ],
  "type": "object"
}

This page as JSON