Introduction

This documentation will help you get familiar with the resources of the Fall Guys API and show you how to consume the different resources.

REST#

Base url: https://fallguysapi.com/api/

The base url contains information about all available API's resources. All requests are GET requests and go over https. All responses will return data in json.

https://fallguysapi.com/api/
{
  "rounds": "https://fallguysapi.com/api/rounds",
  "skins": "https://fallguysapi.com/api/skins"
}

There are currently two available resources:

  • Rounds: used to get all the rounds.
  • Skins: used to get all the skins.
Edit on GitHub
Made with ❤️ by Eli José Carrasquero