Replit · JSON Structure

Replit Repl Structure

Structure of a Repl object returned by the Replit API.

Type: Properties: 0
CodeCompilingDevelopment EnvironmentProgramming LanguagesVersion Control

Replit Repl is a JSON Structure definition published by Replit.

Meta-schema:

JSON Structure

Raw ↑
{
  "name": "Replit Repl",
  "description": "Structure of a Repl object returned by the Replit API.",
  "fields": [
    {
      "name": "id",
      "type": "string",
      "required": true,
      "description": "Unique Repl identifier"
    },
    {
      "name": "slug",
      "type": "string",
      "required": true,
      "description": "URL-friendly identifier (used in replit.com/@username/slug)"
    },
    {
      "name": "title",
      "type": "string",
      "required": true,
      "description": "Display name of the Repl"
    },
    {
      "name": "description",
      "type": "string",
      "required": false,
      "description": "Optional description"
    },
    {
      "name": "language",
      "type": "string",
      "required": true,
      "description": "Programming language template (nodejs, python3, ruby, html, etc.)"
    },
    {
      "name": "isPrivate",
      "type": "boolean",
      "required": false,
      "description": "Whether the Repl is private (visible only to owner)"
    },
    {
      "name": "url",
      "type": "string",
      "required": false,
      "description": "Full URL to access the Repl"
    },
    {
      "name": "createdAt",
      "type": "datetime",
      "required": false,
      "description": "ISO 8601 creation timestamp"
    },
    {
      "name": "updatedAt",
      "type": "datetime",
      "required": false,
      "description": "ISO 8601 last-updated timestamp"
    },
    {
      "name": "owner",
      "type": "object",
      "required": false,
      "description": "Owner user object (id, username, displayName)"
    }
  ]
}

Work with this as data

Every JSON Structure 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 json structure

4 MCP tools reach this
  • find_json_structuresBrowse and filter every JSON Structure 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 Structure
curl "https://apis.io/api/v1/json-structures/replit-repl-structure"
All json structure
curl "https://apis.io/api/v1/json-structures?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.