[
  {
    "id": 1,
    "name": "Britons",
    "expansion": "Age of Kings",
    "army_type": "Foot Archer",
    "unique_units": [
      "Longbowman"
    ]
  },
  {
    "id": 2,
    "name": "Byzantines",
    "expansion": "Age of Kings",
    "army_type": "Defensive",
    "unique_units": [
      "Cataphract"
    ]
  },
  {
    "id": 3,
    "name": "Celts",
    "expansion": "Age of Kings",
    "army_type": "Infantry",
    "unique_units": [
      "Woad Raider"
    ]
  },
  {
    "id": 4,
    "name": "Chinese",
    "expansion": "Age of Kings",
    "army_type": "Archer",
    "unique_units": [
      "Chu Ko Nu"
    ]
  },
  {
    "id": 5,
    "name": "Franks",
    "expansion": "Age of Kings",
    "army_type": "Cavalry",
    "unique_units": [
      "Throwing Axeman"
    ]
  },
  {
    "id": 6,
    "name": "Goths",
    "expansion": "Age of Kings",
    "army_type": "Infantry",
    "unique_units": [
      "Huskarl"
    ]
  },
  {
    "id": 7,
    "name": "Japanese",
    "expansion": "Age of Kings",
    "army_type": "Infantry",
    "unique_units": [
      "Samurai"
    ]
  },
  {
    "id": 8,
    "name": "Mongols",
    "expansion": "Age of Kings",
    "army_type": "Cavalry Archer",
    "unique_units": [
      "Mangudai"
    ]
  },
  {
    "id": 9,
    "name": "Persians",
    "expansion": "Age of Kings",
    "army_type": "Cavalry",
    "unique_units": [
      "War Elephant"
    ]
  },
  {
    "id": 10,
    "name": "Saracens",
    "expansion": "Age of Kings",
    "army_type": "Camel and naval",
    "unique_units": [
      "Mameluke"
    ]
  },
  {
    "id": 11,
    "name": "Teutons",
    "expansion": "Age of Kings",
    "army_type": "Infantry",
    "unique_units": [
      "Teutonic Knight"
    ]
  },
  {
    "id": 12,
    "name": "Turks",
    "expansion": "Age of Kings",
    "army_type": "Gunpowder",
    "unique_units": [
      "Janissary"
    ]
  },
  {
    "id": 13,
    "name": "Vikings",
    "expansion": "Age of Kings",
    "army_type": "Infantry and naval",
    "unique_units": [
      "Berserk",
      "Longboat"
    ]
  },
  {
    "id": 14,
    "name": "Aztecs",
    "expansion": "The Conquerors",
    "army_type": "Infantry and Monk",
    "unique_units": [
      "Jaguar Warrior"
    ]
  },
  {
    "id": 15,
    "name": "Huns",
    "expansion": "The Conquerors",
    "army_type": "Cavalry",
    "unique_units": [
      "Tarkan"
    ]
  },
  {
    "id": 16,
    "name": "Koreans",
    "expansion": "The Conquerors",
    "army_type": "Tower and naval",
    "unique_units": [
      "War Wagon",
      "Turtle Ship"
    ]
  },
  {
    "id": 17,
    "name": "Mayans",
    "expansion": "The Conquerors",
    "army_type": "Archer",
    "unique_units": [
      "Plumed Archer"
    ]
  },
  {
    "id": 18,
    "name": "Spanish",
    "expansion": "The Conquerors",
    "army_type": "Gunpowder and Monk",
    "unique_units": [
      "Conquistador",
      "Missionary"
    ]
  },
  {
    "id": 19,
    "name": "Incas",
    "expansion": "Forgotten Empires",
    "army_type": "Infantry",
    "unique_units": [
      "Kamayuk",
      "Slinger"
    ]
  },
  {
    "id": 20,
    "name": "Indians",
    "expansion": "Forgotten Empires",
    "army_type": "Gunpowder and Cavalry",
    "unique_units": [
      "Elephant Archer",
      "Imperial Camel"
    ]
  },
  {
    "id": 21,
    "name": "Italians",
    "expansion": "Forgotten Empires",
    "army_type": "Archer and naval",
    "unique_units": [
      "Genoese Crossbowman",
      "Condottiero"
    ]
  },
  {
    "id": 22,
    "name": "Magyars",
    "expansion": "Forgotten Empires",
    "army_type": "Calvary Infantry",
    "unique_units": [
      "Magyar Huszar"
    ]
  },
  {
    "id": 23,
    "name": "Slavs",
    "expansion": "Forgotten Empires",
    "army_type": "Cavalry",
    "unique_units": [
      "Boyars"
    ]
  },
  {
    "id": 24,
    "name": "Berbers",
    "expansion": "African Kingdoms",
    "army_type": "Calvary and Naval",
    "unique_units": [
      "Camel Archer",
      "Genitour"
    ]
  },
  {
    "id": 25,
    "name": "Ethiopians",
    "expansion": "African Kingdoms",
    "army_type": "Archer",
    "unique_units": [
      "Shotel Warrior"
    ]
  },
  {
    "id": 26,
    "name": "Malians",
    "expansion": "African Kingdoms",
    "army_type": "Infantry",
    "unique_units": [
      "Gbeto"
    ]
  },
  {
    "id": 27,
    "name": "Portuguese",
    "expansion": "African Kingdoms",
    "army_type": "Naval and Gunpowder",
    "unique_units": [
      "Caravel",
      "Organ Gun"
    ]
  }
]