{"openapi":"3.1.0","info":{"title":"FastAPI","version":"0.1.0"},"paths":{"/query":{"get":{"summary":"Query","operationId":"query_query_get","parameters":[{"name":"lat","in":"query","required":true,"schema":{"type":"number","maximum":90.0,"minimum":-90.0,"description":"Specify the latitude (degrees) of the Flinn-Engdahl region","title":"Lat"},"description":"Specify the latitude (degrees) of the Flinn-Engdahl region"},{"name":"lon","in":"query","required":true,"schema":{"type":"number","maximum":180.0,"minimum":-180.0,"description":"Specify the longitude (degrees) of the Flinn-Engdahl region","title":"Lon"},"description":"Specify the longitude (degrees) of the Flinn-Engdahl region"},{"name":"format","in":"query","required":false,"schema":{"type":"string","pattern":"json|geojson|jsonp|geojsonp|xml","description":"Specify format of result, either json (default) or geojson or text or xml.","default":"json","title":"Format"},"description":"Specify format of result, either json (default) or geojson or text or xml."}],"responses":{"200":{"description":"Successful Response","content":{"application/json":{"schema":{},"example":{"type":"Feature","properties":{"name_s":"FRANCE","name_m":"FRANCE","name_l":"France","name_h":"EUROPE;FRANCE"}}},"application/geo+json":{"example":{"type":"Feature","properties":{"name_s":"FRANCE","name_m":"FRANCE","name_l":"France","name_h":"EUROPE;FRANCE"},"geometry":{"type":"Polygon","coordinates":[[[2.999999913,50.999999719],[2.00000003,50.999999719]]]}}},"application/xml":{"example":"<?xml version=\"1.0\"?>\n<result>\n<name_s>\nFRANCE\n</name_s>\n<name_m>\nFRANCE\n</name_m>\n<name_l>\nFrance\n</name_l>\n<name_h>\nEUROPE;FRANCE\n</name_h>\n</result>\n"}}},"204":{"description":"Request was properly formatted and submitted but no data matches the selection."},"400":{"description":"Bad request due to improper specification, unrecognized parameter, parameter value out of range, etc."},"422":{"description":"Bad request due to improper specification, unrecognized parameter, parameter value out of range, etc."}}}}},"servers":[{"url":"/fe_regions_ws"}]}