ISearchResult

Represents the search result. The search result is organized by ICD entities and in each entity we provide matching property values

HealthGlobal HealthDisease SurveillanceImmunizationHealth StatisticsICDWHOUnited NationsOpen Data

Properties

Name Type Description
destinationEntities array List of entities that match the search query
error boolean Returns true if an error is occurred during the search
errorMessage string Error message if there was an error
resultChopped boolean If the search matches too many results, then the result is chopped
wordSuggestionsChopped boolean Shows if the word suggestion list is chopped as a result of too many matching words.
guessType object
uniqueSearchId string
words array List of word suggestions if the search had includeKeywordResult parameter set to true
View JSON Schema on GitHub

JSON Schema

isearchresult.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://id.who.int/schemas/ISearchResult",
  "title": "ISearchResult",
  "type": "object",
  "properties": {
    "destinationEntities": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/ISimpleEntity"
      },
      "description": "List of entities that match the search query",
      "nullable": true,
      "readOnly": true
    },
    "error": {
      "type": "boolean",
      "description": "Returns true if an error is occurred during the search",
      "readOnly": true
    },
    "errorMessage": {
      "type": "string",
      "description": "Error message if there was an error",
      "nullable": true,
      "readOnly": true
    },
    "resultChopped": {
      "type": "boolean",
      "description": "If the search matches too many results, then the result is chopped",
      "readOnly": true
    },
    "wordSuggestionsChopped": {
      "type": "boolean",
      "description": "Shows if the word suggestion list is chopped as a result of too many matching words.",
      "readOnly": true
    },
    "guessType": {
      "$ref": "#/components/schemas/GuessTypeEnum"
    },
    "uniqueSearchId": {
      "type": "string",
      "format": "uuid"
    },
    "words": {
      "type": "array",
      "items": {
        "$ref": "#/components/schemas/GuessWord"
      },
      "description": "List of word suggestions if the search had includeKeywordResult parameter set to true",
      "nullable": true,
      "readOnly": true
    }
  },
  "additionalProperties": false,
  "description": "Represents the search result. The search result is organized by ICD entities and in each entity we provide matching property values"
}

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.
All 92 tools

Call it yourself

curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/isearchresult"
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 email required.

A second provider on the same verified email joins the account you already have.