· 6 years ago · Nov 12, 2019, 12:26 AM
1{
2"info": {
3"_postman_id": "2798f36a-31a8-405d-b5b7-f6e7f8b46981",
4"name": "Location Intelligence API",
5"description": "Location Intelligence API postman collection",
6"schema": "https://schema.getpostman.com/json/collection/v2.3.0/collection.json"
7},
8"item": [
9{
10"name": "Geocode Address",
11"request": {
12"auth": {
13"type": "bearer",
14"bearer": [
15{
16"key": "token",
17"value": "{{apiKey}}",
18"type": "string"
19}
20]
21},
22"method": "POST",
23"header": [
24{
25"key": "Content-Type",
26"name": "Content-Type",
27"type": "text",
28"value": "application/json"
29}
30],
31"body": {
32"mode": "raw",
33"raw": "{\n \"admin1Code\": \"CA\",\n \"cityName\": \"NEWARK\",\n \"countryCode\": \"US\",\n \"countryScheme\": \"ISO2A\",\n \"postalCode\": \"94560\",\n \"streetAddress\": \"7575 GATEWAY BLVD\"\n}"
34},
35"url": {
36"raw": "{{baseUrl}}/geocode/latest",
37"host": [
38"{{baseUrl}}"
39],
40"path": [
41"geocode",
42"latest"
43]
44}
45},
46"response": []
47},
48{
49"name": "Perform Multiple Location Lookups",
50"request": {
51"auth": {
52"type": "bearer",
53"bearer": [
54{
55"key": "token",
56"value": "{{apiKey}}",
57"type": "string"
58}
59]
60},
61"method": "POST",
62"header": [
63{
64"key": "Content-Type",
65"value": "application/json"
66}
67],
68"body": {
69"mode": "raw",
70"raw": "{\n \"location\": {\n \"address\": {\n \"admin1Code\": \"CA\",\n \"cityName\": \"NEWARK\",\n \"countryCode\": \"US\",\n \"countryScheme\": \"ISO2A\",\n \"postalCode\": \"94560\",\n \"streetAddress\": \"7575 GATEWAY BLVD\"\n },\n \"characteristics\": {\n \"construction\": \"ATC1\",\n \"occupancy\": \"ATC1\",\n \"yearBuilt\": 1973,\n \"numOfStories\": 3\n },\n \"coverageValues\": {\n \"buildingValue\": 1000000,\n \"contentsValue\": 100000,\n \"businessInterruptionValue\": 50000\n }\n },\n \"layers\": [\n {\n \"name\": \"geocode\",\n \"version\": \"latest\"\n },\n {\n \"name\": \"us_eq_loss_cost\",\n \"version\": \"latest\"\n },\n {\n \"name\": \"us_fema_firm\",\n \"version\": \"latest\",\n \"options\": {\n \"distanceUnit\": \"feet\",\n \"proximityDistance\": 100\n }\n }\n ]\n}"
71},
72"url": {
73"raw": "{{baseUrl}}/composite",
74"host": [
75"{{baseUrl}}"
76],
77"path": [
78"composite"
79]
80}
81},
82"response": []
83},
84{
85"name": "Generic Lookup",
86"request": {
87"auth": {
88"type": "bearer",
89"bearer": [
90{
91"key": "token",
92"value": "{{apiKey}}",
93"type": "string"
94}
95]
96},
97"method": "POST",
98"header": [
99{
100"key": "Content-Type",
101"value": "application/json"
102}
103],
104"body": {
105"mode": "raw",
106"raw": "{\n \"location\": {\n \"address\": {\n \"countryCode\": \"US\",\n \"countryScheme\": \"ISO2A\",\n \"countryRmsCode\": \"US\",\n \"admin1Code\": \"CA\",\n \"latitude\": 37.54120000000001,\n \"longitude\": -122.06061000000001,\n \"rmsGeoModelResolutionCode\": 1\n },\n \"characteristics\": {},\n \"coverageValues\": {}\n }\n}"
107},
108"url": {
109"raw": "{{baseUrl}}/:layer/:version",
110"host": [
111"{{baseUrl}}"
112],
113"path": [
114":layer",
115":version"
116],
117"variable": [
118{
119"key": "layer",
120"value": "us_mmi",
121"description": "Layer name"
122},
123{
124"key": "version",
125"value": "latest",
126"description": "Layer version"
127}
128]
129}
130},
131"response": []
132},
133{
134"name": "EU FL Depth - Lookup type floodDepth",
135"request": {
136"auth": {
137"type": "bearer",
138"bearer": [
139{
140"key": "token",
141"value": "{{apiKey}}",
142"type": "string"
143}
144]
145},
146"method": "POST",
147"header": [
148{
149"key": "Content-Type",
150"value": "application/json"
151}
152],
153"body": {
154"mode": "raw",
155"raw": "{\n \"location\": {\n \"address\": {\n \"countryCode\": \"GB\",\n \"countryScheme\": \"ISO2A\",\n \"countryRmsCode\": \"GB\",\n \"latitude\": 54.988537,\n \"longitude\": -2.138128,\n \"rmsGeoModelResolutionCode\": 1\n },\n \"characteristics\": {},\n \"coverageValues\": {}\n },\n \"layerOptions\": {\n \"lookup\": \"floodDepth\"\n }\n}"
156},
157"url": {
158"raw": "{{baseUrl}}/eu_fl_depth/latest",
159"host": [
160"{{baseUrl}}"
161],
162"path": [
163"eu_fl_depth",
164"latest"
165]
166}
167},
168"response": []
169},
170{
171"name": "EU FL Depth - Lookup type wetOrDry",
172"request": {
173"auth": {
174"type": "bearer",
175"bearer": [
176{
177"key": "token",
178"value": "{{apiKey}}",
179"type": "string"
180}
181]
182},
183"method": "POST",
184"header": [
185{
186"key": "Content-Type",
187"value": "application/json"
188}
189],
190"body": {
191"mode": "raw",
192"raw": "{\n \"location\": {\n \"address\": {\n \"countryCode\": \"GB\",\n \"countryScheme\": \"ISO2A\",\n \"countryRmsCode\": \"GB\",\n \"latitude\": 54.988537,\n \"longitude\": -2.138128,\n \"rmsGeoModelResolutionCode\": 1\n },\n \"characteristics\": {},\n \"coverageValues\": {}\n },\n \"layerOptions\": {\n \"lookup\": \"wetOrDry\"\n }\n}"
193},
194"url": {
195"raw": "{{baseUrl}}/eu_fl_depth/latest",
196"host": [
197"{{baseUrl}}"
198],
199"path": [
200"eu_fl_depth",
201"latest"
202]
203}
204},
205"response": []
206},
207{
208"name": "EU FL Depth - Lookup type proximity",
209"request": {
210"auth": {
211"type": "bearer",
212"bearer": [
213{
214"key": "token",
215"value": "{{apiKey}}",
216"type": "string"
217}
218]
219},
220"method": "POST",
221"header": [
222{
223"key": "Content-Type",
224"value": "application/json"
225}
226],
227"body": {
228"mode": "raw",
229"raw": "{\n \"location\": {\n \"address\": {\n \"countryCode\": \"GB\",\n \"countryScheme\": \"ISO2A\",\n \"countryRmsCode\": \"GB\",\n \"latitude\": 54.988537,\n \"longitude\": -2.138128,\n \"rmsGeoModelResolutionCode\": 1\n },\n \"characteristics\": {},\n \"coverageValues\": {}\n },\n \"layerOptions\": {\n \"lookup\": \"proximity\",\n \"defended\": false,\n \"returnPeriod\": 1000,\n \"proximityDistance\": 100,\n \"distanceUnit\": \"meters\"\n }\n}"
230},
231"url": {
232"raw": "{{baseUrl}}/eu_fl_depth/latest",
233"host": [
234"{{baseUrl}}"
235],
236"path": [
237"eu_fl_depth",
238"latest"
239]
240}
241},
242"response": []
243},
244{
245"name": "EU WS Loss Cost",
246"request": {
247"auth": {
248"type": "bearer",
249"bearer": [
250{
251"key": "token",
252"value": "{{apiKey}}",
253"type": "string"
254}
255]
256},
257"method": "POST",
258"header": [
259{
260"key": "Content-Type",
261"value": "application/json"
262}
263],
264"body": {
265"mode": "raw",
266"raw": "{\n \"location\": {\n \"address\": {\n \"countryCode\": \"BE\",\n \"countryGeoId\": 40,\n \"countryRmsCode\": \"BE\",\n \"countryScheme\": \"ISO2A\",\n \"latitude\": 51.145,\n \"longitude\": 4.845,\n \"id\": 61,\n \"postalCodeGeoId\": 12817529,\n \"postalCode\": \"2250\",\n \"rmsGeoModelResolutionCode\": 1\n },\n \"characteristics\": {\n \"occupancy\": \"EURO3\",\n \"construction\": \"RMS0\",\n \"yearBuilt\": 0,\n \"numOfStories\": 0\n },\n \"coverageValues\": {\n \"buildingValue\": 0,\n \"contentsValue\": 400000,\n \"businessInterruptionValue\": 0\n }\n },\n \"layerOptions\": {\n \"euwsFlag\": 0,\n \"deductibleType\": 5,\n \"deductibleAmount\": 0.01,\n \"deductibleAmount2\": 0.02,\n \"deductibleAmount3\": 0.05\n }\n}"
267},
268"url": {
269"raw": "{{baseUrl}}/eu_ws_loss_cost/latest",
270"host": [
271"{{baseUrl}}"
272],
273"path": [
274"eu_ws_loss_cost",
275"latest"
276]
277}
278},
279"response": []
280},
281{
282"name": "EU WS Risk Score",
283"request": {
284"auth": {
285"type": "bearer",
286"bearer": [
287{
288"key": "token",
289"value": "{{apiKey}}",
290"type": "string"
291}
292]
293},
294"method": "POST",
295"header": [
296{
297"key": "Content-Type",
298"value": "application/json"
299}
300],
301"body": {
302"mode": "raw",
303"raw": "{\n \"location\": {\n \"address\": {\n \"countryCode\": \"GB\",\n \"countryScheme\": \"ISO2A\",\n \"countryRmsCode\": \"GB\",\n \"latitude\": 54.988537,\n \"longitude\": -2.138128,\n \"rmsGeoModelResolutionCode\": 1\n },\n \"characteristics\": {\n \"construction\": \"ATC1\",\n \"occupancy\": \"ATC1\",\n \"yearBuilt\": 1973,\n \"numOfStories\": 3\n },\n \"coverageValues\": {}\n }\n}"
304},
305"url": {
306"raw": "{{baseUrl}}/eu_ws_risk_score/latest",
307"host": [
308"{{baseUrl}}"
309],
310"path": [
311"eu_ws_risk_score",
312"latest"
313]
314}
315},
316"response": []
317},
318{
319"name": "NZ MMI",
320"request": {
321"auth": {
322"type": "bearer",
323"bearer": [
324{
325"key": "token",
326"value": "{{apiKey}}",
327"type": "string"
328}
329]
330},
331"method": "POST",
332"header": [
333{
334"key": "Content-Type",
335"value": "application/json"
336}
337],
338"body": {
339"mode": "raw",
340"raw": "{\n \"location\": {\n \"address\": {\n \"countryCode\": \"NZ\",\n \"countryScheme\": \"ISO2A\",\n \"countryRmsCode\": \"NZ\",\n \"latitude\": -36.84491,\n \"longitude\": 174.7335,\n \"rmsGeoModelResolutionCode\": 1\n },\n \"characteristics\": {},\n \"coverageValues\": {}\n }\n}"
341},
342"url": {
343"raw": "{{baseUrl}}/nz_mmi/latest",
344"host": [
345"{{baseUrl}}"
346],
347"path": [
348"nz_mmi",
349"latest"
350]
351}
352},
353"response": []
354},
355{
356"name": "US MMI",
357"request": {
358"auth": {
359"type": "bearer",
360"bearer": [
361{
362"key": "token",
363"value": "{{apiKey}}",
364"type": "string"
365}
366]
367},
368"method": "POST",
369"header": [
370{
371"key": "Content-Type",
372"value": "application/json"
373}
374],
375"body": {
376"mode": "raw",
377"raw": "{\n \"location\": {\n \"address\": {\n \"countryCode\": \"US\",\n \"countryScheme\": \"ISO2A\",\n \"countryRmsCode\": \"US\",\n \"admin1Code\": \"CA\",\n \"latitude\": 37.54120000000001,\n \"longitude\": -122.06061000000001,\n \"rmsGeoModelResolutionCode\": 1\n },\n \"characteristics\": {},\n \"coverageValues\": {}\n }\n}"
378},
379"url": {
380"raw": "{{baseUrl}}/us_mmi/latest",
381"host": [
382"{{baseUrl}}"
383],
384"path": [
385"us_mmi",
386"latest"
387]
388}
389},
390"response": []
391},
392{
393"name": "US TR Loss Cost",
394"request": {
395"auth": {
396"type": "bearer",
397"bearer": [
398{
399"key": "token",
400"value": "{{apiKey}}",
401"type": "string"
402}
403]
404},
405"method": "POST",
406"header": [
407{
408"key": "Content-Type",
409"value": "application/json"
410}
411],
412"body": {
413"mode": "raw",
414"raw": "{\n \"location\": {\n \"address\": {\n \"id\": 1,\n \"countryCode\": \"US\",\n \"countryName\": \"United States\",\n \"countryRmsCode\": \"US\",\n \"countryScheme\": \"ISO2A\",\n \"latitude\": 42.36625,\n \"longitude\": -71.08675,\n \"rmsGeoModelResolutionCode\": 1,\n \"rmsGeocodingResolutionCode\": 19\n },\n \"characteristics\": {\n \"occupancy\": \"ATC0\",\n \"construction\": \"ATC7\",\n \"numOfStories\": 10,\n \"yearBuilt\": 0\n }\n },\n \"layerOptions\": {\n \"attackTypeFlag\": 1\n }\n}"
415},
416"url": {
417"raw": "{{baseUrl}}/us_tr_loss_cost/latest",
418"host": [
419"{{baseUrl}}"
420],
421"path": [
422"us_tr_loss_cost",
423"latest"
424]
425}
426},
427"response": []
428},
429{
430"name": "US TR Risk Score",
431"request": {
432"auth": {
433"type": "bearer",
434"bearer": [
435{
436"key": "token",
437"value": "{{apiKey}}",
438"type": "string"
439}
440]
441},
442"method": "POST",
443"header": [
444{
445"key": "Content-Type",
446"value": "application/json"
447}
448],
449"body": {
450"mode": "raw",
451"raw": "{\n \"location\": {\n \"address\": {\n \"id\": 1,\n \"countryCode\": \"US\",\n \"countryName\": \"United States\",\n \"countryRmsCode\": \"US\",\n \"countryScheme\": \"ISO2A\",\n \"latitude\": 42.36625,\n \"longitude\": -71.08675,\n \"rmsGeoModelResolutionCode\": 1,\n \"rmsGeocodingResolutionCode\": 19\n },\n \"characteristics\": {\n \"occupancy\": \"ATC0\",\n \"construction\": \"ATC7\",\n \"numOfStories\": 10,\n \"yearBuilt\": 0\n }\n },\n \"layerOptions\": {\n \"attackTypeFlag\": 1\n }\n}"
452},
453"url": {
454"raw": "{{baseUrl}}/us_tr_risk_score/latest",
455"host": [
456"{{baseUrl}}"
457],
458"path": [
459"us_tr_risk_score",
460"latest"
461]
462}
463},
464"response": []
465},
466{
467"name": "US EQ Loss Cost",
468"request": {
469"auth": {
470"type": "bearer",
471"bearer": [
472{
473"key": "token",
474"value": "{{apiKey}}",
475"type": "string"
476}
477]
478},
479"method": "POST",
480"header": [
481{
482"key": "Content-Type",
483"value": "application/json"
484}
485],
486"body": {
487"mode": "raw",
488"raw": "{\n \"location\": {\n \"address\": {\n \"countryCode\": \"US\",\n \"countryScheme\": \"ISO2A\",\n \"countryRmsCode\": \"US\",\n \"admin1Code\": \"SC\",\n \"latitude\": 32.594799,\n \"longitude\": -80.129569,\n \"rmsGeoModelResolutionCode\": 1,\n \"admin2GeoId\": 99999245019\n },\n \"characteristics\": {\n \"construction\": \"ATC1\",\n \"occupancy\": \"ATC1\",\n \"yearBuilt\": 1973,\n \"numOfStories\": 3\n },\n \"coverageValues\": {\n \"buildingValue\": 324324,\n \"contentsValue\": 43534.09,\n \"businessInterruptionValue\": 435.42\n }\n },\n \"layerOptions\": {\n \"deductibleType\": 1,\n \"deductibleAmount\": 0.02,\n \"deductibleAmount2\": 0.2,\n \"deductibleAmount3\": 0.25\n }\n}"
489},
490"url": {
491"raw": "{{baseUrl}}/us_eq_loss_cost/latest",
492"host": [
493"{{baseUrl}}"
494],
495"path": [
496"us_eq_loss_cost",
497"latest"
498]
499}
500},
501"response": []
502},
503{
504"name": "US EQ Risk Score",
505"request": {
506"auth": {
507"type": "bearer",
508"bearer": [
509{
510"key": "token",
511"value": "{{apiKey}}",
512"type": "string"
513}
514]
515},
516"method": "POST",
517"header": [
518{
519"key": "Content-Type",
520"value": "application/json"
521}
522],
523"body": {
524"mode": "raw",
525"raw": "{\n \"location\": {\n \"address\": {\n \"countryCode\": \"US\",\n \"countryScheme\": \"ISO2A\",\n \"countryRmsCode\": \"US\",\n \"admin1Code\": \"CA\",\n \"latitude\": 37.54120000000001,\n \"longitude\": -122.06061000000001,\n \"rmsGeoModelResolutionCode\": 1\n },\n \"characteristics\": {\n \"construction\": \"ATC1\",\n \"occupancy\": \"ATC1\",\n \"yearBuilt\": 1973,\n \"numOfStories\": 3\n },\n \"coverageValues\": {}\n }\n}"
526},
527"url": {
528"raw": "{{baseUrl}}/us_eq_risk_score/latest",
529"host": [
530"{{baseUrl}}"
531],
532"path": [
533"us_eq_risk_score",
534"latest"
535]
536}
537},
538"response": []
539},
540{
541"name": "US ESDB Building Attributes",
542"request": {
543"auth": {
544"type": "bearer",
545"bearer": [
546{
547"key": "token",
548"value": "{{apiKey}}",
549"type": "string"
550}
551]
552},
553"method": "POST",
554"header": [
555{
556"key": "Content-Type",
557"value": "application/json"
558}
559],
560"body": {
561"mode": "raw",
562"raw": "{\n \"location\": {\n \"address\": {\n \"countryCode\": \"US\",\n \"countryScheme\": \"ISO2A\",\n \"countryRmsCode\": \"US\",\n \"admin1Code\": \"TX\",\n \"rmsGeoModelResolutionCode\": 2,\n \"geoMatchCode\": \"K6-99999783726670-K1T1P1A1-K95T100P100A100-T1P1A1-00-AB-TP-X\",\n \"cityName\": \"SPICEWOOD\",\n \"streetAddress\": \"1900 LAS ENTRADAS\"\n },\n \"characteristics\": {},\n \"coverageValues\": {}\n }\n}"
563},
564"url": {
565"raw": "{{baseUrl}}/us_esdb_building_attributes/latest",
566"host": [
567"{{baseUrl}}"
568],
569"path": [
570"us_esdb_building_attributes",
571"latest"
572]
573}
574},
575"response": []
576},
577{
578"name": "US FEMA Firm",
579"request": {
580"auth": {
581"type": "bearer",
582"bearer": [
583{
584"key": "token",
585"value": "{{apiKey}}",
586"type": "string"
587}
588]
589},
590"method": "POST",
591"header": [
592{
593"key": "Content-Type",
594"value": "application/json"
595}
596],
597"body": {
598"mode": "raw",
599"raw": "{\n \"location\": {\n \"address\": {\n \"countryCode\": \"US\",\n \"countryScheme\": \"ISO2A\",\n \"countryRmsCode\": \"US\",\n \"admin1Code\": \"FL\",\n \"latitude\": 28.514108,\n \"longitude\": -81.37189,\n \"rmsGeoModelResolutionCode\": 1\n },\n \"characteristics\": {},\n \"coverageValues\": {}\n },\n \"layerOptions\": {\n \"distanceUnit\": \"feet\",\n \"proximityDistance\": 100\n }\n}"
600},
601"url": {
602"raw": "{{baseUrl}}/us_fema_firm/latest",
603"host": [
604"{{baseUrl}}"
605],
606"path": [
607"us_fema_firm",
608"latest"
609]
610}
611},
612"response": []
613},
614{
615"name": "US FL Depth - Lookup type floodDepth",
616"request": {
617"auth": {
618"type": "bearer",
619"bearer": [
620{
621"key": "token",
622"value": "{{apiKey}}",
623"type": "string"
624}
625]
626},
627"method": "POST",
628"header": [
629{
630"key": "Content-Type",
631"value": "application/json"
632}
633],
634"body": {
635"mode": "raw",
636"raw": "{\n \"location\": {\n \"address\": {\n \"countryCode\": \"US\",\n \"countryScheme\": \"ISO2A\",\n \"countryRmsCode\": \"US\",\n \"admin1Code\": \"FL\",\n \"latitude\": 28.514108,\n \"longitude\": -81.37189,\n \"rmsGeoModelResolutionCode\": 1\n },\n \"characteristics\": {},\n \"coverageValues\": {}\n },\n \"layerOptions\": {\n \"lookup\": \"floodDepth\"\n }\n}"
637},
638"url": {
639"raw": "{{baseUrl}}/us_fl_depth/latest",
640"host": [
641"{{baseUrl}}"
642],
643"path": [
644"us_fl_depth",
645"latest"
646]
647}
648},
649"response": []
650},
651{
652"name": "US FL Depth - Lookup type wetOrDry",
653"request": {
654"auth": {
655"type": "bearer",
656"bearer": [
657{
658"key": "token",
659"value": "{{apiKey}}",
660"type": "string"
661}
662]
663},
664"method": "POST",
665"header": [
666{
667"key": "Content-Type",
668"value": "application/json"
669}
670],
671"body": {
672"mode": "raw",
673"raw": "{\n \"location\": {\n \"address\": {\n \"countryCode\": \"US\",\n \"countryScheme\": \"ISO2A\",\n \"countryRmsCode\": \"US\",\n \"admin1Code\": \"FL\",\n \"latitude\": 28.514108,\n \"longitude\": -81.37189,\n \"rmsGeoModelResolutionCode\": 1\n },\n \"characteristics\": {},\n \"coverageValues\": {}\n },\n \"layerOptions\": {\n \"lookup\": \"wetOrDry\"\n }\n}"
674},
675"url": {
676"raw": "{{baseUrl}}/us_fl_depth/latest",
677"host": [
678"{{baseUrl}}"
679],
680"path": [
681"us_fl_depth",
682"latest"
683]
684}
685},
686"response": []
687},
688{
689"name": "US FL Depth - Lookup type proximity",
690"request": {
691"auth": {
692"type": "bearer",
693"bearer": [
694{
695"key": "token",
696"value": "{{apiKey}}",
697"type": "string"
698}
699]
700},
701"method": "POST",
702"header": [
703{
704"key": "Content-Type",
705"value": "application/json"
706}
707],
708"body": {
709"mode": "raw",
710"raw": "{\n \"location\": {\n \"address\": {\n \"countryCode\": \"US\",\n \"countryScheme\": \"ISO2A\",\n \"countryRmsCode\": \"US\",\n \"admin1Code\": \"FL\",\n \"latitude\": 28.514108,\n \"longitude\": -81.37189,\n \"rmsGeoModelResolutionCode\": 1\n },\n \"characteristics\": {},\n \"coverageValues\": {}\n },\n \"layerOptions\": {\n \"lookup\": \"proximity\",\n \"defended\": false,\n \"returnPeriod\": 1000,\n \"proximityDistance\": 100,\n \"distanceUnit\": \"meters\"\n }\n}"
711},
712"url": {
713"raw": "{{baseUrl}}/us_fl_depth/latest",
714"host": [
715"{{baseUrl}}"
716],
717"path": [
718"us_fl_depth",
719"latest"
720]
721}
722},
723"response": []
724},
725{
726"name": "US FL Loss Cost",
727"request": {
728"auth": {
729"type": "bearer",
730"bearer": [
731{
732"key": "token",
733"value": "{{apiKey}}",
734"type": "string"
735}
736]
737},
738"method": "POST",
739"header": [
740{
741"key": "Content-Type",
742"value": "application/json"
743}
744],
745"body": {
746"mode": "raw",
747"raw": "{\n \"location\": {\n \"address\": {\n \"countryCode\": \"US\",\n \"countryScheme\": \"ISO2A\",\n \"countryRmsCode\": \"US\",\n \"admin1Code\": \"FL\",\n \"latitude\": 28.514108,\n \"longitude\": -81.37189,\n \"rmsGeoModelResolutionCode\": 1,\n \"postalCodeGeoId\": 99999432806,\n \"admin1GeoId\": 99999112\n },\n \"characteristics\": {\n \"construction\": \"ATC16\",\n \"occupancy\": \"ATC37\",\n \"yearBuilt\": 1964,\n \"numOfStories\": 1,\n \"firstFloorHeightAboveGround\": 1,\n \"basement\": \"YES\",\n \"foundationType\": 0\n },\n \"coverageValues\": {\n \"buildingValue\": 1093488.618,\n \"contentsValue\": 966388.5339,\n \"businessInterruptionValue\": 44393.0543\n }\n },\n \"layerOptions\": {\n \"deductibleType\": 1,\n \"deductibleAmount\": 0.163958568,\n \"limitAmount\": 1888581.191\n }\n}"
748},
749"url": {
750"raw": "{{baseUrl}}/us_fl_loss_cost/latest",
751"host": [
752"{{baseUrl}}"
753],
754"path": [
755"us_fl_loss_cost",
756"latest"
757]
758}
759},
760"response": []
761},
762{
763"name": "US FL Risk Score",
764"request": {
765"auth": {
766"type": "bearer",
767"bearer": [
768{
769"key": "token",
770"value": "{{apiKey}}",
771"type": "string"
772}
773]
774},
775"method": "POST",
776"header": [
777{
778"key": "Content-Type",
779"value": "application/json"
780}
781],
782"body": {
783"mode": "raw",
784"raw": "{\n \"location\": {\n \"address\": {\n \"countryCode\": \"US\",\n \"countryScheme\": \"ISO2A\",\n \"countryRmsCode\": \"US\",\n \"admin1Code\": \"FL\",\n \"latitude\": 28.514108,\n \"longitude\": -81.37189,\n \"rmsGeoModelResolutionCode\": 1,\n \"postalCodeGeoId\": 99999432806,\n \"admin1GeoId\": 99999112\n },\n \"characteristics\": {\n \"construction\": \"ATC16\",\n \"occupancy\": \"ATC37\",\n \"yearBuilt\": 1964,\n \"numOfStories\": 1,\n \"firstFloorHeightAboveGround\": 1,\n \"basement\": \"YES\",\n \"foundationType\": 0\n },\n \"coverageValues\": {}\n },\n \"layerOptions\": {}\n}"
785},
786"url": {
787"raw": "{{baseUrl}}/us_fl_risk_score/latest",
788"host": [
789"{{baseUrl}}"
790],
791"path": [
792"us_fl_risk_score",
793"latest"
794]
795}
796},
797"response": []
798},
799{
800"name": "EU EQ Risk Score",
801"request": {
802"auth": {
803"type": "bearer",
804"bearer": [
805{
806"key": "token",
807"value": "{{apiKey}}",
808"type": "string"
809}
810]
811},
812"method": "POST",
813"header": [
814{
815"key": "Content-Type",
816"value": "application/json"
817}
818],
819"body": {
820"mode": "raw",
821"raw": "{\n \"location\": {\n \"address\": {\n \"admin1Code\": \"03\",\n \"latitude\": 54.63350724,\n \"longitude\": -5.92997257,\n \"countryCode\": \"Gb\",\n \"countryGeoId\": 40,\n \"countryRmsCode\": \"gb\",\n \"countryScheme\": \"ISO2A\",\n \"id\": 61,\n \"locationCode\": \"BT15 4\",\n \"postalCodeGeoId\": 21955608,\n \"rmsGeoModelResolutionCode\": 1\n },\n \"characteristics\": {\n \"occupancy\": \"0000\",\n \"construction\": \"0000\",\n \"yearBuilt\": 0,\n \"numOfStories\": 0\n },\n \"coverageValues\": {\n \"buildingValue\": 1000000,\n \"contentsValue\": 0,\n \"businessInterruptionValue\": 500000\n }\n },\n \"layerOptions\": {\n \"deductibleType\": 1,\n \"deductibleAmount\": 0.01,\n \"deductibleAmount2\": 0.02,\n \"deductibleAmount3\": 0.05\n }\n}"
822},
823"url": {
824"raw": "{{baseUrl}}/eu_eq_risk_score/latest",
825"host": [
826"{{baseUrl}}"
827],
828"path": [
829"eu_eq_risk_score",
830"latest"
831]
832}
833},
834"response": []
835},
836{
837"name": "EU EQ Loss Cost",
838"request": {
839"auth": {
840"type": "bearer",
841"bearer": [
842{
843"key": "token",
844"value": "{{apiKey}}",
845"type": "string"
846}
847]
848},
849"method": "POST",
850"header": [
851{
852"key": "Content-Type",
853"value": "application/json"
854}
855],
856"body": {
857"mode": "raw",
858"raw": "{\n \"location\": {\n \"address\": {\n \"admin1Code\": \"03\",\n \"latitude\": 54.63350724,\n \"longitude\": -5.92997257,\n \"countryCode\": \"Gb\",\n \"countryGeoId\": 40,\n \"countryRmsCode\": \"gb\",\n \"countryScheme\": \"ISO2A\",\n \"id\": 61,\n \"locationCode\": \"BT15 4\",\n \"postalCodeGeoId\": 21955608,\n \"postalCode\": \"BT15 4AH\",\n \"rmsGeoModelResolutionCode\": 1\n },\n \"characteristics\": {\n \"occupancy\": \"0000\",\n \"construction\": \"0000\",\n \"yearBuilt\": 0,\n \"numOfStories\": 0\n },\n \"coverageValues\": {\n \"buildingValue\": 1000000,\n \"contentsValue\": 0,\n \"businessInterruptionValue\": 500000\n }\n },\n \"layerOptions\": {\n \"deductibleType\": 1,\n \"deductibleAmount\": 0.01,\n \"deductibleAmount2\": 0.02,\n \"deductibleAmount3\": 0.05\n }\n}"
859},
860"url": {
861"raw": "{{baseUrl}}/eu_eq_loss_cost/latest",
862"host": [
863"{{baseUrl}}"
864],
865"path": [
866"eu_eq_loss_cost",
867"latest"
868]
869}
870},
871"response": []
872},
873{
874"name": "US FL Susceptibility",
875"request": {
876"auth": {
877"type": "bearer",
878"bearer": [
879{
880"key": "token",
881"value": "{{apiKey}}",
882"type": "string"
883}
884]
885},
886"method": "POST",
887"header": [
888{
889"key": "Content-Type",
890"value": "application/json"
891}
892],
893"body": {
894"mode": "raw",
895"raw": "{\n \"location\": {\n \"address\": {\n \"countryCode\": \"US\",\n \"countryScheme\": \"ISO2A\",\n \"countryRmsCode\": \"US\",\n \"admin1Code\": \"FL\",\n \"latitude\": 28.514108,\n \"longitude\": -81.37189,\n \"rmsGeoModelResolutionCode\": 1,\n \"postalCodeGeoId\": 99999432806,\n \"admin1GeoId\": 99999112\n },\n \"characteristics\": {\n \"construction\": \"ATC16\",\n \"occupancy\": \"ATC37\",\n \"yearBuilt\": 1964,\n \"numOfStories\": 1,\n \"firstFloorHeightAboveGround\": 1,\n \"basement\": \"YES\",\n \"foundationType\": 1\n },\n \"coverageValues\": {}\n }\n}"
896},
897"url": {
898"raw": "{{baseUrl}}/us_fl_susceptibility/latest",
899"host": [
900"{{baseUrl}}"
901],
902"path": [
903"us_fl_susceptibility",
904"latest"
905]
906}
907},
908"response": []
909},
910{
911"name": "US WS Loss Cost",
912"request": {
913"auth": {
914"type": "bearer",
915"bearer": [
916{
917"key": "token",
918"value": "{{apiKey}}",
919"type": "string"
920}
921]
922},
923"method": "POST",
924"header": [
925{
926"key": "Content-Type",
927"value": "application/json"
928}
929],
930"body": {
931"mode": "raw",
932"raw": "{\n \"location\": {\n \"address\": {\n \"countryCode\": \"US\",\n \"countryScheme\": \"ISO2A\",\n \"countryRmsCode\": \"US\",\n \"admin1Code\": \"ME\",\n \"latitude\": 44.795,\n \"longitude\": -68.795,\n \"rmsGeoModelResolutionCode\": 1,\n \"postalCodeGeoId\": 99999404401\n },\n \"characteristics\": {\n \"construction\": \"ATC1\",\n \"occupancy\": \"ATC1\",\n \"yearBuilt\": 1973,\n \"numOfStories\": 3\n },\n \"coverageValues\": {\n \"buildingValue\": 324324,\n \"contentsValue\": 43534.09,\n \"businessInterruptionValue\": 435.42\n }\n },\n \"layerOptions\": {\n \"deductibleType\": 1,\n \"deductibleAmount\": 0.02,\n \"deductibleAmount2\": 0.2,\n \"deductibleAmount3\": 0.25\n }\n}"
933},
934"url": {
935"raw": "{{baseUrl}}/us_ws_loss_cost/latest",
936"host": [
937"{{baseUrl}}"
938],
939"path": [
940"us_ws_loss_cost",
941"latest"
942]
943}
944},
945"response": []
946},
947{
948"name": "US WS Risk Score",
949"request": {
950"auth": {
951"type": "bearer",
952"bearer": [
953{
954"key": "token",
955"value": "{{apiKey}}",
956"type": "string"
957}
958]
959},
960"method": "POST",
961"header": [
962{
963"key": "Content-Type",
964"value": "application/json"
965}
966],
967"body": {
968"mode": "raw",
969"raw": "{\n \"location\": {\n \"address\": {\n \"countryCode\": \"US\",\n \"countryScheme\": \"ISO2A\",\n \"countryRmsCode\": \"US\",\n \"admin1Code\": \"FL\",\n \"latitude\": 28.514108,\n \"longitude\": -81.37189,\n \"rmsGeoModelResolutionCode\": 1\n },\n \"characteristics\": {\n \"construction\": \"ATC1\",\n \"occupancy\": \"ATC1\",\n \"yearBuilt\": 1973,\n \"numOfStories\": 3\n },\n \"coverageValues\": {}\n }\n}"
970},
971"url": {
972"raw": "{{baseUrl}}/us_ws_risk_score/latest",
973"host": [
974"{{baseUrl}}"
975],
976"path": [
977"us_ws_risk_score",
978"latest"
979]
980}
981},
982"response": []
983},
984{
985"name": "US WT Loss Cost",
986"request": {
987"auth": {
988"type": "bearer",
989"bearer": [
990{
991"key": "token",
992"value": "{{apiKey}}",
993"type": "string"
994}
995]
996},
997"method": "POST",
998"header": [
999{
1000"key": "Content-Type",
1001"value": "application/json"
1002}
1003],
1004"body": {
1005"mode": "raw",
1006"raw": "{\n \"location\": {\n \"address\": {\n \"admin1Code\": \"AR\",\n \"countryRmsCode\": \"US\",\n \"countryCode\": \"US\",\n \"countryScheme\": \"ISO2A\",\n \"latitude\": 33.45,\n \"longitude\": -112.05,\n \"rmsGeoModelResolutionCode\": 1\n },\n \"characteristics\": {\n \"occupancy\": \"ATC0\",\n \"construction\": \"RMS0\",\n \"yearBuilt\": 1987,\n \"numOfStories\": 2\n },\n \"coverageValues\": {\n \"buildingValue\": 324324,\n \"contentsValue\": 43534.09,\n \"businessInterruptionValue\": 435.42\n }\n },\n \"layerOptions\": {\n \"deductibleType\": 1,\n \"deductibleAmount\": 0.02,\n \"deductibleAmount2\": 0.2,\n \"deductibleAmount3\": 0.25\n }\n}"
1007},
1008"url": {
1009"raw": "{{baseUrl}}/us_wt_loss_cost/latest",
1010"host": [
1011"{{baseUrl}}"
1012],
1013"path": [
1014"us_wt_loss_cost",
1015"latest"
1016]
1017}
1018},
1019"response": []
1020},
1021{
1022"name": "US WT Risk Score",
1023"request": {
1024"auth": {
1025"type": "bearer",
1026"bearer": [
1027{
1028"key": "token",
1029"value": "{{apiKey}}",
1030"type": "string"
1031}
1032]
1033},
1034"method": "POST",
1035"header": [
1036{
1037"key": "Content-Type",
1038"value": "application/json"
1039}
1040],
1041"body": {
1042"mode": "raw",
1043"raw": "{\n \"location\": {\n \"address\": {\n \"admin1Code\": \"AR\",\n \"countryRmsCode\": \"US\",\n \"countryCode\": \"US\",\n \"countryScheme\": \"ISO2A\",\n \"latitude\": 33.45,\n \"longitude\": -112.05,\n \"rmsGeoModelResolutionCode\": 1\n },\n \"characteristics\": {\n \"occupancy\": \"ATC0\",\n \"construction\": \"RMS0\",\n \"yearBuilt\": 1987,\n \"numOfStories\": 2\n }\n }\n}"
1044},
1045"url": {
1046"raw": "{{baseUrl}}/us_wt_risk_score/latest",
1047"host": [
1048"{{baseUrl}}"
1049],
1050"path": [
1051"us_wt_risk_score",
1052"latest"
1053]
1054}
1055},
1056"response": []
1057},
1058{
1059"name": "CA WT Loss Cost",
1060"request": {
1061"auth": {
1062"type": "bearer",
1063"bearer": [
1064{
1065"key": "token",
1066"value": "{{apiKey}}",
1067"type": "string"
1068}
1069]
1070},
1071"method": "POST",
1072"header": [
1073{
1074"key": "Content-Type",
1075"value": "application/json"
1076}
1077],
1078"body": {
1079"mode": "raw",
1080"raw": "{\n \"location\": {\n \"address\": {\n \"admin1Code\": \"AR\",\n \"countryRmsCode\": \"CA\",\n \"countryCode\": \"CA\",\n \"countryScheme\": \"ISO2A\",\n \"latitude\": 53.55,\n \"longitude\": -113.35,\n \"rmsGeoModelResolutionCode\": 1\n },\n \"characteristics\": {\n \"occupancy\": \"ATC0\",\n \"construction\": \"RMS0\",\n \"yearBuilt\": 1987,\n \"numOfStories\": 2\n },\n \"coverageValues\": {\n \"buildingValue\": 324324,\n \"contentsValue\": 43534.09,\n \"businessInterruptionValue\": 435.42\n }\n },\n \"layerOptions\": {\n \"deductibleType\": 1,\n \"deductibleAmount\": 0.02,\n \"deductibleAmount2\": 0.2,\n \"deductibleAmount3\": 0.25\n }\n}"
1081},
1082"url": {
1083"raw": "{{baseUrl}}/ca_wt_loss_cost/latest",
1084"host": [
1085"{{baseUrl}}"
1086],
1087"path": [
1088"ca_wt_loss_cost",
1089"latest"
1090]
1091}
1092},
1093"response": []
1094},
1095{
1096"name": "CA WT Risk Score",
1097"request": {
1098"auth": {
1099"type": "bearer",
1100"bearer": [
1101{
1102"key": "token",
1103"value": "{{apiKey}}",
1104"type": "string"
1105}
1106]
1107},
1108"method": "POST",
1109"header": [
1110{
1111"key": "Content-Type",
1112"value": "application/json"
1113}
1114],
1115"body": {
1116"mode": "raw",
1117"raw": "{\n \"location\": {\n \"address\": {\n \"admin1Code\": \"AR\",\n \"countryRmsCode\": \"CA\",\n \"countryCode\": \"CA\",\n \"countryScheme\": \"ISO2A\",\n \"latitude\": 53.55,\n \"longitude\": -113.35,\n \"rmsGeoModelResolutionCode\": 1\n },\n \"characteristics\": {\n \"occupancy\": \"ATC0\",\n \"construction\": \"RMS0\",\n \"yearBuilt\": 1987,\n \"numOfStories\": 2\n }\n }\n}"
1118},
1119"url": {
1120"raw": "{{baseUrl}}/ca_wt_risk_score/latest",
1121"host": [
1122"{{baseUrl}}"
1123],
1124"path": [
1125"ca_wt_risk_score",
1126"latest"
1127]
1128}
1129},
1130"response": []
1131},
1132{
1133"name": "CA EQ Loss Cost",
1134"request": {
1135"auth": {
1136"type": "bearer",
1137"bearer": [
1138{
1139"key": "token",
1140"value": "{{apiKey}}",
1141"type": "string"
1142}
1143]
1144},
1145"method": "POST",
1146"header": [
1147{
1148"key": "Content-Type",
1149"value": "application/json"
1150}
1151],
1152"body": {
1153"mode": "raw",
1154"raw": "{\n \"location\": {\n \"address\": {\n \"admin1Code\": \"NT\",\n \"countryRmsCode\": \"CA\",\n \"countryCode\": \"CA\",\n \"countryScheme\": \"ISO2A\",\n \"latitude\": 61.35,\n \"longitude\": -125.95,\n \"rmsGeoModelResolutionCode\": 1,\n \"postalCode\": \"X0G 0A1\",\n \"locationCode\": \"X0G\"\n },\n \"characteristics\": {\n \"occupancy\": \"ATC0\",\n \"construction\": \"RMS0\",\n \"yearBuilt\": 1987,\n \"numOfStories\": 2\n },\n \"coverageValues\": {\n \"buildingValue\": 324324,\n \"contentsValue\": 43534.09,\n \"businessInterruptionValue\": 435.42\n }\n },\n \"layerOptions\": {\n \"deductibleType\": 1,\n \"deductibleAmount\": 0.02,\n \"deductibleAmount2\": 0.2,\n \"deductibleAmount3\": 0.25\n }\n}"
1155},
1156"url": {
1157"raw": "{{baseUrl}}/ca_eq_loss_cost/latest",
1158"host": [
1159"{{baseUrl}}"
1160],
1161"path": [
1162"ca_eq_loss_cost",
1163"latest"
1164]
1165}
1166},
1167"response": []
1168},
1169{
1170"name": "CA EQ Risk Score",
1171"request": {
1172"auth": {
1173"type": "bearer",
1174"bearer": [
1175{
1176"key": "token",
1177"value": "{{apiKey}}",
1178"type": "string"
1179}
1180]
1181},
1182"method": "POST",
1183"header": [
1184{
1185"key": "Content-Type",
1186"value": "application/json"
1187}
1188],
1189"body": {
1190"mode": "raw",
1191"raw": "{\n \"location\": {\n \"address\": {\n \"admin1Code\": \"AR\",\n \"countryRmsCode\": \"CA\",\n \"countryCode\": \"CA\",\n \"countryScheme\": \"ISO2A\",\n \"latitude\": 53.55,\n \"longitude\": -113.35,\n \"rmsGeoModelResolutionCode\": 1\n },\n \"characteristics\": {\n \"occupancy\": \"ATC0\",\n \"construction\": \"RMS0\",\n \"yearBuilt\": 1987,\n \"numOfStories\": 2\n }\n }\n}"
1192},
1193"url": {
1194"raw": "{{baseUrl}}/ca_eq_risk_score/latest",
1195"host": [
1196"{{baseUrl}}"
1197],
1198"path": [
1199"ca_eq_risk_score",
1200"latest"
1201]
1202}
1203},
1204"response": []
1205},
1206{
1207"name": "US Wildfire Model Hazard",
1208"request": {
1209"auth": {
1210"type": "bearer",
1211"bearer": [
1212{
1213"key": "token",
1214"value": "{{apiKey}}",
1215"type": "string"
1216}
1217]
1218},
1219"method": "POST",
1220"header": [
1221{
1222"key": "Content-Type",
1223"value": "application/json"
1224}
1225],
1226"body": {
1227"mode": "raw",
1228"raw": "{\n \"location\": {\n \"address\": {\n \"countryCode\": \"US\",\n \"countryScheme\": \"ISO2A\",\n \"countryRmsCode\": \"US\",\n \"admin1Code\": \"ME\",\n \"latitude\": 44.607077,\n \"longitude\": -67.929818,\n \"rmsGeoModelResolutionCode\": 2\n }\n }\n }"
1229},
1230"url": {
1231"raw": "{{baseUrl}}/us_wf_model_hazard/latest",
1232"host": [
1233"{{baseUrl}}"
1234],
1235"path": [
1236"us_wf_model_hazard",
1237"latest"
1238]
1239}
1240},
1241"response": []
1242},
1243{
1244"name": "US Wildfire Supplemental",
1245"request": {
1246"auth": {
1247"type": "bearer",
1248"bearer": [
1249{
1250"key": "token",
1251"value": "{{apiKey}}",
1252"type": "string"
1253}
1254]
1255},
1256"method": "POST",
1257"header": [
1258{
1259"key": "Content-Type",
1260"value": "application/json"
1261}
1262],
1263"body": {
1264"mode": "raw",
1265"raw": "{\n \"location\": {\n \"address\": {\n \"countryCode\": \"US\",\n \"countryScheme\": \"ISO2A\",\n \"countryRmsCode\": \"US\",\n \"admin1Code\": \"ME\",\n \"latitude\": 44.607077,\n \"longitude\": -67.929818,\n \"rmsGeoModelResolutionCode\": 2\n }\n }\n }"
1266},
1267"url": {
1268"raw": "{{baseUrl}}/us_wf_supplemental_hazard/latest",
1269"host": [
1270"{{baseUrl}}"
1271],
1272"path": [
1273"us_wf_supplemental_hazard",
1274"latest"
1275]
1276}
1277},
1278"response": []
1279},
1280{
1281"name": "US CS Loss Cost",
1282"request": {
1283"auth": {
1284"type": "bearer",
1285"bearer": [
1286{
1287"key": "token",
1288"value": "{{apiKey}}",
1289"type": "string"
1290}
1291]
1292},
1293"method": "POST",
1294"header": [
1295{
1296"key": "Content-Type",
1297"value": "application/json"
1298}
1299],
1300"body": {
1301"mode": "raw",
1302"raw": "{\n \"location\": {\n \"address\": {\n \"admin1Code\": \"ME\",\n \"admin1GeoId\": 99999123,\n \"admin1Name\": \"MAINE\",\n \"admin2Code\": \"029\",\n \"admin2GeoId\": 99999223029,\n \"admin2Name\": \"WASHINGTON COUNTY\",\n \"admin3Code\": \"\",\n \"admin3GeoId\": 0,\n \"admin3Name\": \"\",\n \"cityGeoId\": 9999932351534,\n \"cityName\": \"VANCEBORO\",\n \"countryCode\": \"US\",\n \"countryFips\": \"US\",\n \"countryGeoId\": 840,\n \"countryName\": \"United States\",\n \"countryRmsCode\": \"US\",\n \"countryScheme\": \"ISO2A\",\n \"geoDataSourceId\": 32,\n \"geoMatchCode\": \"R2-99999404491---XX-XX-ABPT-N-27.19129990\",\n \"id\": 1,\n \"latitude\": 45.75,\n \"locationCode\": \"\",\n \"locationCodeGeoId\": 0,\n \"longitude\": -67.25,\n \"parcelId\": 0,\n \"postalCode\": \"04491\",\n \"postalCodeGeoId\": 99999404491,\n \"rmsGeoModelResolutionCode\": 1,\n \"rmsGeocodingResolutionCode\": 19,\n \"streetAddress\": \"\",\n \"ugid\": \"USR1999999404491\",\n \"zone1Code\": \"\",\n \"zone1GeoId\": 0,\n \"zone2GeoId\": 0\n },\n \"characteristics\": {\n \"occupancy\": \"ATC0\",\n \"construction\": \"RMS0\",\n \"numOfStories\": 0,\n \"yearBuilt\": 2005\n },\n \"coverageValues\": {\n \"buildingValue\": 324324,\n \"contentsValue\": 43534.09,\n \"businessInterruptionValue\": 435.42\n }\n },\n \"layerOptions\": {\n \"deductibleType\": 1,\n \"deductibleAmount\": 0.02,\n \"deductibleAmount2\": 0.2,\n \"deductibleAmount3\": 0.25\n }\n}"
1303},
1304"url": {
1305"raw": "{{baseUrl}}/us_cs_loss_cost/latest",
1306"host": [
1307"{{baseUrl}}"
1308],
1309"path": [
1310"us_cs_loss_cost",
1311"latest"
1312]
1313}
1314},
1315"response": []
1316},
1317{
1318"name": "US CS Risk Score",
1319"request": {
1320"auth": {
1321"type": "bearer",
1322"bearer": [
1323{
1324"key": "token",
1325"value": "{{apiKey}}",
1326"type": "string"
1327}
1328]
1329},
1330"method": "POST",
1331"header": [
1332{
1333"key": "Content-Type",
1334"value": "application/json"
1335}
1336],
1337"body": {
1338"mode": "raw",
1339"raw": "{\n \"location\": {\n \"address\": {\n \"admin1Code\": \"ME\",\n \"admin1GeoId\": 99999123,\n \"admin1Name\": \"MAINE\",\n \"admin2Code\": \"029\",\n \"admin2GeoId\": 99999223029,\n \"admin2Name\": \"WASHINGTON COUNTY\",\n \"admin3Code\": \"\",\n \"admin3GeoId\": 0,\n \"admin3Name\": \"\",\n \"cityGeoId\": 9999932351534,\n \"cityName\": \"VANCEBORO\",\n \"countryCode\": \"US\",\n \"countryFips\": \"US\",\n \"countryGeoId\": 840,\n \"countryName\": \"United States\",\n \"countryRmsCode\": \"US\",\n \"countryScheme\": \"ISO2A\",\n \"geoDataSourceId\": 32,\n \"geoMatchCode\": \"R2-99999404491---XX-XX-ABPT-N-27.19129990\",\n \"id\": 1,\n \"latitude\": 45.75,\n \"locationCode\": \"\",\n \"locationCodeGeoId\": 0,\n \"longitude\": -67.25,\n \"parcelId\": 0,\n \"postalCode\": \"04491\",\n \"postalCodeGeoId\": 99999404491,\n \"rmsGeoModelResolutionCode\": 1,\n \"rmsGeocodingResolutionCode\": 19,\n \"streetAddress\": \"\",\n \"ugid\": \"USR1999999404491\",\n \"zone1Code\": \"\",\n \"zone1GeoId\": 0,\n \"zone2GeoId\": 0\n },\n \"characteristics\": {\n \"occupancy\": \"ATC0\",\n \"construction\": \"RMS0\",\n \"numOfStories\": 0,\n \"yearBuilt\": 2005\n }\n }\n}\n"
1340},
1341"url": {
1342"raw": "{{baseUrl}}/us_cs_risk_score/latest",
1343"host": [
1344"{{baseUrl}}"
1345],
1346"path": [
1347"us_cs_risk_score",
1348"latest"
1349]
1350}
1351},
1352"response": []
1353},
1354{
1355"name": "CA CS Loss Cost",
1356"request": {
1357"auth": {
1358"type": "bearer",
1359"bearer": [
1360{
1361"key": "token",
1362"value": "{{apiKey}}",
1363"type": "string"
1364}
1365]
1366},
1367"method": "POST",
1368"header": [
1369{
1370"key": "Content-Type",
1371"value": "application/json"
1372}
1373],
1374"body": {
1375"mode": "raw",
1376"raw": "{\n \"location\": {\n \"address\": {\n \"admin1Code\": \"QC\",\n \"admin1GeoId\": 2344924,\n \"admin1Name\": \"Quebec\",\n \"admin2Code\": \"QC098\",\n \"admin2GeoId\": 60651120,\n \"admin2Name\": \"Minganie--Le Golfe-du-Saint-Laurent\",\n \"admin3Code\": \"QC09800035\",\n \"admin3GeoId\": 61090288,\n \"admin3Name\": \"Baie-Johan-Beetz\",\n \"cityGeoId\": 2716,\n \"cityName\": \"Baie-Johan-Beetz\",\n \"countryCode\": \"CA\",\n \"countryFips\": \"CA\",\n \"countryGeoId\": 124,\n \"countryName\": \"Canada\",\n \"countryRmsCode\": \"CA\",\n \"countryScheme\": \"ISO2A\",\n \"geoDataSourceId\": 32,\n \"geoMatchCode\": \"R2-23803454---XX-XX-ABCFGPT-N-111.33713741\",\n \"id\": 1,\n \"latitude\": 51.25,\n \"locationCode\": \"G0G\",\n \"locationCodeGeoId\": 0,\n \"longitude\": -63.25,\n \"parcelId\": 0,\n \"postalCode\": \"G0G 1B0\",\n \"postalCodeGeoId\": 23803454,\n \"rmsGeoModelResolutionCode\": 1,\n \"rmsGeocodingResolutionCode\": 19,\n \"streetAddress\": \"\",\n \"ugid\": \"CAR1923803454\",\n \"zone1Code\": \"16\",\n \"zone1GeoId\": 60344086,\n \"zone2GeoId\": 0\n },\n \"characteristics\": {\n \"occupancy\": \"ATC0\",\n \"construction\": \"RMS0\",\n \"numOfStories\": 0,\n \"yearBuilt\": 0\n },\n \"coverageValues\": {\n \"buildingValue\": 324324,\n \"contentsValue\": 43534.09,\n \"businessInterruptionValue\": 435.42\n }\n },\n \"layerOptions\": {\n \"deductibleType\": 1,\n \"deductibleAmount\": 0.02,\n \"deductibleAmount2\": 0.2,\n \"deductibleAmount3\": 0.25\n }\n}"
1377},
1378"url": {
1379"raw": "{{baseUrl}}/ca_cs_loss_cost/latest",
1380"host": [
1381"{{baseUrl}}"
1382],
1383"path": [
1384"ca_cs_loss_cost",
1385"latest"
1386]
1387}
1388},
1389"response": []
1390},
1391{
1392"name": "CA CS Risk Score",
1393"request": {
1394"auth": {
1395"type": "bearer",
1396"bearer": [
1397{
1398"key": "token",
1399"value": "{{apiKey}}",
1400"type": "string"
1401}
1402]
1403},
1404"method": "POST",
1405"header": [
1406{
1407"key": "Content-Type",
1408"value": "application/json"
1409}
1410],
1411"body": {
1412"mode": "raw",
1413"raw": "{\n \"location\": {\n \"address\": {\n \"admin1Code\": \"QC\",\n \"admin1GeoId\": 2344924,\n \"admin1Name\": \"Quebec\",\n \"admin2Code\": \"QC098\",\n \"admin2GeoId\": 60651120,\n \"admin2Name\": \"Minganie--Le Golfe-du-Saint-Laurent\",\n \"admin3Code\": \"QC09800035\",\n \"admin3GeoId\": 61090288,\n \"admin3Name\": \"Baie-Johan-Beetz\",\n \"cityGeoId\": 2716,\n \"cityName\": \"Baie-Johan-Beetz\",\n \"countryCode\": \"CA\",\n \"countryFips\": \"CA\",\n \"countryGeoId\": 124,\n \"countryName\": \"Canada\",\n \"countryRmsCode\": \"CA\",\n \"countryScheme\": \"ISO2A\",\n \"geoDataSourceId\": 32,\n \"geoMatchCode\": \"R2-23803454---XX-XX-ABCFGPT-N-111.33713741\",\n \"id\": 1,\n \"latitude\": 51.25,\n \"locationCode\": \"G0G\",\n \"locationCodeGeoId\": 0,\n \"longitude\": -63.25,\n \"parcelId\": 0,\n \"postalCode\": \"G0G 1B0\",\n \"postalCodeGeoId\": 23803454,\n \"rmsGeoModelResolutionCode\": 1,\n \"rmsGeocodingResolutionCode\": 19,\n \"streetAddress\": \"\",\n \"ugid\": \"CAR1923803454\",\n \"zone1Code\": \"16\",\n \"zone1GeoId\": 60344086,\n \"zone2GeoId\": 0\n },\n \"characteristics\": {\n \"occupancy\": \"ATC0\",\n \"construction\": \"RMS0\",\n \"numOfStories\": 0,\n \"yearBuilt\": 0\n }\n }\n}\n"
1414},
1415"url": {
1416"raw": "{{baseUrl}}/ca_cs_risk_score/latest",
1417"host": [
1418"{{baseUrl}}"
1419],
1420"path": [
1421"ca_cs_risk_score",
1422"latest"
1423]
1424}
1425},
1426"response": []
1427},
1428{
1429"name": "AU WS Risk Score",
1430"request": {
1431"auth": {
1432"type": "bearer",
1433"bearer": [
1434{
1435"key": "token",
1436"value": "{{apiKey}}",
1437"type": "string"
1438}
1439]
1440},
1441"method": "POST",
1442"header": [
1443{
1444"key": "Content-Type",
1445"value": "application/json"
1446}
1447],
1448"body": {
1449"mode": "raw",
1450"raw": "{\n \"location\": {\n \"characteristics\": {\n \"occupancy\": \"ATC0\",\n \"construction\": \"RMS1\",\n \"yearBuilt\": 2010,\n \"numOfStories\": 0\n },\n \"address\": {\n \"countryScheme\": \"ISO2A\",\n \"countryRmsCode\": \"AU\",\n \"countryCode\": \"AU\",\n \"latitude\": -19.284868,\n \"longitude\": 146.772049,\n \"postalCodeGeoId\": 12708445,\n \"rmsGeoModelResolutionCode\": 1\n }\n },\n \"layerOptions\": {\n \"surgeFlag\": 0\n }\n}"
1451},
1452"url": {
1453"raw": "{{baseUrl}}/au_ws_risk_score/latest",
1454"host": [
1455"{{baseUrl}}"
1456],
1457"path": [
1458"au_ws_risk_score",
1459"latest"
1460]
1461}
1462},
1463"response": []
1464},
1465{
1466"name": "AU WS Loss Cost",
1467"request": {
1468"auth": {
1469"type": "bearer",
1470"bearer": [
1471{
1472"key": "token",
1473"value": "{{apiKey}}",
1474"type": "string"
1475}
1476]
1477},
1478"method": "POST",
1479"header": [
1480{
1481"key": "Content-Type",
1482"value": "application/json"
1483}
1484],
1485"body": {
1486"mode": "raw",
1487"raw": "{\n \"location\": {\n \"address\": {\n \"countryCode\": \"AU\",\n \"countryScheme\": \"ISO2A\",\n \"countryRmsCode\": \"AU\",\n \"latitude\": -19.284868,\n \"longitude\": 146.772049,\n \"rmsGeoModelResolutionCode\": 1,\n \"admin1GeoId\": 2344702,\n \"postalCodeGeoId\": 12708445\n },\n \"characteristics\": {\n \"construction\": \"ATC1\",\n \"occupancy\": \"ATC1\",\n \"yearBuilt\": 1973,\n \"numOfStories\": 3\n },\n \"coverageValues\": {\n \"buildingValue\": 1000000,\n \"contentsValue\": 100000,\n \"businessInterruptionValue\": 50000\n }\n },\n \"layerOptions\": {\n \"surgeFlag\": 0,\n \"deductibleType\": 1,\n \"deductibleAmount\": 0.1,\n \"deductibleAmount2\": 0.05,\n \"deductibleAmount3\": 0.02\n }\n}"
1488},
1489"url": {
1490"raw": "{{baseUrl}}/au_ws_loss_cost/latest",
1491"host": [
1492"{{baseUrl}}"
1493],
1494"path": [
1495"au_ws_loss_cost",
1496"latest"
1497]
1498}
1499},
1500"response": []
1501},
1502{
1503"name": "US Subsidence",
1504"request": {
1505"auth": {
1506"type": "bearer",
1507"bearer": [
1508{
1509"key": "token",
1510"value": "{{apiKey}}",
1511"type": "string"
1512}
1513]
1514},
1515"method": "POST",
1516"header": [
1517{
1518"key": "Content-Type",
1519"value": "application/json"
1520}
1521],
1522"body": {
1523"mode": "raw",
1524"raw": "{\n \"location\": {\n \"address\": {\n \"countryCode\": \"US\",\n \"countryScheme\": \"ISO2A\",\n \"countryRmsCode\": \"US\",\n \"admin1Code\": \"CA\",\n \"latitude\": 37.272,\n \"longitude\": -91.719,\n \"rmsGeoModelResolutionCode\": 1\n }\n },\n \"layerOptions\": {\n \"proximityDistance\": 10,\n \"distanceUnit\": \"miles\"\n } \n} "
1525},
1526"url": {
1527"raw": "{{baseUrl}}/us_subsidence/latest",
1528"host": [
1529"{{baseUrl}}"
1530],
1531"path": [
1532"us_subsidence",
1533"latest"
1534]
1535}
1536},
1537"response": []
1538},
1539{
1540"name": "AC EQ Hazard",
1541"request": {
1542"auth": {
1543"type": "bearer",
1544"bearer": [
1545{
1546"key": "token",
1547"value": "{{apiKey}}",
1548"type": "string"
1549}
1550]
1551},
1552"method": "POST",
1553"header": [
1554{
1555"key": "Content-Type",
1556"value": "application/json"
1557}
1558],
1559"body": {
1560"mode": "raw",
1561"raw": "{\n \"location\": {\n \"address\": {\n \"countryCode\": \"SV\",\n \"countryScheme\": \"ISO2A\",\n \"countryRmsCode\": \"SV\",\n \"latitude\": 13.691045,\n \"longitude\": -89.214974,\n \"rmsGeoModelResolutionCode\": 1,\n \"admin1GeoId\": 2345301\n }\n }\n}"
1562},
1563"url": {
1564"raw": "{{baseUrl}}/ac_eq_hazard/latest",
1565"host": [
1566"{{baseUrl}}"
1567],
1568"path": [
1569"ac_eq_hazard",
1570"latest"
1571]
1572}
1573},
1574"response": []
1575},
1576{
1577"name": "AP EQ Hazard",
1578"request": {
1579"auth": {
1580"type": "bearer",
1581"bearer": [
1582{
1583"key": "token",
1584"value": "{{apiKey}}",
1585"type": "string"
1586}
1587]
1588},
1589"method": "POST",
1590"header": [
1591{
1592"key": "Content-Type",
1593"value": "application/json"
1594}
1595],
1596"body": {
1597"mode": "raw",
1598"raw": "{\n \"location\": {\n \"address\": {\n \"countryCode\": \"VN\",\n \"countryScheme\": \"ISO2A\",\n \"countryRmsCode\": \"VN\",\n \"latitude\": 10.794132,\n \"longitude\": 106.622704,\n \"rmsGeoModelResolutionCode\": 1,\n \"admin1GeoId\": 2347728\n }\n }\n}"
1599},
1600"url": {
1601"raw": "{{baseUrl}}/ap_eq_hazard/latest",
1602"host": [
1603"{{baseUrl}}"
1604],
1605"path": [
1606"ap_eq_hazard",
1607"latest"
1608]
1609}
1610},
1611"response": []
1612},
1613{
1614"name": "AH EQ Hazard",
1615"request": {
1616"auth": {
1617"type": "bearer",
1618"bearer": [
1619{
1620"key": "token",
1621"value": "{{apiKey}}",
1622"type": "string"
1623}
1624]
1625},
1626"method": "POST",
1627"header": [
1628{
1629"key": "Content-Type",
1630"value": "application/json"
1631}
1632],
1633"body": {
1634"mode": "raw",
1635"raw": "{\n \"location\": {\n \"address\": {\n \"countryCode\": \"BR\",\n \"countryScheme\": \"ISO2A\",\n \"countryRmsCode\": \"BR\",\n \"latitude\": -12.25743,\n \"longitude\": -38.946338,\n \"rmsGeoModelResolutionCode\": 1,\n \"admin1GeoId\": 2344848\n }\n }\n}"
1636},
1637"url": {
1638"raw": "{{baseUrl}}/ah_eq_hazard/latest",
1639"host": [
1640"{{baseUrl}}"
1641],
1642"path": [
1643"ah_eq_hazard",
1644"latest"
1645]
1646}
1647},
1648"response": []
1649},
1650{
1651"name": "KR EQ Hazard",
1652"request": {
1653"auth": {
1654"type": "bearer",
1655"bearer": [
1656{
1657"key": "token",
1658"value": "{{apiKey}}",
1659"type": "string"
1660}
1661]
1662},
1663"method": "POST",
1664"header": [
1665{
1666"key": "Content-Type",
1667"value": "application/json"
1668}
1669],
1670"body": {
1671"mode": "raw",
1672"raw": "{\n \"location\": {\n \"address\": {\n \"countryCode\": \"KR\",\n \"countryScheme\": \"ISO2A\",\n \"countryRmsCode\": \"KR\",\n \"latitude\": 37.577013,\n \"longitude\": 126.999299,\n \"admin2GeoId\": 61759072,\n \"rmsGeoModelResolutionCode\": 1\n }\n }\n}"
1673},
1674"url": {
1675"raw": "{{baseUrl}}/kr_eq_hazard/latest",
1676"host": [
1677"{{baseUrl}}"
1678],
1679"path": [
1680"kr_eq_hazard",
1681"latest"
1682]
1683}
1684},
1685"response": []
1686},
1687{
1688"name": "NA EQ Hazard",
1689"request": {
1690"auth": {
1691"type": "bearer",
1692"bearer": [
1693{
1694"key": "token",
1695"value": "{{apiKey}}",
1696"type": "string"
1697}
1698]
1699},
1700"method": "POST",
1701"header": [
1702{
1703"key": "Content-Type",
1704"value": "application/json"
1705}
1706],
1707"body": {
1708"mode": "raw",
1709"raw": "{\n \"location\": {\n \"address\": {\n \"countryCode\": \"US\",\n \"countryScheme\": \"ISO2A\",\n \"countryRmsCode\": \"US\",\n \"admin1Code\": \"CA\",\n \"latitude\": 37.5412,\n \"longitude\": -122.06061,\n \"admin2GeoId\": 99999206001,\n \"rmsGeoModelResolutionCode\": 1\n }\n }\n}"
1710},
1711"url": {
1712"raw": "{{baseUrl}}/na_eq_hazard/latest",
1713"host": [
1714"{{baseUrl}}"
1715],
1716"path": [
1717"na_eq_hazard",
1718"latest"
1719]
1720}
1721},
1722"response": []
1723},
1724{
1725"name": "NZ EQ Hazard",
1726"request": {
1727"auth": {
1728"type": "bearer",
1729"bearer": [
1730{
1731"key": "token",
1732"value": "{{apiKey}}",
1733"type": "string"
1734}
1735]
1736},
1737"method": "POST",
1738"header": [
1739{
1740"key": "Content-Type",
1741"value": "application/json"
1742}
1743],
1744"body": {
1745"mode": "raw",
1746"raw": "{\n \"location\": {\n \"address\": {\n \"countryCode\": \"NZ\",\n \"countryScheme\": \"ISO2A\",\n \"countryRmsCode\": \"NZ\",\n \"latitude\": -36.84491,\n \"longitude\": 174.7335,\n \"admin1GeoId\": 15021756,\n \"rmsGeoModelResolutionCode\": 1\n }\n }\n}"
1747},
1748"url": {
1749"raw": "{{baseUrl}}/nz_eq_hazard/latest",
1750"host": [
1751"{{baseUrl}}"
1752],
1753"path": [
1754"nz_eq_hazard",
1755"latest"
1756]
1757}
1758},
1759"response": []
1760},
1761{
1762"name": "EU EQ Hazard",
1763"request": {
1764"auth": {
1765"type": "bearer",
1766"bearer": [
1767{
1768"key": "token",
1769"value": "{{apiKey}}",
1770"type": "string"
1771}
1772]
1773},
1774"method": "POST",
1775"header": [
1776{
1777"key": "Content-Type",
1778"value": "application/json"
1779}
1780],
1781"body": {
1782"mode": "raw",
1783"raw": "{\n \"location\": {\n \"address\": {\n \"countryCode\": \"GB\",\n \"countryScheme\": \"ISO2A\",\n \"countryRmsCode\": \"GB\",\n \"latitude\": 54.988537,\n \"longitude\": -2.138128,\n \"postalCode\": \"NE46 4SJ\",\n \"postalCodeGeoId\": 21225450,\n \"rmsGeoModelResolutionCode\": 1\n }\n }\n}"
1784},
1785"url": {
1786"raw": "{{baseUrl}}/eu_eq_hazard/latest",
1787"host": [
1788"{{baseUrl}}"
1789],
1790"path": [
1791"eu_eq_hazard",
1792"latest"
1793]
1794}
1795},
1796"response": []
1797},
1798{
1799"name": "GU EQ Hazard",
1800"request": {
1801"auth": {
1802"type": "bearer",
1803"bearer": [
1804{
1805"key": "token",
1806"value": "{{apiKey}}",
1807"type": "string"
1808}
1809]
1810},
1811"method": "POST",
1812"header": [
1813{
1814"key": "Content-Type",
1815"value": "application/json"
1816}
1817],
1818"body": {
1819"mode": "raw",
1820"raw": "{\n \"location\": {\n \"address\": {\n \"countryCode\": \"GU\",\n \"countryScheme\": \"ISO2A\",\n \"countryRmsCode\": \"GU\",\n \"latitude\": 13.495093,\n \"longitude\": 144.780626,\n \"rmsGeoModelResolutionCode\": 1,\n \"admin1GeoId\": 60073592\n }\n }\n}"
1821},
1822"url": {
1823"raw": "{{baseUrl}}/gu_eq_hazard/latest",
1824"host": [
1825"{{baseUrl}}"
1826],
1827"path": [
1828"gu_eq_hazard",
1829"latest"
1830]
1831}
1832},
1833"response": []
1834},
1835{
1836"name": "AU EQ Hazard",
1837"request": {
1838"auth": {
1839"type": "bearer",
1840"bearer": [
1841{
1842"key": "token",
1843"value": "{{apiKey}}",
1844"type": "string"
1845}
1846]
1847},
1848"method": "POST",
1849"header": [
1850{
1851"key": "Content-Type",
1852"value": "application/json"
1853}
1854],
1855"body": {
1856"mode": "raw",
1857"raw": "{\n \"location\": {\n \"address\": {\n \"countryCode\": \"AU\",\n \"countryScheme\": \"ISO2A\",\n \"countryRmsCode\": \"AU\",\n \"latitude\": -33.895451,\n \"longitude\": 151.20367,\n \"rmsGeoModelResolutionCode\": 1,\n \"admin1GeoId\": 2344700\n }\n }\n}"
1858},
1859"url": {
1860"raw": "{{baseUrl}}/au_eq_hazard/latest",
1861"host": [
1862"{{baseUrl}}"
1863],
1864"path": [
1865"au_eq_hazard",
1866"latest"
1867]
1868}
1869},
1870"response": []
1871},
1872{
1873"name": "CB EQ Hazard",
1874"request": {
1875"auth": {
1876"type": "bearer",
1877"bearer": [
1878{
1879"key": "token",
1880"value": "{{apiKey}}",
1881"type": "string"
1882}
1883]
1884},
1885"method": "POST",
1886"header": [
1887{
1888"key": "Content-Type",
1889"value": "application/json"
1890}
1891],
1892"body": {
1893"mode": "raw",
1894"raw": "{\n \"location\": {\n \"address\": {\n \"countryCode\": \"DR\",\n \"countryScheme\": \"FIPS\",\n \"countryRmsCode\": \"CB\",\n \"latitude\": 18.9833,\n \"longitude\": -69.3833,\n \"rmsGeoModelResolutionCode\": 1,\n \"cityGeoId\": 74125\n }\n }\n}\n"
1895},
1896"url": {
1897"raw": "{{baseUrl}}/cb_eq_hazard/latest",
1898"host": [
1899"{{baseUrl}}"
1900],
1901"path": [
1902"cb_eq_hazard",
1903"latest"
1904]
1905}
1906},
1907"response": []
1908},
1909{
1910"name": "CC EQ Hazard",
1911"request": {
1912"auth": {
1913"type": "bearer",
1914"bearer": [
1915{
1916"key": "token",
1917"value": "{{apiKey}}",
1918"type": "string"
1919}
1920]
1921},
1922"method": "POST",
1923"header": [
1924{
1925"key": "Content-Type",
1926"value": "application/json"
1927}
1928],
1929"body": {
1930"mode": "raw",
1931"raw": "{\n \"location\": {\n \"address\": {\n \"countryCode\": \"CN\",\n \"countryScheme\": \"ISO2A\",\n \"countryRmsCode\": \"CN\",\n \"latitude\": 33.867154,\n \"longitude\": 113.486655,\n \"rmsGeoModelResolutionCode\": 1,\n \"admin1GeoId\": 12577999\n }\n }\n}"
1932},
1933"url": {
1934"raw": "{{baseUrl}}/cc_eq_hazard/latest",
1935"host": [
1936"{{baseUrl}}"
1937],
1938"path": [
1939"cc_eq_hazard",
1940"latest"
1941]
1942}
1943},
1944"response": []
1945},
1946{
1947"name": "IL EQ Hazard",
1948"request": {
1949"auth": {
1950"type": "bearer",
1951"bearer": [
1952{
1953"key": "token",
1954"value": "{{apiKey}}",
1955"type": "string"
1956}
1957]
1958},
1959"method": "POST",
1960"header": [
1961{
1962"key": "Content-Type",
1963"value": "application/json"
1964}
1965],
1966"body": {
1967"mode": "raw",
1968"raw": "{\n \"location\": {\n \"address\": {\n \"countryCode\": \"IL\",\n \"countryScheme\": \"ISO2A\",\n \"countryRmsCode\": \"IL\",\n \"latitude\": 31.111381,\n \"longitude\": 34.836804,\n \"rmsGeoModelResolutionCode\": 1,\n \"admin1GeoId\": 2345791\n }\n }\n}"
1969},
1970"url": {
1971"raw": "{{baseUrl}}/il_eq_hazard/latest",
1972"host": [
1973"{{baseUrl}}"
1974],
1975"path": [
1976"il_eq_hazard",
1977"latest"
1978]
1979}
1980},
1981"response": []
1982},
1983{
1984"name": "JP EQ Hazard",
1985"request": {
1986"auth": {
1987"type": "bearer",
1988"bearer": [
1989{
1990"key": "token",
1991"value": "{{apiKey}}",
1992"type": "string"
1993}
1994]
1995},
1996"method": "POST",
1997"header": [
1998{
1999"key": "Content-Type",
2000"value": "application/json"
2001}
2002],
2003"body": {
2004"mode": "raw",
2005"raw": "{\n \"location\": {\n \"address\": {\n \"countryCode\": \"JP\",\n \"countryScheme\": \"ISO2A\",\n \"countryRmsCode\": \"JP\",\n \"latitude\": 35.687588,\n \"longitude\": 139.775088,\n \"rmsGeoModelResolutionCode\": 1,\n \"zone1GeoId\": 60345726\n }\n }\n}"
2006},
2007"url": {
2008"raw": "{{baseUrl}}/jp_eq_hazard/latest",
2009"host": [
2010"{{baseUrl}}"
2011],
2012"path": [
2013"jp_eq_hazard",
2014"latest"
2015]
2016}
2017},
2018"response": []
2019},
2020{
2021"name": "IN EQ Hazard",
2022"request": {
2023"auth": {
2024"type": "bearer",
2025"bearer": [
2026{
2027"key": "token",
2028"value": "{{apiKey}}",
2029"type": "string"
2030}
2031]
2032},
2033"method": "POST",
2034"header": [
2035{
2036"key": "Content-Type",
2037"value": "application/json"
2038}
2039],
2040"body": {
2041"mode": "raw",
2042"raw": "{\n \"location\": {\n \"address\": {\n \"countryCode\": \"IN\",\n \"countryScheme\": \"ISO2A\",\n \"countryRmsCode\": \"IN\",\n \"latitude\": 19.102055,\n \"longitude\": 72.898758,\n \"rmsGeoModelResolutionCode\": 1,\n \"admin1GeoId\": 2345750\n }\n }\n}"
2043},
2044"url": {
2045"raw": "{{baseUrl}}/in_eq_hazard/latest",
2046"host": [
2047"{{baseUrl}}"
2048],
2049"path": [
2050"in_eq_hazard",
2051"latest"
2052]
2053}
2054},
2055"response": []
2056},
2057{
2058"name": "NA WS Hazard",
2059"request": {
2060"auth": {
2061"type": "bearer",
2062"bearer": [
2063{
2064"key": "token",
2065"value": "{{apiKey}}",
2066"type": "string"
2067}
2068]
2069},
2070"method": "POST",
2071"header": [
2072{
2073"key": "Content-Type",
2074"value": "application/json"
2075}
2076],
2077"body": {
2078"mode": "raw",
2079"raw": "{ \n \"location\":{ \n \"address\":{ \n \"admin1Code\":\"DE\",\n \"countryRmsCode\":\"US\",\n \"countryCode\":\"US\",\n \"countryScheme\": \"ISO2A\",\n \"rmsGeoModelResolutionCode\":2,\n \"latitude\":38.9264,\n \"longitude\":-75.4281,\n \"admin1GeoId\":99999110,\n \"admin2GeoId\":99999210005,\n \"postalCodeGeoId\":99999419963\n }\n }\n}"
2080},
2081"url": {
2082"raw": "{{baseUrl}}/na_ws_hazard/latest",
2083"host": [
2084"{{baseUrl}}"
2085],
2086"path": [
2087"na_ws_hazard",
2088"latest"
2089]
2090}
2091},
2092"response": []
2093},
2094{
2095"name": "GU WS Hazard",
2096"request": {
2097"auth": {
2098"type": "bearer",
2099"bearer": [
2100{
2101"key": "token",
2102"value": "{{apiKey}}",
2103"type": "string"
2104}
2105]
2106},
2107"method": "POST",
2108"header": [
2109{
2110"key": "Content-Type",
2111"value": "application/json"
2112}
2113],
2114"body": {
2115"mode": "raw",
2116"raw": "{ \n \"location\":{ \n \"address\":{ \n \"id\":199,\n \"admin1Code\":\"1\",\n \"countryCode\":\"GU\",\n \"countryRmsCode\":\"GU\",\n \"countryScheme\":\"ISO2A\",\n \"rmsGeoModelResolutionCode\":1,\n \"latitude\":13.5353,\n \"longitude\":144.894,\n \"admin1GeoId\":60073592,\n \"admin2GeoId\":24549725,\n \"admin3GeoId\":60073620,\n \"cityGeoId\":1062827\n }\n }\n}"
2117},
2118"url": {
2119"raw": "{{baseUrl}}/gu_ws_hazard/latest",
2120"host": [
2121"{{baseUrl}}"
2122],
2123"path": [
2124"gu_ws_hazard",
2125"latest"
2126]
2127}
2128},
2129"response": []
2130},
2131{
2132"name": "AU WS Hazard",
2133"request": {
2134"auth": {
2135"type": "bearer",
2136"bearer": [
2137{
2138"key": "token",
2139"value": "{{apiKey}}",
2140"type": "string"
2141}
2142]
2143},
2144"method": "POST",
2145"header": [
2146{
2147"key": "Content-Type",
2148"value": "application/json"
2149}
2150],
2151"body": {
2152"mode": "raw",
2153"raw": "{ \n \"location\":{ \n \"address\":{ \n \"countryCode\":\"AU\",\n \"countryRmsCode\":\"AU\",\n \"countryScheme\":\"ISO2A\",\n \"rmsGeoModelResolutionCode\":4,\n \"latitude\":-36.7653,\n \"longitude\":144.348,\n \"admin1GeoId\":2344705,\n \"postalCodeGeoId\":12707749 \n }\n }\n}"
2154},
2155"url": {
2156"raw": "{{baseUrl}}/au_ws_hazard/latest",
2157"host": [
2158"{{baseUrl}}"
2159],
2160"path": [
2161"au_ws_hazard",
2162"latest"
2163]
2164}
2165},
2166"response": []
2167},
2168{
2169"name": "CC WS Hazard",
2170"request": {
2171"auth": {
2172"type": "bearer",
2173"bearer": [
2174{
2175"key": "token",
2176"value": "{{apiKey}}",
2177"type": "string"
2178}
2179]
2180},
2181"method": "POST",
2182"header": [
2183{
2184"key": "Content-Type",
2185"value": "application/json"
2186}
2187],
2188"body": {
2189"mode": "raw",
2190"raw": "{ \n \"location\":{ \n \"address\":{ \n \"countryCode\":\"HK\",\n \"countryRmsCode\":\"HK\",\n \"countryScheme\":\"ISO2A\",\n \"rmsGeoModelResolutionCode\":4,\n \"latitude\":22.449,\n \"longitude\":114.044,\n \"admin1GeoId\":24703004,\n \"admin2GeoId\":24703143,\n \"zone1GeoId\":60345327,\n \"cityGeoId\":2165358\n }\n }\n}"
2191},
2192"url": {
2193"raw": "{{baseUrl}}/cc_ws_hazard/latest",
2194"host": [
2195"{{baseUrl}}"
2196],
2197"path": [
2198"cc_ws_hazard",
2199"latest"
2200]
2201}
2202},
2203"response": []
2204},
2205{
2206"name": "NZ EQ Model Hazard",
2207"request": {
2208"auth": {
2209"type": "bearer",
2210"bearer": [
2211{
2212"key": "token",
2213"value": "{{apiKey}}",
2214"type": "string"
2215}
2216]
2217},
2218"method": "POST",
2219"header": [
2220{
2221"key": "Content-Type",
2222"value": "application/json"
2223}
2224],
2225"body": {
2226"mode": "raw",
2227"raw": "{\n \"location\": {\n \"address\": {\n \"countryCode\": \"NZ\",\n \"countryScheme\": \"ISO2A\",\n \"countryRmsCode\": \"NZ\",\n \"latitude\": -36.84491,\n \"longitude\": 174.7335,\n \"rmsGeoModelResolutionCode\": 1\n }\n }\n}"
2228},
2229"url": {
2230"raw": "{{baseUrl}}/nz_eq_model_hazard/latest",
2231"host": [
2232"{{baseUrl}}"
2233],
2234"path": [
2235"nz_eq_model_hazard",
2236"latest"
2237]
2238}
2239},
2240"response": []
2241},
2242{
2243"name": "US Wind Speed",
2244"request": {
2245"auth": {
2246"type": "bearer",
2247"bearer": [
2248{
2249"key": "token",
2250"value": "{{apiKey}}",
2251"type": "string"
2252}
2253]
2254},
2255"method": "POST",
2256"header": [
2257{
2258"key": "Content-Type",
2259"value": "application/json"
2260}
2261],
2262"body": {
2263"mode": "raw",
2264"raw": "{\n \"location\": {\n \"address\": {\n \"countryCode\": \"US\",\n \"countryScheme\": \"ISO2A\",\n \"countryRmsCode\": \"US\",\n \"admin1Code\": \"CA\",\n \"latitude\": 37.54120000000001,\n \"longitude\": -122.06061000000001,\n \"rmsGeoModelResolutionCode\": 1\n }\n }\n}"
2265},
2266"url": {
2267"raw": "{{baseUrl}}/us_ws_asce_windspeed/latest",
2268"host": [
2269"{{baseUrl}}"
2270],
2271"path": [
2272"us_ws_asce_windspeed",
2273"latest"
2274]
2275}
2276},
2277"response": []
2278}
2279],
2280"auth": {
2281"type": "bearer",
2282"bearer": [
2283{
2284"key": "token",
2285"value": "{{apiKey}}",
2286"type": "string"
2287}
2288]
2289},
2290"event": [
2291{
2292"listen": "prerequest",
2293"script": {
2294"id": "9a7e9f28-bd1f-4252-98e6-f24e2686dd3d",
2295"type": "text/javascript",
2296"exec": [
2297""
2298]
2299}
2300},
2301{
2302"listen": "test",
2303"script": {
2304"id": "29a3ed0c-e99e-4814-aee9-7ea7e860f9d9",
2305"type": "text/javascript",
2306"exec": [
2307""
2308]
2309}
2310}
2311],
2312"variable": [
2313{
2314"id": "0ca47659-71e1-4fb8-90c7-5769aa85d5f8",
2315"key": "baseUrl",
2316"value": "https://api.rms.com/li",
2317"type": "string"
2318},
2319{
2320"id": "5e75704f-630c-40ea-a789-b782118fd88f",
2321"key": "apiKey",
2322"value": "",
2323"type": "string"
2324}
2325]
2326}