telemost_catalog
Free machine-readable catalog of all paid Telemost tools (prices, input/output schemas, examples). Optional `block` filter (data|statistics|ads|reference). No payment required.
Parameters1
| block | string | optional |
Raw schema
{
"type": "object",
"properties": {
"block": {
"type": "string",
"enum": [
"data",
"statistics",
"ads",
"reference"
]
}
},
"additionalProperties": false,
"$schema": "http://json-schema.org/draft-07/schema#"
}