https://rocketleaguestats.com/ has been closed so this repository will be archived.
go get github.com/Girbons/rocket
Get API_KEY here
package main
import (
"fmt"
"github.com/Girbons/rocket"
)
func main() {
client := rocket.NewRocketClient("API_KEY")
response := client.Player("76561198079681869", 1)
fmt.Println(response.Content())
}
Feel free to submit Pull Request