cbt13 0 Newbie Poster

Hi everyone!

Few days ago I decided to use a WebAPI to make a little program. (Steam WebAPI to be exact)

Now, I know you send some sort of URL (request) and it returns an answer in JSON format. (Or xml or vdf in this instance)

I know how to edit this information (I believe I can learn :p) But I have no idea how to request them in C language. (to send a URL and wait for answer)

I got a suggestion to use Python to mess with all this but I'm already kinda familiar with C/C++ so I want to use it. I found this; http://uriparser.sourceforge.net/. Am I on the right path? Can I fetch text from links like this using these Libraries? http://api.steampowered.com/IEconItems_440/GetSchema/v0001/?key=6D52161D23855A4E3319B63ED165272E

Or is there any way else to do this in C?

Also, let's say I did somehow manage to use the WebApp to get some info. After that how would I send datas? (Like, add a friend or invite a player to a group)

Please point me in the right direction. Thanks a lot in advance!