Age Of Empires Online

TypeRatingLobby NameLocationServerStatus
RankEloCountryNameGamesWinsDrops
RankRatingNameGamesStreakWinsWin %Last Match (ended)

LeaderboardRankRatingHighest RatingGamesStreakLongest StreakWinsLossesDrops

A Wonder in the Age of Empires series is a massive structure with no attack but a very high amount of hit points. If it is constructed and stands intact within the time limit, the player who constructs it will automatically win the game. Wonders require tremendous amounts of resourcesto be built, costing a total of 1,000 resources of each category except for food. Wonders can only be built in. Age of Empires Online is a multiplayer online real-time strategy game developed by Robot Entertainment and Gas Powered Games, which released on August 16, 2011. Based upon the gameplay of the Age of Empires series, it was originally developed by Robot Entertainment, but on February 24, 2011, Gas Powered Games, took over production.

But behind the cutesy, cartoony aesthetic of Age of Empires Online beats the cold, unfeeling heart of two very hardcore styles of game. The leveling, technology trees, crafting and emphasis on. Jun 27, 2012 Age of Empires Online is now entirely free-to-play, developer Gas Powered Games has announced. Previously the game was only 'free to try.' The base game didn't cost anything to sample, but most of.


It is always great to see what people are able to do with data. Currently testing an API to share the data collected by aoe2.net for anyone to use with their projects.

Strings

Request a list of strings used by the API.

Endpoint
/api/strings

Request Parameters

game (Required)
Game (Age of Empires 2:HD=aoe2hd, Age of Empires 2:Definitive Edition=aoe2de)
language (Optional, defaults to en)
Language (en, de, el, es, es-MX, fr, hi, it, ja, ko, ms, nl, pt, ru, tr, vi, zh, zh-TW)

Example Request

https://aoe2.net/api/strings?game=aoe2de&language=en

Leaderboard

Request the current leaderboards

Endpoint
/api/leaderboard

Request Parameters

game (Required)
Game (Age of Empires 2:Definitive Edition=aoe2de)
leaderboard_id (Required)
Leaderboard ID (Unranked=0, 1v1 Deathmatch=1, Team Deathmatch=2, 1v1 Random Map=3, Team Random Map=4)
start (Required)
Starting rank (Ignored if search, steam_id, or profile_id are defined)
count (Required)
Number of leaderboard entries to get (Must be 10000 or less))
search (Optional)
Name Search
steam_id (Optional)
steamID64 (ex: 76561199003184910)
profile_id (Optional)
Profile ID (ex: 459658)

Example Request

https://aoe2.net/api/leaderboard?game=aoe2de&leaderboard_id=3&start=1&count=1

Lobbies

Request all open lobbies

Endpoint
/api/lobbies

Request Parameters

game (Optional, defaults to aoe2de)
Game (Age of Empires 2:HD=aoe2hd, Age of Empires 2:Definitive Edition=aoe2de)

Example Request

Player Last Match

Request the last match the player started playing, this will be the current match if they are still in game

Endpoint
/api/player/lastmatch

Request Parameters

game (Required)
Game (Age of Empires 2:Definitive Edition=aoe2de)
steam_id (steam_id or profile_id required)
steamID64 (ex: 76561199003184910)
profile_id (steam_id or profile_id required)
Profile ID (ex: 459658)

Example Request

Age of empires online celeste
https://aoe2.net/api/player/lastmatch?game=aoe2de&steam_id=76561199003184910

Player Match History

Age Of Empires Online Steam

Request the match history for a player

Endpoint
/api/player/matches

Request Parameters

game (Required)
Game (Age of Empires 2:Definitive Edition=aoe2de)
start (Required)
Starting match (0 is the most recent match)
count (Required)
Number of matches to get (Must be 1000 or less))
steam_id (steam_id or profile_id required)
steamID64 (ex: 76561199003184910)
profile_id (steam_id or profile_id required)
Profile ID (ex: 459658)
steam_ids (steam_id or profile_id required)
steamID64 (ex: 76561199003184910,76561198449406083)
profile_ids (steam_id or profile_id required)
Profile ID (ex: 459658,199325)

