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 Resources API

Static reference data — games, achievements, challenges, quests, guild achievements, vanity pets and companions.

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

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

This API exposes 7 operations across 7 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.

7 operations 7 paths 1 schemas 7 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 Resources 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 7

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

Resources 7

Static reference data — games, achievements, challenges, quests, guild achievements, vanity pets and companions.

GET
/v2/resources/games
Hypixel Game Information
getResourcesGames → 200
GET
/v2/resources/achievements
Hypixel Achievements
getResourcesAchievements → 200
GET
/v2/resources/challenges
Hypixel Challenges
getResourcesChallenges → 200
GET
/v2/resources/quests
Hypixel Quests
getResourcesQuests → 200
GET
/v2/resources/guilds/achievements
Hypixel Guild Achievements
getResourcesGuildsAchievements → 200
GET
/v2/resources/vanity/pets
Hypixel Vanity Pets
getResourcesVanityPets → 200
GET
/v2/resources/vanity/companions
Hypixel Vanity Companions
getResourcesVanityCompanions → 200

Schemas 1

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

Game
object
Information about a specific game. When a field is not present you should fallback to the provided default if there is one, required fields will always exist.
6 properties 3 required

Specification

The full machine-readable OpenAPI contract behind this narrative.

Source

hypixel-resources-api-openapi.yml Raw ↑

Other APIs Hypixel publishes across the network.

Hypixel Housing API
Hypixel Other API
Hypixel Player Data API
Hypixel SkyBlock API