The Sandbox Developers API

The Sandbox Developers API is the REST surface of The Sandbox Developers HUB. It exposes core ecosystem data behind an OAuth-based identity system - Sandbox user identity, avatars, assets, collections, libraries, inventory, LAND ownership and SAND balances - so games, tools, dashboards and analytics platforms can integrate with The Sandbox metaverse. Requests are JSON over HTTPS using GET, POST, PATCH and DELETE, top-level resources carry a UUIDv4 id, property names are snake_case and timestamps are ISO 8601. Access is granted by request and approval; credentials are issued by The Sandbox as an OAuth client id and client secret.

Work with this as data

Every API 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 apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • 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 API
curl "https://apis.io/api/v1/apis/the-sand-box-developers-api"
All apis
curl "https://apis.io/api/v1/apis?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.

API entry from apis.yml

apis.yml Raw ↑
aid: the-sand-box-developers-api
name: The Sandbox Developers API
description: The Sandbox Developers API is the REST surface of The Sandbox Developers HUB. It exposes
  core ecosystem data behind an OAuth-based identity system - Sandbox user identity, avatars, assets,
  collections, libraries, inventory, LAND ownership and SAND balances - so games, tools, dashboards and
  analytics platforms can integrate with The Sandbox metaverse. Requests are JSON over HTTPS using GET,
  POST, PATCH and DELETE, top-level resources carry a UUIDv4 id, property names are snake_case and timestamps
  are ISO 8601. Access is granted by request and approval; credentials are issued by The Sandbox as an
  OAuth client id and client secret.
humanURL: https://developers.sandbox.game/api/
baseURL: https://developers.sandbox.game/api/
tags:
- Identity
- Avatars
- Assets
- Collection
- Land
- Metaverse
tags_raw:
- Identity
- Avatars
- Assets
- Collections
- Land
- Metaverse
properties:
- type: APIReference
  url: https://developers.sandbox.game/api/
- type: DeveloperPortal
  url: https://developers.sandbox.game/
- type: GettingStarted
  url: https://developers.sandbox.game/getting-started.html
- type: Authentication
  url: authentication/the-sand-box-authentication.yml
- type: Conventions
  url: conventions/the-sand-box-conventions.yml
- type: ErrorCatalog
  url: errors/the-sand-box-problem-types.yml
- type: RateLimits
  url: rate-limits/the-sand-box-rate-limits.yml
- type: DataModel
  url: data-model/the-sand-box-data-model.yml