Arcade Review Stats API

By Hayden Kong. Hosted on Hack Club Nest! See the demo!

โš ๏ธWARNING!โš ๏ธ: This API is still under development and may be buggy and unreliable! The API docs below may change at any time and no guarantee for uptime. Bandwidth is limited.

๐ŸŽ‰ANNOUNCEMENT๐ŸŽ‰:

Review Stats API will be forever free to use and open source. However, support for API keys will be coming in the next few days. DM @Hayden Kong to try the beta.

API Endpoint: kinghayden.hackclub.app

/api/hours โŒ›

API used for the Arcade Review Stats slackbot. Send a HTTP POST request and it will return a ephemeral response immediately return a ephemeral request before returning in JSON the LIVE stats from the review stats Airtable dashboard.

/api/realtime ๐Ÿ”ด

Get the latest realtime review stats via the Airtable Dashboard. Can be used for any application wanting to intergrate the latest review stats. Returns the data in JSON format and on average takes around 2-4 seconds to scrape and return data.

/api/countries ๐Ÿ—บ๏ธ

COMING SOON! Get the latest, realtime stats on the number of countries Hack Club Arcade has shipped to!

/api/logs ๐Ÿ“ƒ

Returns the full server log in plain text. Mainly used to check for server errors and see if your request was succesful. However, it can take a few seconds to load the giagantic file!

/api/stats ๐Ÿ“Š

Returns in JSON format the history of the Arcade review stats, collected since 16/07/2024 at 15 minute intervals. Returns GMT time and the stats at that time.

/ping ๐Ÿ“

Returns ๐Ÿ“pong๐Ÿ“ if the API and website is up and running!

/ ๐ŸŒ

Hello, World! - yeah, nothing else to see.

© 2024 Hayden Kong. All rights reserved.