ToolAssay

Pre-purchase counterfeit and listing-risk screening for Japanese anime collectib

Pre-purchase counterfeit and listing-risk screening for Japanese anime collectibles. Cross-checks canonical identity, official references, price relationships and matched listing signals to flag bootleg risk, suspiciously cheap offers and identity mismatches. WHEN TO USE: Use when an offer is unusually cheap, the seller title is vague, official references are missing or Japanese and overseas listings disagree on identity. WHY PAY: Pay before recommending a suspicious offer...

Not tested: has real-world effectsour last check, 2026-09-24
0 of 0checks answered this week
n/amedian answer time
n/alisted price per call
n/aprice 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

GET https://anime-intelligence.goodmy0312.workers.dev/v1/authenticity

CategoryMarket data
Provider hostanime-intelligence.goodmy0312.workers.dev
Networkssolana:5eykt4UsFv8P8NJdTREpY1vzqKqZKvdp
Payment schemesexact
Self-reported calls, 30 days1 from 1 payers (the provider's figure, not ours)

Our checks, last 30 days

We never call tools that send, buy, move money or file anything, not even without paying.

Example input (from the provider)

{
  "method": "GET",
  "queryParams": {
    "lang": "en",
    "query": "Is this cheap Nendoroid listing suspicious?"
  },
  "type": "http"
}

Promised output schema (from the provider)

{
  "$schema": "https://json-schema.org/draft/2020-12/schema",
  "additionalProperties": false,
  "properties": {
    "input": {
      "additionalProperties": false,
      "properties": {
        "method": {
          "const": "GET",
          "type": "string"
        },
        "queryParams": {
          "additionalProperties": false,
          "properties": {
            "buyer_country": {
              "description": "ISO alpha-2 buyer destination; defaults to JP for Japan buyers.",
              "type": "string"
            },
            "id": {
              "description": "ANIME INTELLIGENCE canonical product UUID.",
              "type": "string"
            },
            "lang": {
              "enum": [
                "ja",
                "en",
                "zh",
                "ko",
                "es",
                "fr",
                "de",
                "it",
                "pt",
                "id",
                "th",
                "ru",
                "ar",
                "hi",
                "vi",
                "tr",
                "nl",
                "pl"
              ],
              "type": "string"
            },
            "listing_title": {
              "description": "Optional listing title for listing-match when URL is unavailable.",
              "type": "string"
            },
            "listing_url": {
              "description": "Optional listing URL for listing-match.",
              "type": "string"
            },
            "postal_code": {
              "description": "Optional destination postal code for landed-cost context.",
              "type": "string"
            },
            "query": {
              "description": "Product name, JAN/EAN-13, model number or identifying description.",
              "type": "string"
            },
            "refresh": {
              "enum": [
                "0",
                "1"
              ],
              "type": "string"
            }
          },
          "type": "object"
        },
        "type": {
          "const": "http",
          "type": "string"
        }
      },
      "required": [
        "type",
        "method",
        "queryParams"
      ],
      "type": "object"
    },
    "output": {
      "additionalProperties": false,
      "properties": {
        "example": {
          "type": "object"
        },
        "type": {
          "const": "json",
          "type": "string"
        }
      },
      "required": [
        "type",
        "example"
      ],
      "type": "object"
    }
  },
  "required": [
    "input",
    "output"
  ],
  "type": "object"
}

This page as JSON