Is this possible in Unity? (492422)

Hello,

I have a client who I’m about to start a new, simple game for. Only they have their own API they want to integrate for stats using GET, POST, Retrieving, saving and resetting game states. I’m wondering if the below is possible once Unity packages a build. Here are the details:


Thanks.

JSON, post and get usually are no problem with unity.

this could be a starting point: Unity - Scripting API: WWW

Ok thanks a lot!