Ahhhh lol. Thank you. I feel like a true genius :)
mccordinator
14
Posts
1
Topics
7
Followers
1
Following
A member registered Jan 22, 2017 · View creator page →
Creator of
Welcome to your new job. What? No, we aren't going to tell you how this works. Figure it out, newbie!
Puzzle
Play in browser
A JS game with a twist on the classic tower defense genre.
Action
Play in browser
A graphic novella about a cool business wimp and some tough pirates set in 1987.
Adventure
Recent community posts
itch.io Community » itch.io » Questions & Support · Posted in Itch.io API getting a game's full description
itch.io Community » itch.io » Questions & Support · Created a new topic Itch.io API getting a game's full description
Hopefully this isn't something I overlooked, but I didn't see it in the documentation. Currently I'm pulling all my games and I get an object for each one with a lot of properties which is great, but the only description of the game I am getting back is on a property called short_text. Is there any way to get the full description for the game??
Current game object I am receiving back per game has these properties (edited to remove personal info):
- false
- classification:"game"
- cover_url:"<img url>"
- created_at:"2017-02-03 17:06:46"
- downloads_count:0
- embed:{fullscreen: false, height: 120, width: 640}
- has_demo:false
- id:9999999
- in_press_system:false
- min_price:0
- p_android:false
- p_linux:false
- p_osx:false
- p_windows:false
- published:true
- published_at:"2017-02-03 17:29:22"
- purchases_count:0
- short_text:"Short description of the game"
- title:"My Game Title"
- type:"html"
- url:"<game url>"
- user:{ <bunch of user info> }
- views_count:140
Would love to be able to get the full "Description" or "Details" for each game.