Indie game storeFree gamesFun gamesHorror games
Game developmentAssetsComics
SalesBundles
Jobs
Tags

List of API endpoints?

A topic by phoopee3 created Dec 18, 2015 Views: 1,597 Replies: 4
Viewing posts 1 to 5

Is there a list of API endpoints somewhere? I haven't really be able to find anything. I did see that you can put .xml at the end of the urls to get xml data back, but is there a way to get json instead? I noticed you can't do itch.io/search.xml&q=foo which is what I was interested in implementing.

Admin(+1)

Our API docs are pretty sparse right now, much the API used in the app isnt finalized so I don't want to publish it too soon. Here's what'd documented so far: http://itch.io/docs/api/overview

(1 edit)

ok that's fine. I was going to try to write something for the app that would allow the user to search for a game. If there's no api for that right now maybe I could just get the ground work done and wait for the api. I'll see how far I get

Admin

There's now an undocumented search endpoint if you're interested: https://github.com/leafo/itch.io/issues/289 and a work in progress pull request for searching: https://github.com/itchio/itch/pull/231

(1 edit)

hi, this kind of interesting... i know itch.io has been releasing desktop client for some month ago, but i want to trying to use itch.io API instead... i want to make, uh maybe you can say "another itch.io desktop client" version. i can use some stuff from https://itch.io/docs/api/overview, for example showing latest game feeds, or top sale from itch.io, and etc. but i need some user information from your's API. did your's API for third party like me is available ?