Wget2 Plugin is a JSON Structure definition published by Wget.
{
"name": "Wget2 Plugin",
"description": "Structure of a Wget2 plugin definition using the libwget plugin API.",
"fields": [
{ "name": "pluginName", "type": "string", "required": true, "description": "Plugin's registered name." },
{ "name": "initializerFunction", "type": "string", "required": true, "description": "Entry point: wget_plugin_initializer()." },
{
"name": "callbacks",
"type": "object",
"required": false,
"description": "Registered plugin callbacks.",
"fields": [
{
"name": "finalizer",
"type": "object",
"required": false,
"fields": [
{ "name": "function", "type": "string", "required": true },
{ "name": "receivesExitStatus", "type": "boolean", "required": false }
]
},
{
"name": "optionHandler",
"type": "object",
"required": false,
"fields": [
{ "name": "function", "type": "string", "required": true },
{ "name": "optionPattern", "type": "string", "required": false }
]
},
{
"name": "urlFilter",
"type": "object",
"required": false,
"fields": [
{ "name": "function", "type": "string", "required": true },
{ "name": "actions", "type": "array", "items": "string", "required": false }
]
},
{
"name": "postProcessor",
"type": "object",
"required": false,
"fields": [
{ "name": "function", "type": "string", "required": true },
{ "name": "fileAccess", "type": "array", "items": "string", "required": false }
]
}
]
},
{
"name": "downloadedFile",
"type": "object",
"required": false,
"description": "Represents a downloaded file in a post-processor callback.",
"fields": [
{ "name": "sourceUrl", "type": "string", "format": "uri", "required": false },
{ "name": "localFilename", "type": "string", "required": false },
{ "name": "size", "type": "integer", "format": "int64", "required": false },
{ "name": "recurse", "type": "boolean", "required": false },
{ "name": "recurseUrls", "type": "array", "items": "string", "required": false }
]
}
]
}
Every JSON Structure 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 json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/wget2-plugin-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.