Need help with your APIs? I offer API discovery, governance & evangelism services. Explore services →
API Evangelist API Evangelist
Discovery
Learnings
Guidance
Toolbox
Alignment
API Evangelist LLC

Hypixel Housing API

Hypixel Housing — active public houses, per-player public houses, and per-house information.

Hypixel Housing API is one of 5 APIs that Hypixel publishes on the APIs.io network, described by a machine-readable OpenAPI specification.

Tagged areas include Housing. The published artifact set on APIs.io includes an OpenAPI specification, API documentation, and code examples.

This API exposes 3 operations across 3 paths, and defines 1 schema. It is described by OpenAPI 3.0.3, at version v2.

Requests are made against a single base URL, https://api.hypixel.net.

3 operations 3 paths 1 schemas 3 GET

Metadata

The identity and technical contract details declared by the specification.

Specification
OpenAPI 3.0.3
API Version
v2
Base URL
https://api.hypixel.net/v2
Authentication
API Key
Terms of Service
Resource Areas
1

Authentication & Security 1

Hypixel Housing API declares 1 security scheme for authenticating requests. An API key is passed in the header as API-Key (ApiKey). By default, every request must be authenticated.

  • ApiKey — Obtained via the [Hypixel Developer Dashboard](https://developer.hypixel.net) when creating an application. You can also request higher limits for production a…

Paths & Operations 3

Across 3 paths, the API surfaces 3 operations — 3 GET. Each is listed below with its method, path, parameters, and response codes.

Housing 3

Hypixel Housing — active public houses, per-player public houses, and per-house information.

GET
/v2/housing/active
Hypixel The Currently Active Public Houses.
getHousingActive → 200403429
GET
/v2/housing/house
Hypixel Information About a Specific House.
getHousingHouse 1 param → 200403404429
GET
/v2/housing/houses
Hypixel The Public Houses for a Specific Player.
getHousingHouses 1 param → 200403429

Schemas 1

The contract defines 1 schema that model the data the API accepts and returns. The most detailed is HousingHouse (6 properties). Each schema is shown below with its type and property counts.

HousingHouse
object
Information about a player's house.
6 properties 6 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

hypixel-housing-api-openapi.yml Raw ↑

Other APIs Hypixel publishes across the network.

Hypixel Other API
Hypixel Player Data API
Hypixel Resources API
Hypixel SkyBlock API