- Home /
How to use Rest Api of this website
Hello. I want to make a satellite tracking system. If I mention briefly, it will show the information of the satellites on earth(latitude, longitude, speed, etc.). Also satellites will rotate around the earth. I need to get this information using the API of the website here(http://www.n2yo.com/api/ ). I don't know where to start. This is a complicated system. Is there anyone who can give me detailed information on this subject or make a suggestion?
Do you want to do this from Unity? That is, is this a Unity question, or are you asking how to program with REST in general?
Yes I want to do from Unity. I have a world and satellite models. But I dont know how to import or where to start.
What have you tried so far? With a simple Google search, I got:
https://answers.unity.com/questions/13848/accessing-restful-web-apis-from-unity.html
https://www.red-gate.com/simple-talk/dotnet/c-program$$anonymous$$g/calling-restful-apis-unity3d/
https://hub.packtpub.com/using-rest-api-unity-part-1-what-rest-and-basic-queries/
https://forums.hololens.com/discussion/2604/how-to-integrate-rest-api-get-and-post-call-unity-c
Try this plugin to handle errors in a better way using Promises => https://github.com/proyecto26/RestClient
Your answer
