Playground

The playground is a platform for you to explore the data available.

To use it,

  1. Sign up for an account.
  2. Go to API Keys, and create a new API key.
  3. Go to API Playground, go to any route, and paste in the API key in the Authorization field.

You can also try it on the Command Line. Try it out, remember to replace <API_KEY> with your actual API key:

curl -X GET "https://fntu-api.benapps.dev/api/classes" \
-H "Authorization: <API_KEY>"

References

The code can be found here. To host it, please refer to Hosting the Playground.