Hi itch.io!
i'm creating a games related editor and want to allow users to search for editor plugins made by other users (plugins that will be hosted on Itch.io to allow developers to sell their plugins).
To make this possible i need to call something like "https://itch.io/search/tag/ignite-editor-plugin" via http request and get JSON response with URLs pointing to projects hosted on itch.io that are tagged with "ignite-editor-plugin".
Is there something like that possible now or it would need to be implemented?
I know that there is serverside API, but it does not allow searching for games by tag or anything, and i really would like to not parse HTML from regular itch.io searching request :<