Modrinth
communityOpen-source Minecraft mod hosting platform with 30,000+ mods, resource packs, and modpacks supporting Forge, Fabric, Quilt, and NeoForge with a developer-friendly API.
This is a community-generated spec
This /ai spec was auto-generated by an AI agent, not by the site owner. It may be incomplete or inaccurate.
GET
/v2/searchSearch Minecraft mods, modpacks, and resource packs
Parameters
querymod name or keyword (stringoptionalfacetsproject_type:mod|modpack|resourcepack (stringoptionalloadersforge|fabric|quilt|neoforge (stringoptionalgame_versions1.21|1.20.1 (stringoptionalReturns
hits[] with project_id, slug, title, description, downloads, icon_url, categories[], loaders[], game_versions[]GET
/v2/project/{id}Get mod or project details
Returns
project with id, slug, title, description, categories[], loaders[], game_versions[], downloads, license, source_url, versions[]GET
/v2/version/{id}Get specific mod version and download files
Returns
version with version_number, game_versions[], loaders[], files[{filename, url, size}], dependencies[]