APIs.io Engineering Platform · Schema
RankingRankingItem
Defines a search result item to display
APIs.ioEngineeringPlatform
Properties
| Name | Type | Description |
|---|---|---|
| answerType | string | The answer that contains the item to display. Use the type to find the answer in the SearchResponse object. The type is the name of a SearchResponse field. |
| htmlIndex | integer | |
| resultIndex | integer | A zero-based index of the item in the answer.If the item does not include this field, display all items in the answer. For example, display all news articles in the News answer. |
| screenshotIndex | integer | |
| textualIndex | integer | |
| value | object |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "#/components/schemas/RankingRankingItem",
"title": "RankingRankingItem",
"required": [
"answerType"
],
"type": "object",
"properties": {
"answerType": {
"type": "string",
"description": "The answer that contains the item to display. Use the type to find the answer in the SearchResponse object. The type is the name of a SearchResponse field.",
"default": "WebPages",
"enum": [
"WebPages",
"Images",
"SpellSuggestions",
"News",
"RelatedSearches",
"Videos",
"Computation",
"TimeZone"
],
"x-ms-enum": {
"modelAsString": true,
"name": "AnswerType"
}
},
"htmlIndex": {
"type": "integer",
"format": "int32",
"readOnly": true
},
"resultIndex": {
"type": "integer",
"description": "A zero-based index of the item in the answer.If the item does not include this field, display all items in the answer. For example, display all news articles in the News answer.",
"format": "int32",
"readOnly": true
},
"screenshotIndex": {
"type": "integer",
"format": "int32",
"readOnly": true
},
"textualIndex": {
"type": "integer",
"format": "int32",
"readOnly": true
},
"value": {
"$ref": "#/components/schemas/Identifiable"
}
},
"description": "Defines a search result item to display",
"x-ms-discriminator-value": "Ranking/RankingItem"
}
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/apis-io-engineering-platform-rankingrankingitem"
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.