Delighted · Schema
Metrics
NPS and satisfaction metrics for a Delighted project.
NPSCSATCustomer SatisfactionCESCustomer Effort ScoreSurveyCustomer ExperienceFeedbackeNPS
Properties
| Name | Type | Description |
|---|---|---|
| nps | integer | Net Promoter Score. |
| promoter_count | integer | Number of promoter responses (score 9-10). |
| promoter_percent | integer | Percentage of promoters. |
| passive_count | integer | Number of passive responses (score 7-8). |
| passive_percent | integer | Percentage of passives. |
| detractor_count | integer | Number of detractor responses (score 0-6). |
| detractor_percent | integer | Percentage of detractors. |
| response_count | integer | Total number of responses. |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://raw.githubusercontent.com/api-evangelist/delighted/main/json-schema/metrics.json",
"title": "Metrics",
"description": "NPS and satisfaction metrics for a Delighted project.",
"type": "object",
"properties": {
"nps": {
"type": "integer",
"minimum": -100,
"maximum": 100,
"description": "Net Promoter Score."
},
"promoter_count": {
"type": "integer",
"minimum": 0,
"description": "Number of promoter responses (score 9-10)."
},
"promoter_percent": {
"type": "integer",
"minimum": 0,
"maximum": 100,
"description": "Percentage of promoters."
},
"passive_count": {
"type": "integer",
"minimum": 0,
"description": "Number of passive responses (score 7-8)."
},
"passive_percent": {
"type": "integer",
"minimum": 0,
"maximum": 100,
"description": "Percentage of passives."
},
"detractor_count": {
"type": "integer",
"minimum": 0,
"description": "Number of detractor responses (score 0-6)."
},
"detractor_percent": {
"type": "integer",
"minimum": 0,
"maximum": 100,
"description": "Percentage of detractors."
},
"response_count": {
"type": "integer",
"minimum": 0,
"description": "Total number of responses."
}
}
}
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/metrics"
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.