Wappalyzer · Schema

Technology

A technology detected on a website by Wappalyzer, including its category classification and version information.

Technology DetectionTechnographicsWebsite AnalysisCMS DetectionFramework DetectionLead EnrichmentSales IntelligenceSubdomain DiscoveryEmail VerificationMarket Research

Properties

Name Type Description
slug string URL-friendly unique identifier for the technology.
name string Human-readable name of the technology.
cpe string Common Platform Enumeration (CPE) identifier for the technology.
versions array Detected version strings for the technology.
categories array Technology categories this technology belongs to.
trafficRank integer Relative traffic rank of the website.
confirmedAt integer Unix timestamp when the technology detection was confirmed.
View JSON Schema on GitHub

JSON Schema

wappalyzer-technology.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://api.wappalyzer.com/schemas/technology",
  "title": "Technology",
  "description": "A technology detected on a website by Wappalyzer, including its category classification and version information.",
  "type": "object",
  "required": ["slug", "name"],
  "properties": {
    "slug": {
      "type": "string",
      "description": "URL-friendly unique identifier for the technology."
    },
    "name": {
      "type": "string",
      "description": "Human-readable name of the technology."
    },
    "cpe": {
      "type": "string",
      "description": "Common Platform Enumeration (CPE) identifier for the technology."
    },
    "versions": {
      "type": "array",
      "description": "Detected version strings for the technology.",
      "items": {
        "type": "string"
      }
    },
    "categories": {
      "type": "array",
      "description": "Technology categories this technology belongs to.",
      "items": {
        "$ref": "#/definitions/Category"
      }
    },
    "trafficRank": {
      "type": "integer",
      "description": "Relative traffic rank of the website."
    },
    "confirmedAt": {
      "type": "integer",
      "description": "Unix timestamp when the technology detection was confirmed."
    }
  },
  "definitions": {
    "Category": {
      "type": "object",
      "required": ["slug", "name"],
      "properties": {
        "id": {
          "type": "integer",
          "description": "Numeric identifier for the category."
        },
        "slug": {
          "type": "string",
          "description": "URL-friendly unique identifier for the category."
        },
        "name": {
          "type": "string",
          "description": "Human-readable name of the category."
        }
      }
    }
  }
}

Work with this as data

Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for schemas

4 MCP tools reach this
  • find_json_schemasBrowse and filter every JSON Schema in the catalog.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/wappalyzer-technology"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.