Skip to content

Latest commit

 

History

History
22 lines (18 loc) · 328 Bytes

File metadata and controls

22 lines (18 loc) · 328 Bytes

Id Web - Location

URL: https://www.epicgames.com/id/api/location
Method: GET
Auth Required: No


Example Response

{
  "country": "DE",
  "city": "Frankfurt am Main",
  "coordinates": {
    "accuracy_radius": 20,
    "latitude": 50.1188,
    "longitude": 8.6843,
    "time_zone": "Europe/Berlin"
  }
}