Properties
| Name | Type | Description |
|---|---|---|
| categorizations | array | List of categorizations applied to this submission. |
| model_results | array | List of model results for completed scans. |
| rule_matches | array | List of signatures that matched against site content found when crawling the URL. |
| scan_status | object | Status of the most recent scan found. |
| screenshot_download_signature | string | For internal use. |
| screenshot_path | string | For internal use. |
| url | string | URL that was submitted. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/intel_phishing-url-info",
"title": "intel_phishing-url-info",
"properties": {
"categorizations": {
"description": "List of categorizations applied to this submission.",
"items": {
"properties": {
"category": {
"description": "Name of the category applied.",
"example": "PHISHING",
"type": "string"
},
"verification_status": {
"description": "Result of human review for this categorization.",
"example": "confirmed",
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"model_results": {
"description": "List of model results for completed scans.",
"items": {
"properties": {
"model_name": {
"description": "Name of the model.",
"example": "MACHINE_LEARNING_v2",
"type": "string"
},
"model_score": {
"description": "Score output by the model for this submission.",
"example": 0.024,
"type": "number"
}
},
"type": "object"
},
"type": "array"
},
"rule_matches": {
"description": "List of signatures that matched against site content found when crawling the URL.",
"items": {
"properties": {
"banning": {
"description": "For internal use.",
"type": "boolean"
},
"blocking": {
"description": "For internal use.",
"type": "boolean"
},
"description": {
"description": "Description of the signature that matched.",
"example": "Match frequently used social followers phishing kit",
"type": "string"
},
"name": {
"description": "Name of the signature that matched.",
"example": "phishkit.social_followers",
"type": "string"
}
},
"type": "object"
},
"type": "array"
},
"scan_status": {
"description": "Status of the most recent scan found.",
"properties": {
"last_processed": {
"description": "Timestamp of when the submission was processed.",
"example": "Wed, 26 Oct 2022 16:04:51 GMT",
"type": "string"
},
"scan_complete": {
"description": "For internal use.",
"type": "boolean"
},
"status_code": {
"description": "Status code that the crawler received when loading the submitted URL.",
"type": "integer"
},
"submission_id": {
"description": "ID of the most recent submission.",
"type": "integer"
}
},
"type": "object"
},
"screenshot_download_signature": {
"description": "For internal use.",
"type": "string"
},
"screenshot_path": {
"description": "For internal use.",
"type": "string"
},
"url": {
"description": "URL that was submitted.",
"example": "https://www.cloudflare.com",
"type": "string"
}
}
}
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.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/apis-io-engineering-platform-intel-phishing-url-info"
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 form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.