SourceForge · Schema

SourceForge Project

Schema for a SourceForge project retrieved via the Allura REST API

Open-SourceDeveloper ToolsProject ManagementCode HostingCollaboration

Properties

Name Type Description
name string Full display name of the project
shortname string Short URL-safe name used as the project identifier
description string Description of the project
url string URL of the project on SourceForge
created string Timestamp when the project was created
tools array List of tools installed in the project
View JSON Schema on GitHub

JSON Schema

sourceforge-project-schema.json Raw ↑
{
  "$schema": "http://json-schema.org/draft-07/schema#",
  "$id": "https://raw.githubusercontent.com/api-evangelist/sourceforge/main/json-schema/sourceforge-project-schema.json",
  "title": "SourceForge Project",
  "description": "Schema for a SourceForge project retrieved via the Allura REST API",
  "type": "object",
  "properties": {
    "name": {
      "type": "string",
      "description": "Full display name of the project"
    },
    "shortname": {
      "type": "string",
      "description": "Short URL-safe name used as the project identifier"
    },
    "description": {
      "type": "string",
      "description": "Description of the project"
    },
    "url": {
      "type": "string",
      "format": "uri",
      "description": "URL of the project on SourceForge"
    },
    "created": {
      "type": "string",
      "format": "date-time",
      "description": "Timestamp when the project was created"
    },
    "tools": {
      "type": "array",
      "items": {
        "type": "object",
        "properties": {
          "name": {
            "type": "string"
          },
          "mount_point": {
            "type": "string"
          },
          "mount_label": {
            "type": "string"
          }
        }
      },
      "description": "List of tools installed in the project"
    }
  },
  "required": ["name", "shortname"]
}

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/sourceforge-project"
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.