Properties
| Name | Type | Description |
|---|---|---|
| assigned | number | Count of phone numbers that are in the assigned state. |
| unAssigned | number | Count of phone numbers which are in the un-assigned state. |
| inActive | number | Count of phone numbers which are inactive. |
| extensionOnly | number | Count of extensions only without phone number. |
| tollFreeNumbers | number | Count of the toll free numbers. |
| total | number | Total phone numbers and extensions available. |
| mobileNumber | number | Count of phone numbers of type `MOBILE_NUMBER` only without `PSTN_NUMBER` and extension. |
| serviceNumber | number | Count of phone numbers with `includedTelephonyTypes` as `PSTN_NUMBER` and `isServiceNumber` value as `true`. |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/NumberCount",
"title": "NumberCount",
"type": "object",
"properties": {
"assigned": {
"type": "number",
"example": 33,
"description": "Count of phone numbers that are in the assigned state."
},
"unAssigned": {
"type": "number",
"example": 114,
"description": "Count of phone numbers which are in the un-assigned state."
},
"inActive": {
"type": "number",
"example": 12,
"description": "Count of phone numbers which are inactive."
},
"extensionOnly": {
"type": "number",
"example": 692,
"description": "Count of extensions only without phone number."
},
"tollFreeNumbers": {
"type": "number",
"example": 1,
"description": "Count of the toll free numbers."
},
"total": {
"type": "number",
"example": 839,
"description": "Total phone numbers and extensions available."
},
"mobileNumber": {
"type": "number",
"example": 6,
"description": "Count of phone numbers of type `MOBILE_NUMBER` only without `PSTN_NUMBER` and extension."
},
"serviceNumber": {
"type": "number",
"example": 1,
"description": "Count of phone numbers with `includedTelephonyTypes` as `PSTN_NUMBER` and `isServiceNumber` value as `true`."
}
}
}
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/webex-numbercount"
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.