{"openapi":"3.1.0","info":{"title":"IP Data Service","version":"1.0.0"},"paths":{"/region":{"get":{"tags":["Region"],"summary":"Get region","responses":{"200":{"description":"Your region","content":{"application/json":{"schema":{"type":"object","required":["continent","country"],"properties":{"continent":{"type":"object","required":["names","code","geoname_id"],"properties":{"names":{"$ref":"#/components/schemas/Names"},"code":{"type":"string","pattern":"^[A-Z]{2}$","examples":["NA"]},"geoname_id":{"type":"integer"}}},"country":{"type":"object","required":["names","iso_code","geoname_id","is_in_european_union"],"properties":{"names":{"$ref":"#/components/schemas/Names"},"iso_code":{"type":"string","pattern":"^[A-Z]{2}$","examples":["US","GB"]},"geoname_id":{"type":"integer"},"is_in_european_union":{"type":"boolean"}}},"subdivisions":{"type":"array","items":{"type":"object","required":["names","iso_code","geoname_id"],"properties":{"names":{"$ref":"#/components/schemas/Names"},"iso_code":{"type":"string","pattern":"^[A-Z]{2}$"},"geoname_id":{"type":"integer"}}}}}}}}}},"description":"**Permission Required**: [`ipdata:region READ`](https://egs.jaren.wtf/#resource=ipdata:region&action=2)","security":[{"bearer":["ipdata:region READ"]}]}}},"components":{"schemas":{"Names":{"type":"object","required":["de","en","es","fr","ja","pt-BR","ru","zh-CN"],"properties":{"de":{"type":"string"},"en":{"type":"string"},"es":{"type":"string"},"fr":{"type":"string"},"ja":{"type":"string"},"pt-BR":{"type":"string"},"ru":{"type":"string"},"zh-CN":{"type":"string"}}}},"securitySchemes":{"bearer":{"type":"http","scheme":"bearer"}}},"servers":[{"url":"https://ip-data-service-prod.ecosec.on.epicgames.com"}]}