StackShare · Schema
StackShare Tool
A developer tool or technology tracked by StackShare
Developer ToolsSoftware DiscoveryTech Stacks
Properties
| Name | Type | Description |
|---|---|---|
| id | string | StackShare tool identifier |
| name | string | Tool name (e.g., React, PostgreSQL, AWS) |
| slug | string | URL slug for the tool on stackshare.io |
| description | string | Short description of what the tool does |
| websiteUrl | string | Official tool website |
| githubUrl | string | GitHub repository URL |
| category | string | Tool category (e.g., Application and Data, DevOps) |
| followers | integer | Number of StackShare followers |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://api.stackshare.io/schemas/tool",
"title": "StackShare Tool",
"description": "A developer tool or technology tracked by StackShare",
"type": "object",
"properties": {
"id": { "type": "string", "description": "StackShare tool identifier" },
"name": { "type": "string", "description": "Tool name (e.g., React, PostgreSQL, AWS)" },
"slug": { "type": "string", "description": "URL slug for the tool on stackshare.io" },
"description": { "type": "string", "description": "Short description of what the tool does" },
"websiteUrl": { "type": "string", "format": "uri", "description": "Official tool website" },
"githubUrl": { "type": "string", "format": "uri", "description": "GitHub repository URL" },
"category": { "type": "string", "description": "Tool category (e.g., Application and Data, DevOps)" },
"followers": { "type": "integer", "description": "Number of StackShare followers" }
},
"required": ["id", "name"]
}
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/stackshare-tool"
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.