Content tagged api-data

4 usages of this tag
  • 0 replies
  • 388 views
This content is deleted
Forum Topic
How do I parse dynamic JSON?
Not favoritedFavorited Favorited 0 favourites

Hi - I'm receiving dynamic JSON data from API endpoint. Sample response: {. "success": True, "error": Null, "data": }. Questions is, how do I parse select data...

posted 3 years ago
  • 0 replies
  • 179 views
Not favoritedFavorited Favorited 0 favourites

I am trying to figure out how to import and store Leaderboard data for a racing game I've built on Construct 3. I noticed that I am able to push the data to a d...

  • 3 replies
  • 387 views
This content is deleted
Forum Topic
How do I query an api?
Not favoritedFavorited Favorited 0 favourites

This is the example code the site gave me, curl \. -X POST \. -H "Content-Type: Application/json" \. -H "X-API-KEY: YOU API KEY" \. --data '{ "query": "{ bitcoi...

posted 3 years ago
UpvoteUpvote 1 DownvoteDownvote
Not favoritedFavorited Favorited 0 favourites

Topic: Let's how to fetch images from API Imgur in Construct 3 without plugins. We must have used Imgur services by purchasing plugins. In this video, you will...