Developer resources

Milliondollarinternet Developer Documentation

Public API documentation for reading the Milliondollarinternet canvas, statistics, activity, leaderboard, and permanent placements.

When to use this API

Use the Milliondollarinternet public API when an application or agent needs to read the live canvas grid, aggregate availability, recent purchase activity, country and owner leaderboards, or a permanent placement at known coordinates. Public read endpoints return JSON and require no API key. The canonical OpenAPI description is published at https://milliondollarinternet.lol/openapi.json.

The API is suitable for canvas viewers, ownership lookups, archival tools, accessibility clients, search and research agents, and lightweight integrations that link back to canonical placement cards. It is not an authorization to scrape aggressively, automate purchases, bypass checkout, reproduce the service as a competing canvas, or ignore the published Terms and Rules.

Conventions and errors

Send HTTPS requests to https://milliondollarinternet.lol. Public list endpoints are cached briefly and may include ETag or Cache-Control headers. Coordinates are integers from 0 through 999. Paginated endpoints expose a cursor or page parameter as documented in OpenAPI. Clients should follow canonical card links rather than constructing undocumented URLs.

Errors use application/json with an error object containing a stable code and human-readable message plus a requestId for support. A 404 means the endpoint or placement does not exist. A 422 means submitted data failed validation. A 429 means the client must pause and follow Retry-After. API responses advertise the applicable rate-limit policy where enforcement is enabled.