IMVU REST API

Production hypermedia REST API serving IMVU's own web and mobile clients. It is publicly reachable and a meaningful slice of it answers unauthenticated: GET /product/product-, /user/user- and /room return a "denormalized" node envelope carrying data, relations and a per-node http block, with collection endpoints paginated by limit and start_index. Together Labs publishes no reference documentation, no OpenAPI and no key-issuance process for it — the public developer program that issued API keys was retired — so everything recorded here was established by probing the live host, not read from a contract.

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/imvu-rest-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 ↑
name: IMVU REST API
description: 'Production hypermedia REST API serving IMVU''s own web and mobile clients. It is publicly
  reachable and a meaningful slice of it answers unauthenticated: GET /product/product-<id>, /user/user-<id>
  and /room return a "denormalized" node envelope carrying data, relations and a per-node http block,
  with collection endpoints paginated by limit and start_index. Together Labs publishes no reference documentation,
  no OpenAPI and no key-issuance process for it — the public developer program that issued API keys was
  retired — so everything recorded here was established by probing the live host, not read from a contract.'
baseURL: https://api.imvu.com
tags:
- Hypermedia
- REST
- Virtual Goods
- Users
properties:
- type: ErrorCatalog
  url: errors/imvu-error-codes.yml
- type: DataModel
  url: data-model/imvu-data-model.yml
- type: Conventions
  url: conventions/imvu-conventions.yml
x-note: Undocumented. No developer portal, no API reference and no published contract; the base URL and
  every behaviour recorded in the derived artifacts were probed directly on 2026-08-23.