# mod.io API **Provider:** mod.io **Category:** entertainment **Base URL:** `https://docs.mod.io` **Auth:** api-key — `Authorization: Bearer YOUR_TOKEN` **Rate Limit:** 60 req/min **Free Tier:** Yes — available **Pricing:** Enterprise / contact sales (subscription) **Docs:** https://docs.mod.io ## Description We're here to enhance your game by unlocking mods or user generated content (UGC). Whether it's empowering players to create new skins, game modes, VFX, SFX or anything else, our service provides the framework for player customization and creativity within your game. ## Endpoints | Method | Endpoint | Description | |--------|----------|-------------| | GET | `https://docs.mod.io/` | See documentation for endpoint reference | ## Authentication See documentation for auth details ``` Authorization: Bearer YOUR_TOKEN ``` ## Sample Request ```bash curl 'https://docs.mod.io' ``` ## Sample Response ```json {} ``` ## Pricing Details Free for game developers. No usage fees; revenue share model for monetized mods. --- *Source: [API Map](https://apimap.dev/apis/mod-io/) — CC BY 4.0*