© Luke Maciak

Minion Academy

Randomly generate minions or NPC's to use in your games.


What is Minion Academy?

This page seeks to provide tools and easy to use services to aid game masters and storytellers with randomly generated, system neutral content.

Content is covered under Creative Commons Attribution Non-Commercial Share-Alike License.


Generate Random Minions

Click below to generate six random minions. The results will be provided as a HTML formated page.

Refresh the page for another batch of 6 minions.

Generate 6 Minions

Web Service

You can use minion.academy as a web service in your project. To generate a list of six minions as a valid JSON object simply access:

http://minion.academy/json/6

Or from ruby:

require 'open-uri'
require 'json'
minions = JSON.parse(open("http://minion.academy/json/6").read)

Click below for more information, reference and code samples.

Learn More ...