Packs
Get a pack
The same object as the listing, plus minVersion — the oldest Minecraft version this pack's contents will actually load on, derived from what's in it rather than from what the pack is nominally set to.
/packs/{pack}Path parameters
packstringrequiredThe pack's slug, as returned by the packs endpoints.
Response · 200
The pack.
packobjectrequiredThe pack, plus the version floor its contents imply.
slugstringrequiredThe pack's id. Every other path takes this.
namestringrequiredIts display name.
minecraftVersionstringrequiredThe version the pack is authored against.
rolestringrequiredWhether this key's owner owns the pack or was added to it.
Options: owner, collaborator
createdAtstringrequiredISO 8601.
updatedAtstringrequiredISO 8601.
assetCountsobjectrequiredHow much the pack holds, by kind.
texturesintegerrequiredBlock textures, item sprites and GUI sheets.
modelsintegerrequired3D models.
iconsintegerrequiredFont glyphs.
soundsintegerrequiredSound events.
minVersionstringrequiredOldest Minecraft version this pack's contents will load on.
Error codes
Branch on error.code, never on the message.
invalid_api_key401The key isn't one of ours, or it has been revoked.
missing_api_key401No Authorization: Bearer header was sent.
plan_required403The key is valid, but its account is on Starter. The API needs a paid plan.
not_found404No such pack, asset or job.