Example Request

https://aoe2.net/api/player/matches?game=aoe2de&steam_id=76561199003184910&count=5

Player Rating History

Request the rating history for a player

Endpoint
/api/player/ratinghistory

Request Parameters

game (Required)
Game (Age of Empires 2:Definitive Edition=aoe2de)
leaderboard_id (Required)
Leaderboard ID (Unranked=0, 1v1 Deathmatch=1, Team Deathmatch=2, 1v1 Random Map=3, Team Random Map=4)
start (Required)
Starting match (0 is the most recent match)
count (Required)
Number of matches to get (Must be 10000 or less))
steam_id (steam_id or profile_id required)
steamID64 (ex: 76561199003184910)
profile_id (steam_id or profile_id required)
Profile ID (ex: 459658)

Example Request

https://aoe2.net/api/player/ratinghistory?game=aoe2de&leaderboard_id=3&steam_id=76561199003184910&count=5

Matches

Request matches after a specific time

Play Age Of Empires Free

Endpoint
/api/matches

Request Parameters

game
Game (Age of Empires 2:Definitive Edition=aoe2de)
count (Required)
Number of matches to get (Must be 1000 or less))
since (Optional)
Only show matches starting after timestamp (epoch)

Example Request

https://aoe2.net/api/matches?game=aoe2de&count=10&since=1596775000

Match

Request details about a match

Age
Endpoint
/api/match
Age Of Empires Online

Request Parameters

game (Required)
Game (Age of Empires 2:Definitive Edition=aoe2de)
uuid (uuid or match_id Required)
Match UUID
match_id (uuid or match_id Required)
Match ID

Example Request

https://aoe2.net/api/match?uuid=66ec2575-5ee4-d241-a1fc-d7ffeffb48b6

Number of Players Online

Number of players in game and an estimate of the number current playing multiplayer

Endpoint
/api/stats/players

Request Parameters

game (Required)
Game (Age of Empires 2:HD=aoe2hd, Age of Empires 2:Definitive Edition=aoe2de)

Example Request

Rank

Request rank details about a player

Request Parameters

game (Optional, defaults to aoe2de)
Game (Age of Empires 2:Definitive Edition=aoe2de)
leaderboard_id (Optional, defaults to 3)
Leaderboard ID (Unranked=0, 1v1 Deathmatch=1, Team Deathmatch=2, 1v1 Random Map=3, Team Random Map=4)
language (Optional, defaults to en) - not fully translated
Language (en, de, el, es, es-MX, fr, hi, it, ja, ko, ms, nl, pt, ru, tr, vi, zh, zh-TW)
flag (Optional, defaults to true)
Show player flag
search (search, steam_id or profile_id required)
Name Search, returns the highest rated player
steam_id (search, steam_id or profile_id required)
steamID64 (ex: 76561199003184910)
profile_id (search, steam_id or profile_id required)
Profile ID (ex: 459658)

Example Command

