Avram's Itch Games API

A simple CORS-enabled API to safely publicly list your itch.io games.

Description

While itch.io provides an API endpoint to list your games, you need to generate an itch.io API key which has more privileges than just to list your games. If you're using this API call in your web based games, anyone can just look at the dev console and see your API key.

This API is a proxy to itch.io's api/1/API-KEY/my-games while hiding your API key. You can use the form below to "authenticate" with your itch.io API key, and a new API endpoint (and kind of a key) will be generated just for you.

Besides that, my api removes unnecessary data (user/embed info) and allows you to filter out and sort results as you wish. And also, it proxies itch.io games' cover images as well.

Hide your itch.io API key

Enter your itch.io API key below and we'll generate a unique ID mapped to your itch.io API key which you can safely use with this API without revealing your itch.io API key to the whole world.