Donate. I desperately need donations to survive due to my health

Get paid by answering surveys Click here

Click here to donate

Remote/Work from Home jobs

API Returns Coordinates as Different Format - How to Convert to Degree System

So an API I am using returns JSON data on the latitude and longitude of a certain point. The output is below. How would I go about translating this data into the regular degree coordinate system that something like google maps would be able to read?

"Longtitude": -10724376.817715846,
"Latitude": 3582748.339036206

Comments