!addcom !rank $(urlfetch https://aoe2.net/api/nightbot/rank?leaderboard_id=3&search=$(querystring)&steam_id=76561199003184910&flag=false)

Example Responses

Opponent

Request rank details about a players most recent opponent (1v1 only)

Request Parameters

game (Optional, defaults to aoe2de)
Game (Age of Empires 2:Definitive Edition=aoe2de)
leaderboard_id (Optional, defaults to 3)
Leaderboard ID is used when search is defined, will find the highest rated player matching the search term (Unranked=0, 1v1 Deathmatch=1, Team Deathmatch=2, 1v1 Random Map=3, Team Random Map=4)
language (Optional, defaults to en) - not fully translated
Language (en, de, el, es, es-MX, fr, hi, it, ja, ko, ms, nl, pt, ru, tr, vi, zh, zh-TW)
flag (Optional, defaults to true)
Show player flag
search (search, steam_id or profile_id required)
Name Search, returns the highest rated player
steam_id (steam_id or profile_id required)
steamID64 (ex: 76561199003184910)
profile_id (steam_id or profile_id required)
Profile ID (ex: 459658)

Example Command

!addcom !opponent $(urlfetch https://aoe2.net/api/nightbot/opponent?search=$(querystring)&steam_id=76561199003184910&flag=false)

Example Responses

Match

Request details about the current or last match

Request Parameters

Forge Of Empires Online

game (Optional, defaults to aoe2de)
Game (Age of Empires 2:Definitive Edition=aoe2de)
leaderboard_id (Optional, defaults to 3)
Leaderboard ID is used when search is defined, will find the highest rated player matching the search term (Unranked=0, 1v1 Deathmatch=1, Team Deathmatch=2, 1v1 Random Map=3, Team Random Map=4)
language (Optional, defaults to en) - not fully translated
Language (en, de, el, es, es-MX, fr, hi, it, ja, ko, ms, nl, pt, ru, tr, vi, zh, zh-TW)
color (Optional, defaults to true)
Show player colors
flag (Optional, defaults to false)
Show player flag
search (search, steam_id or profile_id required)
Name Search, returns the highest rated player
steam_id (steam_id or profile_id required)
steamID64 (ex: 76561199003184910)
profile_id (steam_id or profile_id required)
Profile ID (ex: 459658)

Example Command

!addcom !match $(urlfetch https://aoe2.net/api/nightbot/match?search=$(querystring)&steam_id=76561199003184910&color=false&flag=false)

Example Responses

Civs

Request civs from the current or last match

Request Parameters

game (Optional, defaults to aoe2de)
Game (Age of Empires 2:Definitive Edition=aoe2de)
leaderboard_id (Optional, defaults to 3)
Leaderboard ID is used when search is defined, will find the highest rated player matching the search term (Unranked=0, 1v1 Deathmatch=1, Team Deathmatch=2, 1v1 Random Map=3, Team Random Map=4)
language (Optional, defaults to en) - not fully translated
Language (en, de, el, es, es-MX, fr, hi, it, ja, ko, ms, nl, pt, ru, tr, vi, zh, zh-TW)
search (search, steam_id or profile_id required)
Name Search, returns the highest rated player
steam_id (steam_id or profile_id required)
steamID64 (ex: 76561199003184910)
profile_id (steam_id or profile_id required)
Profile ID (ex: 459658)

Example Command

!addcom !civs $(urlfetch https://aoe2.net/api/nightbot/civs?search=$(querystring)&steam_id=76561199003184910)

Example Responses

Map

Request the current map name

Request Parameters

game (Optional, defaults to aoe2de)
Game (Age of Empires 2:Definitive Edition=aoe2de)
leaderboard_id (Optional, defaults to 3)
Leaderboard ID is used when search is defined, will find the highest rated player matching the search term (Unranked=0, 1v1 Deathmatch=1, Team Deathmatch=2, 1v1 Random Map=3, Team Random Map=4)
language (Optional, defaults to en) - not fully translated
Language (en, de, el, es, es-MX, fr, hi, it, ja, ko, ms, nl, pt, ru, tr, vi, zh, zh-TW)
search (search, steam_id or profile_id required)
Name Search, returns the highest rated player
steam_id (steam_id or profile_id required)
steamID64 (ex: 76561199003184910)
profile_id (steam_id or profile_id required)
Profile ID (ex: 459658)

Example Command

!addcom !map $(urlfetch https://aoe2.net/api/nightbot/map?search=$(querystring)&steam_id=76561199003184910)

Example Responses

Age of Empires combines great graphics, real-time strategy and an intriguing plot (our own history!) to raise a phoenix from the ashes of wayside, ordinary strategy games. Some of the more memorable features that make this game truly enjoyable include hunting and foraging for food, building and upgrading armies, establishing and strengthening a society and, ultimately, fighting war.

Age Of Empires Online Cheats

Food gathering is one part of Age of Empires that is truly impressive. Instead of mining gold to support your society (although you DO have to mine gold), food is a separate issue unto itself. You can build farms, fish, forage for berries or--my favorite--gather a hunting party and seek out prey. Beware, however, that if you choose to take on an elephant, you better have a bunch of hunters or the irate elephant may decide to trample you instead.

One thing that is annoying is the maximum limit on men. When a larger army is needed but your population is maxed you will have to send out workers to be slaughtered in order to make room for more military units. This seems slightly unrealistic when you have city is large enough to accommodate many more people.

The complex features of Age of Empires are engrossing. In addition to having the above choices of gathering food for my people, players also had to chop wood and mine both gold and stone for their needs. As your society progresses through the ages, so does its need for different minerals (e.g., gold and stone). As the ages pass, you'll find the new technology (as it becomes available) allows you to create bigger and better armies.

Going head-to-head with famous war strategists is also interesting. Although it is doubtful a player's soldiers would stand up to the likes of any of history's finest warlords, it is still neat to see names recognizable from history as well as the armies they lead. All things considered, Age of Empires is an enjoyable gaming experience which is enough to quell even the hungriest real-time war strategists among us.

Graphics: Intricate detail and bright, beautiful backgrounds.

Sound: Great ambient sounds, music, and battle sounds.

Enjoyment: Although the building at the beginning of a mission is slightly repetitive at times, the game is still extremely enjoyable.

Replay Value: Real-time strategy games are always replayable.

Age of Empires is not only a different game each time you play. It's a different game, period. Beautiful graphics, twelve civilizations, a comprehensive technology tree, dozens of units, randomly generated maps, and a rich soundtrack, add up to a more complete gaming experience. Age of Empires sets you within an historical context, not in a purely fictional world.

Features:

In Age of Empire, you are one of twelve powerful ancient civilizations, ranging from the Persians to the ancient Greeks. Though you start as only a small village, with just a few tribesmen, you must hunt and gather food, advance to more a sophisticated age, start learning self-sufficiency and technology, and then make the full leap to civilization. Competing against you are other cultures with whom you can fight, trade, or negotiate as you all try to progress from the Stone Age to the Iron Age.

Graphics:

The incredible hand drawn and 3D rendered graphics create an unparalleled, involving experience. This attention to detail brings your gaming experience into focus. Because in a great gaming environment there is no substitute for quality.

Sound FX:

In addition to this engaging and fun graphical world, Age of Empires includes a captivating and original musical score - a dramatic backdrop for your adventures. The CD-quality sounds of Age of Empires adds to the epic flavor and enriches the gaming experience.

Gameplay:

Age of Empires sets you within an historical context, not in a purely fictional world. But of course, if you would rather diverge from the beaten path, Age of Empires includes a built-in scenario editor so you can create your own conflicts and scenarios. Finally a game with real-time decision making. You will see the real-time results of your resource management decisions. Consider your options and move forward - assign civilization members to hunt, explore, conquer, or build. Know your place; not all civilizations will excel at the same skills -- if you are from the desert, you might not be an expert on ships and marine warfare. As you move through time you will be able to apply new technology to advance the state of buildings, weapons, tools, and ships.

Overall:

Age of Empires also brings you the expanse of the unknown. You have room to roam -- the maps are large, plenty of room for you, and up to eight other players, to play in a multiplayer forum. In Age of Empires, there are many different multi-tribe scenarios you can choose from. Each with one or more victory conditions. Do you want to take part in a quick race to domination? Or an epic affair involving exploration of the known world and the accumulation of wealth? It's up to you. Choose your favorite form of world domination. Players can conquer or cooperate with existing tribes in a multiplayer environment via the Internet (through the Internet Gaming Zone), over a LAN or modem-to-modem.

People who downloaded Age of Empires have also downloaded:
Age of Empires 2: The Age of Kings, Age of Empires III, Age of Mythology, Command & Conquer: Red Alert, Warcraft 2, Warcraft 3: Reign of Chaos, Command & Conquer: Red Alert 2, StarCraft