Gemfury · Schema
Package
A package hosted on Gemfury
Package RepositoryPrivate PackagesGemnpmPyPIComposerNuGetGo ModulesMavenDEBRPMBowerRust CratesDeveloper Tools
Properties
| Name | Type | Description |
|---|---|---|
| id | string | Unique identifier for the package |
| name | string | Package name |
| kind_key | string | Package type/ecosystem key |
| private | boolean | Whether the package is private |
| version_count | integer | Total number of versions |
| release_version | stringnull | Latest stable (non-prerelease) version |
| latest_version | stringnull | Latest version including prereleases |
JSON Schema
{
"$schema": "http://json-schema.org/draft-07/schema#",
"$id": "https://api.fury.io/schemas/package",
"title": "Package",
"description": "A package hosted on Gemfury",
"type": "object",
"properties": {
"id": {
"type": "string",
"description": "Unique identifier for the package",
"pattern": "^pkg_[a-z0-9]+$",
"example": "pkg_eb3c12"
},
"name": {
"type": "string",
"description": "Package name",
"example": "express"
},
"kind_key": {
"type": "string",
"description": "Package type/ecosystem key",
"enum": ["gem", "js", "pip", "composer", "nuget", "go", "maven", "deb", "rpm", "bower", "crate"],
"example": "js"
},
"private": {
"type": "boolean",
"description": "Whether the package is private",
"example": true
},
"version_count": {
"type": "integer",
"description": "Total number of versions",
"minimum": 0,
"example": 5
},
"release_version": {
"type": ["string", "null"],
"description": "Latest stable (non-prerelease) version",
"example": "4.18.2"
},
"latest_version": {
"type": ["string", "null"],
"description": "Latest version including prereleases",
"example": "4.18.2"
}
},
"required": ["id", "name", "kind_key", "private"],
"additionalProperties": false
}
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/gemfury-package"
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.