This is a go client used to query AOE4 data from either the official leaderboards or the aoeiv.net api.
There are two packages within the client that can be used official and aoeivnet, each one calls the respective web service but they both contain a similar, fluent filter based API for ease of use.
Under each package is a README explaining useage and with an examples sub directory with code useage.
This requires a supported release of Go.
go get -u github.com/theflyingcodr/aoe4-client
View the generated documentation