{"info":{"_postman_id":"e4eaf773-71b5-4d73-99ea-0cce2c6ef9c8","name":"Kuverto API","description":"<html><head></head><body><h1 id=\"get-started\">Get Started</h1>\n<h3 id=\"authentication\">Authentication</h3>\n<p>To access the Generative AI Automation Platform API, you will need to authenticate your requests using an API key. Click <a href=\"https://app.kuverto.com/user?api\">here</a> to generate your own API key.</p>\n<p>Follow the instructions below:</p>\n<h4 id=\"api-key-authentication\">API Key Authentication</h4>\n<ol>\n<li><p><a href=\"https://app.kuverto.com/user?api\">Obtain</a> your API key from the platform's dashboard.</p>\n</li>\n<li><p>Add the API key to your request headers:</p>\n</li>\n</ol>\n<p><code>Authorization: Bearer YOUR_API_KEY</code></p>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[{"content":"Get Started","slug":"get-started"}],"owner":"31471840","collectionId":"e4eaf773-71b5-4d73-99ea-0cce2c6ef9c8","publishedId":"2sA3drGZSa","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"45CE4E"},"publishDate":"2024-07-11T19:44:04.000Z"},"item":[{"name":"Run AI Workflow","event":[{"listen":"test","script":{"id":"b77bdd12-0242-4bce-bade-3225faea5c7f","exec":["// Define a handlebars template which will receive the response data and be used to render the visualization","var template = `","// Create a canvas to draw the chart into","<canvas id=\"myChart\"  height=\"150\"></canvas>","","// Import Chart.js library which we'll use to define and draw the chart","<script src=\"https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.5.0/Chart.min.js\"></script> ","","<script>","var ctx = document.getElementById(\"myChart\");","","// Define the chart axes and appearance using Chart.js","var myChart = new Chart(ctx, {","  type: \"bar\",","  data: {","    labels: [\"City A\", \"City B\", \"City C\", \"City D\"],","    datasets: [","      {","        label: \"\",","        data: [0,0,0,0],","        backgroundColor: [\"#3e95cd\", \"#8e5ea2\", \"#3cba9f\", \"#e8c3b9\", \"#c45850\"],","        backgroundColor: [\"#3e95cd\", \"#8e5ea2\", \"#3cba9f\", \"#e8c3b9\", \"#c45850\"],","      },","    ],","  },","  options: {","    legend: { display: false },","    title: {","      display: true,","      text: \"Population density(per square km)\",","    },","    scales: {","      xAxes: [","        {","          display: true,","          scaleLabel: {","            display: true,","            labelString: \"Cities\",","          },","        },","      ],","      yAxes: [","        {","          display: true,","          scaleLabel: {","            display: true,","            labelString: \"Density\",","          },","        },","      ],","    },","  },","});","","// Get the data passed to the template and apply it to the chart we defined","pm.getData(function (err, value) {","  myChart.data.datasets[0].data = value.res;","  myChart.update();","});","</script>`;","","var response = pm.response.json();","","// Pass our template and response data to the Postman visualizer to render it in the \"Visualize\" view","pm.visualizer.set(template, {","    res: response.data.content","} );"],"type":"text/javascript","packages":{}}}],"id":"ec99fe2e-110d-4d23-9e24-6f2c855d2e41","request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"kuv-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n   \"aiWorkflowId\": 1,\n   \"aiWorkflowVersion\": 1\n}","options":{"raw":{"language":"json"}}},"url":"https://api.kuverto.com/workflow/run","description":"<p>Executes a specified AI workflow using provided input data. This endpoint allows users to trigger workflows for various tasks, such as generating content, predicting outcomes, or analyzing data</p>\n","urlObject":{"protocol":"https","path":["workflow","run"],"host":["api","kuverto","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"ec99fe2e-110d-4d23-9e24-6f2c855d2e41"},{"name":"Run AI Workflow - Unsaved","event":[{"listen":"test","script":{"id":"b77bdd12-0242-4bce-bade-3225faea5c7f","exec":["// Define a handlebars template which will receive the response data and be used to render the visualization","var template = `","// Create a canvas to draw the chart into","<canvas id=\"myChart\"  height=\"150\"></canvas>","","// Import Chart.js library which we'll use to define and draw the chart","<script src=\"https://cdnjs.cloudflare.com/ajax/libs/Chart.js/2.5.0/Chart.min.js\"></script> ","","<script>","var ctx = document.getElementById(\"myChart\");","","// Define the chart axes and appearance using Chart.js","var myChart = new Chart(ctx, {","  type: \"bar\",","  data: {","    labels: [\"City A\", \"City B\", \"City C\", \"City D\"],","    datasets: [","      {","        label: \"\",","        data: [0,0,0,0],","        backgroundColor: [\"#3e95cd\", \"#8e5ea2\", \"#3cba9f\", \"#e8c3b9\", \"#c45850\"],","        backgroundColor: [\"#3e95cd\", \"#8e5ea2\", \"#3cba9f\", \"#e8c3b9\", \"#c45850\"],","      },","    ],","  },","  options: {","    legend: { display: false },","    title: {","      display: true,","      text: \"Population density(per square km)\",","    },","    scales: {","      xAxes: [","        {","          display: true,","          scaleLabel: {","            display: true,","            labelString: \"Cities\",","          },","        },","      ],","      yAxes: [","        {","          display: true,","          scaleLabel: {","            display: true,","            labelString: \"Density\",","          },","        },","      ],","    },","  },","});","","// Get the data passed to the template and apply it to the chart we defined","pm.getData(function (err, value) {","  myChart.data.datasets[0].data = value.res;","  myChart.update();","});","</script>`;","","var response = pm.response.json();","","// Pass our template and response data to the Postman visualizer to render it in the \"Visualize\" view","pm.visualizer.set(template, {","    res: response.data.content","} );"],"type":"text/javascript","packages":{}}}],"id":"01adf03a-bd6d-4105-a8fd-99fac7c92c9b","request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"kuv-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n\t\"items\": [\n\t\t{\n\t\t\t\"name\": \"System_Input\",\n\t\t\t\"header\": \"Input\",\n\t\t\t\"sequence\": 1,\n\t\t\t\"inputData\": {\n\t\t\t\t\"ActionInputData\": {\n\t\t\t\t\t\"InputData\": {\n\t\t\t\t\t\t\"InputType\": \"Input\",\n\t\t\t\t\t\t\"Input\": \"### Executive Summary\\r\\nIn Q1 2024, XYZ Corp experienced substantial growth in revenue and maintained strong profit margins despite an increase in operational expenses. Significant market trends and strategic initiatives contributed to these outcomes.\\r\\n\\r\\n### Financial Highlights\\r\\n- **Revenue**: $10 million, a 15% increase from Q4 2023\\r\\n- **Expenses**: $6 million, a 10% increase from Q4 2023\\r\\n- **Profit Margin**: 40%, consistent with the previous quarter\\r\\n\\r\\n### Revenue Analysis\\r\\nRevenue for Q1 2024 reached $10 million, driven primarily by a 20% increase in sales in the North American market. New product launches and aggressive marketing campaigns were key contributors.\\r\\n\\r\\n### Expense Analysis\\r\\nOperational expenses increased by 10%, totaling $6 million. The rise in expenses was largely due to higher marketing costs and increased investment in R&D.\\r\\n\\r\\n### Profit Margins\\r\\nDespite the rise in expenses, profit margins remained strong at 40%, due to efficient cost management and increased revenue.\\r\\n\\r\\n### Significant Trends and Events\\r\\n- **Market Expansion**: Successful entry into the European market, contributing 5% to total revenue.\\r\\n- **Product Launches**: Introduction of two new product lines, enhancing our market position.\\r\\n\\r\\n### Factors Contributing to Performance\\r\\n- **Marketing Initiatives**: Enhanced digital marketing efforts boosted brand visibility.\\r\\n- **Product Innovation**: Investment in R&D led to the successful launch of innovative products.\\r\\n- **Market Dynamics**: Favorable market conditions and increased demand for our products.\\r\\n\\r\\n### Recommendations for Improvement\\r\\n- **Cost Management**: Further optimize operational costs to enhance profit margins.\\r\\n- **Market Penetration**: Focus on deeper penetration in the European market to drive additional revenue.\\r\\n- **Innovation**: Continue investing in R&D to sustain product innovation and competitiveness.\\r\\n\\r\\nThis quarterly report provides a comprehensive overview of XYZ Corp's financial performance in Q1 2024, highlighting key metrics, trends, and strategic insights for ongoing improvement.\\r\\n\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Generate_Report\",\n\t\t\t\"header\": \"GenerateReport\",\n\t\t\t\"sequence\": 2,\n\t\t\t\"inputData\": {\n\t\t\t\t\"ActionInputData\": {\n\t\t\t\t\t\"PromptInput\": \"**Data Source:** {System_Input}\\r\\n**Report Goals:** Generate a quarterly report summarizing the financial performance of our company. Include key metrics such as revenue, expenses, profit margins, and any significant trends or events that impacted the financial results. Provide insights into the factors contributing to our performance and recommendations for areas of improvement.\",\n\t\t\t\t\t\"Configuration\": {\n\t\t\t\t\t\t\"Model\": \"gpt-4o\",\n\t\t\t\t\t\t\"MaxTokens\": 1050,\n\t\t\t\t\t\t\"Temperature\": 1.0\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t]\n}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.kuverto.com/workflow/run-unsaved","description":"<p>Executes a specified AI workflow using provided input data. This endpoint allows users to trigger workflows for various tasks, such as generating content, predicting outcomes, or analyzing data</p>\n","urlObject":{"protocol":"https","path":["workflow","run-unsaved"],"host":["api","kuverto","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"01adf03a-bd6d-4105-a8fd-99fac7c92c9b"},{"name":"Create AI Workflow","event":[{"listen":"test","script":{"id":"203d62d2-b556-41e3-8266-e78946eb215d","exec":["// Define a handlebars template which renders the response data in a table","// We define a table and use handlebars `{{#each}}` syntax to map over the response data","// We can include custom CSS to style the table","var template = `","<style type=\"text/css\">","    table {font-size:14px;color:#333333;width:100%;border-width: 1px;border-color: #87ceeb;border-collapse: collapse; box-sizing: border-box;}","    th {font-size:18px;background-color:#87ceeb;border-width: 1px;padding: 8px !important;border-style: solid;border-color: #87ceeb;text-align:left;}","    tr {background-color:#ffffff;}","    td {font-size:14px;border-width: 1px;padding: 8px !important;border-style: solid;border-color: #87ceeb;}","    tr:hover {background-color:#e0ffff;}","</style>","    ","<table border=\"1\">","    <tr>","        <th>Name</th>","        <th>Email</th>","    </tr>","    ","    {{#each response.data.contacts}}","        <tr>","            <td>{{name}}</td>","            <td>{{email}}</td>","        </tr>","    {{/each}}","</table>","`;","","// Pass our template and response data to the Postman visualizer to render it in the \"Visualize\" view","pm.visualizer.set(template, {","    response: JSON.parse(responseBody)","});"],"type":"text/javascript","packages":{}}}],"id":"a694d5e5-164b-4290-beeb-4ff2ad0ca49c","request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"name\": \"ai-workflow-1\",\n    \"type\": \"manual\",\n\t\"items\": [\n\t\t{\n\t\t\t\"name\": \"System_Input\",\n\t\t\t\"header\": \"Input\",\n\t\t\t\"sequence\": 1,\n\t\t\t\"inputData\": {\n\t\t\t\t\"ActionInputData\": {\n\t\t\t\t\t\"InputData\": {\n\t\t\t\t\t\t\"InputType\": \"Input\",\n\t\t\t\t\t\t\"Input\": \"### Executive Summary\\r\\nIn Q1 2024, XYZ Corp experienced substantial growth in revenue and maintained strong profit margins despite an increase in operational expenses. Significant market trends and strategic initiatives contributed to these outcomes.\\r\\n\\r\\n### Financial Highlights\\r\\n- **Revenue**: $10 million, a 15% increase from Q4 2023\\r\\n- **Expenses**: $6 million, a 10% increase from Q4 2023\\r\\n- **Profit Margin**: 40%, consistent with the previous quarter\\r\\n\\r\\n### Revenue Analysis\\r\\nRevenue for Q1 2024 reached $10 million, driven primarily by a 20% increase in sales in the North American market. New product launches and aggressive marketing campaigns were key contributors.\\r\\n\\r\\n### Expense Analysis\\r\\nOperational expenses increased by 10%, totaling $6 million. The rise in expenses was largely due to higher marketing costs and increased investment in R&D.\\r\\n\\r\\n### Profit Margins\\r\\nDespite the rise in expenses, profit margins remained strong at 40%, due to efficient cost management and increased revenue.\\r\\n\\r\\n### Significant Trends and Events\\r\\n- **Market Expansion**: Successful entry into the European market, contributing 5% to total revenue.\\r\\n- **Product Launches**: Introduction of two new product lines, enhancing our market position.\\r\\n\\r\\n### Factors Contributing to Performance\\r\\n- **Marketing Initiatives**: Enhanced digital marketing efforts boosted brand visibility.\\r\\n- **Product Innovation**: Investment in R&D led to the successful launch of innovative products.\\r\\n- **Market Dynamics**: Favorable market conditions and increased demand for our products.\\r\\n\\r\\n### Recommendations for Improvement\\r\\n- **Cost Management**: Further optimize operational costs to enhance profit margins.\\r\\n- **Market Penetration**: Focus on deeper penetration in the European market to drive additional revenue.\\r\\n- **Innovation**: Continue investing in R&D to sustain product innovation and competitiveness.\\r\\n\\r\\nThis quarterly report provides a comprehensive overview of XYZ Corp's financial performance in Q1 2024, highlighting key metrics, trends, and strategic insights for ongoing improvement.\\r\\n\"\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t},\n\t\t{\n\t\t\t\"name\": \"Generate_Report\",\n\t\t\t\"header\": \"GenerateReport\",\n\t\t\t\"sequence\": 2,\n\t\t\t\"inputData\": {\n\t\t\t\t\"ActionInputData\": {\n\t\t\t\t\t\"PromptInput\": \"**Data Source:** {System_Input}\\r\\n**Report Goals:** Generate a quarterly report summarizing the financial performance of our company. Include key metrics such as revenue, expenses, profit margins, and any significant trends or events that impacted the financial results. Provide insights into the factors contributing to our performance and recommendations for areas of improvement.\",\n\t\t\t\t\t\"Configuration\": {\n\t\t\t\t\t\t\"Model\": \"gpt-4o\",\n\t\t\t\t\t\t\"MaxTokens\": 1050,\n\t\t\t\t\t\t\"Temperature\": 1.0\n\t\t\t\t\t}\n\t\t\t\t}\n\t\t\t}\n\t\t}\n\t]\n}\n}","options":{"raw":{"language":"json"}}},"url":"https://api.kuverto.com/workflow/create","description":"<p>Gets randomly generated names and e-mails from postman-echo and visualizes the response body as a table.</p>\n","urlObject":{"protocol":"https","path":["workflow","create"],"host":["api","kuverto","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"a694d5e5-164b-4290-beeb-4ff2ad0ca49c"},{"name":"Actions","event":[{"listen":"prerequest","script":{"id":"541d05ba-311d-4e25-bb3c-90c48c9621ea","exec":["const now = new Date()","","","const nDaysDiff = (baseDateStr, nDays) => {","    const baseDate = new Date(baseDateStr)","    const baseDateMilli = baseDate.getTime()","    const offsetMilli = 1000 * 60 * 60 * 24 * nDays ","    const offsetDate = new Date(baseDateMilli + offsetMilli)","    const offsetDateStr = offsetDate.toISOString().split(\"T\")[0]","    return offsetDateStr","}","","const startTime = nDaysDiff(now.toString(), -3)","const endTime = now.toISOString().split(\"T\")[0]","","pm.collectionVariables.set('eq-starttime', startTime)","pm.collectionVariables.set('eq-endtime', endTime)"],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"c69d3a20-bcd5-4698-af4f-dcfcdc1cceb8","exec":["var template = `","<script src=\"https://d3js.org/d3.v5.min.js\"></script>","<script src=\"https://unpkg.com/topojson@3\"></script>","<style>","body { ","    background-color: white;","}",".title { ","    font-size: 30px;","    font-family: \"Roboto\", sans-serif;","    text-align: center;","}",".container {","    display: flex;","    flex-direction: row;","    justify-content: center;","    align-items: center;","}",".directions {","    font-size: 18px;","    font-family: \"Roboto\", sans-serif;","    padding-left: 20px;","}","#backgroundRectangle {","    width: 100%;","    height: 100%;","    fill: #f5f5f5;","}",".projectionOutline{","    fill: #2f434a;","    stroke: #4e5f66","}",".tooltip {","    position: absolute;","    font-size: 12px;","    width: auto;","    height: auto;","    pointer-events: none;","    background-color: white;","    padding: 3px;","}","","</style>","<h1 class=\"title\"></h1>","<div class=\"container\">","<div id=\"map\"></div>","<p class=\"directions\">Draw mouse to zoom in onto section. Double click to zoom out</p>","</div>","<script>","","    pm.getData( function(err, value) {","        d3.select(\".title\").html(value.title);","        initVisualization(value.data);","    });","","    // Function call that contains our visualization, necessary because we are loading an external map file","    async function initVisualization(pmInput){","        const response = await fetch(\"https://unpkg.com/world-atlas@1.1.4/world/110m.json\");","        response.json().then( data => {","            generateVisualization(pmInput, data);","        });","    }","    ","    // Generates d3 map visualization using an external map file and user-inputed data","    // Utilizes d3.zoom and d3.brush","    function generateVisualization(pmInput, mapData){","        // Set the dimensions and margins of the graph","        const margins = {top: 20, left: 10, right: 20, bottom: 20};","        const width = 800 - margins.top - margins.bottom;","        const height = 500 - margins.left - margins.right;","        ","        // Initializes d3.zoom to cover entire map SVG","        const zoom = d3.zoom()","            .scaleExtent([1,40])","            .translateExtent([[0,0],[width + margins.left + margins.right, height + margins.top + margins.bottom]])","            .extent([[0,0],[width + margins.left + margins.right, height + margins.top + margins.bottom]])","            .on(\"zoom\", () =>{","                d3.select(\"#map-group\").attr(\"transform\", d3.event.transform)","            })","        ","        // Initiaizes d3.brush to cover entire map SVG and zoom in on the selected window","        let brush = d3.brush()","            .extent([[0,0],[width + margins.left + margins.right, height + margins.top + margins.bottom]])","            .on(\"end\", () => {","                let extent = d3.event.selection;","                if(extent){","                    d3.select(\"#map-group\").call(brush.move, null);","                    d3.select(\"#map-group\").transition().duration(1500).call(zoom.transform, d3.zoomIdentity","                        .scale( (width + margins.left + margins.right)/ (extent[1][0]-extent[0][0]) )","                        .translate( -extent[0][0], -extent[0][1] ));","                    d3.selectAll(\"circle\").transition().delay(750).duration(1000)","                        .attr(\"r\", d => { return 2 * d.circleSize * (extent[1][0]-extent[0][0])/(width + margins.left + margins.right);} )","                        .attr(\"stroke-width\", (extent[1][0]-extent[0][0])/(width + margins.left + margins.right));","                    ","                }","                else{","                    d3.select(\"#map-group\").transition().duration(1500).call(zoom.transform, d3.zoomIdentity","                        .scale( 1 )","                        .translate( 0,0 ));","                    d3.selectAll(\"circle\").transition().delay(750).duration(1000)","                        .attr(\"r\", d => d.circleSize)","                        .attr(\"stroke-width\", 1);","                }","            });","        ","        // Set the dimensions and margins of the graph","        let svg = d3.select(\"#map\")","          .append(\"svg\")  ","            .attr(\"width\", width + margins.left + margins.right)","            .attr(\"height\", height + margins.top + margins.bottom)","        svg.append(\"rect\")","            .attr(\"id\", \"backgroundRectangle\");","        svg = svg.append(\"g\")","            .attr(\"id\", \"map-group\")","            .call(brush);","        ","        // Draws Mercator projection of map onto SVG using the inputted map file","        let projection = d3.geoMercator().translate([400, 350]).scale(125);","        var mapGroup = svg.append(\"g\");","        let mapPath = d3.geoPath().projection(projection);","        mapGroup.selectAll(\"path\")","            .data(topojson.feature(mapData, mapData.objects.countries).features)","            .enter()","          .append(\"path\")","            .attr(\"d\", mapPath)","            .attr(\"class\", \"projectionOutline\");","        ","        // Calculate offset for tooltip","        const rect = document.getElementById(\"map\").getBoundingClientRect();","        const offset = {top: rect.top, left: rect.left};","        ","        // Create hover tooltip","        let tooltip = d3.select(\"#map\").append(\"div\")","            .attr(\"class\", \"tooltip\");","        // tooltip mouseover event handler","        let tipMouseover = function(d){","            tooltip.html(\"Longitude: <b>\" + d.long + \"</b><br/>Latitude: <b>\" + d.lat + \"</b>\")","                .style(\"left\", (d3.event.pageX + 15 - offset.left) + \"px\")","                .style(\"top\", (d3.event.pageY - 20 - offset.top) + \"px\")","              .transition()","                .duration(200)      // ms","                .style(\"opacity\", 0.9)","            d3.select(this)","                .style(\"stroke\", \"white\")","                .style(\"opacity\", 1);","        };","        // tooltip mouseout event handler","        let tipMouseout = function(d){","            tooltip.transition()","                .duration(300)","                .style(\"opacity\", 0);","            d3.select(this)","                .style(\"stroke\", \"none\")","                .style(\"opacity\", 0.6);","        };","        ","        // Appends points from user-inputted data onto map","        svg.selectAll(\"circle\")","            .data(pmInput)","            .enter()","          .append(\"circle\")","            .attr(\"r\", 0)","            .style(\"fill\", d => d.color)","            .attr(\"cx\", d => projection([d.long, d.lat])[0])","            .attr(\"cy\",  d => projection([d.long, d.lat])[1])","            .style(\"opacity\", 0.6)","            .on(\"mouseover\", tipMouseover)","            .on(\"mouseout\", tipMouseout)","          .transition(d3.transition().duration(1000).ease(d3.easeQuadOut))","            .attr(\"r\", d => d.circleSize)","    }","</script>","`;","","var response = pm.response.json();","let parsedData = [];","","//data parsing","for (let earthquake of response.features){","    let tempEntry = {};","    tempEntry.lat = earthquake.geometry.coordinates[1];","    tempEntry.long = earthquake.geometry.coordinates[0];","    tempEntry.circleSize = Math.abs(Math.ceil(earthquake.properties.mag));","    tempEntry.color = \"#F09D51\";","    parsedData.push(tempEntry);","}","","pm.visualizer.set(template, {","    data: parsedData,","    title: \"Map of Earthquake Occurrences Over Past Three Days\"","} );","",""],"type":"text/javascript","packages":{}}}],"id":"0aa5a8f1-e443-4436-a320-5c598b0dd5da","request":{"method":"GET","header":[],"url":"https://backend.kuverto.com/api/AiFlow/action-groups","urlObject":{"protocol":"https","path":["api","AiFlow","action-groups"],"host":["backend","kuverto","com"],"query":[],"variable":[]}},"response":[{"id":"0455f451-a8ae-425a-9877-4d0c2380da76","name":"Actions","originalRequest":{"method":"GET","header":[],"url":"https://backend.kuverto.com/api/AiFlow/action-groups"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Length","value":"26743"},{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Date","value":"Sat, 13 Jul 2024 20:02:46 GMT"},{"key":"Server","value":"Kestrel"},{"key":"Strict-Transport-Security","value":"max-age=2592000"},{"key":"Request-Context","value":"appId=cid-v1:d2c69e1d-6b31-4668-bb45-be10998811bb"}],"cookie":[],"responseTime":null,"body":"[\n    {\n        \"id\": 1,\n        \"label\": \"Custom\",\n        \"custom\": null,\n        \"actions\": []\n    },\n    {\n        \"id\": 2,\n        \"label\": \"System\",\n        \"custom\": null,\n        \"actions\": [\n            {\n                \"header\": \"Input\",\n                \"actionLabel\": \"Input\",\n                \"route\": null,\n                \"prompt\": null,\n                \"systemPrompt\": null,\n                \"icon\": \"customInput\",\n                \"description\": \"Import data from external sources for processing or analysis.\",\n                \"disabled\": null,\n                \"custom\": null\n            },\n            {\n                \"header\": \"Export\",\n                \"actionLabel\": \"Export\",\n                \"route\": null,\n                \"prompt\": null,\n                \"systemPrompt\": null,\n                \"icon\": \"export\",\n                \"description\": \"Export data or files to a different format or location for external use or further processing.\",\n                \"disabled\": null,\n                \"custom\": null\n            },\n            {\n                \"header\": \"Manage\",\n                \"actionLabel\": \"Manage\",\n                \"route\": null,\n                \"prompt\": null,\n                \"systemPrompt\": null,\n                \"icon\": \"operations\",\n                \"description\": \"Perform various data operations, including updating and deleting entries, within your integrated services.\",\n                \"disabled\": null,\n                \"custom\": null\n            }\n        ]\n    },\n    {\n        \"id\": 3,\n        \"label\": \"Functional\",\n        \"custom\": null,\n        \"actions\": [\n            {\n                \"header\": \"Scrapper\",\n                \"actionLabel\": \"Scrapper\",\n                \"route\": \"/actions/analysis/content\",\n                \"prompt\": null,\n                \"systemPrompt\": null,\n                \"icon\": \"scrapper\",\n                \"description\": \"Extract data from web pages by parsing the HTML content to collect information.\",\n                \"disabled\": null,\n                \"custom\": null\n            },\n            {\n                \"header\": \"Transformer\",\n                \"actionLabel\": \"Transformer\",\n                \"route\": \"/actions/analysis/content\",\n                \"prompt\": null,\n                \"systemPrompt\": null,\n                \"icon\": \"formatter\",\n                \"description\": \"Format data to your needs.\",\n                \"disabled\": null,\n                \"custom\": null\n            },\n            {\n                \"header\": \"Extractor\",\n                \"actionLabel\": \"Extractor\",\n                \"route\": \"/actions/analysis/content\",\n                \"prompt\": null,\n                \"systemPrompt\": null,\n                \"icon\": \"extractor\",\n                \"description\": \"Extract data to your needs.\",\n                \"disabled\": null,\n                \"custom\": null\n            },\n            {\n                \"header\": \"Segmentation\",\n                \"actionLabel\": \"Segmentation\",\n                \"route\": null,\n                \"prompt\": null,\n                \"systemPrompt\": null,\n                \"icon\": \"segmentation\",\n                \"description\": \"Divide data into meaningful segments or categories based on specific criteria to facilitate targeted analysis or processing.\",\n                \"disabled\": null,\n                \"custom\": null\n            },\n            {\n                \"header\": \"Combine\",\n                \"actionLabel\": \"Combine\",\n                \"route\": null,\n                \"prompt\": null,\n                \"systemPrompt\": null,\n                \"icon\": \"reconstruct\",\n                \"description\": \"Merge multiple parts or datasets into a single unit.\",\n                \"disabled\": null,\n                \"custom\": null\n            },\n            {\n                \"header\": \"Locator\",\n                \"actionLabel\": \"Locator\",\n                \"route\": \"/actions/analysis/content\",\n                \"prompt\": null,\n                \"systemPrompt\": null,\n                \"icon\": \"locator\",\n                \"description\": \"Identify and locate specific elements within HTML documents or files based on predefined criteria or patterns.\",\n                \"disabled\": null,\n                \"custom\": null\n            },\n            {\n                \"header\": \"Validator\",\n                \"actionLabel\": \"Validator\",\n                \"route\": \"/actions/analysis/content\",\n                \"prompt\": null,\n                \"systemPrompt\": null,\n                \"icon\": \"validator\",\n                \"description\": \"Check data against specified conditions; proceed with processing if the conditions are met, or halt if they are not.\",\n                \"disabled\": null,\n                \"custom\": null\n            }\n        ]\n    },\n    {\n        \"id\": 4,\n        \"label\": \"Communication\",\n        \"custom\": null,\n        \"actions\": [\n            {\n                \"header\": \"Email\",\n                \"actionLabel\": \"Email\",\n                \"route\": null,\n                \"prompt\": null,\n                \"systemPrompt\": null,\n                \"icon\": \"sendMessage\",\n                \"description\": \"Send an email to communicate information, requests, or updates to a specific recipient.\",\n                \"disabled\": null,\n                \"custom\": null\n            },\n            {\n                \"header\": \"Http\",\n                \"actionLabel\": \"Http\",\n                \"route\": null,\n                \"prompt\": null,\n                \"systemPrompt\": null,\n                \"icon\": \"http\",\n                \"description\": \"Send and receive data over the web using standard HTTP methods such as GET, POST, PUT, and DELETE.\",\n                \"disabled\": null,\n                \"custom\": null\n            }\n        ]\n    },\n    {\n        \"id\": 5,\n        \"label\": \"LLM Tools\",\n        \"custom\": null,\n        \"actions\": [\n            {\n                \"header\": \"FineTune\",\n                \"actionLabel\": \"Fine-tune\",\n                \"route\": \"/actions/analysis/content\",\n                \"prompt\": null,\n                \"systemPrompt\": null,\n                \"icon\": \"finetune\",\n                \"description\": \"Adapt a pre-trained model to new data or tasks by adjusting its parameters, enhancing its accuracy and relevance for specific applications..\",\n                \"disabled\": null,\n                \"custom\": null\n            },\n            {\n                \"header\": \"Embeddings\",\n                \"actionLabel\": \"Embeddings\",\n                \"route\": \"/actions/analysis/content\",\n                \"prompt\": null,\n                \"systemPrompt\": null,\n                \"icon\": \"embeddings\",\n                \"description\": \"Transform words or tokens into vector representations, facilitating the analysis of their semantic relationships within a vector space.\",\n                \"disabled\": null,\n                \"custom\": null\n            }\n        ]\n    },\n    {\n        \"id\": 6,\n        \"label\": \"Generate\",\n        \"custom\": null,\n        \"actions\": [\n            {\n                \"header\": \"GenerateCode\",\n                \"actionLabel\": \"Code\",\n                \"route\": \"/actions/generate/code\",\n                \"prompt\": \"**Problem Description:** [Insert a clear and detailed description of the problem here]\\n**Code Generation Goals:** [Specify the programming language and any specific requirements or functions to include, e.g., Python, implement a sorting algorithm]\\n**Instructions:** Please generate code that solves the described problem. Ensure the code is clean, efficient, and well-commented to explain its functionality.\",\n                \"systemPrompt\": \"Generate code based on the specified requirements.\\nThe code should fulfill the outlined functionality, adhere to the specified programming language, and follow best practices in terms of readability, efficiency, and maintainability.\\nEnsure that the code is well-commented and structured, making it easy to understand and integrate into existing projects.\\nThe generated code should address the user's objectives and be suitable for the intended application or task.\",\n                \"icon\": \"generateCode\",\n                \"description\": \"Generate code\",\n                \"disabled\": null,\n                \"custom\": null\n            },\n            {\n                \"header\": \"GenerateIdeas\",\n                \"actionLabel\": \"Ideas\",\n                \"route\": \"/actions/generate/ideas\",\n                \"prompt\": \"**Topic:** [Insert the topic or theme here]\\n**Idea Generation Goals:** [Specify the type of ideas needed, e.g., marketing strategies, product innovations, event themes]\\n**Instructions:** Please generate a list of creative ideas related to the specified topic. Ensure that each idea is innovative and practically applicable, providing a brief explanation or rationale for each suggestion.\",\n                \"systemPrompt\": \"Utilize the input topic and the specified constraints to generate ideas. Focus on creating ideas that are innovative, applicable, and closely aligned with the user's provided topic and constraints. Ensure that each idea is thoughtfully considered in terms of practicality, originality, and relevance to the given context. The goal is to provide a diverse range of ideas that cater to the user's needs while adhering to the specified guidelines.\",\n                \"icon\": \"ideas\",\n                \"description\": \"Transforming vague concepts into concrete, actionable ideas.\",\n                \"disabled\": null,\n                \"custom\": null\n            },\n            {\n                \"header\": \"GeneratePrompts\",\n                \"actionLabel\": \"Prompts\",\n                \"route\": \"/actions/generate/prompts\",\n                \"prompt\": \"**Theme:** [Insert the theme or subject area here]\\n**Prompt Generation Goals:** [Specify the context or purpose of the prompts, e.g., writing exercises, discussion questions, research topics]\\n**Instructions:** Please generate a list of detailed prompts based on the specified theme. Ensure each prompt is clear and engaging, designed to elicit thoughtful responses or actions.\",\n                \"systemPrompt\": \"Based on the user-defined topic, purpose, and target audience, create prompts at the specified complexity level. These prompts should be designed to engage and challenge the target audience, fostering critical thinking, creativity, or learning as appropriate for the purpose. Ensure that each prompt is relevant, clear, and thoughtfully structured to effectively prompt responses or actions in line with the topic and intended application. The aim is to deliver prompts that are both stimulating and aligned with the user's requirements.\",\n                \"icon\": \"prompts\",\n                \"description\": \"Generate creative prompts, driving the creation of engaging content tailored to your audience.\",\n                \"disabled\": null,\n                \"custom\": null\n            },\n            {\n                \"header\": \"GenerateFullEmail\",\n                \"actionLabel\": \"Email\",\n                \"route\": \"/actions/generate/email-content\",\n                \"prompt\": \"**Email Purpose:** [Specify the purpose of the email, e.g., request for information, meeting invitation, project update]\\n**Recipient Details:** [Provide recipient’s role or relation, e.g., client, colleague, supervisor]\\n**Instructions:** Please compose an email based on the given details. Ensure the email is professionally written, clearly communicates the intended message, and includes all necessary information.\",\n                \"systemPrompt\": \"Craft an email based on the specified subject, addressing the target recipient. The email should adhere to the tone and fulfill the purpose. Ensure the content is clear, concise, and appropriate for the context and recipient. Include necessary elements such as a greeting, body, and closing, according to the standard email format. The aim is to produce a professional and effective email that communicates the intended message accurately and politely.\",\n                \"icon\": \"fullEmail\",\n                \"description\": \"Generate complete emails with versatility.\",\n                \"disabled\": null,\n                \"custom\": null\n            },\n            {\n                \"header\": \"GenerateSMS\",\n                \"actionLabel\": \"SMS\",\n                \"route\": \"/actions/generate/sms-content\",\n                \"prompt\": \"**SMS Purpose:** [Specify the purpose of the SMS, e.g., appointment reminder, quick update, promotional offer]\\n**Recipient Details:** [Provide recipient's role or relationship, e.g., customer, friend, team member]\\n**Instructions:** Please compose an SMS based on the given details. Ensure the message is concise, clear, and effectively communicates the intended information or call to action.\",\n                \"systemPrompt\": \"Create a text message (SMS) based on the specified subject, intended for the recipient. The message should convey the tone and achieve the purpose. Ensure that the content is concise, clear, and direct, suitable for the brief nature of SMS communication. The SMS should be crafted to effectively and respectfully communicate the intended message within the character limitations typical of text messages.\",\n                \"icon\": \"generateSms\",\n                \"description\": \"Leverage AI to produce engaging SMS content.\",\n                \"disabled\": null,\n                \"custom\": null\n            },\n            {\n                \"header\": \"GenerateCopywriting\",\n                \"actionLabel\": \"Copywriting\",\n                \"route\": \"/actions/generate/copywriting\",\n                \"prompt\": \"Product/Service Description: [Describe the product or service]\\nTarget Audience: [Specify the target audience]\\nCopywriting Goals: [State the purpose of the copy]\\nInstructions: Please generate engaging copywriting content based on the details provided. Ensure the text clearly conveys the benefits and resonates with the target audience.\",\n                \"systemPrompt\": \"Create compelling copywriting content based on the user's specified topic, targeted audience, and the intended purpose. The content should adhere to the tone and incorporate any key points or elements as provided by the user. Ensure that the copy is engaging, relevant, and persuasive, effectively communicating the intended message while captivating the target audience.\",\n                \"icon\": \"copywriting\",\n                \"description\": \"Use the copywriting generator to instantly produce compelling, ready-to-use text.\",\n                \"disabled\": null,\n                \"custom\": null\n            },\n            {\n                \"header\": \"GenerateImage\",\n                \"actionLabel\": \"Image\",\n                \"route\": \"/actions/generate/image\",\n                \"prompt\": \"**Image Concept:** [Describe the concept or scene you want illustrated, e.g., a serene landscape, a bustling cityscape, a character in a specific style]\\n**Visual Details:** [Specify any specific elements or themes to include, such as colors, mood, objects, characters]\\n**Instructions:** Please generate an image based on the provided concept and details. Ensure the image visually represents the described elements and captures the intended atmosphere or style.\",\n                \"systemPrompt\": \"Create a visual image based on the specified parameters provided by the user. The image should reflect the theme, adhere to the style, and incorporate any specific elements as mentioned by the user. Ensure that the image is visually appealing, coherent, and aligns with the user's creative direction. The goal is to produce a high-quality image that accurately represents the user's vision and requirements within the given constraints.\",\n                \"icon\": \"generateImg\",\n                \"description\": \"Generate captivating images tailored to your content.\",\n                \"disabled\": null,\n                \"custom\": null\n            },\n            {\n                \"header\": \"GenerateReport\",\n                \"actionLabel\": \"Report\",\n                \"route\": \"/actions/analyze/audience\",\n                \"prompt\": \"**Data Source:** [Specify the source of the data, e.g., survey results, financial records, project updates]\\n**Report Goals:** [Define the purpose of the report, such as performance evaluation, financial analysis, project status]\\n**Instructions:** Please generate a comprehensive report based on the provided data. Ensure the report is well-organized, clearly presents the data, and includes analyses and conclusions that address the specified goals.\",\n                \"systemPrompt\": \"Generate a comprehensive report based on the provided data or information. The report should include an analysis of the data, key findings, and any relevant conclusions or recommendations. Ensure that the report is structured logically, with clear sections such as introduction, methodology, results, and conclusion. It should be written in a tone suitable for the target audience, and cater to the specific purpose as outlined by the user.\",\n                \"icon\": \"generateReport\",\n                \"description\": \"Create a comprehensive report from the selected data.\",\n                \"disabled\": null,\n                \"custom\": null\n            },\n            {\n                \"header\": \"GenerateVerification\",\n                \"actionLabel\": \"Verification\",\n                \"route\": \"/actions/analyze/audience\",\n                \"prompt\": \"**Verification Data Source:** [Specify the source of the data to be verified, e.g., document, transaction records, identity details]\\n**Verification Goals:** [Define the purpose of the verification, such as authenticity check, accuracy validation, compliance confirmation]\\n**Instructions:** Please verify the provided data or document against the specified criteria. Ensure the verification process is thorough, and provide a detailed report of the findings, highlighting any discrepancies, confirmations, or additional observations.\",\n                \"systemPrompt\": \"Perform a verification process on the provided data or document. The verification should ensure authenticity, accuracy, and compliance with specified criteria. The resulting report should detail the verification steps, findings, and any relevant conclusions or recommendations. Structure the report logically, with clear sections for introduction, verification methodology, findings, and conclusion. Ensure the tone is appropriate for the target audience and the specific verification goals.\",\n                \"icon\": \"generateVerification\",\n                \"description\": \"Verify the authenticity and accuracy of provided data or documents.\",\n                \"disabled\": null,\n                \"custom\": null\n            }\n        ]\n    },\n    {\n        \"id\": 7,\n        \"label\": \"Transform\",\n        \"custom\": null,\n        \"actions\": [\n            {\n                \"header\": \"Rephrase\",\n                \"actionLabel\": \"Rephrase\",\n                \"route\": \"/actions/transform/refine?rephrase=true\",\n                \"prompt\": \"**Original Text:** [Insert original text here]\\n**Rephrasing Goals:** [Specify the style or tone desired, e.g., formal, concise, technical]\\n**Instructions:** Please rephrase the provided text according to the specified goals. Ensure that the new version maintains the original meaning while adapting to the requested style or tone.\",\n                \"systemPrompt\": \"Rewrite the provided text in a new way. The rephrased content should maintain the original meaning and key points, but use different wording and structure. Ensure that the new version is clear, concise, and adheres to the specified tone. The rephrased content should be appropriate for the intended audience and align with the purpose, whether it's for simplification, clarification, or stylistic variation.\",\n                \"icon\": \"rephrase\",\n                \"description\": \"Refines and elevates your text, turning complex or lengthy sentences into clear, concise, and engaging content effortlessly.\",\n                \"disabled\": null,\n                \"custom\": null\n            },\n            {\n                \"header\": \"Shorten\",\n                \"actionLabel\": \"Shorten\",\n                \"route\": \"/actions/transform/refine?shorten=true\",\n                \"prompt\": \"**Original Text:** [Insert original text here]\\n**Shortening Goals:** [Specify the length or complexity reduction desired, e.g., reduce to half the length, simplify language]\\n**Instructions:** Please shorten the provided text according to the specified goals. Ensure the condensed version captures the essential information or message of the original text.\",\n                \"systemPrompt\": \"Condense the provided text while retaining its essential message and key points. The shortened version should be succinct, clear, and maintain the core meaning of the original content. It should adhere to the specified tone and be suitable for the intended audience. The goal is to create a more concise version of the text that effectively communicates the same information in fewer words.\",\n                \"icon\": \"shorten\",\n                \"description\": \"Shorten instantly transforms verbose text into concise, clear, and professional content.\",\n                \"disabled\": null,\n                \"custom\": null\n            },\n            {\n                \"header\": \"Expand\",\n                \"actionLabel\": \"Expand\",\n                \"route\": \"/actions/transform/refine?expand=true\",\n                \"prompt\": \"**Original Text:** [Insert original text here]\\n**Expansion Goals:** [Specify the depth or detail desired, e.g., add more examples, elaborate on concepts]\\n**Instructions:** Please expand the provided text according to the specified goals. Ensure that the expanded version enriches the original content with additional information, context, or examples.\",\n                \"systemPrompt\": \"Elaborate on the provided text to create a more detailed and comprehensive version. The expanded content should delve deeper into the topic, providing additional information, explanations, or examples while maintaining the original message's integrity. Ensure the expanded text aligns with the desired tone and is appropriate for the target audience. The goal is to enrich the original text, adding value and depth while preserving its core meaning.\",\n                \"icon\": \"expand\",\n                \"description\": \"Uses AI to elaborate on core ideas, ensuring richer context and a comprehensive understanding. Turn brief points into full-fledged insights.\",\n                \"disabled\": null,\n                \"custom\": null\n            },\n            {\n                \"header\": \"Summarize\",\n                \"actionLabel\": \"Summarize\",\n                \"route\": \"/actions/transform/refine?summarize=true\",\n                \"prompt\": \"**Original Text:** [Insert original text here]\\n**Summarization Goals:** [Specify the extent or focus of the summary, e.g., highlight key points, focus on conclusions]\\n**Instructions:** Please summarize the provided text according to the specified goals. Ensure the summary captures the essential aspects and main conclusions of the original text while omitting less critical details.\",\n                \"systemPrompt\": \"Create a concise summary of the provided text. The summary should capture the key points and main ideas, distilling the essential information while omitting less critical details. Ensure that the summary remains true to the original content's context and message, maintaining an appropriate tone for the target audience. The goal is to provide a clear, brief overview of the original text, suitable for quick understanding or reference.\",\n                \"icon\": \"summarize\",\n                \"description\": \"Captures the essence, delivering clear and concise overviews without sacrificing key information.\",\n                \"disabled\": null,\n                \"custom\": null\n            },\n            {\n                \"header\": \"Translate\",\n                \"actionLabel\": \"Translate\",\n                \"route\": \"/actions/transform/translate\",\n                \"prompt\": \"**Original Text:** [Insert original text here]\\n**Translation Goals:** [Specify the target language, e.g., Spanish, French, Mandarin]\\n**Instructions:** Please translate the provided text into the specified target language. Ensure that the translation accurately conveys the meaning and nuances of the original text.\",\n                \"systemPrompt\": \"Translate the provided text from its original language into the target language. Ensure that the translation is accurate, maintaining the essence and meaning of the original text. Pay attention to cultural nuances and idiomatic expressions to ensure the translation is not only linguistically correct but also culturally appropriate. The translation should be clear and understandable to speakers of the target language, keeping in mind the tone and the intended audience.\",\n                \"icon\": \"translate\",\n                \"description\": \"Convert your content into various languages.\",\n                \"disabled\": null,\n                \"custom\": null\n            },\n            {\n                \"header\": \"RefactorCode\",\n                \"actionLabel\": \"Refactor\",\n                \"route\": \"/actions/generate/code\",\n                \"prompt\": \"**Original Code:** [Insert or describe the original code here]\\n**Refactoring Goals:** [Specify objectives like improving readability, optimizing performance, or enhancing maintainability]\\n**Instructions:** Please refactor the provided code based on the specified goals. Ensure the refactored version is cleaner, more efficient, and adheres to best coding practices while retaining all original functionalities.\",\n                \"systemPrompt\": \"Refactor the provided code snippet according to the specified objectives.\\nFocus on improving the code's readability, efficiency, and maintainability without altering its fundamental functionality.\\nEnsure that the refactored code adheres to the desired programming standards and practices, and is optimized for performance and clarity.\\nThe refactored code should be well-commented, cleanly structured, and easy to integrate into existing projects, meeting the needs of the intended application or task.\",\n                \"icon\": \"refactor\",\n                \"description\": \"Refactor code.\",\n                \"disabled\": null,\n                \"custom\": null\n            },\n            {\n                \"header\": \"Restructure\",\n                \"actionLabel\": \"Restructure\",\n                \"route\": \"/actions/generate/code\",\n                \"prompt\": \"**Data Source:** [Describe or provide the original data ]\\n**Target Format:** [Specify the desired format for the data after restructuring, e.g., SQL database, XML, Google Sheets]\\n**Instructions:** Please convert and restructure the provided data from the original format to the target format. Ensure the transformation accurately maintains or enhances the data’s usability and relevance for its intended use.\",\n                \"systemPrompt\": \"Restructure the provided content or data as per the specified restructuring objectives. The restructured output should be organized logically and efficiently to enhance clarity, usability, or alignment with a specific format or requirement. Ensure that the restructured content maintains the integrity and primary purpose of the original while meeting the user-defined goals such as improved readability, specific formatting, or better data organization.\",\n                \"icon\": \"restructure\",\n                \"description\": \"Restructure\",\n                \"disabled\": null,\n                \"custom\": null\n            }\n        ]\n    },\n    {\n        \"id\": 8,\n        \"label\": \"Analysis\",\n        \"custom\": null,\n        \"actions\": [\n            {\n                \"header\": \"TextAnalysis\",\n                \"actionLabel\": \"Text\",\n                \"route\": \"/actions/analysis/content\",\n                \"prompt\": \"**Text Source:** [Insert text source here]\\n**Text Analysis Goals:** [Specify the aspects to analyze, e.g., sentiment analysis, thematic extraction, entity recognition]\\n**Instructions:** Please analyze the text and provide a detailed report of the findings.\",\n                \"systemPrompt\": \"Analyze the provided text to extract key insights and information. The analysis should include identifying main themes, sentiments, and any notable patterns or anomalies. Evaluate the text for its tone, style, and content, providing a comprehensive understanding of its context and implications. The analysis should be thorough and objective, offering valuable perspectives or conclusions to the target audience based on the text's content.\",\n                \"icon\": \"textAnalysis\",\n                \"description\": \"Analyze and optimize every aspect of your messages.\",\n                \"disabled\": null,\n                \"custom\": null\n            },\n            {\n                \"header\": \"VisionaryAnalysis\",\n                \"actionLabel\": \"Visionary\",\n                \"route\": \"/actions/analyze/audience\",\n                \"prompt\": \"**Image Source:** [Insert image source here]\\n**Visionary Analysis Goals:** [Specify the aspects to analyze, e.g., object detection, scene description, trend prediction]\\n**Instructions:** Please analyze the image and provide a detailed description of the findings.\",\n                \"systemPrompt\": \"Analyze the provided image using advanced vision AI. Identify and interpret key elements, patterns, and themes within the image. The analysis should provide insights into the content and context of the image, exploring its potential meanings, implications, and connections to broader themes or concepts. Consider both the visual and symbolic aspects, offering a detailed and comprehensive interpretation that can inform understanding or further inquiry. Tailor the analysis to meet the needs and interests of the target audience, ensuring it is insightful and relevant.\",\n                \"icon\": \"analyzeImage\",\n                \"description\": \"Analyze and understand images.\",\n                \"disabled\": null,\n                \"custom\": null\n            },\n            {\n                \"header\": \"ContentAnalysis\",\n                \"actionLabel\": \"Content\",\n                \"route\": \"/actions/analysis/content\",\n                \"prompt\": \"**Content Source:** [Specify the source of the content, e.g., a series of articles, a collection of social media posts, a book]\\n**Content Analysis Goals:** [State the specific aspects to analyze, such as tone, themes, audience engagement, bias]\\n**Instructions:** Please conduct a thorough analysis of the provided content. Summarize the key findings, identify patterns or trends, and discuss their implications or potential impacts on the intended audience.\",\n                \"systemPrompt\": \"Analyze the provided content to extract key insights and information across various dimensions. The analysis should include evaluating the document's structure, text content, metadata, embedded multimedia, and any specific code snippets (for web files). Identify main themes, assess the content's organization, and evaluate how multimedia elements contribute to the overall message. For web-related files, analyze the functionality and implications of embedded scripts. The analysis should be comprehensive, providing a deep understanding of the content's purpose, effectiveness, and potential impact. Offer actionable recommendations or conclusions to the target audience based on the analysis.\",\n                \"icon\": \"contentAnalysis\",\n                \"description\": \"Analyze and optimize every aspect of your content.\",\n                \"disabled\": null,\n                \"custom\": null\n            },\n            {\n                \"header\": \"DataAnalysis\",\n                \"actionLabel\": \"Data\",\n                \"route\": \"/actions/analysis/content\",\n                \"prompt\": \"**Dataset:** [Insert dataset here]\\n**Analysis Goals:** [Type of goals, e.g., Trend Identification, Predictive Modeling, Anomaly Detection, Correlation Analysis]\\n**Instructions:** Please conduct a detailed data analysis to address the specified goals. Summarize the key findings and provide actionable insights based on the analysis.\",\n                \"systemPrompt\": \"Analyze the provided dataset to extract key insights, trends, and patterns relevant to the specified analysis goals. The analysis should be detailed, leveraging the data format and focusing on the key variables identified. It should consider any constraints and assumptions specified to ensure accuracy and relevance. The analysis should be thorough and objective, offering valuable perspectives or conclusions to the target audience based on the context.\",\n                \"icon\": \"dataAnalysis\",\n                \"description\": \"Analyze and optimize every aspect of your content.\",\n                \"disabled\": null,\n                \"custom\": null\n            },\n            {\n                \"header\": \"Prediction\",\n                \"actionLabel\": \"Prediction\",\n                \"route\": \"/actions/analysis/content\",\n                \"prompt\": \"**Dataset:** [Insert dataset here]\\n**Prediction Goals:** [Specify what you aim to predict, e.g., future sales, customer churn, stock prices]\\n**Instructions:** Please analyze the dataset and provide predictions for the specified goals.\",\n                \"systemPrompt\": \"The user provides a dataset and specifies their prediction goals (e.g., future sales, customer churn, stock prices). Analyze the provided dataset and deliver predictions that meet the specified goals. Offer insights and potential recommendations based on the predictions.\",\n                \"icon\": \"prediction\",\n                \"description\": \"Analyze and optimize every aspect of your content.\",\n                \"disabled\": null,\n                \"custom\": null\n            }\n        ]\n    }\n]"}],"_postman_id":"0aa5a8f1-e443-4436-a320-5c598b0dd5da"},{"name":"AI Workflows","event":[{"listen":"prerequest","script":{"id":"6de2f80e-5b7b-4b19-97d6-b2771f58ccbb","exec":["const now = new Date()","","","const nDaysDiff = (baseDateStr, nDays) => {","    const baseDate = new Date(baseDateStr)","    const baseDateMilli = baseDate.getTime()","    const offsetMilli = 1000 * 60 * 60 * 24 * nDays ","    const offsetDate = new Date(baseDateMilli + offsetMilli)","    const offsetDateStr = offsetDate.toISOString().split(\"T\")[0]","    return offsetDateStr","}","","const startTime = nDaysDiff(now.toString(), -3)","const endTime = now.toISOString().split(\"T\")[0]","","pm.collectionVariables.set('eq-starttime', startTime)","pm.collectionVariables.set('eq-endtime', endTime)"],"type":"text/javascript","packages":{}}},{"listen":"test","script":{"id":"f5dbed42-15fa-430c-b15f-a6ac0f6ed894","exec":["var template = `","<script src=\"https://d3js.org/d3.v5.min.js\"></script>","<script src=\"https://unpkg.com/topojson@3\"></script>","<style>","body { ","    background-color: white;","}",".title { ","    font-size: 30px;","    font-family: \"Roboto\", sans-serif;","    text-align: center;","}",".container {","    display: flex;","    flex-direction: row;","    justify-content: center;","    align-items: center;","}",".directions {","    font-size: 18px;","    font-family: \"Roboto\", sans-serif;","    padding-left: 20px;","}","#backgroundRectangle {","    width: 100%;","    height: 100%;","    fill: #f5f5f5;","}",".projectionOutline{","    fill: #2f434a;","    stroke: #4e5f66","}",".tooltip {","    position: absolute;","    font-size: 12px;","    width: auto;","    height: auto;","    pointer-events: none;","    background-color: white;","    padding: 3px;","}","","</style>","<h1 class=\"title\"></h1>","<div class=\"container\">","<div id=\"map\"></div>","<p class=\"directions\">Draw mouse to zoom in onto section. Double click to zoom out</p>","</div>","<script>","","    pm.getData( function(err, value) {","        d3.select(\".title\").html(value.title);","        initVisualization(value.data);","    });","","    // Function call that contains our visualization, necessary because we are loading an external map file","    async function initVisualization(pmInput){","        const response = await fetch(\"https://unpkg.com/world-atlas@1.1.4/world/110m.json\");","        response.json().then( data => {","            generateVisualization(pmInput, data);","        });","    }","    ","    // Generates d3 map visualization using an external map file and user-inputed data","    // Utilizes d3.zoom and d3.brush","    function generateVisualization(pmInput, mapData){","        // Set the dimensions and margins of the graph","        const margins = {top: 20, left: 10, right: 20, bottom: 20};","        const width = 800 - margins.top - margins.bottom;","        const height = 500 - margins.left - margins.right;","        ","        // Initializes d3.zoom to cover entire map SVG","        const zoom = d3.zoom()","            .scaleExtent([1,40])","            .translateExtent([[0,0],[width + margins.left + margins.right, height + margins.top + margins.bottom]])","            .extent([[0,0],[width + margins.left + margins.right, height + margins.top + margins.bottom]])","            .on(\"zoom\", () =>{","                d3.select(\"#map-group\").attr(\"transform\", d3.event.transform)","            })","        ","        // Initiaizes d3.brush to cover entire map SVG and zoom in on the selected window","        let brush = d3.brush()","            .extent([[0,0],[width + margins.left + margins.right, height + margins.top + margins.bottom]])","            .on(\"end\", () => {","                let extent = d3.event.selection;","                if(extent){","                    d3.select(\"#map-group\").call(brush.move, null);","                    d3.select(\"#map-group\").transition().duration(1500).call(zoom.transform, d3.zoomIdentity","                        .scale( (width + margins.left + margins.right)/ (extent[1][0]-extent[0][0]) )","                        .translate( -extent[0][0], -extent[0][1] ));","                    d3.selectAll(\"circle\").transition().delay(750).duration(1000)","                        .attr(\"r\", d => { return 2 * d.circleSize * (extent[1][0]-extent[0][0])/(width + margins.left + margins.right);} )","                        .attr(\"stroke-width\", (extent[1][0]-extent[0][0])/(width + margins.left + margins.right));","                    ","                }","                else{","                    d3.select(\"#map-group\").transition().duration(1500).call(zoom.transform, d3.zoomIdentity","                        .scale( 1 )","                        .translate( 0,0 ));","                    d3.selectAll(\"circle\").transition().delay(750).duration(1000)","                        .attr(\"r\", d => d.circleSize)","                        .attr(\"stroke-width\", 1);","                }","            });","        ","        // Set the dimensions and margins of the graph","        let svg = d3.select(\"#map\")","          .append(\"svg\")  ","            .attr(\"width\", width + margins.left + margins.right)","            .attr(\"height\", height + margins.top + margins.bottom)","        svg.append(\"rect\")","            .attr(\"id\", \"backgroundRectangle\");","        svg = svg.append(\"g\")","            .attr(\"id\", \"map-group\")","            .call(brush);","        ","        // Draws Mercator projection of map onto SVG using the inputted map file","        let projection = d3.geoMercator().translate([400, 350]).scale(125);","        var mapGroup = svg.append(\"g\");","        let mapPath = d3.geoPath().projection(projection);","        mapGroup.selectAll(\"path\")","            .data(topojson.feature(mapData, mapData.objects.countries).features)","            .enter()","          .append(\"path\")","            .attr(\"d\", mapPath)","            .attr(\"class\", \"projectionOutline\");","        ","        // Calculate offset for tooltip","        const rect = document.getElementById(\"map\").getBoundingClientRect();","        const offset = {top: rect.top, left: rect.left};","        ","        // Create hover tooltip","        let tooltip = d3.select(\"#map\").append(\"div\")","            .attr(\"class\", \"tooltip\");","        // tooltip mouseover event handler","        let tipMouseover = function(d){","            tooltip.html(\"Longitude: <b>\" + d.long + \"</b><br/>Latitude: <b>\" + d.lat + \"</b>\")","                .style(\"left\", (d3.event.pageX + 15 - offset.left) + \"px\")","                .style(\"top\", (d3.event.pageY - 20 - offset.top) + \"px\")","              .transition()","                .duration(200)      // ms","                .style(\"opacity\", 0.9)","            d3.select(this)","                .style(\"stroke\", \"white\")","                .style(\"opacity\", 1);","        };","        // tooltip mouseout event handler","        let tipMouseout = function(d){","            tooltip.transition()","                .duration(300)","                .style(\"opacity\", 0);","            d3.select(this)","                .style(\"stroke\", \"none\")","                .style(\"opacity\", 0.6);","        };","        ","        // Appends points from user-inputted data onto map","        svg.selectAll(\"circle\")","            .data(pmInput)","            .enter()","          .append(\"circle\")","            .attr(\"r\", 0)","            .style(\"fill\", d => d.color)","            .attr(\"cx\", d => projection([d.long, d.lat])[0])","            .attr(\"cy\",  d => projection([d.long, d.lat])[1])","            .style(\"opacity\", 0.6)","            .on(\"mouseover\", tipMouseover)","            .on(\"mouseout\", tipMouseout)","          .transition(d3.transition().duration(1000).ease(d3.easeQuadOut))","            .attr(\"r\", d => d.circleSize)","    }","</script>","`;","","var response = pm.response.json();","let parsedData = [];","","//data parsing","for (let earthquake of response.features){","    let tempEntry = {};","    tempEntry.lat = earthquake.geometry.coordinates[1];","    tempEntry.long = earthquake.geometry.coordinates[0];","    tempEntry.circleSize = Math.abs(Math.ceil(earthquake.properties.mag));","    tempEntry.color = \"#F09D51\";","    parsedData.push(tempEntry);","}","","pm.visualizer.set(template, {","    data: parsedData,","    title: \"Map of Earthquake Occurrences Over Past Three Days\"","} );","",""],"type":"text/javascript","packages":{}}}],"id":"e475e7ba-d57b-4bd7-8e94-d88a1d6d055d","request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"kuv-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.kuverto.com/workflow/get-all","urlObject":{"protocol":"https","path":["workflow","get-all"],"host":["api","kuverto","com"],"query":[],"variable":[]}},"response":[{"id":"fa9c5216-910f-464c-a454-f9de18543be8","name":"Visualize Map","originalRequest":{"method":"GET","header":[],"url":{"raw":"https://earthquake.usgs.gov/fdsnws/event/1/query?format=geojson&starttime=&endtime=","protocol":"https","host":["earthquake","usgs","gov"],"path":["fdsnws","event","1","query"],"query":[{"key":"format","value":"geojson"},{"key":"starttime","value":""},{"key":"endtime","value":""}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Content-Type","value":"application/json; charset=utf-8"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Server","value":"nginx"},{"key":"Date","value":"Tue, 25 Jun 2024 17:13:34 GMT"},{"key":"Cache-Control","value":"public, max-age=60"},{"key":"Expires","value":"Tue, 25 Jun 2024 17:14:34 GMT"},{"key":"Last-Modified","value":"Tue, 25 Jun 2024 17:13:34 GMT"},{"key":"Access-Control-Allow-Headers","value":"*"},{"key":"Access-Control-Allow-Methods","value":"GET, OPTIONS"},{"key":"Access-Control-Allow-Origin","value":"*"},{"key":"Access-Control-Max-Age","value":"86400"},{"key":"Strict-Transport-Security","value":"max-age=31536000; includeSubDomains; preload"},{"key":"X-Frame-Options","value":"SAMEORIGIN"},{"key":"X-Content-Type-Options","value":"nosniff"},{"key":"X-XSS-Protection","value":"1; mode=block"},{"key":"Vary","value":"Accept-Encoding"},{"key":"X-Cache","value":"Miss from cloudfront"},{"key":"Via","value":"1.1 f99ff04b44b46caf63e2de40aa2beda4.cloudfront.net (CloudFront)"},{"key":"X-Amz-Cf-Pop","value":"IAD55-P5"},{"key":"X-Amz-Cf-Id","value":"KEJPj8UVI7_iXzMyLGtWXw6nZ3Ch4yHyaeqiqMXzNuhORBMvble9UA=="}],"cookie":[],"responseTime":null,"body":"{\n    \"type\": \"FeatureCollection\",\n    \"metadata\": {\n        \"generated\": 1719335614000,\n        \"url\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?format=geojson&starttime=2024-06-22&endtime=2024-06-25\",\n        \"title\": \"USGS Earthquakes\",\n        \"status\": 200,\n        \"api\": \"1.14.1\",\n        \"count\": 950\n    },\n    \"features\": [\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2,\n                \"place\": \"22 km N of Willow, Alaska\",\n                \"time\": 1719273567775,\n                \"updated\": 1719273655360,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02483gmr7t\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02483gmr7t&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 62,\n                \"net\": \"ak\",\n                \"code\": \"02483gmr7t\",\n                \"ids\": \",ak02483gmr7t,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.39,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.0 - 22 km N of Willow, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -150.0739,\n                    61.9496,\n                    35.2\n                ]\n            },\n            \"id\": \"ak02483gmr7t\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.97000003,\n                \"place\": \"6 km SSW of Volcano, Hawaii\",\n                \"time\": 1719273231320,\n                \"updated\": 1719273331260,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74291081\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74291081&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 60,\n                \"net\": \"hv\",\n                \"code\": \"74291081\",\n                \"ids\": \",hv74291081,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 15,\n                \"dmin\": 0.002264,\n                \"rms\": 0.109999999,\n                \"gap\": 83,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.0 - 6 km SSW of Volcano, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.249160766602,\n                    19.38450050354,\n                    1.4099999666214\n                ]\n            },\n            \"id\": \"hv74291081\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.44,\n                \"place\": \"24 km SW of Lamont, CA\",\n                \"time\": 1719273193970,\n                \"updated\": 1719273817390,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40809608\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40809608&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 92,\n                \"net\": \"ci\",\n                \"code\": \"40809608\",\n                \"ids\": \",ci40809608,\",\n                \"sources\": \",ci,\",\n                \"types\": \",focal-mechanism,nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 53,\n                \"dmin\": 0.2308,\n                \"rms\": 0.27,\n                \"gap\": 28,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.4 - 24 km SW of Lamont, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -119.103,\n                    35.1131667,\n                    2.16\n                ]\n            },\n            \"id\": \"ci40809608\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.72,\n                \"place\": \"16 km NW of Chester, CA\",\n                \"time\": 1719273177000,\n                \"updated\": 1719301720980,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026751\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026751&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 46,\n                \"net\": \"nc\",\n                \"code\": \"75026751\",\n                \"ids\": \",nc75026751,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 13,\n                \"dmin\": 0.0351,\n                \"rms\": 0.07,\n                \"gap\": 141,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.7 - 16 km NW of Chester, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -121.3775,\n                    40.3981666666667,\n                    6.04\n                ]\n            },\n            \"id\": \"nc75026751\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.14,\n                \"place\": \"3 km SSW of Grapevine, CA\",\n                \"time\": 1719272939380,\n                \"updated\": 1719273309508,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40809600\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40809600&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 20,\n                \"net\": \"ci\",\n                \"code\": \"40809600\",\n                \"ids\": \",ci40809600,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 16,\n                \"dmin\": 0.006171,\n                \"rms\": 0.15,\n                \"gap\": 104,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.1 - 3 km SSW of Grapevine, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -118.9396667,\n                    34.916,\n                    14.18\n                ]\n            },\n            \"id\": \"ci40809600\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.74,\n                \"place\": \"24 km SW of Lamont, CA\",\n                \"time\": 1719272636880,\n                \"updated\": 1719276328957,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40809592\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40809592&format=geojson\",\n                \"felt\": 3,\n                \"cdi\": 2,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 47,\n                \"net\": \"ci\",\n                \"code\": \"40809592\",\n                \"ids\": \",ci40809592,\",\n                \"sources\": \",ci,\",\n                \"types\": \",dyfi,nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 35,\n                \"dmin\": 0.2383,\n                \"rms\": 0.21,\n                \"gap\": 72,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.7 - 24 km SW of Lamont, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -119.1113333,\n                    35.1145,\n                    7.82\n                ]\n            },\n            \"id\": \"ci40809592\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.75,\n                \"place\": \"4 km SE of Loma Linda, CA\",\n                \"time\": 1719272207900,\n                \"updated\": 1719272894790,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40809584\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40809584&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 47,\n                \"net\": \"ci\",\n                \"code\": \"40809584\",\n                \"ids\": \",ci40809584,\",\n                \"sources\": \",ci,\",\n                \"types\": \",focal-mechanism,nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 82,\n                \"dmin\": 0.0908,\n                \"rms\": 0.17,\n                \"gap\": 22,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.8 - 4 km SE of Loma Linda, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.2271667,\n                    34.0263333,\n                    15.89\n                ]\n            },\n            \"id\": \"ci40809584\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.7,\n                \"place\": \"55 km WNW of Anchor Point, Alaska\",\n                \"time\": 1719271925653,\n                \"updated\": 1719272033847,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02483ggx6d\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02483ggx6d&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 8,\n                \"net\": \"ak\",\n                \"code\": \"02483ggx6d\",\n                \"ids\": \",ak02483ggx6d,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.22,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.7 - 55 km WNW of Anchor Point, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -152.7461,\n                    59.9744,\n                    99.2\n                ]\n            },\n            \"id\": \"ak02483ggx6d\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.76,\n                \"place\": \"24 km SW of Lamont, CA\",\n                \"time\": 1719271775220,\n                \"updated\": 1719272332248,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40809576\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40809576&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 48,\n                \"net\": \"ci\",\n                \"code\": \"40809576\",\n                \"ids\": \",ci40809576,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 36,\n                \"dmin\": 0.2351,\n                \"rms\": 0.16,\n                \"gap\": 44,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.8 - 24 km SW of Lamont, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -119.1071667,\n                    35.113,\n                    8.79\n                ]\n            },\n            \"id\": \"ci40809576\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.92,\n                \"place\": \"12 km SSW of Searles Valley, CA\",\n                \"time\": 1719271724940,\n                \"updated\": 1719277844175,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40809568\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40809568&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 13,\n                \"net\": \"ci\",\n                \"code\": \"40809568\",\n                \"ids\": \",ci40809568,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 15,\n                \"dmin\": 0.0441,\n                \"rms\": 0.1,\n                \"gap\": 129,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.9 - 12 km SSW of Searles Valley, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.4765,\n                    35.675,\n                    9.08\n                ]\n            },\n            \"id\": \"ci40809568\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.48,\n                \"place\": \"64 km ENE of Pedro Bay, Alaska\",\n                \"time\": 1719271641040,\n                \"updated\": 1719290116100,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93177651\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93177651&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93177651\",\n                \"ids\": \",av93177651,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 5,\n                \"dmin\": 0.01515,\n                \"rms\": 0.15,\n                \"gap\": 99,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.5 - 64 km ENE of Pedro Bay, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -153.0805,\n                    60.0448333333333,\n                    2.05\n                ]\n            },\n            \"id\": \"av93177651\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.52,\n                \"place\": \"5 km NW of Boron, CA\",\n                \"time\": 1719271246940,\n                \"updated\": 1719272117087,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40809560\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40809560&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 36,\n                \"net\": \"ci\",\n                \"code\": \"40809560\",\n                \"ids\": \",ci40809560,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 35,\n                \"dmin\": 0.09634,\n                \"rms\": 0.19,\n                \"gap\": 37,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.5 - 5 km NW of Boron, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.683,\n                    35.0303333,\n                    -0.84\n                ]\n            },\n            \"id\": \"ci40809560\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.57,\n                \"place\": \"23 km E of Little Lake, CA\",\n                \"time\": 1719271164610,\n                \"updated\": 1719277870324,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40809552\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40809552&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 38,\n                \"net\": \"ci\",\n                \"code\": \"40809552\",\n                \"ids\": \",ci40809552,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 26,\n                \"dmin\": 0.01101,\n                \"rms\": 0.12,\n                \"gap\": 93,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.6 - 23 km E of Little Lake, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.6533333,\n                    35.9586667,\n                    4.35\n                ]\n            },\n            \"id\": \"ci40809552\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.23,\n                \"place\": \"24 km SW of Lamont, CA\",\n                \"time\": 1719271016740,\n                \"updated\": 1719271742596,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40809544\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40809544&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 77,\n                \"net\": \"ci\",\n                \"code\": \"40809544\",\n                \"ids\": \",ci40809544,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 52,\n                \"dmin\": 0.2308,\n                \"rms\": 0.23,\n                \"gap\": 28,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.2 - 24 km SW of Lamont, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -119.1058333,\n                    35.1131667,\n                    1.55\n                ]\n            },\n            \"id\": \"ci40809544\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.89,\n                \"place\": \"24 km SW of Lamont, CA\",\n                \"time\": 1719270868900,\n                \"updated\": 1719271618585,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40809536\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40809536&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 55,\n                \"net\": \"ci\",\n                \"code\": \"40809536\",\n                \"ids\": \",ci40809536,\",\n                \"sources\": \",ci,\",\n                \"types\": \",focal-mechanism,nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 42,\n                \"dmin\": 0.2346,\n                \"rms\": 0.23,\n                \"gap\": 36,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.9 - 24 km SW of Lamont, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -119.107,\n                    35.1125,\n                    1.61\n                ]\n            },\n            \"id\": \"ci40809536\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.62,\n                \"place\": \"9 km ENE of El Centro, CA\",\n                \"time\": 1719270859620,\n                \"updated\": 1719326578800,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40809520\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40809520&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 40,\n                \"net\": \"ci\",\n                \"code\": \"40809520\",\n                \"ids\": \",ci40809520,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 27,\n                \"dmin\": 0.03493,\n                \"rms\": 0.28,\n                \"gap\": 98,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.6 - 9 km ENE of El Centro, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -115.4771667,\n                    32.8291667,\n                    5.39\n                ]\n            },\n            \"id\": \"ci40809520\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.1,\n                \"place\": \"85 km NW of Karluk, Alaska\",\n                \"time\": 1719270816974,\n                \"updated\": 1719270926845,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02483gcwzl\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02483gcwzl&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 19,\n                \"net\": \"ak\",\n                \"code\": \"02483gcwzl\",\n                \"ids\": \",ak02483gcwzl,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.36,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.1 - 85 km NW of Karluk, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.6143,\n                    58.0169,\n                    109.6\n                ]\n            },\n            \"id\": \"ak02483gcwzl\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.82,\n                \"place\": \"7 km NW of The Geysers, CA\",\n                \"time\": 1719270653380,\n                \"updated\": 1719270748038,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026716\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026716&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 10,\n                \"net\": \"nc\",\n                \"code\": \"75026716\",\n                \"ids\": \",nc75026716,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 12,\n                \"dmin\": 0.00502,\n                \"rms\": 0.03,\n                \"gap\": 74,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.8 - 7 km NW of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.825996398926,\n                    38.804500579834,\n                    3.75999999046326\n                ]\n            },\n            \"id\": \"nc75026716\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.39,\n                \"place\": \"21 km W of Sitka, Alaska\",\n                \"time\": 1719270570910,\n                \"updated\": 1719291194330,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93013044\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93013044&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93013044\",\n                \"ids\": \",av93013044,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 4,\n                \"dmin\": 0.01581,\n                \"rms\": 0.12,\n                \"gap\": 313,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.4 - 21 km W of Sitka, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -135.6765,\n                    57.0801666666667,\n                    2.86\n                ]\n            },\n            \"id\": \"av93013044\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.26,\n                \"place\": \"18 km WSW of Georgetown, Idaho\",\n                \"time\": 1719270511590,\n                \"updated\": 1719322825710,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/uu80074546\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=uu80074546&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 79,\n                \"net\": \"uu\",\n                \"code\": \"80074546\",\n                \"ids\": \",uu80074546,\",\n                \"sources\": \",uu,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 20,\n                \"dmin\": 0.3499,\n                \"rms\": 0.23,\n                \"gap\": 135,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.3 - 18 km WSW of Georgetown, Idaho\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -111.580333333333,\n                    42.4328333333333,\n                    10.3\n                ]\n            },\n            \"id\": \"uu80074546\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.2,\n                \"place\": \"11 km E of Fox, Alaska\",\n                \"time\": 1719270215758,\n                \"updated\": 1719270336049,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02483garqf\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02483garqf&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 22,\n                \"net\": \"ak\",\n                \"code\": \"02483garqf\",\n                \"ids\": \",ak02483garqf,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.45,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.2 - 11 km E of Fox, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -147.3802,\n                    64.9488,\n                    9.2\n                ]\n            },\n            \"id\": \"ak02483garqf\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.4,\n                \"place\": \"129 km SE of McCarthy, Alaska\",\n                \"time\": 1719269853441,\n                \"updated\": 1719270889040,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02483g0wm8\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02483g0wm8&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 89,\n                \"net\": \"ak\",\n                \"code\": \"02483g0wm8\",\n                \"ids\": \",us6000n80r,ak02483g0wm8,\",\n                \"sources\": \",us,ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.93,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.4 - 129 km SE of McCarthy, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -141.3565,\n                    60.5496,\n                    11\n                ]\n            },\n            \"id\": \"ak02483g0wm8\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.6,\n                \"place\": \"58 km NW of Toyah, Texas\",\n                \"time\": 1719269319767,\n                \"updated\": 1719313884167,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/tx2024mjme\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=tx2024mjme&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 39,\n                \"net\": \"tx\",\n                \"code\": \"2024mjme\",\n                \"ids\": \",tx2024mjme,\",\n                \"sources\": \",tx,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 16,\n                \"dmin\": 0,\n                \"rms\": 0.2,\n                \"gap\": 69,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.6 - 58 km NW of Toyah, Texas\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -104.28,\n                    31.631,\n                    1.9086\n                ]\n            },\n            \"id\": \"tx2024mjme\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.2,\n                \"place\": \"39 km S of Goldfield, Nevada\",\n                \"time\": 1719269183564,\n                \"updated\": 1719271258100,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nn00879933\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nn00879933&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 74,\n                \"net\": \"nn\",\n                \"code\": \"00879933\",\n                \"ids\": \",nn00879933,\",\n                \"sources\": \",nn,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 25,\n                \"dmin\": 0.074,\n                \"rms\": 0.1669,\n                \"gap\": 97.05999999999995,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.2 - 39 km S of Goldfield, Nevada\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.1961,\n                    37.3535,\n                    6.1\n                ]\n            },\n            \"id\": \"nn00879933\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.61,\n                \"place\": \"24 km SW of Lamont, CA\",\n                \"time\": 1719268783600,\n                \"updated\": 1719278267492,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40809512\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40809512&format=geojson\",\n                \"felt\": 2,\n                \"cdi\": 3.1,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 40,\n                \"net\": \"ci\",\n                \"code\": \"40809512\",\n                \"ids\": \",ci40809512,\",\n                \"sources\": \",ci,\",\n                \"types\": \",dyfi,nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 34,\n                \"dmin\": 0.06162,\n                \"rms\": 0.24,\n                \"gap\": 87,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.6 - 24 km SW of Lamont, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -119.1076667,\n                    35.1171667,\n                    1.11\n                ]\n            },\n            \"id\": \"ci40809512\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 4.7,\n                \"place\": \"12 km SW of Savaştepe, Turkey\",\n                \"time\": 1719268604513,\n                \"updated\": 1719335192040,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/us6000n80m\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=us6000n80m&format=geojson\",\n                \"felt\": 18,\n                \"cdi\": 3.4,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 346,\n                \"net\": \"us\",\n                \"code\": \"6000n80m\",\n                \"ids\": \",us6000n80m,\",\n                \"sources\": \",us,\",\n                \"types\": \",dyfi,moment-tensor,origin,phase-data,\",\n                \"nst\": 70,\n                \"dmin\": 0.558,\n                \"rms\": 0.77,\n                \"gap\": 31,\n                \"magType\": \"mww\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 4.7 - 12 km SW of Savaştepe, Turkey\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    27.5549,\n                    39.3085,\n                    10.321\n                ]\n            },\n            \"id\": \"us6000n80m\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 4,\n                \"place\": \"275 km SE of Kushimoto, Japan\",\n                \"time\": 1719268468953,\n                \"updated\": 1719273153175,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/us6000n80l\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=us6000n80l&format=geojson\",\n                \"felt\": 1,\n                \"cdi\": 2.2,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 246,\n                \"net\": \"us\",\n                \"code\": \"6000n80l\",\n                \"ids\": \",us6000n80l,\",\n                \"sources\": \",us,\",\n                \"types\": \",dyfi,origin,phase-data,\",\n                \"nst\": 63,\n                \"dmin\": 2.138,\n                \"rms\": 0.73,\n                \"gap\": 89,\n                \"magType\": \"mb\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 4.0 - 275 km SE of Kushimoto, Japan\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    137.8824,\n                    31.7317,\n                    396.885\n                ]\n            },\n            \"id\": \"us6000n80l\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 4.09,\n                \"place\": \"24 km SW of Lamont, CA\",\n                \"time\": 1719268259930,\n                \"updated\": 1719335083604,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40809504\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40809504&format=geojson\",\n                \"felt\": 868,\n                \"cdi\": 3.8,\n                \"mmi\": 4.383,\n                \"alert\": \"green\",\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 587,\n                \"net\": \"ci\",\n                \"code\": \"40809504\",\n                \"ids\": \",ew1719268260,ci40809504,us6000n80j,\",\n                \"sources\": \",ew,ci,us,\",\n                \"types\": \",dyfi,focal-mechanism,losspager,moment-tensor,nearby-cities,origin,phase-data,scitech-link,shake-alert,shakemap,\",\n                \"nst\": 71,\n                \"dmin\": 0.05899,\n                \"rms\": 0.27,\n                \"gap\": 23,\n                \"magType\": \"mw\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 4.1 - 24 km SW of Lamont, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -119.1115,\n                    35.1131667,\n                    12.07\n                ]\n            },\n            \"id\": \"ci40809504\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.83,\n                \"place\": \"26 km WNW of Volcano, Hawaii\",\n                \"time\": 1719267430670,\n                \"updated\": 1719273038940,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74290961\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74290961&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 52,\n                \"net\": \"hv\",\n                \"code\": \"74290961\",\n                \"ids\": \",hv74290961,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 45,\n                \"dmin\": 0.04189,\n                \"rms\": 0.15,\n                \"gap\": 41,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.8 - 26 km WNW of Volcano, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.481166666667,\n                    19.4948333333333,\n                    1.76\n                ]\n            },\n            \"id\": \"hv74290961\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.5,\n                \"place\": \"39 km S of Goldfield, Nevada\",\n                \"time\": 1719267336371,\n                \"updated\": 1719272370732,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nn00879925\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nn00879925&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 35,\n                \"net\": \"nn\",\n                \"code\": \"00879925\",\n                \"ids\": \",nn00879925,\",\n                \"sources\": \",nn,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 24,\n                \"dmin\": 0.078,\n                \"rms\": 0.1891,\n                \"gap\": 119.37,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.5 - 39 km S of Goldfield, Nevada\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.1915,\n                    37.3553,\n                    4.5\n                ]\n            },\n            \"id\": \"nn00879925\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.35,\n                \"place\": \"5 km ENE of Westmorland, CA\",\n                \"time\": 1719267275050,\n                \"updated\": 1719267933434,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40809480\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40809480&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 28,\n                \"net\": \"ci\",\n                \"code\": \"40809480\",\n                \"ids\": \",ci40809480,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 29,\n                \"dmin\": 0.02111,\n                \"rms\": 0.22,\n                \"gap\": 58,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.4 - 5 km ENE of Westmorland, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -115.578,\n                    33.0591667,\n                    8.27\n                ]\n            },\n            \"id\": \"ci40809480\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.6600000000000001,\n                \"place\": \"9 km SE of Amity, Oregon\",\n                \"time\": 1719266144030,\n                \"updated\": 1719273500970,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/uw62010437\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=uw62010437&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 42,\n                \"net\": \"uw\",\n                \"code\": \"62010437\",\n                \"ids\": \",uw62010437,\",\n                \"sources\": \",uw,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 9,\n                \"dmin\": 0.002291,\n                \"rms\": 0.24,\n                \"gap\": 125,\n                \"magType\": \"ml\",\n                \"type\": \"explosion\",\n                \"title\": \"M 1.7 Explosion - 9 km SE of Amity, Oregon\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -123.10883333333334,\n                    45.064166666666665,\n                    -0.2\n                ]\n            },\n            \"id\": \"uw62010437\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.2,\n                \"place\": \"51 km SSW of Cantwell, Alaska\",\n                \"time\": 1719265503921,\n                \"updated\": 1719265628252,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02483fcu54\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02483fcu54&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 22,\n                \"net\": \"ak\",\n                \"code\": \"02483fcu54\",\n                \"ids\": \",ak02483fcu54,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.63,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.2 - 51 km SSW of Cantwell, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -149.3051,\n                    62.954,\n                    63.6\n                ]\n            },\n            \"id\": \"ak02483fcu54\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.18,\n                \"place\": \"20 km W of Sitka, Alaska\",\n                \"time\": 1719265384440,\n                \"updated\": 1719289588050,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93177591\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93177591&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93177591\",\n                \"ids\": \",av93177591,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 4,\n                \"dmin\": 0.02683,\n                \"rms\": 0.18,\n                \"gap\": 171,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.2 - 20 km W of Sitka, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -135.661333333333,\n                    57.0498333333333,\n                    8.53\n                ]\n            },\n            \"id\": \"av93177591\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.44,\n                \"place\": \"22 km W of Sitka, Alaska\",\n                \"time\": 1719264617290,\n                \"updated\": 1719289407120,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93177586\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93177586&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93177586\",\n                \"ids\": \",av93177586,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 4,\n                \"dmin\": 0.001145,\n                \"rms\": 0.11,\n                \"gap\": 293,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.4 - 22 km W of Sitka, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -135.699,\n                    57.0721666666667,\n                    2.22\n                ]\n            },\n            \"id\": \"av93177586\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.49,\n                \"place\": \"3 km WSW of San Francisco Zoo, CA\",\n                \"time\": 1719264390580,\n                \"updated\": 1719264488438,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026701\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026701&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 34,\n                \"net\": \"nc\",\n                \"code\": \"75026701\",\n                \"ids\": \",nc75026701,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 9,\n                \"dmin\": 0.09118,\n                \"rms\": 0.02,\n                \"gap\": 195,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.5 - 3 km WSW of San Francisco Zoo, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.539497375488,\n                    37.7196655273438,\n                    8.11999988555908\n                ]\n            },\n            \"id\": \"nc75026701\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.0100000000000002,\n                \"place\": \"23 km NW of Huntington, Oregon\",\n                \"time\": 1719264114870,\n                \"updated\": 1719272685200,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/uw62010432\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=uw62010432&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 62,\n                \"net\": \"uw\",\n                \"code\": \"62010432\",\n                \"ids\": \",uw62010432,\",\n                \"sources\": \",uw,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 9,\n                \"dmin\": 0.3435,\n                \"rms\": 0.58,\n                \"gap\": 82,\n                \"magType\": \"ml\",\n                \"type\": \"explosion\",\n                \"title\": \"M 2.0 Explosion - 23 km NW of Huntington, Oregon\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.44166666666666,\n                    44.52283333333333,\n                    -1.18\n                ]\n            },\n            \"id\": \"uw62010432\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1,\n                \"place\": \"12 km ESE of Beaver, Alaska\",\n                \"time\": 1719263800305,\n                \"updated\": 1719263947127,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02483f6p6j\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02483f6p6j&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 15,\n                \"net\": \"ak\",\n                \"code\": \"02483f6p6j\",\n                \"ids\": \",ak02483f6p6j,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.74,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.0 - 12 km ESE of Beaver, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -147.1419,\n                    66.3251,\n                    1.8\n                ]\n            },\n            \"id\": \"ak02483f6p6j\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.31,\n                \"place\": \"33 km SE of Bodie, CA\",\n                \"time\": 1719263302580,\n                \"updated\": 1719264422691,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026696\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026696&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 82,\n                \"net\": \"nc\",\n                \"code\": \"75026696\",\n                \"ids\": \",nc75026696,nn00879918,\",\n                \"sources\": \",nc,nn,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 25,\n                \"dmin\": 0.265,\n                \"rms\": 0.08,\n                \"gap\": 149,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.3 - 33 km SE of Bodie, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -118.730163574219,\n                    38.0115013122559,\n                    10.3999996185303\n                ]\n            },\n            \"id\": \"nc75026696\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.3,\n                \"place\": \"7 km NNW of Salcha, Alaska\",\n                \"time\": 1719262887164,\n                \"updated\": 1719263665661,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02483f3gen\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02483f3gen&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 26,\n                \"net\": \"ak\",\n                \"code\": \"02483f3gen\",\n                \"ids\": \",ak02483f3gen,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.93,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.3 - 7 km NNW of Salcha, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -146.9719,\n                    64.5847,\n                    14.3\n                ]\n            },\n            \"id\": \"ak02483f3gen\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.72,\n                \"place\": \"8 km NNW of Prague, Oklahoma\",\n                \"time\": 1719262714829,\n                \"updated\": 1719268479532,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ok2024mjio\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ok2024mjio&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 46,\n                \"net\": \"ok\",\n                \"code\": \"2024mjio\",\n                \"ids\": \",ok2024mjio,\",\n                \"sources\": \",ok,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 42,\n                \"dmin\": 0.02159576217,\n                \"rms\": 0.17,\n                \"gap\": 46,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.7 - 8 km NNW of Prague, Oklahoma\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -96.72933333,\n                    35.55666667,\n                    5.54\n                ]\n            },\n            \"id\": \"ok2024mjio\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.14,\n                \"place\": \"9 km NNW of Prague, Oklahoma\",\n                \"time\": 1719262429689,\n                \"updated\": 1719267994579,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ok2024mjik\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ok2024mjik&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 70,\n                \"net\": \"ok\",\n                \"code\": \"2024mjik\",\n                \"ids\": \",ok2024mjik,\",\n                \"sources\": \",ok,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 66,\n                \"dmin\": 0,\n                \"rms\": 0.22,\n                \"gap\": 46,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.1 - 9 km NNW of Prague, Oklahoma\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -96.73283333,\n                    35.55916667,\n                    5.71\n                ]\n            },\n            \"id\": \"ok2024mjik\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.3800000000000001,\n                \"place\": \"9 km W of Greenwater, Washington\",\n                \"time\": 1719262062100,\n                \"updated\": 1719272091030,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/uw62010422\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=uw62010422&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 29,\n                \"net\": \"uw\",\n                \"code\": \"62010422\",\n                \"ids\": \",uw62010422,\",\n                \"sources\": \",uw,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 15,\n                \"dmin\": 0.04766,\n                \"rms\": 0.12,\n                \"gap\": 182,\n                \"magType\": \"ml\",\n                \"type\": \"explosion\",\n                \"title\": \"M 1.4 Explosion - 9 km W of Greenwater, Washington\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -121.78116666666666,\n                    47.157333333333334,\n                    -0.95\n                ]\n            },\n            \"id\": \"uw62010422\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.09,\n                \"place\": \"6 km NNW of The Geysers, CA\",\n                \"time\": 1719261641340,\n                \"updated\": 1719261738750,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026692\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026692&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 18,\n                \"net\": \"nc\",\n                \"code\": \"75026692\",\n                \"ids\": \",nc75026692,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 24,\n                \"dmin\": 0.009982,\n                \"rms\": 0.02,\n                \"gap\": 36,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.1 - 6 km NNW of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.797332763672,\n                    38.8241653442383,\n                    2.76999998092651\n                ]\n            },\n            \"id\": \"nc75026692\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 4.6,\n                \"place\": \"82 km NNW of San Antonio de los Cobres, Argentina\",\n                \"time\": 1719261519177,\n                \"updated\": 1719262950040,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/us6000n800\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=us6000n800&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 326,\n                \"net\": \"us\",\n                \"code\": \"6000n800\",\n                \"ids\": \",us6000n800,\",\n                \"sources\": \",us,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 27,\n                \"dmin\": 1.587,\n                \"rms\": 1.01,\n                \"gap\": 95,\n                \"magType\": \"mb\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 4.6 - 82 km NNW of San Antonio de los Cobres, Argentina\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -66.5606,\n                    -23.5057,\n                    219.889\n                ]\n            },\n            \"id\": \"us6000n800\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.1,\n                \"place\": \"6 km WNW of Cobb, CA\",\n                \"time\": 1719261403390,\n                \"updated\": 1719261497837,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026687\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026687&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 19,\n                \"net\": \"nc\",\n                \"code\": \"75026687\",\n                \"ids\": \",nc75026687,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 23,\n                \"dmin\": 0.01041,\n                \"rms\": 0.02,\n                \"gap\": 34,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.1 - 6 km WNW of Cobb, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.797164916992,\n                    38.826000213623,\n                    1\n                ]\n            },\n            \"id\": \"nc75026687\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.38,\n                \"place\": \"6 km SSW of Guánica, Puerto Rico\",\n                \"time\": 1719260987300,\n                \"updated\": 1719261646470,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/pr71453968\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=pr71453968&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 87,\n                \"net\": \"pr\",\n                \"code\": \"71453968\",\n                \"ids\": \",pr71453968,\",\n                \"sources\": \",pr,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 6,\n                \"dmin\": 0.0563,\n                \"rms\": 0.03,\n                \"gap\": 230,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.4 - 6 km SSW of Guánica, Puerto Rico\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -66.9306666666667,\n                    17.9196666666667,\n                    6.13\n                ]\n            },\n            \"id\": \"pr71453968\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.3,\n                \"place\": \"10 km NNE of Meadow Lakes, Alaska\",\n                \"time\": 1719260565228,\n                \"updated\": 1719260698990,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02483emk96\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02483emk96&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 26,\n                \"net\": \"ak\",\n                \"code\": \"02483emk96\",\n                \"ids\": \",ak02483emk96,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.58,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.3 - 10 km NNE of Meadow Lakes, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -149.5307,\n                    61.7102,\n                    38.9\n                ]\n            },\n            \"id\": \"ak02483emk96\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.35,\n                \"place\": \"5 km E of Enumclaw, Washington\",\n                \"time\": 1719259986930,\n                \"updated\": 1719269034250,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/uw62010417\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=uw62010417&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 28,\n                \"net\": \"uw\",\n                \"code\": \"62010417\",\n                \"ids\": \",uw62010417,\",\n                \"sources\": \",uw,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 18,\n                \"dmin\": 0.05374,\n                \"rms\": 0.1,\n                \"gap\": 260,\n                \"magType\": \"ml\",\n                \"type\": \"explosion\",\n                \"title\": \"M 1.4 Explosion - 5 km E of Enumclaw, Washington\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -121.91683333333333,\n                    47.21,\n                    -0.62\n                ]\n            },\n            \"id\": \"uw62010417\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.27,\n                \"place\": \"2 km SE of Colton, CA\",\n                \"time\": 1719259886900,\n                \"updated\": 1719260428702,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40809368\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40809368&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 25,\n                \"net\": \"ci\",\n                \"code\": \"40809368\",\n                \"ids\": \",ci40809368,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 21,\n                \"dmin\": 0.08782,\n                \"rms\": 0.15,\n                \"gap\": 60,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.3 - 2 km SE of Colton, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.2985,\n                    34.0578333,\n                    16.63\n                ]\n            },\n            \"id\": \"ci40809368\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2,\n                \"place\": \"57 km NNE of Kobuk, Alaska\",\n                \"time\": 1719259783376,\n                \"updated\": 1719259922880,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02483ejrsx\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02483ejrsx&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 62,\n                \"net\": \"ak\",\n                \"code\": \"02483ejrsx\",\n                \"ids\": \",ak02483ejrsx,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.51,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.0 - 57 km NNE of Kobuk, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -156.1647,\n                    67.3371,\n                    0\n                ]\n            },\n            \"id\": \"ak02483ejrsx\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.8,\n                \"place\": \"26 km SW of Manley Hot Springs, Alaska\",\n                \"time\": 1719259316708,\n                \"updated\": 1719259418011,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02483ei33q\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02483ei33q&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 10,\n                \"net\": \"ak\",\n                \"code\": \"02483ei33q\",\n                \"ids\": \",ak02483ei33q,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.64,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.8 - 26 km SW of Manley Hot Springs, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -151.0633,\n                    64.8505,\n                    16.2\n                ]\n            },\n            \"id\": \"ak02483ei33q\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.7,\n                \"place\": \"2 km SSW of Borrego Springs, CA\",\n                \"time\": 1719258454650,\n                \"updated\": 1719258812555,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40809344\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40809344&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 8,\n                \"net\": \"ci\",\n                \"code\": \"40809344\",\n                \"ids\": \",ci40809344,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 35,\n                \"dmin\": 0.0378,\n                \"rms\": 0.2,\n                \"gap\": 47,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.7 - 2 km SSW of Borrego Springs, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.3881667,\n                    33.2391667,\n                    4.78\n                ]\n            },\n            \"id\": \"ci40809344\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.51,\n                \"place\": \"9 km ESE of Imperial, CA\",\n                \"time\": 1719258144720,\n                \"updated\": 1719258800500,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40809336\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40809336&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 35,\n                \"net\": \"ci\",\n                \"code\": \"40809336\",\n                \"ids\": \",ci40809336,\",\n                \"sources\": \",ci,\",\n                \"types\": \",focal-mechanism,nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 29,\n                \"dmin\": 0.0364,\n                \"rms\": 0.24,\n                \"gap\": 63,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.5 - 9 km ESE of Imperial, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -115.479,\n                    32.8296667,\n                    5.43\n                ]\n            },\n            \"id\": \"ci40809336\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.37,\n                \"place\": \"16 km NW of Chester, CA\",\n                \"time\": 1719257262610,\n                \"updated\": 1719300937250,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026677\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026677&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 29,\n                \"net\": \"nc\",\n                \"code\": \"75026677\",\n                \"ids\": \",nc75026677,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 9,\n                \"dmin\": 0.03521,\n                \"rms\": 0.01,\n                \"gap\": 140,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.4 - 16 km NW of Chester, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -121.378166666667,\n                    40.404,\n                    5.83\n                ]\n            },\n            \"id\": \"nc75026677\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.2,\n                \"place\": \"35 km WNW of Four Mile Road, Alaska\",\n                \"time\": 1719257154828,\n                \"updated\": 1719260018040,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02483e1sje\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02483e1sje&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 74,\n                \"net\": \"ak\",\n                \"code\": \"02483e1sje\",\n                \"ids\": \",us6000n7zk,ak02483e1sje,\",\n                \"sources\": \",us,ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.51,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.2 - 35 km WNW of Four Mile Road, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -149.777,\n                    64.7519,\n                    16.8\n                ]\n            },\n            \"id\": \"ak02483e1sje\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.67,\n                \"place\": \"9 km WNW of Cobb, CA\",\n                \"time\": 1719257093530,\n                \"updated\": 1719257188104,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026672\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026672&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 7,\n                \"net\": \"nc\",\n                \"code\": \"75026672\",\n                \"ids\": \",nc75026672,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 10,\n                \"dmin\": 0.007852,\n                \"rms\": 0.01,\n                \"gap\": 102,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.7 - 9 km WNW of Cobb, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.825500488281,\n                    38.8395004272461,\n                    1.20000004768372\n                ]\n            },\n            \"id\": \"nc75026672\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.56,\n                \"place\": \"6 km ENE of Edmond, Oklahoma\",\n                \"time\": 1719257061050,\n                \"updated\": 1719327829530,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ok2024mjfl\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ok2024mjfl&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 37,\n                \"net\": \"ok\",\n                \"code\": \"2024mjfl\",\n                \"ids\": \",ok2024mjfl,\",\n                \"sources\": \",ok,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 67,\n                \"dmin\": 0.03689276038,\n                \"rms\": 0.19,\n                \"gap\": 41,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.6 - 6 km ENE of Edmond, Oklahoma\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -97.4105,\n                    35.66966667,\n                    7.08\n                ]\n            },\n            \"id\": \"ok2024mjfl\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.13,\n                \"place\": \"3 km SE of The Geysers, CA\",\n                \"time\": 1719256765580,\n                \"updated\": 1719256863213,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026667\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026667&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 20,\n                \"net\": \"nc\",\n                \"code\": \"75026667\",\n                \"ids\": \",nc75026667,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 9,\n                \"dmin\": 0.005002,\n                \"rms\": 0.02,\n                \"gap\": 141,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.1 - 3 km SE of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.72883605957,\n                    38.7576675415039,\n                    1.97000002861023\n                ]\n            },\n            \"id\": \"nc75026667\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.11,\n                \"place\": \"19 km W of Sitka, Alaska\",\n                \"time\": 1719256349100,\n                \"updated\": 1719288628760,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93177511\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93177511&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93177511\",\n                \"ids\": \",av93177511,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 5,\n                \"dmin\": 0.0322,\n                \"rms\": 0.08,\n                \"gap\": 163,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.1 - 19 km W of Sitka, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -135.651833333333,\n                    57.0538333333333,\n                    7.48\n                ]\n            },\n            \"id\": \"av93177511\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.74,\n                \"place\": \"23 km W of Sitka, Alaska\",\n                \"time\": 1719256335770,\n                \"updated\": 1719288750910,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93013034\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93013034&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93013034\",\n                \"ids\": \",av93013034,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 4,\n                \"dmin\": 0.01026,\n                \"rms\": 0.18,\n                \"gap\": 234,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.7 - 23 km W of Sitka, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -135.7165,\n                    57.0773333333333,\n                    6.98\n                ]\n            },\n            \"id\": \"av93013034\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.74,\n                \"place\": \"5 km WNW of Borrego Springs, CA\",\n                \"time\": 1719256200930,\n                \"updated\": 1719260216080,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40809296\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40809296&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 8,\n                \"net\": \"ci\",\n                \"code\": \"40809296\",\n                \"ids\": \",ci40809296,\",\n                \"sources\": \",ci,\",\n                \"types\": \",focal-mechanism,nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 38,\n                \"dmin\": 0.01089,\n                \"rms\": 0.2,\n                \"gap\": 35,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.7 - 5 km WNW of Borrego Springs, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.43,\n                    33.2665,\n                    3.46\n                ]\n            },\n            \"id\": \"ci40809296\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.91,\n                \"place\": \"16 km SSW of Cliffdell, Washington\",\n                \"time\": 1719255890480,\n                \"updated\": 1719271572280,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/uw62018326\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=uw62018326&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 13,\n                \"net\": \"uw\",\n                \"code\": \"62018326\",\n                \"ids\": \",uw62018326,\",\n                \"sources\": \",uw,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 16,\n                \"dmin\": 0.2578,\n                \"rms\": 0.2,\n                \"gap\": 109,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.9 - 16 km SSW of Cliffdell, Washington\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -121.1835,\n                    46.821333333333335,\n                    5.82\n                ]\n            },\n            \"id\": \"uw62018326\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.51,\n                \"place\": \"21 km W of Sitka, Alaska\",\n                \"time\": 1719255835350,\n                \"updated\": 1719288422780,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93177506\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93177506&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93177506\",\n                \"ids\": \",av93177506,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 4,\n                \"dmin\": 0.01078,\n                \"rms\": 0.13,\n                \"gap\": 231,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.5 - 21 km W of Sitka, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -135.692833333333,\n                    57.0618333333333,\n                    7.85\n                ]\n            },\n            \"id\": \"av93177506\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.1,\n                \"place\": \"16 km ESE of Chickaloon, Alaska\",\n                \"time\": 1719255732543,\n                \"updated\": 1719255805939,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02483dwrt2\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02483dwrt2&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 19,\n                \"net\": \"ak\",\n                \"code\": \"02483dwrt2\",\n                \"ids\": \",ak02483dwrt2,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.14,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.1 - 16 km ESE of Chickaloon, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -148.1902,\n                    61.7338,\n                    14.5\n                ]\n            },\n            \"id\": \"ak02483dwrt2\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.07,\n                \"place\": \"8 km NNW of The Geysers, CA\",\n                \"time\": 1719255614910,\n                \"updated\": 1719255713173,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026657\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026657&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 18,\n                \"net\": \"nc\",\n                \"code\": \"75026657\",\n                \"ids\": \",nc75026657,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 22,\n                \"dmin\": 0.01157,\n                \"rms\": 0.02,\n                \"gap\": 58,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.1 - 8 km NNW of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.816497802734,\n                    38.8338317871094,\n                    1.96000003814697\n                ]\n            },\n            \"id\": \"nc75026657\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.74,\n                \"place\": \"17 km NW of Chester, CA\",\n                \"time\": 1719255564460,\n                \"updated\": 1719300213091,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026697\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026697&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 47,\n                \"net\": \"nc\",\n                \"code\": \"75026697\",\n                \"ids\": \",nc75026697,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 13,\n                \"dmin\": 0.03643,\n                \"rms\": 0.05,\n                \"gap\": 140,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.7 - 17 km NW of Chester, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -121.377,\n                    40.4056666666667,\n                    5.82\n                ]\n            },\n            \"id\": \"nc75026697\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.16,\n                \"place\": \"19 km W of Sitka, Alaska\",\n                \"time\": 1719255509950,\n                \"updated\": 1719288266940,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93177501\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93177501&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93177501\",\n                \"ids\": \",av93177501,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 5,\n                \"dmin\": 0.03253,\n                \"rms\": 0.1,\n                \"gap\": 173,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.2 - 19 km W of Sitka, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -135.649666666667,\n                    57.0445,\n                    7.94\n                ]\n            },\n            \"id\": \"av93177501\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.24,\n                \"place\": \"8 km S of Mojave, CA\",\n                \"time\": 1719255372990,\n                \"updated\": 1719255817105,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40809264\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40809264&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 24,\n                \"net\": \"ci\",\n                \"code\": \"40809264\",\n                \"ids\": \",ci40809264,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 29,\n                \"dmin\": 0.1119,\n                \"rms\": 0.2,\n                \"gap\": 53,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.2 - 8 km S of Mojave, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -118.1841667,\n                    34.9848333,\n                    -0.41\n                ]\n            },\n            \"id\": \"ci40809264\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.62,\n                \"place\": \"9 km NW of The Geysers, CA\",\n                \"time\": 1719254972070,\n                \"updated\": 1719255067866,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026652\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026652&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 6,\n                \"net\": \"nc\",\n                \"code\": \"75026652\",\n                \"ids\": \",nc75026652,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 9,\n                \"dmin\": 0.005834,\n                \"rms\": 0.01,\n                \"gap\": 84,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.6 - 9 km NW of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.842498779297,\n                    38.8231658935547,\n                    1.87000000476837\n                ]\n            },\n            \"id\": \"nc75026652\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.89999998,\n                \"place\": \"5 km SSW of Volcano, Hawaii\",\n                \"time\": 1719254721030,\n                \"updated\": 1719254807170,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74290766\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74290766&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 56,\n                \"net\": \"hv\",\n                \"code\": \"74290766\",\n                \"ids\": \",hv74290766,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 12,\n                \"dmin\": 0.008707,\n                \"rms\": 0.119999997,\n                \"gap\": 105,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.9 - 5 km SSW of Volcano, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.252670288086,\n                    19.3941669464111,\n                    0.109999999403954\n                ]\n            },\n            \"id\": \"hv74290766\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.04,\n                \"place\": \"38 km NNE of Amboy, Washington\",\n                \"time\": 1719254298220,\n                \"updated\": 1719258674860,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/uw62018321\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=uw62018321&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"uw\",\n                \"code\": \"62018321\",\n                \"ids\": \",uw62018321,\",\n                \"sources\": \",uw,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 7,\n                \"dmin\": 0.003434,\n                \"rms\": 0.08,\n                \"gap\": 96,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.0 - 38 km NNE of Amboy, Washington\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.18083333333334,\n                    46.20133333333333,\n                    7.61\n                ]\n            },\n            \"id\": \"uw62018321\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.9,\n                \"place\": \"15 km NNW of Tatitlek, Alaska\",\n                \"time\": 1719254128778,\n                \"updated\": 1719254250154,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02483dig31\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02483dig31&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 56,\n                \"net\": \"ak\",\n                \"code\": \"02483dig31\",\n                \"ids\": \",ak02483dig31,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.89,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.9 - 15 km NNW of Tatitlek, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -146.8311,\n                    60.9861,\n                    0\n                ]\n            },\n            \"id\": \"ak02483dig31\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.59,\n                \"place\": \"15 km NE of Ojai, CA\",\n                \"time\": 1719253994900,\n                \"updated\": 1719269325884,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40809248\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40809248&format=geojson\",\n                \"felt\": 1,\n                \"cdi\": 2,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 39,\n                \"net\": \"ci\",\n                \"code\": \"40809248\",\n                \"ids\": \",ci40809248,\",\n                \"sources\": \",ci,\",\n                \"types\": \",dyfi,nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 35,\n                \"dmin\": 0.1126,\n                \"rms\": 0.22,\n                \"gap\": 36,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.6 - 15 km NE of Ojai, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -119.1475,\n                    34.553,\n                    0.79\n                ]\n            },\n            \"id\": \"ci40809248\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.62,\n                \"place\": \"12 km NW of The Geysers, CA\",\n                \"time\": 1719253763590,\n                \"updated\": 1719253858757,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026642\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026642&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 6,\n                \"net\": \"nc\",\n                \"code\": \"75026642\",\n                \"ids\": \",nc75026642,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 13,\n                \"dmin\": 0.007321,\n                \"rms\": 0.02,\n                \"gap\": 124,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.6 - 12 km NW of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.877334594727,\n                    38.8326683044434,\n                    1.80999994277954\n                ]\n            },\n            \"id\": \"nc75026642\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2,\n                \"place\": \"20 km NW of Progreso, B.C., MX\",\n                \"time\": 1719253616240,\n                \"updated\": 1719254153791,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40809240\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40809240&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 62,\n                \"net\": \"ci\",\n                \"code\": \"40809240\",\n                \"ids\": \",ci40809240,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 11,\n                \"dmin\": 0.04027,\n                \"rms\": 0.17,\n                \"gap\": 118,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.0 - 20 km NW of Progreso, B.C., MX\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -115.7576667,\n                    32.6798333,\n                    2.5\n                ]\n            },\n            \"id\": \"ci40809240\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.6,\n                \"place\": \"28 km E of Skwentna, Alaska\",\n                \"time\": 1719253567488,\n                \"updated\": 1719253687105,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02483dggzw\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02483dggzw&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 39,\n                \"net\": \"ak\",\n                \"code\": \"02483dggzw\",\n                \"ids\": \",ak02483dggzw,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.41,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.6 - 28 km E of Skwentna, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -150.8703,\n                    61.9451,\n                    61.3\n                ]\n            },\n            \"id\": \"ak02483dggzw\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.38,\n                \"place\": \"11 km E of Murrieta Hot Springs, CA\",\n                \"time\": 1719253540330,\n                \"updated\": 1719295895659,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40809232\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40809232&format=geojson\",\n                \"felt\": 1,\n                \"cdi\": 2.7,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 30,\n                \"net\": \"ci\",\n                \"code\": \"40809232\",\n                \"ids\": \",ci40809232,\",\n                \"sources\": \",ci,\",\n                \"types\": \",dyfi,nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 55,\n                \"dmin\": 0.0629,\n                \"rms\": 0.23,\n                \"gap\": 41,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.4 - 11 km E of Murrieta Hot Springs, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.0381667,\n                    33.5491667,\n                    8.53\n                ]\n            },\n            \"id\": \"ci40809232\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.1,\n                \"place\": \"3 km SSE of Salcha, Alaska\",\n                \"time\": 1719253467715,\n                \"updated\": 1719253595184,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02483dg2xu\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02483dg2xu&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 19,\n                \"net\": \"ak\",\n                \"code\": \"02483dg2xu\",\n                \"ids\": \",ak02483dg2xu,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.53,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.1 - 3 km SSE of Salcha, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -146.8873,\n                    64.4972,\n                    5\n                ]\n            },\n            \"id\": \"ak02483dg2xu\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.47,\n                \"place\": \"Rat Islands, Aleutian Islands, Alaska\",\n                \"time\": 1719252013610,\n                \"updated\": 1719287211570,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93177426\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93177426&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 3,\n                \"net\": \"av\",\n                \"code\": \"93177426\",\n                \"ids\": \",av93177426,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 4,\n                \"dmin\": 0.02507,\n                \"rms\": 0.1,\n                \"gap\": 302,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.5 - Rat Islands, Aleutian Islands, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    178.602666666667,\n                    51.9716666666667,\n                    9.07\n                ]\n            },\n            \"id\": \"av93177426\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 4.3,\n                \"place\": \"30 km WNW of Murghob, Tajikistan\",\n                \"time\": 1719251687132,\n                \"updated\": 1719252480040,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/us6000n7z8\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=us6000n7z8&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 284,\n                \"net\": \"us\",\n                \"code\": \"6000n7z8\",\n                \"ids\": \",us6000n7z8,\",\n                \"sources\": \",us,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 40,\n                \"dmin\": 1.865,\n                \"rms\": 0.61,\n                \"gap\": 133,\n                \"magType\": \"mb\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 4.3 - 30 km WNW of Murghob, Tajikistan\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    73.6779,\n                    38.3227,\n                    131.526\n                ]\n            },\n            \"id\": \"us6000n7z8\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.74,\n                \"place\": \"6 km E of Mammoth Lakes, CA\",\n                \"time\": 1719251635100,\n                \"updated\": 1719251733683,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026637\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026637&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 47,\n                \"net\": \"nc\",\n                \"code\": \"75026637\",\n                \"ids\": \",nc75026637,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 17,\n                \"dmin\": 0.0061,\n                \"rms\": 0.04,\n                \"gap\": 62,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.7 - 6 km E of Mammoth Lakes, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -118.912170410156,\n                    37.6515007019043,\n                    -0.720000028610229\n                ]\n            },\n            \"id\": \"nc75026637\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.9,\n                \"place\": \"12 km ENE of Little Lake, CA\",\n                \"time\": 1719251300100,\n                \"updated\": 1719260215769,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40809160\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40809160&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 12,\n                \"net\": \"ci\",\n                \"code\": \"40809160\",\n                \"ids\": \",ci40809160,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 18,\n                \"dmin\": 0.05299,\n                \"rms\": 0.1,\n                \"gap\": 77,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.9 - 12 km ENE of Little Lake, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.776,\n                    35.9728333,\n                    7.35\n                ]\n            },\n            \"id\": \"ci40809160\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 4.6,\n                \"place\": \"South Sandwich Islands region\",\n                \"time\": 1719250766497,\n                \"updated\": 1719252951040,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/us6000n7z6\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=us6000n7z6&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 326,\n                \"net\": \"us\",\n                \"code\": \"6000n7z6\",\n                \"ids\": \",us6000n7z6,\",\n                \"sources\": \",us,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 22,\n                \"dmin\": 7.732,\n                \"rms\": 0.39,\n                \"gap\": 109,\n                \"magType\": \"mb\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 4.6 - South Sandwich Islands region\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -23.8179,\n                    -57.2279,\n                    10\n                ]\n            },\n            \"id\": \"us6000n7z6\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.74,\n                \"place\": \"8 km NNW of The Geysers, CA\",\n                \"time\": 1719250513620,\n                \"updated\": 1719250608196,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026627\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026627&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 8,\n                \"net\": \"nc\",\n                \"code\": \"75026627\",\n                \"ids\": \",nc75026627,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 9,\n                \"dmin\": 0.007475,\n                \"rms\": 0.02,\n                \"gap\": 73,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.7 - 8 km NNW of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.81616973877,\n                    38.8291664123535,\n                    1.80999994277954\n                ]\n            },\n            \"id\": \"nc75026627\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.6,\n                \"place\": \"26 km SW of Jal, New Mexico\",\n                \"time\": 1719250469152,\n                \"updated\": 1719324450670,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/tx2024mjbu\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=tx2024mjbu&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 39,\n                \"net\": \"tx\",\n                \"code\": \"2024mjbu\",\n                \"ids\": \",tx2024mjbu,\",\n                \"sources\": \",tx,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 12,\n                \"dmin\": 0,\n                \"rms\": 0.1,\n                \"gap\": 76,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.6 - 26 km SW of Jal, New Mexico\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -103.385,\n                    31.94,\n                    6.1511\n                ]\n            },\n            \"id\": \"tx2024mjbu\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.5,\n                \"place\": \"26 km SW of Jal, New Mexico\",\n                \"time\": 1719250469032,\n                \"updated\": 1719324746642,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/tx2024mjbv\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=tx2024mjbv&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 35,\n                \"net\": \"tx\",\n                \"code\": \"2024mjbv\",\n                \"ids\": \",tx2024mjbv,\",\n                \"sources\": \",tx,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 15,\n                \"dmin\": 0,\n                \"rms\": 0.1,\n                \"gap\": 77,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.5 - 26 km SW of Jal, New Mexico\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -103.385,\n                    31.94,\n                    6.9202\n                ]\n            },\n            \"id\": \"tx2024mjbv\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.1,\n                \"place\": \"16 km N of Venetie, Alaska\",\n                \"time\": 1719250193524,\n                \"updated\": 1719250356894,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02483cvs3c\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02483cvs3c&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 19,\n                \"net\": \"ak\",\n                \"code\": \"02483cvs3c\",\n                \"ids\": \",ak02483cvs3c,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.64,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.1 - 16 km N of Venetie, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -146.4283,\n                    67.1615,\n                    7.9\n                ]\n            },\n            \"id\": \"ak02483cvs3c\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.07,\n                \"place\": \"25 km W of Dutch Harbor, Alaska\",\n                \"time\": 1719249726720,\n                \"updated\": 1719286936210,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93177386\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93177386&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93177386\",\n                \"ids\": \",av93177386,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 7,\n                \"dmin\": 0.07146,\n                \"rms\": 0.14,\n                \"gap\": 194,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.1 - 25 km W of Dutch Harbor, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -166.933166666667,\n                    53.883,\n                    6.35\n                ]\n            },\n            \"id\": \"av93177386\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.37,\n                \"place\": \"149 km W of Adak, Alaska\",\n                \"time\": 1719249156660,\n                \"updated\": 1719263070800,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93177381\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93177381&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 2,\n                \"net\": \"av\",\n                \"code\": \"93177381\",\n                \"ids\": \",av93177381,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 5,\n                \"dmin\": 0.02491,\n                \"rms\": 0.16,\n                \"gap\": 94,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.4 - 149 km W of Adak, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -178.792666666667,\n                    51.7945,\n                    7.98\n                ]\n            },\n            \"id\": \"av93177381\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.9,\n                \"place\": \"6 km N of Banning, CA\",\n                \"time\": 1719248694730,\n                \"updated\": 1719260234395,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40809104\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40809104&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 12,\n                \"net\": \"ci\",\n                \"code\": \"40809104\",\n                \"ids\": \",ci40809104,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 35,\n                \"dmin\": 0.07204,\n                \"rms\": 0.18,\n                \"gap\": 61,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.9 - 6 km N of Banning, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.8651667,\n                    33.981,\n                    11.35\n                ]\n            },\n            \"id\": \"ci40809104\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.5,\n                \"place\": \"70 km W of Salamatof, Alaska\",\n                \"time\": 1719248652790,\n                \"updated\": 1719286759220,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93177366\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93177366&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 4,\n                \"net\": \"av\",\n                \"code\": \"93177366\",\n                \"ids\": \",av93177366,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 9,\n                \"dmin\": 0.05994,\n                \"rms\": 0.3,\n                \"gap\": 119,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.5 - 70 km W of Salamatof, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -152.5995,\n                    60.5261666666667,\n                    9.42\n                ]\n            },\n            \"id\": \"av93177366\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.17,\n                \"place\": \"6 km N of Banning, CA\",\n                \"time\": 1719248360470,\n                \"updated\": 1719249101127,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40809096\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40809096&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 21,\n                \"net\": \"ci\",\n                \"code\": \"40809096\",\n                \"ids\": \",ci40809096,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 44,\n                \"dmin\": 0.07253,\n                \"rms\": 0.15,\n                \"gap\": 51,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.2 - 6 km N of Banning, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.868,\n                    33.9825,\n                    11.37\n                ]\n            },\n            \"id\": \"ci40809096\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.5,\n                \"place\": \"17 km SSE of Ackerly, Texas\",\n                \"time\": 1719247978289,\n                \"updated\": 1719325426747,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/tx2024mjal\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=tx2024mjal&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 35,\n                \"net\": \"tx\",\n                \"code\": \"2024mjal\",\n                \"ids\": \",tx2024mjal,\",\n                \"sources\": \",tx,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 19,\n                \"dmin\": 0,\n                \"rms\": 0.1,\n                \"gap\": 66,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.5 - 17 km SSE of Ackerly, Texas\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -101.661,\n                    32.379,\n                    6.8115\n                ]\n            },\n            \"id\": \"tx2024mjal\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.76,\n                \"place\": \"4 km S of Banning, CA\",\n                \"time\": 1719247929080,\n                \"updated\": 1719248599942,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40809072\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40809072&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 9,\n                \"net\": \"ci\",\n                \"code\": \"40809072\",\n                \"ids\": \",ci40809072,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 29,\n                \"dmin\": 0.08254,\n                \"rms\": 0.12,\n                \"gap\": 61,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.8 - 4 km S of Banning, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.869,\n                    33.8908333,\n                    14.03\n                ]\n            },\n            \"id\": \"ci40809072\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.57,\n                \"place\": \"17 km NW of Chester, CA\",\n                \"time\": 1719247870700,\n                \"updated\": 1719300002159,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026612\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026612&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 38,\n                \"net\": \"nc\",\n                \"code\": \"75026612\",\n                \"ids\": \",nc75026612,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 12,\n                \"dmin\": 0.038,\n                \"rms\": 0.06,\n                \"gap\": 136,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.6 - 17 km NW of Chester, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -121.377166666667,\n                    40.4113333333333,\n                    5.58\n                ]\n            },\n            \"id\": \"nc75026612\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.17,\n                \"place\": \"60 km SE of Pedro Bay, Alaska\",\n                \"time\": 1719247604210,\n                \"updated\": 1719285944500,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93177356\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93177356&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93177356\",\n                \"ids\": \",av93177356,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 6,\n                \"dmin\": 0.002191,\n                \"rms\": 0.12,\n                \"gap\": 131,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.2 - 60 km SE of Pedro Bay, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -153.440833333333,\n                    59.3616666666667,\n                    0.65\n                ]\n            },\n            \"id\": \"av93177356\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.34,\n                \"place\": \"21 km SW of Unalaska, Alaska\",\n                \"time\": 1719247409320,\n                \"updated\": 1719286363320,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93013029\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93013029&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93013029\",\n                \"ids\": \",av93013029,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 8,\n                \"dmin\": 0.05941,\n                \"rms\": 0.1,\n                \"gap\": 241,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.3 - 21 km SW of Unalaska, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -166.7825,\n                    53.7538333333333,\n                    6.77\n                ]\n            },\n            \"id\": \"av93013029\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.1,\n                \"place\": \"51 km S of Silver Peak, Nevada\",\n                \"time\": 1719247334835,\n                \"updated\": 1719255194877,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nn00879911\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nn00879911&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 19,\n                \"net\": \"nn\",\n                \"code\": \"00879911\",\n                \"ids\": \",nn00879911,\",\n                \"sources\": \",nn,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 10,\n                \"dmin\": 0.073,\n                \"rms\": 0.0611,\n                \"gap\": 94.44999999999999,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.1 - 51 km S of Silver Peak, Nevada\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.5887,\n                    37.2899,\n                    6.6\n                ]\n            },\n            \"id\": \"nn00879911\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.82000005,\n                \"place\": \"13 km SSE of Volcano, Hawaii\",\n                \"time\": 1719247313770,\n                \"updated\": 1719247412790,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74290641\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74290641&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 51,\n                \"net\": \"hv\",\n                \"code\": \"74290641\",\n                \"ids\": \",hv74290641,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 37,\n                \"dmin\": 0.05147,\n                \"rms\": 0.150000006,\n                \"gap\": 107,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.8 - 13 km SSE of Volcano, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.184173583984,\n                    19.3296661376953,\n                    4.55000019073486\n                ]\n            },\n            \"id\": \"hv74290641\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.08,\n                \"place\": \"3 km SSE of Unalaska, Alaska\",\n                \"time\": 1719247248730,\n                \"updated\": 1719284865220,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93177351\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93177351&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93177351\",\n                \"ids\": \",av93177351,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 11,\n                \"dmin\": 0.00361,\n                \"rms\": 0.21,\n                \"gap\": 115,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.1 - 3 km SSE of Unalaska, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -166.508333333333,\n                    53.848,\n                    9.8\n                ]\n            },\n            \"id\": \"av93177351\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.18,\n                \"place\": \"148 km W of Adak, Alaska\",\n                \"time\": 1719247005770,\n                \"updated\": 1719262874940,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93177346\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93177346&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93177346\",\n                \"ids\": \",av93177346,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 4,\n                \"dmin\": 0.01465,\n                \"rms\": 0.15,\n                \"gap\": 123,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.2 - 148 km W of Adak, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -178.784333333333,\n                    51.7736666666667,\n                    10.49\n                ]\n            },\n            \"id\": \"av93177346\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.2,\n                \"place\": \"15 km N of Venetie, Alaska\",\n                \"time\": 1719246382882,\n                \"updated\": 1719246518767,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02483c9mz4\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02483c9mz4&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 22,\n                \"net\": \"ak\",\n                \"code\": \"02483c9mz4\",\n                \"ids\": \",ak02483c9mz4,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.5,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.2 - 15 km N of Venetie, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -146.3667,\n                    67.1486,\n                    6.9\n                ]\n            },\n            \"id\": \"ak02483c9mz4\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.56,\n                \"place\": \"16 km E of Mineral, CA\",\n                \"time\": 1719246277710,\n                \"updated\": 1719298705616,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026602\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026602&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 37,\n                \"net\": \"nc\",\n                \"code\": \"75026602\",\n                \"ids\": \",nc75026602,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 10,\n                \"dmin\": 0.03023,\n                \"rms\": 0.04,\n                \"gap\": 140,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.6 - 16 km E of Mineral, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -121.384333333333,\n                    40.402,\n                    5.94\n                ]\n            },\n            \"id\": \"nc75026602\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.02,\n                \"place\": \"40 km W of Adak, Alaska\",\n                \"time\": 1719246221030,\n                \"updated\": 1719284644090,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93177331\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93177331&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 16,\n                \"net\": \"av\",\n                \"code\": \"93177331\",\n                \"ids\": \",av93177331,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 4,\n                \"dmin\": 0.02568,\n                \"rms\": 0.16,\n                \"gap\": 324,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.0 - 40 km W of Adak, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -177.219666666667,\n                    51.9398333333333,\n                    8.81\n                ]\n            },\n            \"id\": \"av93177331\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.06,\n                \"place\": \"39 km W of Adak, Alaska\",\n                \"time\": 1719246051970,\n                \"updated\": 1719284458260,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93177326\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93177326&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93177326\",\n                \"ids\": \",av93177326,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 4,\n                \"dmin\": 0.02033,\n                \"rms\": 0.26,\n                \"gap\": 294,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.1 - 39 km W of Adak, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -177.2045,\n                    51.9385,\n                    8.24\n                ]\n            },\n            \"id\": \"av93177326\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.6,\n                \"place\": \"15 km N of Venetie, Alaska\",\n                \"time\": 1719245495743,\n                \"updated\": 1719245644848,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02483c6g86\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02483c6g86&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 39,\n                \"net\": \"ak\",\n                \"code\": \"02483c6g86\",\n                \"ids\": \",ak02483c6g86,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.43,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.6 - 15 km N of Venetie, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -146.3554,\n                    67.1465,\n                    7.1\n                ]\n            },\n            \"id\": \"ak02483c6g86\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.57,\n                \"place\": \"17 km E of Mineral, CA\",\n                \"time\": 1719245050150,\n                \"updated\": 1719298524297,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026597\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026597&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 38,\n                \"net\": \"nc\",\n                \"code\": \"75026597\",\n                \"ids\": \",nc75026597,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 13,\n                \"dmin\": 0.0319,\n                \"rms\": 0.03,\n                \"gap\": 140,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.6 - 17 km E of Mineral, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -121.3825,\n                    40.4036666666667,\n                    5.98\n                ]\n            },\n            \"id\": \"nc75026597\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.56,\n                \"place\": \"16 km E of Mineral, CA\",\n                \"time\": 1719245015160,\n                \"updated\": 1719298132555,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026592\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026592&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 37,\n                \"net\": \"nc\",\n                \"code\": \"75026592\",\n                \"ids\": \",nc75026592,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 13,\n                \"dmin\": 0.02966,\n                \"rms\": 0.11,\n                \"gap\": 140,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.6 - 16 km E of Mineral, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -121.385166666667,\n                    40.4023333333333,\n                    5.81\n                ]\n            },\n            \"id\": \"nc75026592\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.63,\n                \"place\": \"17 km E of Mineral, CA\",\n                \"time\": 1719244892110,\n                \"updated\": 1719297862312,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026587\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026587&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 41,\n                \"net\": \"nc\",\n                \"code\": \"75026587\",\n                \"ids\": \",nc75026587,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 13,\n                \"dmin\": 0.03397,\n                \"rms\": 0.05,\n                \"gap\": 139,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.6 - 17 km E of Mineral, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -121.380666666667,\n                    40.4066666666667,\n                    6.11\n                ]\n            },\n            \"id\": \"nc75026587\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.76,\n                \"place\": \"4 km  of The Geysers, CA\",\n                \"time\": 1719244760590,\n                \"updated\": 1719244857635,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026582\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026582&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 9,\n                \"net\": \"nc\",\n                \"code\": \"75026582\",\n                \"ids\": \",nc75026582,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 11,\n                \"dmin\": 0.008788,\n                \"rms\": 0.01,\n                \"gap\": 98,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.8 - 4 km  of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.771667480469,\n                    38.8079986572266,\n                    2.41000008583069\n                ]\n            },\n            \"id\": \"nc75026582\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.21,\n                \"place\": \"10 km SE of Texanna, Oklahoma\",\n                \"time\": 1719244594869,\n                \"updated\": 1719331129547,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ok2024miyp\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ok2024miyp&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 23,\n                \"net\": \"ok\",\n                \"code\": \"2024miyp\",\n                \"ids\": \",ok2024miyp,\",\n                \"sources\": \",ok,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 47,\n                \"dmin\": 0.1106782811,\n                \"rms\": 0.39,\n                \"gap\": 112,\n                \"magType\": \"ml\",\n                \"type\": \"quarry blast\",\n                \"title\": \"M 1.2 Quarry Blast - 10 km SE of Texanna, Oklahoma\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -95.36766667,\n                    35.275,\n                    0\n                ]\n            },\n            \"id\": \"ok2024miyp\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.8,\n                \"place\": \"6 km ESE of Gonzales, Texas\",\n                \"time\": 1719244594062,\n                \"updated\": 1719335009210,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/tx2024miyr\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=tx2024miyr&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 50,\n                \"net\": \"tx\",\n                \"code\": \"2024miyr\",\n                \"ids\": \",tx2024miyr,\",\n                \"sources\": \",tx,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 11,\n                \"dmin\": 0.1,\n                \"rms\": 0.2,\n                \"gap\": 81,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.8 - 6 km ESE of Gonzales, Texas\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -97.392,\n                    29.47,\n                    8.96\n                ]\n            },\n            \"id\": \"tx2024miyr\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.53,\n                \"place\": \"17 km E of Mineral, CA\",\n                \"time\": 1719244272430,\n                \"updated\": 1719297620173,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026577\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026577&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 98,\n                \"net\": \"nc\",\n                \"code\": \"75026577\",\n                \"ids\": \",nc75026577,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 27,\n                \"dmin\": 0.03123,\n                \"rms\": 0.1,\n                \"gap\": 74,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.5 - 17 km E of Mineral, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -121.385,\n                    40.408,\n                    5.35\n                ]\n            },\n            \"id\": \"nc75026577\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.1,\n                \"place\": \"39 km S of Goldfield, Nevada\",\n                \"time\": 1719243948097,\n                \"updated\": 1719254824677,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nn00879907\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nn00879907&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 19,\n                \"net\": \"nn\",\n                \"code\": \"00879907\",\n                \"ids\": \",nn00879907,\",\n                \"sources\": \",nn,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 17,\n                \"dmin\": 0.077,\n                \"rms\": 0.2029,\n                \"gap\": 97.44999999999999,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.1 - 39 km S of Goldfield, Nevada\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.1942,\n                    37.3561,\n                    3.4\n                ]\n            },\n            \"id\": \"nn00879907\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.1,\n                \"place\": \"30 km WNW of Clam Gulch, Alaska\",\n                \"time\": 1719243812894,\n                \"updated\": 1719246336040,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02483brvbd\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02483brvbd&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 68,\n                \"net\": \"ak\",\n                \"code\": \"02483brvbd\",\n                \"ids\": \",us6000n7yq,ak02483brvbd,\",\n                \"sources\": \",us,ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.37,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.1 - 30 km WNW of Clam Gulch, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -151.8944,\n                    60.3541,\n                    67.7\n                ]\n            },\n            \"id\": \"ak02483brvbd\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.36,\n                \"place\": \"16 km NW of Chester, CA\",\n                \"time\": 1719243801020,\n                \"updated\": 1719297258252,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026572\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026572&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 28,\n                \"net\": \"nc\",\n                \"code\": \"75026572\",\n                \"ids\": \",nc75026572,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 9,\n                \"dmin\": 0.03608,\n                \"rms\": 0.07,\n                \"gap\": 141,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.4 - 16 km NW of Chester, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -121.376333333333,\n                    40.4,\n                    5.5\n                ]\n            },\n            \"id\": \"nc75026572\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.38,\n                \"place\": \"66 km WNW of Beluga, Alaska\",\n                \"time\": 1719243701030,\n                \"updated\": 1719283874900,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93013024\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93013024&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93013024\",\n                \"ids\": \",av93013024,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 7,\n                \"dmin\": 0.06554,\n                \"rms\": 0.12,\n                \"gap\": 120,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.4 - 66 km WNW of Beluga, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -152.275666666667,\n                    61.305,\n                    3.44\n                ]\n            },\n            \"id\": \"av93013024\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.4,\n                \"place\": \"38 km WNW of Happy Valley, Alaska\",\n                \"time\": 1719242530447,\n                \"updated\": 1719242680039,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02483bnbjo\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02483bnbjo&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 30,\n                \"net\": \"ak\",\n                \"code\": \"02483bnbjo\",\n                \"ids\": \",ak02483bnbjo,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.95,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.4 - 38 km WNW of Happy Valley, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -152.4089,\n                    60.0305,\n                    26.1\n                ]\n            },\n            \"id\": \"ak02483bnbjo\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.37,\n                \"place\": \"3 km SSE of Unalaska, Alaska\",\n                \"time\": 1719242445140,\n                \"updated\": 1719283531380,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93177281\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93177281&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93177281\",\n                \"ids\": \",av93177281,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 6,\n                \"dmin\": 0.005719,\n                \"rms\": 0.15,\n                \"gap\": 152,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.4 - 3 km SSE of Unalaska, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -166.513333333333,\n                    53.8475,\n                    8.89\n                ]\n            },\n            \"id\": \"av93177281\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.27,\n                \"place\": \"9 km E of Kanarraville, Utah\",\n                \"time\": 1719242218880,\n                \"updated\": 1719327766140,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/uu80074506\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=uu80074506&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 25,\n                \"net\": \"uu\",\n                \"code\": \"80074506\",\n                \"ids\": \",uu80074506,\",\n                \"sources\": \",uu,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 8,\n                \"dmin\": 0.0457,\n                \"rms\": 0.14,\n                \"gap\": 185,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.3 - 9 km E of Kanarraville, Utah\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -113.078833333333,\n                    37.5501666666667,\n                    7.05\n                ]\n            },\n            \"id\": \"uu80074506\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.94,\n                \"place\": \"9 km WNW of Cobb, CA\",\n                \"time\": 1719241927990,\n                \"updated\": 1719242022561,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026557\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026557&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 14,\n                \"net\": \"nc\",\n                \"code\": \"75026557\",\n                \"ids\": \",nc75026557,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 15,\n                \"dmin\": 0.009398,\n                \"rms\": 0.03,\n                \"gap\": 57,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.9 - 9 km WNW of Cobb, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.816665649414,\n                    38.8468322753906,\n                    1.28999996185303\n                ]\n            },\n            \"id\": \"nc75026557\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.3,\n                \"place\": \"10 km E of Kanarraville, Utah\",\n                \"time\": 1719241817540,\n                \"updated\": 1719269387730,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/uu80074501\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=uu80074501&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 26,\n                \"net\": \"uu\",\n                \"code\": \"80074501\",\n                \"ids\": \",uu80074501,\",\n                \"sources\": \",uu,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 8,\n                \"dmin\": 0.04367,\n                \"rms\": 0.13,\n                \"gap\": 189,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.3 - 10 km E of Kanarraville, Utah\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -113.066,\n                    37.5551666666667,\n                    8.98\n                ]\n            },\n            \"id\": \"uu80074501\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.96,\n                \"place\": \"11 km E of Kanarraville, Utah\",\n                \"time\": 1719241790190,\n                \"updated\": 1719269803080,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/uu80001418\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=uu80001418&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 14,\n                \"net\": \"uu\",\n                \"code\": \"80001418\",\n                \"ids\": \",uu80001418,\",\n                \"sources\": \",uu,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 6,\n                \"dmin\": 0.0434,\n                \"rms\": 0.07,\n                \"gap\": 190,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.0 - 11 km E of Kanarraville, Utah\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -113.059333333333,\n                    37.5581666666667,\n                    10.73\n                ]\n            },\n            \"id\": \"uu80001418\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.03,\n                \"place\": \"7 km WNW of Cobb, CA\",\n                \"time\": 1719241550840,\n                \"updated\": 1719241648247,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026552\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026552&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 16,\n                \"net\": \"nc\",\n                \"code\": \"75026552\",\n                \"ids\": \",nc75026552,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 17,\n                \"dmin\": 0.008942,\n                \"rms\": 0.01,\n                \"gap\": 67,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.0 - 7 km WNW of Cobb, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.800666809082,\n                    38.828498840332,\n                    1.91999995708466\n                ]\n            },\n            \"id\": \"nc75026552\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.08,\n                \"place\": \"7 km WNW of Cobb, CA\",\n                \"time\": 1719241475150,\n                \"updated\": 1719241573433,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026547\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026547&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 18,\n                \"net\": \"nc\",\n                \"code\": \"75026547\",\n                \"ids\": \",nc75026547,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 23,\n                \"dmin\": 0.00821,\n                \"rms\": 0.02,\n                \"gap\": 45,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.1 - 7 km WNW of Cobb, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.801834106445,\n                    38.828498840332,\n                    1.67999994754791\n                ]\n            },\n            \"id\": \"nc75026547\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.84,\n                \"place\": \"7 km S of La Parguera, Puerto Rico\",\n                \"time\": 1719240994200,\n                \"updated\": 1719242117950,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/pr71453938\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=pr71453938&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 52,\n                \"net\": \"pr\",\n                \"code\": \"71453938\",\n                \"ids\": \",pr71453938,\",\n                \"sources\": \",pr,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 5,\n                \"dmin\": 0.06081,\n                \"rms\": 0.07,\n                \"gap\": 255,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.8 - 7 km S of La Parguera, Puerto Rico\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -67.0356666666667,\n                    17.9088333333333,\n                    12.17\n                ]\n            },\n            \"id\": \"pr71453938\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.79,\n                \"place\": \"2 km NNW of The Geysers, CA\",\n                \"time\": 1719240660740,\n                \"updated\": 1719240758412,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026542\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026542&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 10,\n                \"net\": \"nc\",\n                \"code\": \"75026542\",\n                \"ids\": \",nc75026542,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 15,\n                \"dmin\": 0.01459,\n                \"rms\": 0.02,\n                \"gap\": 80,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.8 - 2 km NNW of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.768333435059,\n                    38.7876663208008,\n                    2.73000001907349\n                ]\n            },\n            \"id\": \"nc75026542\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.12,\n                \"place\": \"Rat Islands, Aleutian Islands, Alaska\",\n                \"time\": 1719239582960,\n                \"updated\": 1719282929710,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93177236\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93177236&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93177236\",\n                \"ids\": \",av93177236,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 4,\n                \"dmin\": 0.01398,\n                \"rms\": 0.18,\n                \"gap\": 213,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.1 - Rat Islands, Aleutian Islands, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    178.526833333333,\n                    51.9381666666667,\n                    5.41\n                ]\n            },\n            \"id\": \"av93177236\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.33,\n                \"place\": \"6 km NNW of The Geysers, CA\",\n                \"time\": 1719239211080,\n                \"updated\": 1719239308305,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026537\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026537&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 27,\n                \"net\": \"nc\",\n                \"code\": \"75026537\",\n                \"ids\": \",nc75026537,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 26,\n                \"dmin\": 0.005725,\n                \"rms\": 0.02,\n                \"gap\": 52,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.3 - 6 km NNW of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.804168701172,\n                    38.8199996948242,\n                    1.8400000333786\n                ]\n            },\n            \"id\": \"nc75026537\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.92,\n                \"place\": \"62 km ENE of Pedro Bay, Alaska\",\n                \"time\": 1719239069110,\n                \"updated\": 1719282736820,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93177221\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93177221&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93177221\",\n                \"ids\": \",av93177221,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 5,\n                \"dmin\": 0.03034,\n                \"rms\": 0.1,\n                \"gap\": 112,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.9 - 62 km ENE of Pedro Bay, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -153.073666666667,\n                    60.004,\n                    -0.41\n                ]\n            },\n            \"id\": \"av93177221\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 4.2,\n                \"place\": \"3 km W of Iruma, Japan\",\n                \"time\": 1719239058155,\n                \"updated\": 1719273873506,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/us7000muc7\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=us7000muc7&format=geojson\",\n                \"felt\": 2,\n                \"cdi\": 2.2,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 272,\n                \"net\": \"us\",\n                \"code\": \"7000muc7\",\n                \"ids\": \",us7000muc7,\",\n                \"sources\": \",us,\",\n                \"types\": \",dyfi,origin,phase-data,\",\n                \"nst\": 31,\n                \"dmin\": 1.165,\n                \"rms\": 1.16,\n                \"gap\": 138,\n                \"magType\": \"mb\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 4.2 - 3 km W of Iruma, Japan\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    139.3344,\n                    35.8135,\n                    60.922\n                ]\n            },\n            \"id\": \"us7000muc7\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.86,\n                \"place\": \"14 km ENE of Ridgecrest, CA\",\n                \"time\": 1719238770930,\n                \"updated\": 1719239270007,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40808816\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40808816&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 11,\n                \"net\": \"ci\",\n                \"code\": \"40808816\",\n                \"ids\": \",ci40808816,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 21,\n                \"dmin\": 0.08792,\n                \"rms\": 0.12,\n                \"gap\": 97,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.9 - 14 km ENE of Ridgecrest, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.5315,\n                    35.6703333,\n                    8.46\n                ]\n            },\n            \"id\": \"ci40808816\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.75999999,\n                \"place\": \"10 km E of Pāhala, Hawaii\",\n                \"time\": 1719238461820,\n                \"updated\": 1719238590040,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74290561\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74290561&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 48,\n                \"net\": \"hv\",\n                \"code\": \"74290561\",\n                \"ids\": \",hv74290561,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 35,\n                \"dmin\": 0.09656,\n                \"rms\": 0.170000002,\n                \"gap\": 157,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.8 - 10 km E of Pāhala, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.380661010742,\n                    19.2140007019043,\n                    28.7700004577637\n                ]\n            },\n            \"id\": \"hv74290561\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.74000001,\n                \"place\": \"14 km SE of Fern Forest, Hawaii\",\n                \"time\": 1719238100500,\n                \"updated\": 1719238210450,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74290551\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74290551&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 47,\n                \"net\": \"hv\",\n                \"code\": \"74290551\",\n                \"ids\": \",hv74290551,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 31,\n                \"dmin\": 0.04286,\n                \"rms\": 0.310000002,\n                \"gap\": 172,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.7 - 14 km SE of Fern Forest, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.039505004883,\n                    19.3756675720215,\n                    5.69999980926514\n                ]\n            },\n            \"id\": \"hv74290551\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.87,\n                \"place\": \"4 km W of Cobb, CA\",\n                \"time\": 1719238005780,\n                \"updated\": 1719238102757,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026527\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026527&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 12,\n                \"net\": \"nc\",\n                \"code\": \"75026527\",\n                \"ids\": \",nc75026527,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 9,\n                \"dmin\": 0.008677,\n                \"rms\": 0.01,\n                \"gap\": 87,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.9 - 4 km W of Cobb, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.771667480469,\n                    38.8183326721191,\n                    0.0299999993294477\n                ]\n            },\n            \"id\": \"nc75026527\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.48,\n                \"place\": \"38 km NE of Adak, Alaska\",\n                \"time\": 1719237980540,\n                \"updated\": 1719283100740,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93013014\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93013014&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 4,\n                \"net\": \"av\",\n                \"code\": \"93013014\",\n                \"ids\": \",av93013014,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 6,\n                \"dmin\": 0.01405,\n                \"rms\": 0.23,\n                \"gap\": 291,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.5 - 38 km NE of Adak, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -176.198833333333,\n                    52.0985,\n                    11.4\n                ]\n            },\n            \"id\": \"av93013014\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.6,\n                \"place\": \"34 km SE of Midland, Texas\",\n                \"time\": 1719237227361,\n                \"updated\": 1719335489266,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/tx2024miuo\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=tx2024miuo&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 104,\n                \"net\": \"tx\",\n                \"code\": \"2024miuo\",\n                \"ids\": \",us7000muc3,tx2024miuo,\",\n                \"sources\": \",us,tx,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 17,\n                \"dmin\": 0.1,\n                \"rms\": 0.1,\n                \"gap\": 68,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.6 - 34 km SE of Midland, Texas\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -101.86,\n                    31.751,\n                    7.2998\n                ]\n            },\n            \"id\": \"tx2024miuo\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.93,\n                \"place\": \"40 km ENE of Adak, Alaska\",\n                \"time\": 1719236510060,\n                \"updated\": 1719282601190,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93013009\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93013009&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93013009\",\n                \"ids\": \",av93013009,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 5,\n                \"dmin\": 0.009797,\n                \"rms\": 0.32,\n                \"gap\": 95,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.9 - 40 km ENE of Adak, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -176.129166666667,\n                    52.0543333333333,\n                    0.83\n                ]\n            },\n            \"id\": \"av93013009\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.72,\n                \"place\": \"7 km WNW of Cobb, CA\",\n                \"time\": 1719236278640,\n                \"updated\": 1719236373457,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026507\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026507&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 8,\n                \"net\": \"nc\",\n                \"code\": \"75026507\",\n                \"ids\": \",nc75026507,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 13,\n                \"dmin\": 0.009004,\n                \"rms\": 0.01,\n                \"gap\": 61,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.7 - 7 km WNW of Cobb, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.800163269043,\n                    38.8279991149902,\n                    1.78999996185303\n                ]\n            },\n            \"id\": \"nc75026507\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.77,\n                \"place\": \"6 km NNW of The Geysers, CA\",\n                \"time\": 1719236245480,\n                \"updated\": 1719236343792,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026502\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026502&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 9,\n                \"net\": \"nc\",\n                \"code\": \"75026502\",\n                \"ids\": \",nc75026502,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 17,\n                \"dmin\": 0.00781,\n                \"rms\": 0.03,\n                \"gap\": 47,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.8 - 6 km NNW of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.802833557129,\n                    38.818000793457,\n                    1.94000005722046\n                ]\n            },\n            \"id\": \"nc75026502\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.27,\n                \"place\": \"7 km NNW of The Geysers, CA\",\n                \"time\": 1719236229240,\n                \"updated\": 1719236328419,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026497\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026497&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 1,\n                \"net\": \"nc\",\n                \"code\": \"75026497\",\n                \"ids\": \",nc75026497,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 7,\n                \"dmin\": 0.007148,\n                \"rms\": 0.01,\n                \"gap\": 118,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.3 - 7 km NNW of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.801002502441,\n                    38.824333190918,\n                    1.58000004291534\n                ]\n            },\n            \"id\": \"nc75026497\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 5.1,\n                \"place\": \"Fiji region\",\n                \"time\": 1719236166753,\n                \"updated\": 1719237672040,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/us7000muc2\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=us7000muc2&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 400,\n                \"net\": \"us\",\n                \"code\": \"7000muc2\",\n                \"ids\": \",us7000muc2,\",\n                \"sources\": \",us,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 93,\n                \"dmin\": 4.76,\n                \"rms\": 0.74,\n                \"gap\": 49,\n                \"magType\": \"mb\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 5.1 - Fiji region\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -179.5316,\n                    -21.9489,\n                    588.529\n                ]\n            },\n            \"id\": \"us7000muc2\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.06,\n                \"place\": \"7 km NNW of The Geysers, CA\",\n                \"time\": 1719236150550,\n                \"updated\": 1719236340550,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026492\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026492&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 65,\n                \"net\": \"nc\",\n                \"code\": \"75026492\",\n                \"ids\": \",nc75026492,\",\n                \"sources\": \",nc,\",\n                \"types\": \",focal-mechanism,nearby-cities,origin,phase-data,\",\n                \"nst\": 39,\n                \"dmin\": 0.00773,\n                \"rms\": 0.04,\n                \"gap\": 31,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.1 - 7 km NNW of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.800834655762,\n                    38.8261680603027,\n                    1.67999994754791\n                ]\n            },\n            \"id\": \"nc75026492\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.38,\n                \"place\": \"14 km SW of Volcano, Hawaii\",\n                \"time\": 1719235892400,\n                \"updated\": 1719238661040,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74290516\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74290516&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 87,\n                \"net\": \"hv\",\n                \"code\": \"74290516\",\n                \"ids\": \",us7000muc0,hv74290516,\",\n                \"sources\": \",us,hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 62,\n                \"dmin\": 0.03885,\n                \"rms\": 0.219999999,\n                \"gap\": 58,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.4 - 14 km SW of Volcano, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.337661743164,\n                    19.3544998168945,\n                    26.7299995422363\n                ]\n            },\n            \"id\": \"hv74290516\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.69,\n                \"place\": \"17 km NW of Chester, CA\",\n                \"time\": 1719235553860,\n                \"updated\": 1719297018079,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026482\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026482&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 44,\n                \"net\": \"nc\",\n                \"code\": \"75026482\",\n                \"ids\": \",nc75026482,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 12,\n                \"dmin\": 0.0335,\n                \"rms\": 0.04,\n                \"gap\": 140,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.7 - 17 km NW of Chester, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -121.3805,\n                    40.4041666666667,\n                    6.27\n                ]\n            },\n            \"id\": \"nc75026482\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.46,\n                \"place\": \"6 km NNW of The Geysers, CA\",\n                \"time\": 1719235453180,\n                \"updated\": 1719235548459,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026477\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026477&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 33,\n                \"net\": \"nc\",\n                \"code\": \"75026477\",\n                \"ids\": \",nc75026477,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 19,\n                \"dmin\": 0.0161,\n                \"rms\": 0.02,\n                \"gap\": 33,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.5 - 6 km NNW of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.800003051758,\n                    38.8236656188965,\n                    1.35000002384186\n                ]\n            },\n            \"id\": \"nc75026477\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.09,\n                \"place\": \"7 km WNW of Cobb, CA\",\n                \"time\": 1719235178050,\n                \"updated\": 1719235273580,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026467\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026467&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 18,\n                \"net\": \"nc\",\n                \"code\": \"75026467\",\n                \"ids\": \",nc75026467,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 14,\n                \"dmin\": 0.008696,\n                \"rms\": 0.01,\n                \"gap\": 45,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.1 - 7 km WNW of Cobb, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.80549621582,\n                    38.8313331604004,\n                    1.50999999046326\n                ]\n            },\n            \"id\": \"nc75026467\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.36,\n                \"place\": \"16 km NW of Chester, CA\",\n                \"time\": 1719234858970,\n                \"updated\": 1719296716871,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026462\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026462&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 28,\n                \"net\": \"nc\",\n                \"code\": \"75026462\",\n                \"ids\": \",nc75026462,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 7,\n                \"dmin\": 0.03457,\n                \"rms\": 0.06,\n                \"gap\": 141,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.4 - 16 km NW of Chester, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -121.378333333333,\n                    40.4001666666667,\n                    6.29\n                ]\n            },\n            \"id\": \"nc75026462\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.6,\n                \"place\": \"121 km SE of McCarthy, Alaska\",\n                \"time\": 1719234794064,\n                \"updated\": 1719238403040,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02483aej66\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02483aej66&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 104,\n                \"net\": \"ak\",\n                \"code\": \"02483aej66\",\n                \"ids\": \",us7000mubx,ak02483aej66,\",\n                \"sources\": \",us,ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.85,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.6 - 121 km SE of McCarthy, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -141.5705,\n                    60.5625,\n                    10.2\n                ]\n            },\n            \"id\": \"ak02483aej66\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.57,\n                \"place\": \"6 km NNW of The Geysers, CA\",\n                \"time\": 1719234638750,\n                \"updated\": 1719234733502,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026452\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026452&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 38,\n                \"net\": \"nc\",\n                \"code\": \"75026452\",\n                \"ids\": \",nc75026452,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 23,\n                \"dmin\": 0.007765,\n                \"rms\": 0.02,\n                \"gap\": 50,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.6 - 6 km NNW of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.800163269043,\n                    38.8240013122559,\n                    1.38999998569489\n                ]\n            },\n            \"id\": \"nc75026452\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.38,\n                \"place\": \"2 km SE of Unalaska, Alaska\",\n                \"time\": 1719233886270,\n                \"updated\": 1719279944900,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93177121\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93177121&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 2,\n                \"net\": \"av\",\n                \"code\": \"93177121\",\n                \"ids\": \",av93177121,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 13,\n                \"dmin\": 0.01168,\n                \"rms\": 0.19,\n                \"gap\": 114,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.4 - 2 km SE of Unalaska, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -166.509333333333,\n                    53.8565,\n                    9.85\n                ]\n            },\n            \"id\": \"av93177121\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.93,\n                \"place\": \"6 km WNW of Cobb, CA\",\n                \"time\": 1719233829700,\n                \"updated\": 1719233928294,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026447\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026447&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 13,\n                \"net\": \"nc\",\n                \"code\": \"75026447\",\n                \"ids\": \",nc75026447,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 12,\n                \"dmin\": 0.01297,\n                \"rms\": 0.02,\n                \"gap\": 75,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.9 - 6 km WNW of Cobb, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.793502807617,\n                    38.8241653442383,\n                    2.53999996185303\n                ]\n            },\n            \"id\": \"nc75026447\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.2,\n                \"place\": \"7 km ESE of Healy, Alaska\",\n                \"time\": 1719233795199,\n                \"updated\": 1719233910938,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02483a2czj\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02483a2czj&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 22,\n                \"net\": \"ak\",\n                \"code\": \"02483a2czj\",\n                \"ids\": \",ak02483a2czj,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 1,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.2 - 7 km ESE of Healy, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -148.8445,\n                    63.8239,\n                    25\n                ]\n            },\n            \"id\": \"ak02483a2czj\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.65,\n                \"place\": \"8 km NNW of Anza, CA\",\n                \"time\": 1719232792240,\n                \"updated\": 1719233274876,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40808752\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40808752&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 6,\n                \"net\": \"ci\",\n                \"code\": \"40808752\",\n                \"ids\": \",ci40808752,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 33,\n                \"dmin\": 0.05073,\n                \"rms\": 0.14,\n                \"gap\": 48,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.7 - 8 km NNW of Anza, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.6925,\n                    33.6205,\n                    11.9\n                ]\n            },\n            \"id\": \"ci40808752\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.59,\n                \"place\": \"7 km WNW of Cobb, CA\",\n                \"time\": 1719232716740,\n                \"updated\": 1719232813062,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026437\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026437&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 5,\n                \"net\": \"nc\",\n                \"code\": \"75026437\",\n                \"ids\": \",nc75026437,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 8,\n                \"dmin\": 0.007029,\n                \"rms\": 0,\n                \"gap\": 108,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.6 - 7 km WNW of Cobb, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.798332214355,\n                    38.8351669311523,\n                    2.01999998092651\n                ]\n            },\n            \"id\": \"nc75026437\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.4,\n                \"place\": \"31 km SE of Mina, Nevada\",\n                \"time\": 1719232562471,\n                \"updated\": 1719246305750,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nn00879902\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nn00879902&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 30,\n                \"net\": \"nn\",\n                \"code\": \"00879902\",\n                \"ids\": \",nn00879902,\",\n                \"sources\": \",nn,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 8,\n                \"dmin\": 0.09,\n                \"rms\": 0.1786,\n                \"gap\": 85.63999999999999,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.4 - 31 km SE of Mina, Nevada\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.8778,\n                    38.1678,\n                    11\n                ]\n            },\n            \"id\": \"nn00879902\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.1,\n                \"place\": \"6 km NNW of The Geysers, CA\",\n                \"time\": 1719232531840,\n                \"updated\": 1719232628295,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026432\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026432&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 19,\n                \"net\": \"nc\",\n                \"code\": \"75026432\",\n                \"ids\": \",nc75026432,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 17,\n                \"dmin\": 0.01065,\n                \"rms\": 0.02,\n                \"gap\": 44,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.1 - 6 km NNW of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.796669006348,\n                    38.8253326416016,\n                    1.54999995231628\n                ]\n            },\n            \"id\": \"nc75026432\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.97,\n                \"place\": \"6 km NNW of The Geysers, CA\",\n                \"time\": 1719232362260,\n                \"updated\": 1719232458016,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026427\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026427&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 14,\n                \"net\": \"nc\",\n                \"code\": \"75026427\",\n                \"ids\": \",nc75026427,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 15,\n                \"dmin\": 0.008282,\n                \"rms\": 0.01,\n                \"gap\": 53,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.0 - 6 km NNW of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.799499511719,\n                    38.8240013122559,\n                    1.49000000953674\n                ]\n            },\n            \"id\": \"nc75026427\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.1,\n                \"place\": \"31 km NNE of Chickaloon, Alaska\",\n                \"time\": 1719232274577,\n                \"updated\": 1719232414430,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak024839wyht\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak024839wyht&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 19,\n                \"net\": \"ak\",\n                \"code\": \"024839wyht\",\n                \"ids\": \",ak024839wyht,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.77,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.1 - 31 km NNE of Chickaloon, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -148.2083,\n                    62.0554,\n                    39.8\n                ]\n            },\n            \"id\": \"ak024839wyht\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.35,\n                \"place\": \"7 km NNW of The Geysers, CA\",\n                \"time\": 1719232168450,\n                \"updated\": 1719232263037,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026412\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026412&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 2,\n                \"net\": \"nc\",\n                \"code\": \"75026412\",\n                \"ids\": \",nc75026412,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 7,\n                \"dmin\": 0.00707,\n                \"rms\": 0.01,\n                \"gap\": 131,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.4 - 7 km NNW of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.801170349121,\n                    38.8246650695801,\n                    1.55999994277954\n                ]\n            },\n            \"id\": \"nc75026412\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.08,\n                \"place\": \"7 km NNW of The Geysers, CA\",\n                \"time\": 1719232059280,\n                \"updated\": 1719232158150,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026407\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026407&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 18,\n                \"net\": \"nc\",\n                \"code\": \"75026407\",\n                \"ids\": \",nc75026407,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 21,\n                \"dmin\": 0.003617,\n                \"rms\": 0.02,\n                \"gap\": 34,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.1 - 7 km NNW of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.8056640625,\n                    38.8245010375977,\n                    1.28999996185303\n                ]\n            },\n            \"id\": \"nc75026407\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.4,\n                \"place\": \"6 km NNW of The Geysers, CA\",\n                \"time\": 1719231947010,\n                \"updated\": 1719232044061,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026402\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026402&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 2,\n                \"net\": \"nc\",\n                \"code\": \"75026402\",\n                \"ids\": \",nc75026402,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 8,\n                \"dmin\": 0.004944,\n                \"rms\": 0.01,\n                \"gap\": 89,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.4 - 6 km NNW of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.806167602539,\n                    38.8194999694824,\n                    2.01999998092651\n                ]\n            },\n            \"id\": \"nc75026402\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.75,\n                \"place\": \"7 km NNW of The Geysers, CA\",\n                \"time\": 1719231912150,\n                \"updated\": 1719232008156,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026392\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026392&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 9,\n                \"net\": \"nc\",\n                \"code\": \"75026392\",\n                \"ids\": \",nc75026392,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 12,\n                \"dmin\": 0.007909,\n                \"rms\": 0.01,\n                \"gap\": 75,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.8 - 7 km NNW of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.801170349121,\n                    38.8271675109863,\n                    1.78999996185303\n                ]\n            },\n            \"id\": \"nc75026392\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.02,\n                \"place\": \"7 km WNW of Cobb, CA\",\n                \"time\": 1719231860050,\n                \"updated\": 1719234139892,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026387\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026387&format=geojson\",\n                \"felt\": 0,\n                \"cdi\": 1,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 16,\n                \"net\": \"nc\",\n                \"code\": \"75026387\",\n                \"ids\": \",nc75026387,\",\n                \"sources\": \",nc,\",\n                \"types\": \",dyfi,nearby-cities,origin,phase-data,\",\n                \"nst\": 13,\n                \"dmin\": 0.008769,\n                \"rms\": 0.05,\n                \"gap\": 89,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.0 - 7 km WNW of Cobb, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.802001953125,\n                    38.8294982910156,\n                    1.76999998092651\n                ]\n            },\n            \"id\": \"nc75026387\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.08,\n                \"place\": \"7 km NNW of The Geysers, CA\",\n                \"time\": 1719231825880,\n                \"updated\": 1719231923060,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026382\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026382&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 18,\n                \"net\": \"nc\",\n                \"code\": \"75026382\",\n                \"ids\": \",nc75026382,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 18,\n                \"dmin\": 0.00324,\n                \"rms\": 0.01,\n                \"gap\": 41,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.1 - 7 km NNW of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.805999755859,\n                    38.8240013122559,\n                    1.45000004768372\n                ]\n            },\n            \"id\": \"nc75026382\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.1,\n                \"place\": \"6 km WNW of Cobb, CA\",\n                \"time\": 1719231790250,\n                \"updated\": 1719231887991,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026367\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026367&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 19,\n                \"net\": \"nc\",\n                \"code\": \"75026367\",\n                \"ids\": \",nc75026367,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 7,\n                \"dmin\": 0.008983,\n                \"rms\": 0.02,\n                \"gap\": 143,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.1 - 6 km WNW of Cobb, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.797164916992,\n                    38.8311653137207,\n                    1.5900000333786\n                ]\n            },\n            \"id\": \"nc75026367\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 3.3,\n                \"place\": \"7 km WNW of Cobb, CA\",\n                \"time\": 1719231743120,\n                \"updated\": 1719274323110,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026372\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026372&format=geojson\",\n                \"felt\": 5,\n                \"cdi\": 2.6,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 169,\n                \"net\": \"nc\",\n                \"code\": \"75026372\",\n                \"ids\": \",ew1719231740,nc75026372,\",\n                \"sources\": \",ew,nc,\",\n                \"types\": \",dyfi,focal-mechanism,moment-tensor,nearby-cities,origin,phase-data,shake-alert,\",\n                \"nst\": 98,\n                \"dmin\": 0.008535,\n                \"rms\": 0.06,\n                \"gap\": 23,\n                \"magType\": \"mw\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 3.3 - 7 km WNW of Cobb, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.800166666667,\n                    38.827,\n                    1.98\n                ]\n            },\n            \"id\": \"nc75026372\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 3.13,\n                \"place\": \"34 km NNE of Punta Cana, Dominican Republic\",\n                \"time\": 1719231643670,\n                \"updated\": 1719238954260,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/pr71453918\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=pr71453918&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 151,\n                \"net\": \"pr\",\n                \"code\": \"71453918\",\n                \"ids\": \",pr71453918,\",\n                \"sources\": \",pr,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 9,\n                \"dmin\": 0.3769,\n                \"rms\": 0.44,\n                \"gap\": 166,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 3.1 - 34 km NNE of Punta Cana, Dominican Republic\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -68.3338333333333,\n                    18.8906666666667,\n                    15\n                ]\n            },\n            \"id\": \"pr71453918\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.1,\n                \"place\": \"10 km W of Forsan, Texas\",\n                \"time\": 1719231160004,\n                \"updated\": 1719244427275,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/tx2024mirf\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=tx2024mirf&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 68,\n                \"net\": \"tx\",\n                \"code\": \"2024mirf\",\n                \"ids\": \",tx2024mirf,\",\n                \"sources\": \",tx,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 33,\n                \"dmin\": 0.1,\n                \"rms\": 0.1,\n                \"gap\": 74,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.1 - 10 km W of Forsan, Texas\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -101.479,\n                    32.1,\n                    12.8418\n                ]\n            },\n            \"id\": \"tx2024mirf\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.82,\n                \"place\": \"7 km SSW of Volcano, Hawaii\",\n                \"time\": 1719230977330,\n                \"updated\": 1719231137560,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74290431\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74290431&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 51,\n                \"net\": \"hv\",\n                \"code\": \"74290431\",\n                \"ids\": \",hv74290431,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 18,\n                \"dmin\": 0.00391,\n                \"rms\": 0.140000001,\n                \"gap\": 87,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.8 - 7 km SSW of Volcano, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.253173828125,\n                    19.3819999694824,\n                    -0.109999999403954\n                ]\n            },\n            \"id\": \"hv74290431\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.93,\n                \"place\": \"4 km SSE of Highland Park, CA\",\n                \"time\": 1719230838970,\n                \"updated\": 1719335026063,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40808720\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40808720&format=geojson\",\n                \"felt\": 906,\n                \"cdi\": 3.3,\n                \"mmi\": 3.317,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 431,\n                \"net\": \"ci\",\n                \"code\": \"40808720\",\n                \"ids\": \",ci40808720,us7000mubj,\",\n                \"sources\": \",ci,us,\",\n                \"types\": \",dyfi,focal-mechanism,nearby-cities,origin,phase-data,scitech-link,shakemap,\",\n                \"nst\": 134,\n                \"dmin\": 0.02903,\n                \"rms\": 0.22,\n                \"gap\": 16,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.9 - 4 km SSE of Highland Park, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -118.1846667,\n                    34.085,\n                    10.22\n                ]\n            },\n            \"id\": \"ci40808720\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.82,\n                \"place\": \"17 km NW of Chester, CA\",\n                \"time\": 1719230778980,\n                \"updated\": 1719296564749,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026362\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026362&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 51,\n                \"net\": \"nc\",\n                \"code\": \"75026362\",\n                \"ids\": \",nc75026362,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 18,\n                \"dmin\": 0.03335,\n                \"rms\": 0.07,\n                \"gap\": 140,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.8 - 17 km NW of Chester, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -121.380333333333,\n                    40.4026666666667,\n                    5.2\n                ]\n            },\n            \"id\": \"nc75026362\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.63,\n                \"place\": \"17 km NW of Chester, CA\",\n                \"time\": 1719230583580,\n                \"updated\": 1719300695962,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026352\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026352&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 41,\n                \"net\": \"nc\",\n                \"code\": \"75026352\",\n                \"ids\": \",nc75026352,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 12,\n                \"dmin\": 0.03593,\n                \"rms\": 0.08,\n                \"gap\": 139,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.6 - 17 km NW of Chester, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -121.378,\n                    40.4066666666667,\n                    5.58\n                ]\n            },\n            \"id\": \"nc75026352\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 3.31,\n                \"place\": \"34 km N of Punta Cana, Dominican Republic\",\n                \"time\": 1719230530380,\n                \"updated\": 1719233479550,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/pr71453908\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=pr71453908&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 169,\n                \"net\": \"pr\",\n                \"code\": \"71453908\",\n                \"ids\": \",pr71453908,\",\n                \"sources\": \",pr,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 9,\n                \"dmin\": 0.3701,\n                \"rms\": 0.27,\n                \"gap\": 197,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 3.3 - 34 km N of Punta Cana, Dominican Republic\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -68.3413333333333,\n                    18.8846666666667,\n                    19.07\n                ]\n            },\n            \"id\": \"pr71453908\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.09,\n                \"place\": \"7 km WNW of Cobb, CA\",\n                \"time\": 1719230458900,\n                \"updated\": 1719230552956,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026347\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026347&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 18,\n                \"net\": \"nc\",\n                \"code\": \"75026347\",\n                \"ids\": \",nc75026347,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 20,\n                \"dmin\": 0.009417,\n                \"rms\": 0.02,\n                \"gap\": 60,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.1 - 7 km WNW of Cobb, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.802001953125,\n                    38.8359985351562,\n                    2.25\n                ]\n            },\n            \"id\": \"nc75026347\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.6,\n                \"place\": \"55 km NW of Toyah, Texas\",\n                \"time\": 1719230321748,\n                \"updated\": 1719262206029,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/tx2024miqt\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=tx2024miqt&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 39,\n                \"net\": \"tx\",\n                \"code\": \"2024miqt\",\n                \"ids\": \",tx2024miqt,\",\n                \"sources\": \",tx,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 26,\n                \"dmin\": 0.1,\n                \"rms\": 0.2,\n                \"gap\": 70,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.6 - 55 km NW of Toyah, Texas\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -104.268,\n                    31.614,\n                    7.4841\n                ]\n            },\n            \"id\": \"tx2024miqt\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.08,\n                \"place\": \"263 km W of Adak, Alaska\",\n                \"time\": 1719230021260,\n                \"updated\": 1719279185820,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93177076\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93177076&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93177076\",\n                \"ids\": \",av93177076,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 5,\n                \"dmin\": 0.02108,\n                \"rms\": 0.27,\n                \"gap\": 243,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.1 - 263 km W of Adak, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    179.536333333333,\n                    51.9141666666667,\n                    15.7\n                ]\n            },\n            \"id\": \"av93177076\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.9,\n                \"place\": \"5 km WNW of Walker, CA\",\n                \"time\": 1719229864950,\n                \"updated\": 1719306211040,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026337\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026337&format=geojson\",\n                \"felt\": 1,\n                \"cdi\": 3.1,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 130,\n                \"net\": \"nc\",\n                \"code\": \"75026337\",\n                \"ids\": \",nc75026337,nn00879899,us7000mubg,\",\n                \"sources\": \",nc,nn,us,\",\n                \"types\": \",dyfi,focal-mechanism,nearby-cities,origin,phase-data,\",\n                \"nst\": 22,\n                \"dmin\": 0.04164,\n                \"rms\": 0.07,\n                \"gap\": 93,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.9 - 5 km WNW of Walker, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -119.531833333333,\n                    38.5228333333333,\n                    4.06\n                ]\n            },\n            \"id\": \"nc75026337\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.87,\n                \"place\": \"17 km E of Mineral, CA\",\n                \"time\": 1719229830500,\n                \"updated\": 1719294816831,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026332\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026332&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 54,\n                \"net\": \"nc\",\n                \"code\": \"75026332\",\n                \"ids\": \",nc75026332,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 19,\n                \"dmin\": 0.03302,\n                \"rms\": 0.1,\n                \"gap\": 112,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.9 - 17 km E of Mineral, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -121.382166666667,\n                    40.4071666666667,\n                    5.49\n                ]\n            },\n            \"id\": \"nc75026332\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.79,\n                \"place\": \"17 km E of Mineral, CA\",\n                \"time\": 1719229763210,\n                \"updated\": 1719294035690,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026342\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026342&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 49,\n                \"net\": \"nc\",\n                \"code\": \"75026342\",\n                \"ids\": \",nc75026342,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 17,\n                \"dmin\": 0.0349,\n                \"rms\": 0.07,\n                \"gap\": 138,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.8 - 17 km E of Mineral, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -121.38,\n                    40.4081666666667,\n                    5.95\n                ]\n            },\n            \"id\": \"nc75026342\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.8,\n                \"place\": \"17 km NW of Chester, CA\",\n                \"time\": 1719229238360,\n                \"updated\": 1719293671570,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026327\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026327&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 50,\n                \"net\": \"nc\",\n                \"code\": \"75026327\",\n                \"ids\": \",nc75026327,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 17,\n                \"dmin\": 0.03647,\n                \"rms\": 0.08,\n                \"gap\": 138,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.8 - 17 km NW of Chester, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -121.378333333333,\n                    40.4093333333333,\n                    5.27\n                ]\n            },\n            \"id\": \"nc75026327\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.85,\n                \"place\": \"23 km E of Little Lake, CA\",\n                \"time\": 1719229045130,\n                \"updated\": 1719260341720,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40808696\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40808696&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 53,\n                \"net\": \"ci\",\n                \"code\": \"40808696\",\n                \"ids\": \",ci40808696,\",\n                \"sources\": \",ci,\",\n                \"types\": \",focal-mechanism,nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 30,\n                \"dmin\": 0.009834,\n                \"rms\": 0.16,\n                \"gap\": 89,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.9 - 23 km E of Little Lake, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.652,\n                    35.9576667,\n                    4.35\n                ]\n            },\n            \"id\": \"ci40808696\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.24,\n                \"place\": \"7 km WNW of Cobb, CA\",\n                \"time\": 1719228892690,\n                \"updated\": 1719229087210,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026317\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026317&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 24,\n                \"net\": \"nc\",\n                \"code\": \"75026317\",\n                \"ids\": \",nc75026317,\",\n                \"sources\": \",nc,\",\n                \"types\": \",focal-mechanism,nearby-cities,origin,phase-data,\",\n                \"nst\": 27,\n                \"dmin\": 0.009927,\n                \"rms\": 0.02,\n                \"gap\": 58,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.2 - 7 km WNW of Cobb, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.80249786377,\n                    38.8354988098145,\n                    2.23000001907349\n                ]\n            },\n            \"id\": \"nc75026317\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.1,\n                \"place\": \"7 km WNW of Cobb, CA\",\n                \"time\": 1719228883240,\n                \"updated\": 1719228977810,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026312\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026312&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 19,\n                \"net\": \"nc\",\n                \"code\": \"75026312\",\n                \"ids\": \",nc75026312,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 22,\n                \"dmin\": 0.0101,\n                \"rms\": 0.02,\n                \"gap\": 59,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.1 - 7 km WNW of Cobb, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.803001403809,\n                    38.8363342285156,\n                    2.38000011444092\n                ]\n            },\n            \"id\": \"nc75026312\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.08,\n                \"place\": \"3 km SSE of The Geysers, CA\",\n                \"time\": 1719228855880,\n                \"updated\": 1719228952682,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026307\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026307&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 18,\n                \"net\": \"nc\",\n                \"code\": \"75026307\",\n                \"ids\": \",nc75026307,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 11,\n                \"dmin\": 0.006645,\n                \"rms\": 0.02,\n                \"gap\": 110,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.1 - 3 km SSE of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.730331420898,\n                    38.7565002441406,\n                    2.61999988555908\n                ]\n            },\n            \"id\": \"nc75026307\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.5,\n                \"place\": \"56 km S of Whites City, New Mexico\",\n                \"time\": 1719228622207,\n                \"updated\": 1719261406975,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/tx2024mipv\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=tx2024mipv&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 35,\n                \"net\": \"tx\",\n                \"code\": \"2024mipv\",\n                \"ids\": \",tx2024mipv,\",\n                \"sources\": \",tx,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 17,\n                \"dmin\": 0.1,\n                \"rms\": 0.2,\n                \"gap\": 68,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.5 - 56 km S of Whites City, New Mexico\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -104.34,\n                    31.667,\n                    6.0999\n                ]\n            },\n            \"id\": \"tx2024mipv\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.48,\n                \"place\": \"1 km N of The Geysers, CA\",\n                \"time\": 1719226814700,\n                \"updated\": 1719226913270,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026302\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026302&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 4,\n                \"net\": \"nc\",\n                \"code\": \"75026302\",\n                \"ids\": \",nc75026302,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 6,\n                \"dmin\": 0.0143,\n                \"rms\": 0.01,\n                \"gap\": 113,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.5 - 1 km N of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.757499694824,\n                    38.7835006713867,\n                    2\n                ]\n            },\n            \"id\": \"nc75026302\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.2,\n                \"place\": \"38 km S of Goldfield, Nevada\",\n                \"time\": 1719226805678,\n                \"updated\": 1719253888641,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nn00879894\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nn00879894&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 22,\n                \"net\": \"nn\",\n                \"code\": \"00879894\",\n                \"ids\": \",nn00879894,\",\n                \"sources\": \",nn,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 21,\n                \"dmin\": 0.085,\n                \"rms\": 0.1476,\n                \"gap\": 98.43999999999994,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.2 - 38 km S of Goldfield, Nevada\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.1905,\n                    37.3635,\n                    3.2\n                ]\n            },\n            \"id\": \"nn00879894\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.51,\n                \"place\": \"8 km NW of The Geysers, CA\",\n                \"time\": 1719226708880,\n                \"updated\": 1719226803435,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026297\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026297&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 4,\n                \"net\": \"nc\",\n                \"code\": \"75026297\",\n                \"ids\": \",nc75026297,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 11,\n                \"dmin\": 0.006064,\n                \"rms\": 0.01,\n                \"gap\": 86,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.5 - 8 km NW of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.827331542969,\n                    38.8223342895508,\n                    2.03999996185303\n                ]\n            },\n            \"id\": \"nc75026297\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.9,\n                \"place\": \"12 km W of Tyonek, Alaska\",\n                \"time\": 1719226037574,\n                \"updated\": 1719226183884,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak024838tiz1\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak024838tiz1&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 56,\n                \"net\": \"ak\",\n                \"code\": \"024838tiz1\",\n                \"ids\": \",ak024838tiz1,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.4,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.9 - 12 km W of Tyonek, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -151.3731,\n                    61.0819,\n                    79.7\n                ]\n            },\n            \"id\": \"ak024838tiz1\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.8,\n                \"place\": \"10 km SSW of Idyllwild, CA\",\n                \"time\": 1719225314550,\n                \"updated\": 1719235669990,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40808664\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40808664&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 10,\n                \"net\": \"ci\",\n                \"code\": \"40808664\",\n                \"ids\": \",ci40808664,\",\n                \"sources\": \",ci,\",\n                \"types\": \",focal-mechanism,nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 48,\n                \"dmin\": 0.06266,\n                \"rms\": 0.16,\n                \"gap\": 39,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.8 - 10 km SSW of Idyllwild, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.7583333,\n                    33.6603333,\n                    13.52\n                ]\n            },\n            \"id\": \"ci40808664\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.02,\n                \"place\": \"7 km NNW of The Geysers, CA\",\n                \"time\": 1719225000560,\n                \"updated\": 1719225097215,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026292\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026292&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 16,\n                \"net\": \"nc\",\n                \"code\": \"75026292\",\n                \"ids\": \",nc75026292,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 18,\n                \"dmin\": 0.007873,\n                \"rms\": 0.02,\n                \"gap\": 67,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.0 - 7 km NNW of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.801002502441,\n                    38.826831817627,\n                    1.66999995708466\n                ]\n            },\n            \"id\": \"nc75026292\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.04,\n                \"place\": \"4 km SSE of Unalaska, Alaska\",\n                \"time\": 1719224699800,\n                \"updated\": 1719278723920,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93176991\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93176991&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93176991\",\n                \"ids\": \",av93176991,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 9,\n                \"dmin\": 0.007352,\n                \"rms\": 0.17,\n                \"gap\": 210,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.0 - 4 km SSE of Unalaska, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -166.510666666667,\n                    53.8388333333333,\n                    10.02\n                ]\n            },\n            \"id\": \"av93176991\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.55,\n                \"place\": \"10 km SSW of Idyllwild, CA\",\n                \"time\": 1719224636060,\n                \"updated\": 1719244427499,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40808656\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40808656&format=geojson\",\n                \"felt\": 2,\n                \"cdi\": 3.1,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 101,\n                \"net\": \"ci\",\n                \"code\": \"40808656\",\n                \"ids\": \",ci40808656,\",\n                \"sources\": \",ci,\",\n                \"types\": \",dyfi,focal-mechanism,nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 116,\n                \"dmin\": 0.06099,\n                \"rms\": 0.2,\n                \"gap\": 16,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.6 - 10 km SSW of Idyllwild, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.7655,\n                    33.6548333,\n                    13.29\n                ]\n            },\n            \"id\": \"ci40808656\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.88,\n                \"place\": \"5 km SE of Redlands, CA\",\n                \"time\": 1719224118760,\n                \"updated\": 1719224495780,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40808648\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40808648&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 12,\n                \"net\": \"ci\",\n                \"code\": \"40808648\",\n                \"ids\": \",ci40808648,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 50,\n                \"dmin\": 0.03507,\n                \"rms\": 0.15,\n                \"gap\": 45,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.9 - 5 km SE of Redlands, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.1511667,\n                    34.0215,\n                    14.58\n                ]\n            },\n            \"id\": \"ci40808648\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.44,\n                \"place\": \"61 km E of Adak, Alaska\",\n                \"time\": 1719223655320,\n                \"updated\": 1719278467850,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93012999\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93012999&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 3,\n                \"net\": \"av\",\n                \"code\": \"93012999\",\n                \"ids\": \",av93012999,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 6,\n                \"dmin\": 0.1485,\n                \"rms\": 0.09,\n                \"gap\": 314,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.4 - 61 km E of Adak, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -175.746833333333,\n                    51.8871666666667,\n                    16.06\n                ]\n            },\n            \"id\": \"av93012999\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.39,\n                \"place\": \"23 km E of Little Lake, CA\",\n                \"time\": 1719223599160,\n                \"updated\": 1719224021391,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40808640\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40808640&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 88,\n                \"net\": \"ci\",\n                \"code\": \"40808640\",\n                \"ids\": \",ci40808640,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 31,\n                \"dmin\": 0.008034,\n                \"rms\": 0.19,\n                \"gap\": 78,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.4 - 23 km E of Little Lake, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.6563333,\n                    35.9543333,\n                    2.24\n                ]\n            },\n            \"id\": \"ci40808640\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.75,\n                \"place\": \"7 km S of Volcano, Hawaii\",\n                \"time\": 1719223472410,\n                \"updated\": 1719223631530,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74290311\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74290311&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 47,\n                \"net\": \"hv\",\n                \"code\": \"74290311\",\n                \"ids\": \",hv74290311,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 15,\n                \"dmin\": 0.005853,\n                \"rms\": 0.219999999,\n                \"gap\": 125,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.8 - 7 km S of Volcano, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.23616027832,\n                    19.3776664733887,\n                    0.0500000007450581\n                ]\n            },\n            \"id\": \"hv74290311\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.62,\n                \"place\": \"9 km SSW of Idyllwild, CA\",\n                \"time\": 1719223330210,\n                \"updated\": 1719223691250,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40808632\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40808632&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 6,\n                \"net\": \"ci\",\n                \"code\": \"40808632\",\n                \"ids\": \",ci40808632,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 37,\n                \"dmin\": 0.05883,\n                \"rms\": 0.13,\n                \"gap\": 65,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.6 - 9 km SSW of Idyllwild, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.7528333,\n                    33.6618333,\n                    15.37\n                ]\n            },\n            \"id\": \"ci40808632\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.6,\n                \"place\": \"8 km NW of Enoch, Utah\",\n                \"time\": 1719223306340,\n                \"updated\": 1719268357260,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/uu80074491\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=uu80074491&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 39,\n                \"net\": \"uu\",\n                \"code\": \"80074491\",\n                \"ids\": \",uu80074491,\",\n                \"sources\": \",uu,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 7,\n                \"dmin\": 0.2347,\n                \"rms\": 0.23,\n                \"gap\": 169,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.6 - 8 km NW of Enoch, Utah\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -113.081833333333,\n                    37.8305,\n                    4.2\n                ]\n            },\n            \"id\": \"uu80074491\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.18,\n                \"place\": \"152 km W of Adak, Alaska\",\n                \"time\": 1719223043880,\n                \"updated\": 1719261890610,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93176941\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93176941&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93176941\",\n                \"ids\": \",av93176941,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 5,\n                \"dmin\": 0.02603,\n                \"rms\": 0.24,\n                \"gap\": 243,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.2 - 152 km W of Adak, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -178.846166666667,\n                    51.8121666666667,\n                    8.45\n                ]\n            },\n            \"id\": \"av93176941\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.7,\n                \"place\": \"38 km NE of Adak, Alaska\",\n                \"time\": 1719222979830,\n                \"updated\": 1719277956530,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93012994\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93012994&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93012994\",\n                \"ids\": \",av93012994,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 4,\n                \"dmin\": 0.02284,\n                \"rms\": 0.29,\n                \"gap\": 193,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.7 - 38 km NE of Adak, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -176.1755,\n                    52.0686666666667,\n                    3.09\n                ]\n            },\n            \"id\": \"av93012994\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.24,\n                \"place\": \"151 km W of Adak, Alaska\",\n                \"time\": 1719222942100,\n                \"updated\": 1719261513220,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93176936\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93176936&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93176936\",\n                \"ids\": \",av93176936,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 5,\n                \"dmin\": 0.01898,\n                \"rms\": 0.15,\n                \"gap\": 153,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.2 - 151 km W of Adak, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -178.826,\n                    51.778,\n                    8.73\n                ]\n            },\n            \"id\": \"av93176936\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 5.3,\n                \"place\": \"Kepulauan Babar, Indonesia\",\n                \"time\": 1719222902164,\n                \"updated\": 1719278325483,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/us7000mua7\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=us7000mua7&format=geojson\",\n                \"felt\": 2,\n                \"cdi\": 2.5,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 433,\n                \"net\": \"us\",\n                \"code\": \"7000mua7\",\n                \"ids\": \",us7000mua7,usauto7000mua7,\",\n                \"sources\": \",us,usauto,\",\n                \"types\": \",dyfi,internal-moment-tensor,origin,phase-data,\",\n                \"nst\": 92,\n                \"dmin\": 2.555,\n                \"rms\": 1.36,\n                \"gap\": 28,\n                \"magType\": \"mww\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 5.3 - Kepulauan Babar, Indonesia\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    129.9983,\n                    -7.093,\n                    103.228\n                ]\n            },\n            \"id\": \"us7000mua7\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.4,\n                \"place\": \"6 km WNW of Anchor Point, Alaska\",\n                \"time\": 1719222739662,\n                \"updated\": 1719222875032,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak024838963y\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak024838963y&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 30,\n                \"net\": \"ak\",\n                \"code\": \"024838963y\",\n                \"ids\": \",ak024838963y,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.66,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.4 - 6 km WNW of Anchor Point, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -151.9358,\n                    59.7896,\n                    57.7\n                ]\n            },\n            \"id\": \"ak024838963y\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.72,\n                \"place\": \"26 km NNE of Montecito, CA\",\n                \"time\": 1719222327300,\n                \"updated\": 1719222678586,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40808624\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40808624&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 8,\n                \"net\": \"ci\",\n                \"code\": \"40808624\",\n                \"ids\": \",ci40808624,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 16,\n                \"dmin\": 0.1342,\n                \"rms\": 0.16,\n                \"gap\": 131,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.7 - 26 km NNE of Montecito, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -119.5445,\n                    34.6628333,\n                    5.74\n                ]\n            },\n            \"id\": \"ci40808624\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.7,\n                \"place\": \"34 km N of Petersville, Alaska\",\n                \"time\": 1719222275021,\n                \"updated\": 1719222433603,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak0248387hke\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak0248387hke&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 44,\n                \"net\": \"ak\",\n                \"code\": \"0248387hke\",\n                \"ids\": \",ak0248387hke,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.48,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.7 - 34 km N of Petersville, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -150.7524,\n                    62.8086,\n                    88.2\n                ]\n            },\n            \"id\": \"ak0248387hke\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.88,\n                \"place\": \"17 km SW of Thatcher, Utah\",\n                \"time\": 1719222258140,\n                \"updated\": 1719268235740,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/uu80074486\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=uu80074486&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 12,\n                \"net\": \"uu\",\n                \"code\": \"80074486\",\n                \"ids\": \",uu80074486,\",\n                \"sources\": \",uu,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 14,\n                \"dmin\": 0.01507,\n                \"rms\": 0.14,\n                \"gap\": 113,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.9 - 17 km SW of Thatcher, Utah\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -112.423166666667,\n                    41.5683333333333,\n                    8.18\n                ]\n            },\n            \"id\": \"uu80074486\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.6,\n                \"place\": \"36 km NNW of Toyah, Texas\",\n                \"time\": 1719222050501,\n                \"updated\": 1719260547875,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/tx2024mimd\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=tx2024mimd&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 39,\n                \"net\": \"tx\",\n                \"code\": \"2024mimd\",\n                \"ids\": \",tx2024mimd,\",\n                \"sources\": \",tx,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 16,\n                \"dmin\": 0,\n                \"rms\": 0.1,\n                \"gap\": 48,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.6 - 36 km NNW of Toyah, Texas\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -103.976,\n                    31.609,\n                    7.8046\n                ]\n            },\n            \"id\": \"tx2024mimd\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.8800000000000001,\n                \"place\": \"14 km ESE of Acme, Washington\",\n                \"time\": 1719221809190,\n                \"updated\": 1719241627250,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/uw62018251\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=uw62018251&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 54,\n                \"net\": \"uw\",\n                \"code\": \"62018251\",\n                \"ids\": \",uw62018251,\",\n                \"sources\": \",uw,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 13,\n                \"dmin\": 0.09487,\n                \"rms\": 0.07,\n                \"gap\": 72,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.9 - 14 km ESE of Acme, Washington\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.02166666666666,\n                    48.66116666666667,\n                    0.52\n                ]\n            },\n            \"id\": \"uw62018251\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.52,\n                \"place\": \"Rat Islands, Aleutian Islands, Alaska\",\n                \"time\": 1719221676200,\n                \"updated\": 1719276932240,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93012984\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93012984&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93012984\",\n                \"ids\": \",av93012984,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 4,\n                \"dmin\": 0.008304,\n                \"rms\": 0.19,\n                \"gap\": 223,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.5 - Rat Islands, Aleutian Islands, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    178.564,\n                    51.9626666666667,\n                    8.59\n                ]\n            },\n            \"id\": \"av93012984\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.7,\n                \"place\": \"20 km NW of Beluga, Alaska\",\n                \"time\": 1719221643554,\n                \"updated\": 1719221741748,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02483859z7\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02483859z7&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 44,\n                \"net\": \"ak\",\n                \"code\": \"02483859z7\",\n                \"ids\": \",ak02483859z7,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.33,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.7 - 20 km NW of Beluga, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -151.3328,\n                    61.281,\n                    62.3\n                ]\n            },\n            \"id\": \"ak02483859z7\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.36,\n                \"place\": \"14 km W of Dutch Harbor, Alaska\",\n                \"time\": 1719221537430,\n                \"updated\": 1719276067120,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93176891\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93176891&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93176891\",\n                \"ids\": \",av93176891,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 8,\n                \"dmin\": 0.02716,\n                \"rms\": 0.16,\n                \"gap\": 75,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.4 - 14 km W of Dutch Harbor, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -166.762166666667,\n                    53.8923333333333,\n                    1.51\n                ]\n            },\n            \"id\": \"av93176891\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.44,\n                \"place\": \"5 km S of Lexington, Oklahoma\",\n                \"time\": 1719221414589,\n                \"updated\": 1719252574366,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ok2024milw\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ok2024milw&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 32,\n                \"net\": \"ok\",\n                \"code\": \"2024milw\",\n                \"ids\": \",ok2024milw,\",\n                \"sources\": \",ok,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 84,\n                \"dmin\": 0.171866274,\n                \"rms\": 0.49,\n                \"gap\": 53,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.4 - 5 km S of Lexington, Oklahoma\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -97.34183333,\n                    34.965,\n                    1.51\n                ]\n            },\n            \"id\": \"ok2024milw\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.47,\n                \"place\": \"Rat Islands, Aleutian Islands, Alaska\",\n                \"time\": 1719220686620,\n                \"updated\": 1719276765240,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93012979\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93012979&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93012979\",\n                \"ids\": \",av93012979,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 4,\n                \"dmin\": 0.008392,\n                \"rms\": 0.2,\n                \"gap\": 273,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.5 - Rat Islands, Aleutian Islands, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    178.577166666667,\n                    51.9633333333333,\n                    8.82\n                ]\n            },\n            \"id\": \"av93012979\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.1,\n                \"place\": \"40 km S of Goldfield, Nevada\",\n                \"time\": 1719220586399,\n                \"updated\": 1719252772004,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nn00879888\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nn00879888&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 19,\n                \"net\": \"nn\",\n                \"code\": \"00879888\",\n                \"ids\": \",nn00879888,\",\n                \"sources\": \",nn,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 13,\n                \"dmin\": 0.068,\n                \"rms\": 0.153,\n                \"gap\": 123.5,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.1 - 40 km S of Goldfield, Nevada\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.1977,\n                    37.3462,\n                    3.6\n                ]\n            },\n            \"id\": \"nn00879888\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.05,\n                \"place\": \"10 km WSW of Perry, Utah\",\n                \"time\": 1719220461800,\n                \"updated\": 1719236135680,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/uu80074481\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=uu80074481&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 17,\n                \"net\": \"uu\",\n                \"code\": \"80074481\",\n                \"ids\": \",uu80074481,\",\n                \"sources\": \",uu,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 23,\n                \"dmin\": 0.1144,\n                \"rms\": 0.15,\n                \"gap\": 51,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.1 - 10 km WSW of Perry, Utah\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -112.156,\n                    41.4443333333333,\n                    3.37\n                ]\n            },\n            \"id\": \"uu80074481\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.89,\n                \"place\": \"19 km ESE of Anza, CA\",\n                \"time\": 1719220438040,\n                \"updated\": 1719220962110,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40808616\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40808616&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 12,\n                \"net\": \"ci\",\n                \"code\": \"40808616\",\n                \"ids\": \",ci40808616,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 42,\n                \"dmin\": 0.06401,\n                \"rms\": 0.15,\n                \"gap\": 58,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.9 - 19 km ESE of Anza, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.49,\n                    33.4885,\n                    13.4\n                ]\n            },\n            \"id\": \"ci40808616\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.2,\n                \"place\": \"8 km ENE of Fox, Alaska\",\n                \"time\": 1719220430230,\n                \"updated\": 1719220560005,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak0248380vjj\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak0248380vjj&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 22,\n                \"net\": \"ak\",\n                \"code\": \"0248380vjj\",\n                \"ids\": \",ak0248380vjj,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.46,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.2 - 8 km ENE of Fox, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -147.4562,\n                    64.9877,\n                    0\n                ]\n            },\n            \"id\": \"ak0248380vjj\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1,\n                \"place\": \"19 km ESE of Anza, CA\",\n                \"time\": 1719220420790,\n                \"updated\": 1719220892140,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40808608\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40808608&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 15,\n                \"net\": \"ci\",\n                \"code\": \"40808608\",\n                \"ids\": \",ci40808608,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 34,\n                \"dmin\": 0.06452,\n                \"rms\": 0.16,\n                \"gap\": 58,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.0 - 19 km ESE of Anza, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.4903333,\n                    33.488,\n                    14.27\n                ]\n            },\n            \"id\": \"ci40808608\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.96,\n                \"place\": \"18 km ESE of Anza, CA\",\n                \"time\": 1719220407090,\n                \"updated\": 1719220804169,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40808600\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40808600&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 14,\n                \"net\": \"ci\",\n                \"code\": \"40808600\",\n                \"ids\": \",ci40808600,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 54,\n                \"dmin\": 0.06766,\n                \"rms\": 0.18,\n                \"gap\": 56,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.0 - 18 km ESE of Anza, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.4941667,\n                    33.4871667,\n                    13.25\n                ]\n            },\n            \"id\": \"ci40808600\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.8,\n                \"place\": \"7 km E of Mammoth Lakes, CA\",\n                \"time\": 1719219989850,\n                \"updated\": 1719220087502,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026267\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026267&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 10,\n                \"net\": \"nc\",\n                \"code\": \"75026267\",\n                \"ids\": \",nc75026267,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 10,\n                \"dmin\": 0.0009324,\n                \"rms\": 0.02,\n                \"gap\": 135,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.8 - 7 km E of Mammoth Lakes, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -118.895668029785,\n                    37.6445007324219,\n                    3.74000000953674\n                ]\n            },\n            \"id\": \"nc75026267\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.22,\n                \"place\": \"9 km NNW of Enoch, Utah\",\n                \"time\": 1719219840350,\n                \"updated\": 1719267997150,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/uu80074476\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=uu80074476&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 23,\n                \"net\": \"uu\",\n                \"code\": \"80074476\",\n                \"ids\": \",uu80074476,\",\n                \"sources\": \",uu,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 8,\n                \"dmin\": 0.1314,\n                \"rms\": 0.19,\n                \"gap\": 158,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.2 - 9 km NNW of Enoch, Utah\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -113.085,\n                    37.8456666666667,\n                    8.57\n                ]\n            },\n            \"id\": \"uu80074476\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.7,\n                \"place\": \"26 km SW of Jal, New Mexico\",\n                \"time\": 1719219789180,\n                \"updated\": 1719220479040,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/us7000mu9t\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=us7000mu9t&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 112,\n                \"net\": \"us\",\n                \"code\": \"7000mu9t\",\n                \"ids\": \",us7000mu9t,\",\n                \"sources\": \",us,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 43,\n                \"dmin\": 0.202,\n                \"rms\": 0.5,\n                \"gap\": 24,\n                \"magType\": \"mb_lg\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.7 - 26 km SW of Jal, New Mexico\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -103.3736,\n                    31.9338,\n                    4.525\n                ]\n            },\n            \"id\": \"us7000mu9t\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.6,\n                \"place\": \"4 km S of Mentone, CA\",\n                \"time\": 1719219435090,\n                \"updated\": 1719235652938,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40808592\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40808592&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 6,\n                \"net\": \"ci\",\n                \"code\": \"40808592\",\n                \"ids\": \",ci40808592,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 35,\n                \"dmin\": 0.01647,\n                \"rms\": 0.14,\n                \"gap\": 90,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.6 - 4 km S of Mentone, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.1315,\n                    34.031,\n                    7.27\n                ]\n            },\n            \"id\": \"ci40808592\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.8,\n                \"place\": \"41 km S of Goldfield, Nevada\",\n                \"time\": 1719218381653,\n                \"updated\": 1719250931761,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nn00879884\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nn00879884&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 10,\n                \"net\": \"nn\",\n                \"code\": \"00879884\",\n                \"ids\": \",nn00879884,\",\n                \"sources\": \",nn,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 15,\n                \"dmin\": 0.06,\n                \"rms\": 0.205,\n                \"gap\": 121.92000000000002,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.8 - 41 km S of Goldfield, Nevada\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.1985,\n                    37.3339,\n                    3.3\n                ]\n            },\n            \"id\": \"nn00879884\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.02,\n                \"place\": \"21 km NNE of Atka, Alaska\",\n                \"time\": 1719216774550,\n                \"updated\": 1719275108280,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93176786\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93176786&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93176786\",\n                \"ids\": \",av93176786,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 5,\n                \"dmin\": 0.007376,\n                \"rms\": 0.18,\n                \"gap\": 178,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.0 - 21 km NNE of Atka, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -174.129,\n                    52.3866666666667,\n                    3.7\n                ]\n            },\n            \"id\": \"av93176786\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.6,\n                \"place\": \"36 km NNW of Toyah, Texas\",\n                \"time\": 1719216368041,\n                \"updated\": 1719259558628,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/tx2024mijb\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=tx2024mijb&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 39,\n                \"net\": \"tx\",\n                \"code\": \"2024mijb\",\n                \"ids\": \",tx2024mijb,\",\n                \"sources\": \",tx,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 16,\n                \"dmin\": 0,\n                \"rms\": 0.1,\n                \"gap\": 60,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.6 - 36 km NNW of Toyah, Texas\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -103.976,\n                    31.606,\n                    7.1252\n                ]\n            },\n            \"id\": \"tx2024mijb\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 6.3,\n                \"place\": \"51 km NNE of Port-Olry, Vanuatu\",\n                \"time\": 1719216218359,\n                \"updated\": 1719217766993,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/us7000mu8s\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=us7000mu8s&format=geojson\",\n                \"felt\": 1,\n                \"cdi\": 3.8,\n                \"mmi\": 5.166,\n                \"alert\": \"green\",\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 611,\n                \"net\": \"us\",\n                \"code\": \"7000mu8s\",\n                \"ids\": \",us7000mu8s,usauto7000mu8s,pt24176000,at00sfkrq3,\",\n                \"sources\": \",us,usauto,pt,at,\",\n                \"types\": \",dyfi,ground-failure,internal-moment-tensor,internal-origin,losspager,moment-tensor,origin,phase-data,shakemap,\",\n                \"nst\": 74,\n                \"dmin\": 6.549,\n                \"rms\": 0.86,\n                \"gap\": 32,\n                \"magType\": \"mww\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 6.3 - 51 km NNE of Port-Olry, Vanuatu\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    167.2485,\n                    -14.6086,\n                    156.689\n                ]\n            },\n            \"id\": \"us7000mu8s\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.9,\n                \"place\": \"64 km WNW of Nanwalek, Alaska\",\n                \"time\": 1719215936894,\n                \"updated\": 1719239694040,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak0248373o2h\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak0248373o2h&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 56,\n                \"net\": \"ak\",\n                \"code\": \"0248373o2h\",\n                \"ids\": \",us7000mu8q,ak0248373o2h,\",\n                \"sources\": \",us,ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.39,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.9 - 64 km WNW of Nanwalek, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -153.0297,\n                    59.4958,\n                    94.5\n                ]\n            },\n            \"id\": \"ak0248373o2h\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.48,\n                \"place\": \"6 km SSW of Volcano, Hawaii\",\n                \"time\": 1719215472310,\n                \"updated\": 1719264296970,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74290186\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74290186&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 34,\n                \"net\": \"hv\",\n                \"code\": \"74290186\",\n                \"ids\": \",hv74290186,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 22,\n                \"dmin\": 0.006097,\n                \"rms\": 0.1,\n                \"gap\": 61,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.5 - 6 km SSW of Volcano, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.246,\n                    19.389,\n                    0.05\n                ]\n            },\n            \"id\": \"hv74290186\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.69,\n                \"place\": \"12 km E of Cloverdale, CA\",\n                \"time\": 1719215309860,\n                \"updated\": 1719215406897,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026252\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026252&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 7,\n                \"net\": \"nc\",\n                \"code\": \"75026252\",\n                \"ids\": \",nc75026252,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 11,\n                \"dmin\": 0.001468,\n                \"rms\": 0.02,\n                \"gap\": 97,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.7 - 12 km E of Cloverdale, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.884498596191,\n                    38.8370018005371,\n                    1.22000002861023\n                ]\n            },\n            \"id\": \"nc75026252\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.57,\n                \"place\": \"16 km WNW of Progreso, B.C., MX\",\n                \"time\": 1719215222240,\n                \"updated\": 1719215584138,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40808560\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40808560&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 38,\n                \"net\": \"ci\",\n                \"code\": \"40808560\",\n                \"ids\": \",ci40808560,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 28,\n                \"dmin\": 0.009567,\n                \"rms\": 0.22,\n                \"gap\": 54,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.6 - 16 km WNW of Progreso, B.C., MX\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -115.7365,\n                    32.645,\n                    7.45\n                ]\n            },\n            \"id\": \"ci40808560\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.25,\n                \"place\": \"5 km SSW of Volcano, Hawaii\",\n                \"time\": 1719215203070,\n                \"updated\": 1719263555860,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74290176\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74290176&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 78,\n                \"net\": \"hv\",\n                \"code\": \"74290176\",\n                \"ids\": \",hv74290176,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 26,\n                \"dmin\": 0.01,\n                \"rms\": 0.1,\n                \"gap\": 50,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.3 - 5 km SSW of Volcano, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.255666666667,\n                    19.3961666666667,\n                    1.39\n                ]\n            },\n            \"id\": \"hv74290176\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.15,\n                \"place\": \"3 km NE of The Geysers, CA\",\n                \"time\": 1719214590130,\n                \"updated\": 1719214688145,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026247\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026247&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 20,\n                \"net\": \"nc\",\n                \"code\": \"75026247\",\n                \"ids\": \",nc75026247,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 16,\n                \"dmin\": 0.0156,\n                \"rms\": 0.01,\n                \"gap\": 103,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.2 - 3 km NE of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.73983001709,\n                    38.7986679077148,\n                    1.48000001907349\n                ]\n            },\n            \"id\": \"nc75026247\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.83,\n                \"place\": \"13 km SSW of Salton City, CA\",\n                \"time\": 1719212544030,\n                \"updated\": 1719235671261,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40808544\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40808544&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 52,\n                \"net\": \"ci\",\n                \"code\": \"40808544\",\n                \"ids\": \",ci40808544,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 77,\n                \"dmin\": 0.03162,\n                \"rms\": 0.22,\n                \"gap\": 37,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.8 - 13 km SSW of Salton City, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.0065,\n                    33.194,\n                    6.66\n                ]\n            },\n            \"id\": \"ci40808544\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.31,\n                \"place\": \"16 km E of Ocotillo Wells, CA\",\n                \"time\": 1719211783490,\n                \"updated\": 1719212402450,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40808536\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40808536&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 26,\n                \"net\": \"ci\",\n                \"code\": \"40808536\",\n                \"ids\": \",ci40808536,\",\n                \"sources\": \",ci,\",\n                \"types\": \",focal-mechanism,nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 53,\n                \"dmin\": 0.02806,\n                \"rms\": 0.19,\n                \"gap\": 55,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.3 - 16 km E of Ocotillo Wells, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -115.962,\n                    33.1486667,\n                    5.59\n                ]\n            },\n            \"id\": \"ci40808536\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.3,\n                \"place\": \"3 km WSW of Anderson Springs, CA\",\n                \"time\": 1719210909960,\n                \"updated\": 1719211007454,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026227\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026227&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 26,\n                \"net\": \"nc\",\n                \"code\": \"75026227\",\n                \"ids\": \",nc75026227,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 12,\n                \"dmin\": 0.008709,\n                \"rms\": 0.02,\n                \"gap\": 120,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.3 - 3 km WSW of Anderson Springs, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.715667724609,\n                    38.7566680908203,\n                    1.85000002384186\n                ]\n            },\n            \"id\": \"nc75026227\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.57,\n                \"place\": \"37 km W of Adak, Alaska\",\n                \"time\": 1719210890680,\n                \"updated\": 1719274471630,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93012969\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93012969&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93012969\",\n                \"ids\": \",av93012969,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 5,\n                \"dmin\": 0.02232,\n                \"rms\": 0.25,\n                \"gap\": 247,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.6 - 37 km W of Adak, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -177.176,\n                    51.9376666666667,\n                    9.2\n                ]\n            },\n            \"id\": \"av93012969\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.64,\n                \"place\": \"2 km NNE of The Geysers, CA\",\n                \"time\": 1719210495660,\n                \"updated\": 1719210687900,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026222\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026222&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 41,\n                \"net\": \"nc\",\n                \"code\": \"75026222\",\n                \"ids\": \",nc75026222,\",\n                \"sources\": \",nc,\",\n                \"types\": \",focal-mechanism,nearby-cities,origin,phase-data,\",\n                \"nst\": 33,\n                \"dmin\": 0.01348,\n                \"rms\": 0.05,\n                \"gap\": 46,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.6 - 2 km NNE of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.748168945312,\n                    38.7933349609375,\n                    1.95000004768372\n                ]\n            },\n            \"id\": \"nc75026222\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2,\n                \"place\": \"18 km NW of Susitna, Alaska\",\n                \"time\": 1719210038688,\n                \"updated\": 1719210128418,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak024836a1uk\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak024836a1uk&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 62,\n                \"net\": \"ak\",\n                \"code\": \"024836a1uk\",\n                \"ids\": \",ak024836a1uk,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.19,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.0 - 18 km NW of Susitna, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -150.786,\n                    61.6453,\n                    62.1\n                ]\n            },\n            \"id\": \"ak024836a1uk\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.85,\n                \"place\": \"6 km SSW of Volcano, Hawaii\",\n                \"time\": 1719209361740,\n                \"updated\": 1719209518460,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74290091\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74290091&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 53,\n                \"net\": \"hv\",\n                \"code\": \"74290091\",\n                \"ids\": \",hv74290091,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 19,\n                \"dmin\": 0.01815,\n                \"rms\": 0.159999996,\n                \"gap\": 102,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.9 - 6 km SSW of Volcano, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.249160766602,\n                    19.3894996643066,\n                    0.25\n                ]\n            },\n            \"id\": \"hv74290091\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.21,\n                \"place\": \"4 km NE of Watonga, Oklahoma\",\n                \"time\": 1719209231699,\n                \"updated\": 1719332123381,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ok2024mifd\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ok2024mifd&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 23,\n                \"net\": \"ok\",\n                \"code\": \"2024mifd\",\n                \"ids\": \",ok2024mifd,\",\n                \"sources\": \",ok,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 48,\n                \"dmin\": 0.06838658022,\n                \"rms\": 0.27,\n                \"gap\": 119,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.2 - 4 km NE of Watonga, Oklahoma\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -98.385,\n                    35.87283333,\n                    6.01\n                ]\n            },\n            \"id\": \"ok2024mifd\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.6,\n                \"place\": \"36 km NNW of Toyah, Texas\",\n                \"time\": 1719209191419,\n                \"updated\": 1719253482839,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/tx2024mifd\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=tx2024mifd&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 39,\n                \"net\": \"tx\",\n                \"code\": \"2024mifd\",\n                \"ids\": \",tx2024mifd,\",\n                \"sources\": \",tx,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 24,\n                \"dmin\": 0,\n                \"rms\": 0.1,\n                \"gap\": 58,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.6 - 36 km NNW of Toyah, Texas\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -103.977,\n                    31.609,\n                    6.933\n                ]\n            },\n            \"id\": \"tx2024mifd\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.88,\n                \"place\": \"4 km ENE of Ocotillo Wells, CA\",\n                \"time\": 1719209065520,\n                \"updated\": 1719209733800,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40808512\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40808512&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 54,\n                \"net\": \"ci\",\n                \"code\": \"40808512\",\n                \"ids\": \",ci40808512,\",\n                \"sources\": \",ci,\",\n                \"types\": \",focal-mechanism,nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 72,\n                \"dmin\": 0.06521,\n                \"rms\": 0.2,\n                \"gap\": 32,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.9 - 4 km ENE of Ocotillo Wells, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.0901667,\n                    33.1555,\n                    10.34\n                ]\n            },\n            \"id\": \"ci40808512\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.83,\n                \"place\": \"23 km W of Sitka, Alaska\",\n                \"time\": 1719208996740,\n                \"updated\": 1719274099110,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93012964\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93012964&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93012964\",\n                \"ids\": \",av93012964,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 4,\n                \"dmin\": 0.01121,\n                \"rms\": 0.08,\n                \"gap\": 244,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.8 - 23 km W of Sitka, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -135.716333333333,\n                    57.079,\n                    8.9\n                ]\n            },\n            \"id\": \"av93012964\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.7,\n                \"place\": \"135 km W of Adak, Alaska\",\n                \"time\": 1719208617370,\n                \"updated\": 1719273406350,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93176641\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93176641&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 44,\n                \"net\": \"av\",\n                \"code\": \"93176641\",\n                \"ids\": \",av93176641,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 11,\n                \"dmin\": 0.1041,\n                \"rms\": 0.1,\n                \"gap\": 164,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.7 - 135 km W of Adak, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -178.596666666667,\n                    51.8255,\n                    16.17\n                ]\n            },\n            \"id\": \"av93176641\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.8,\n                \"place\": \"37 km NNW of Toyah, Texas\",\n                \"time\": 1719208046448,\n                \"updated\": 1719259061519,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/tx2024miem\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=tx2024miem&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 50,\n                \"net\": \"tx\",\n                \"code\": \"2024miem\",\n                \"ids\": \",tx2024miem,\",\n                \"sources\": \",tx,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 33,\n                \"dmin\": 0,\n                \"rms\": 0.2,\n                \"gap\": 56,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.8 - 37 km NNW of Toyah, Texas\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -103.976,\n                    31.611,\n                    7.8046\n                ]\n            },\n            \"id\": \"tx2024miem\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.38,\n                \"place\": \"2 km NNE of Wilson City, Missouri\",\n                \"time\": 1719207800880,\n                \"updated\": 1719333883151,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nm60585631\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nm60585631&format=geojson\",\n                \"felt\": 4,\n                \"cdi\": 2.2,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 88,\n                \"net\": \"nm\",\n                \"code\": \"60585631\",\n                \"ids\": \",nm60585631,us7000mucb,\",\n                \"sources\": \",nm,us,\",\n                \"types\": \",dyfi,origin,phase-data,\",\n                \"nst\": 28,\n                \"dmin\": 0.1538,\n                \"rms\": 0.15,\n                \"gap\": 126,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.4 - 2 km NNE of Wilson City, Missouri\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -89.21,\n                    36.946,\n                    6.36\n                ]\n            },\n            \"id\": \"nm60585631\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.13,\n                \"place\": \"65 km WNW of Tyonek, Alaska\",\n                \"time\": 1719207579100,\n                \"updated\": 1719273184250,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93176616\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93176616&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93176616\",\n                \"ids\": \",av93176616,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 6,\n                \"dmin\": 0.05415,\n                \"rms\": 0.13,\n                \"gap\": 108,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.1 - 65 km WNW of Tyonek, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -152.265666666667,\n                    61.2758333333333,\n                    3.42\n                ]\n            },\n            \"id\": \"av93176616\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.6,\n                \"place\": \"19 km ENE of Big Pine, California\",\n                \"time\": 1719207457267,\n                \"updated\": 1719249817693,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nn00879868\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nn00879868&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 6,\n                \"net\": \"nn\",\n                \"code\": \"00879868\",\n                \"ids\": \",nn00879868,\",\n                \"sources\": \",nn,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 7,\n                \"dmin\": 0.156,\n                \"rms\": 0.1733,\n                \"gap\": 175.05,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.6 - 19 km ENE of Big Pine, California\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -118.1075,\n                    37.256,\n                    1.1\n                ]\n            },\n            \"id\": \"nn00879868\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 4.6,\n                \"place\": \"138 km SE of Kuqa, China\",\n                \"time\": 1719207368316,\n                \"updated\": 1719212812040,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/us7000mu88\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=us7000mu88&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 326,\n                \"net\": \"us\",\n                \"code\": \"7000mu88\",\n                \"ids\": \",us7000mu88,\",\n                \"sources\": \",us,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 86,\n                \"dmin\": 4.261,\n                \"rms\": 0.81,\n                \"gap\": 87,\n                \"magType\": \"mb\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 4.6 - 138 km SE of Kuqa, China\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    84.2612,\n                    40.9706,\n                    10\n                ]\n            },\n            \"id\": \"us7000mu88\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.87,\n                \"place\": \"14 km SSE of Volcano, Hawaii\",\n                \"time\": 1719206902730,\n                \"updated\": 1719207059720,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74290076\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74290076&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 54,\n                \"net\": \"hv\",\n                \"code\": \"74290076\",\n                \"ids\": \",hv74290076,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 43,\n                \"dmin\": 0.03827,\n                \"rms\": 0.200000003,\n                \"gap\": 100,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.9 - 14 km SSE of Volcano, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.203994750977,\n                    19.3143329620361,\n                    1.5900000333786\n                ]\n            },\n            \"id\": \"hv74290076\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.18,\n                \"place\": \"12 km NW of Enoch, Utah\",\n                \"time\": 1719206861580,\n                \"updated\": 1719267792930,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/uu80074461\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=uu80074461&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 21,\n                \"net\": \"uu\",\n                \"code\": \"80074461\",\n                \"ids\": \",uu80074461,\",\n                \"sources\": \",uu,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 8,\n                \"dmin\": 0.1337,\n                \"rms\": 0.25,\n                \"gap\": 134,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.2 - 12 km NW of Enoch, Utah\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -113.134833333333,\n                    37.8366666666667,\n                    12.81\n                ]\n            },\n            \"id\": \"uu80074461\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2,\n                \"place\": \"6 km S of Volcano, Hawaii\",\n                \"time\": 1719206535510,\n                \"updated\": 1719262874370,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74290066\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74290066&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 62,\n                \"net\": \"hv\",\n                \"code\": \"74290066\",\n                \"ids\": \",hv74290066,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 27,\n                \"dmin\": 0.007114,\n                \"rms\": 0.1,\n                \"gap\": 73,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.0 - 6 km S of Volcano, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.238166666667,\n                    19.3803333333333,\n                    1.77\n                ]\n            },\n            \"id\": \"hv74290066\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0,\n                \"place\": \"39 km WNW of Adak, Alaska\",\n                \"time\": 1719206311730,\n                \"updated\": 1719272776620,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93176591\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93176591&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93176591\",\n                \"ids\": \",av93176591,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 5,\n                \"dmin\": 0.06067,\n                \"rms\": 0.16,\n                \"gap\": 317,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.0 - 39 km WNW of Adak, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -177.186166666667,\n                    51.98,\n                    8.37\n                ]\n            },\n            \"id\": \"av93176591\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.62,\n                \"place\": \"16 km N of Borrego Springs, CA\",\n                \"time\": 1719205726420,\n                \"updated\": 1719206111300,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40808496\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40808496&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 6,\n                \"net\": \"ci\",\n                \"code\": \"40808496\",\n                \"ids\": \",ci40808496,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 13,\n                \"dmin\": 0.06909,\n                \"rms\": 0.17,\n                \"gap\": 91,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.6 - 16 km N of Borrego Springs, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.375,\n                    33.4046667,\n                    0.18\n                ]\n            },\n            \"id\": \"ci40808496\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 4.8,\n                \"place\": \"7 km NE of Arteche, Philippines\",\n                \"time\": 1719205475566,\n                \"updated\": 1719208125040,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/us7000mu87\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=us7000mu87&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 354,\n                \"net\": \"us\",\n                \"code\": \"7000mu87\",\n                \"ids\": \",us7000mu87,\",\n                \"sources\": \",us,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 52,\n                \"dmin\": 11.715,\n                \"rms\": 0.8,\n                \"gap\": 72,\n                \"magType\": \"mb\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 4.8 - 7 km NE of Arteche, Philippines\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    125.46,\n                    12.3058,\n                    30.312\n                ]\n            },\n            \"id\": \"us7000mu87\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.8,\n                \"place\": \"11 km N of Denali National Park, Alaska\",\n                \"time\": 1719205319623,\n                \"updated\": 1719205477422,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak024835kl96\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak024835kl96&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 50,\n                \"net\": \"ak\",\n                \"code\": \"024835kl96\",\n                \"ids\": \",ak024835kl96,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.26,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.8 - 11 km N of Denali National Park, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -151.7109,\n                    63.6412,\n                    215.7\n                ]\n            },\n            \"id\": \"ak024835kl96\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.34,\n                \"place\": \"3 km SSW of Anderson Springs, CA\",\n                \"time\": 1719204961190,\n                \"updated\": 1719205057637,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026212\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026212&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 28,\n                \"net\": \"nc\",\n                \"code\": \"75026212\",\n                \"ids\": \",nc75026212,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 9,\n                \"dmin\": 0.01818,\n                \"rms\": 0.03,\n                \"gap\": 138,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.3 - 3 km SSW of Anderson Springs, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.695831298828,\n                    38.7501678466797,\n                    0.610000014305115\n                ]\n            },\n            \"id\": \"nc75026212\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.4,\n                \"place\": \"145 km W of Adak, Alaska\",\n                \"time\": 1719204727120,\n                \"updated\": 1719261181450,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93176576\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93176576&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93176576\",\n                \"ids\": \",av93176576,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 5,\n                \"dmin\": 0.02254,\n                \"rms\": 0.14,\n                \"gap\": 276,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.4 - 145 km W of Adak, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -178.742333333333,\n                    51.819,\n                    8.9\n                ]\n            },\n            \"id\": \"av93176576\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.2,\n                \"place\": \"38 km S of Goldfield, Nevada\",\n                \"time\": 1719204697815,\n                \"updated\": 1719249448051,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nn00879866\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nn00879866&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 22,\n                \"net\": \"nn\",\n                \"code\": \"00879866\",\n                \"ids\": \",nn00879866,\",\n                \"sources\": \",nn,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 21,\n                \"dmin\": 0.084,\n                \"rms\": 0.1564,\n                \"gap\": 98.32,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.2 - 38 km S of Goldfield, Nevada\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.1878,\n                    37.3604,\n                    5.4\n                ]\n            },\n            \"id\": \"nn00879866\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.66,\n                \"place\": \"14 km N of Warner Springs, CA\",\n                \"time\": 1719204632520,\n                \"updated\": 1719204992648,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40808480\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40808480&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 7,\n                \"net\": \"ci\",\n                \"code\": \"40808480\",\n                \"ids\": \",ci40808480,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 38,\n                \"dmin\": 0.09378,\n                \"rms\": 0.18,\n                \"gap\": 45,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.7 - 14 km N of Warner Springs, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.6441667,\n                    33.4075,\n                    5.37\n                ]\n            },\n            \"id\": \"ci40808480\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.5,\n                \"place\": \"46 km S of Goldfield, Nevada\",\n                \"time\": 1719204439559,\n                \"updated\": 1719247774952,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nn00879865\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nn00879865&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 4,\n                \"net\": \"nn\",\n                \"code\": \"00879865\",\n                \"ids\": \",nn00879865,\",\n                \"sources\": \",nn,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 10,\n                \"dmin\": 0.042,\n                \"rms\": 0.1092,\n                \"gap\": 170.89999999999998,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.5 - 46 km S of Goldfield, Nevada\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.2084,\n                    37.2938,\n                    5.1\n                ]\n            },\n            \"id\": \"nn00879865\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.29,\n                \"place\": \"6 km W of Arcadia, Oklahoma\",\n                \"time\": 1719204012029,\n                \"updated\": 1719325903685,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ok2024mich\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ok2024mich&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 26,\n                \"net\": \"ok\",\n                \"code\": \"2024mich\",\n                \"ids\": \",ok2024mich,\",\n                \"sources\": \",ok,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 82,\n                \"dmin\": 0.02789452614,\n                \"rms\": 0.24,\n                \"gap\": 31,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.3 - 6 km W of Arcadia, Oklahoma\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -97.39983333,\n                    35.66683333,\n                    6.62\n                ]\n            },\n            \"id\": \"ok2024mich\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.75,\n                \"place\": \"2 km NNW of The Geysers, CA\",\n                \"time\": 1719203734060,\n                \"updated\": 1719203831510,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026207\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026207&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 9,\n                \"net\": \"nc\",\n                \"code\": \"75026207\",\n                \"ids\": \",nc75026207,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 10,\n                \"dmin\": 0.01376,\n                \"rms\": 0.02,\n                \"gap\": 96,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.8 - 2 km NNW of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.767669677734,\n                    38.7883338928223,\n                    2.38000011444092\n                ]\n            },\n            \"id\": \"nc75026207\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.26,\n                \"place\": \"13 km N of Cabazon, CA\",\n                \"time\": 1719203674600,\n                \"updated\": 1719204372125,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40808464\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40808464&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 1,\n                \"net\": \"ci\",\n                \"code\": \"40808464\",\n                \"ids\": \",ci40808464,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 21,\n                \"dmin\": 0.03529,\n                \"rms\": 0.16,\n                \"gap\": 123,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.3 - 13 km N of Cabazon, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.7658333,\n                    34.0295,\n                    11.85\n                ]\n            },\n            \"id\": \"ci40808464\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 4.3,\n                \"place\": \"9 km ENE of Guanagazapa, Guatemala\",\n                \"time\": 1719203546059,\n                \"updated\": 1719205495040,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/us7000mu7v\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=us7000mu7v&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 284,\n                \"net\": \"us\",\n                \"code\": \"7000mu7v\",\n                \"ids\": \",us7000mu7v,\",\n                \"sources\": \",us,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 31,\n                \"dmin\": 0.267,\n                \"rms\": 0.8,\n                \"gap\": 162,\n                \"magType\": \"mb\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 4.3 - 9 km ENE of Guanagazapa, Guatemala\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -90.5704,\n                    14.2727,\n                    146.113\n                ]\n            },\n            \"id\": \"us7000mu7v\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.83,\n                \"place\": \"6 km NW of The Geysers, CA\",\n                \"time\": 1719203279190,\n                \"updated\": 1719203376438,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026202\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026202&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 11,\n                \"net\": \"nc\",\n                \"code\": \"75026202\",\n                \"ids\": \",nc75026202,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 12,\n                \"dmin\": 0.01089,\n                \"rms\": 0.02,\n                \"gap\": 87,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.8 - 6 km NW of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.816497802734,\n                    38.8043327331543,\n                    3.25\n                ]\n            },\n            \"id\": \"nc75026202\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.79,\n                \"place\": \"4 km ESE of Portola Valley, CA\",\n                \"time\": 1719203110370,\n                \"updated\": 1719203206397,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026197\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026197&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 10,\n                \"net\": \"nc\",\n                \"code\": \"75026197\",\n                \"ids\": \",nc75026197,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 8,\n                \"dmin\": 0.0275,\n                \"rms\": 0.07,\n                \"gap\": 98,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.8 - 4 km ESE of Portola Valley, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.188331604004,\n                    37.3779983520508,\n                    3.54999995231628\n                ]\n            },\n            \"id\": \"nc75026197\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.06,\n                \"place\": \"146 km W of Adak, Alaska\",\n                \"time\": 1719202946480,\n                \"updated\": 1719261020690,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93176536\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93176536&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93176536\",\n                \"ids\": \",av93176536,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 5,\n                \"dmin\": 0.01553,\n                \"rms\": 0.18,\n                \"gap\": 207,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.1 - 146 km W of Adak, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -178.761166666667,\n                    51.8066666666667,\n                    8.63\n                ]\n            },\n            \"id\": \"av93176536\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1,\n                \"place\": \"47 km S of Skwentna, Alaska\",\n                \"time\": 1719202752252,\n                \"updated\": 1719203171523,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak0248352wkj\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak0248352wkj&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 15,\n                \"net\": \"ak\",\n                \"code\": \"0248352wkj\",\n                \"ids\": \",ak0248352wkj,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.82,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.0 - 47 km S of Skwentna, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -151.5722,\n                    61.5746,\n                    28.5\n                ]\n            },\n            \"id\": \"ak0248352wkj\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.51,\n                \"place\": \"4 km ESE of King Cove, Alaska\",\n                \"time\": 1719202245710,\n                \"updated\": 1719271491030,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93012944\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93012944&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 4,\n                \"net\": \"av\",\n                \"code\": \"93012944\",\n                \"ids\": \",av93012944,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 5,\n                \"dmin\": 0.06165,\n                \"rms\": 0.12,\n                \"gap\": 146,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.5 - 4 km ESE of King Cove, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -162.244,\n                    55.049,\n                    3.57\n                ]\n            },\n            \"id\": \"av93012944\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.6,\n                \"place\": \"51 km NW of Toyah, Texas\",\n                \"time\": 1719201827109,\n                \"updated\": 1719258286394,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/tx2024mibc\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=tx2024mibc&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 39,\n                \"net\": \"tx\",\n                \"code\": \"2024mibc\",\n                \"ids\": \",tx2024mibc,\",\n                \"sources\": \",tx,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 13,\n                \"dmin\": 0.1,\n                \"rms\": 0.1,\n                \"gap\": 69,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.6 - 51 km NW of Toyah, Texas\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -104.219,\n                    31.598,\n                    3.075\n                ]\n            },\n            \"id\": \"tx2024mibc\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.7,\n                \"place\": \"32 km SE of Minto, Alaska\",\n                \"time\": 1719199893451,\n                \"updated\": 1719199971290,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak024834k3i9\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak024834k3i9&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 44,\n                \"net\": \"ak\",\n                \"code\": \"024834k3i9\",\n                \"ids\": \",ak024834k3i9,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.36,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.7 - 32 km SE of Minto, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -148.865,\n                    64.9381,\n                    16.5\n                ]\n            },\n            \"id\": \"ak024834k3i9\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.71,\n                \"place\": \"2 km SSW of Pāhala, Hawaii\",\n                \"time\": 1719199200160,\n                \"updated\": 1719259166400,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74289941\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74289941&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 45,\n                \"net\": \"hv\",\n                \"code\": \"74289941\",\n                \"ids\": \",hv74289941,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 35,\n                \"dmin\": 0.03602,\n                \"rms\": 0.1,\n                \"gap\": 79,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.7 - 2 km SSW of Pāhala, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.4855,\n                    19.184,\n                    31.27\n                ]\n            },\n            \"id\": \"hv74289941\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.8,\n                \"place\": \"55 km S of Whites City, New Mexico\",\n                \"time\": 1719198754347,\n                \"updated\": 1719257169261,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/tx2024mhzj\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=tx2024mhzj&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 50,\n                \"net\": \"tx\",\n                \"code\": \"2024mhzj\",\n                \"ids\": \",tx2024mhzj,\",\n                \"sources\": \",tx,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 20,\n                \"dmin\": 0.1,\n                \"rms\": 0.2,\n                \"gap\": 68,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.8 - 55 km S of Whites City, New Mexico\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -104.349,\n                    31.672,\n                    6.0999\n                ]\n            },\n            \"id\": \"tx2024mhzj\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.09,\n                \"place\": \"17 km WNW of Akutan, Alaska\",\n                \"time\": 1719198473900,\n                \"updated\": 1719269933100,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93012934\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93012934&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93012934\",\n                \"ids\": \",av93012934,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 7,\n                \"dmin\": 0.02002,\n                \"rms\": 0.04,\n                \"gap\": 249,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.1 - 17 km WNW of Akutan, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -166.027666666667,\n                    54.1981666666667,\n                    9.56\n                ]\n            },\n            \"id\": \"av93012934\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.75,\n                \"place\": \"23 km W of Sitka, Alaska\",\n                \"time\": 1719198196420,\n                \"updated\": 1719269429920,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93176496\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93176496&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93176496\",\n                \"ids\": \",av93176496,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 4,\n                \"dmin\": 0.01285,\n                \"rms\": 0.08,\n                \"gap\": 258,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.8 - 23 km W of Sitka, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -135.715166666667,\n                    57.0818333333333,\n                    7.71\n                ]\n            },\n            \"id\": \"av93176496\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.06,\n                \"place\": \"259 km W of Adak, Alaska\",\n                \"time\": 1719197853970,\n                \"updated\": 1719268098410,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93176486\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93176486&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93176486\",\n                \"ids\": \",av93176486,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 4,\n                \"dmin\": 0.01833,\n                \"rms\": 0.29,\n                \"gap\": 210,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.1 - 259 km W of Adak, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    179.589666666667,\n                    51.9051666666667,\n                    17.16\n                ]\n            },\n            \"id\": \"av93176486\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.03,\n                \"place\": \"6 km SSW of Calumet, Oklahoma\",\n                \"time\": 1719197732350,\n                \"updated\": 1719321890867,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ok2024mhyv\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ok2024mhyv&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 16,\n                \"net\": \"ok\",\n                \"code\": \"2024mhyv\",\n                \"ids\": \",ok2024mhyv,\",\n                \"sources\": \",ok,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 58,\n                \"dmin\": 0.1349735136,\n                \"rms\": 0.52,\n                \"gap\": 92,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.0 - 6 km SSW of Calumet, Oklahoma\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -98.154,\n                    35.54816667,\n                    6.81\n                ]\n            },\n            \"id\": \"ok2024mhyv\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.9,\n                \"place\": \"28 km WSW of Petersville, Alaska\",\n                \"time\": 1719197407570,\n                \"updated\": 1719197648152,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak0248342oid\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak0248342oid&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 12,\n                \"net\": \"ak\",\n                \"code\": \"0248342oid\",\n                \"ids\": \",ak0248342oid,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.33,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.9 - 28 km WSW of Petersville, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -151.3021,\n                    62.4391,\n                    82.1\n                ]\n            },\n            \"id\": \"ak0248342oid\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.82,\n                \"place\": \"6 km SSW of Volcano, Hawaii\",\n                \"time\": 1719197039560,\n                \"updated\": 1719258963870,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74289896\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74289896&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 51,\n                \"net\": \"hv\",\n                \"code\": \"74289896\",\n                \"ids\": \",hv74289896,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 24,\n                \"dmin\": 0.003389,\n                \"rms\": 0.11,\n                \"gap\": 66,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.8 - 6 km SSW of Volcano, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.249333333333,\n                    19.3826666666667,\n                    0.27\n                ]\n            },\n            \"id\": \"hv74289896\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.1,\n                \"place\": \"66 km ESE of Denali National Park, Alaska\",\n                \"time\": 1719196827625,\n                \"updated\": 1719196986579,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak0248340kwa\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak0248340kwa&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 19,\n                \"net\": \"ak\",\n                \"code\": \"0248340kwa\",\n                \"ids\": \",ak0248340kwa,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.33,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.1 - 66 km ESE of Denali National Park, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -150.5474,\n                    63.2647,\n                    128.9\n                ]\n            },\n            \"id\": \"ak0248340kwa\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.79,\n                \"place\": \"7 km S of Volcano, Hawaii\",\n                \"time\": 1719196042920,\n                \"updated\": 1719196742830,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74289876\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74289876&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 10,\n                \"net\": \"hv\",\n                \"code\": \"74289876\",\n                \"ids\": \",hv74289876,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 21,\n                \"dmin\": 0.005997,\n                \"rms\": 0.09,\n                \"gap\": 84,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.8 - 7 km S of Volcano, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.2365,\n                    19.3781666666667,\n                    1.79\n                ]\n            },\n            \"id\": \"hv74289876\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.1,\n                \"place\": \"4 km WNW of Cobb, CA\",\n                \"time\": 1719195715810,\n                \"updated\": 1719195812882,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026177\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026177&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 19,\n                \"net\": \"nc\",\n                \"code\": \"75026177\",\n                \"ids\": \",nc75026177,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 21,\n                \"dmin\": 0.00647,\n                \"rms\": 0.02,\n                \"gap\": 123,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.1 - 4 km WNW of Cobb, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.765830993652,\n                    38.8248329162598,\n                    2.22000002861023\n                ]\n            },\n            \"id\": \"nc75026177\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.28,\n                \"place\": \"3 km S of Yorba Linda, CA\",\n                \"time\": 1719195400990,\n                \"updated\": 1719195786314,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40808408\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40808408&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 25,\n                \"net\": \"ci\",\n                \"code\": \"40808408\",\n                \"ids\": \",ci40808408,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 17,\n                \"dmin\": 0.03895,\n                \"rms\": 0.17,\n                \"gap\": 165,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.3 - 3 km S of Yorba Linda, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.8138333,\n                    33.8616667,\n                    7.92\n                ]\n            },\n            \"id\": \"ci40808408\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.6,\n                \"place\": \"7 km WNW of Cobb, CA\",\n                \"time\": 1719194808140,\n                \"updated\": 1719194906209,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026167\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026167&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 6,\n                \"net\": \"nc\",\n                \"code\": \"75026167\",\n                \"ids\": \",nc75026167,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 9,\n                \"dmin\": 0.007435,\n                \"rms\": 0.02,\n                \"gap\": 81,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.6 - 7 km WNW of Cobb, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.799835205078,\n                    38.837833404541,\n                    1.86000001430511\n                ]\n            },\n            \"id\": \"nc75026167\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.62,\n                \"place\": \"10 km NW of The Geysers, CA\",\n                \"time\": 1719194788380,\n                \"updated\": 1719194886290,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026162\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026162&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 6,\n                \"net\": \"nc\",\n                \"code\": \"75026162\",\n                \"ids\": \",nc75026162,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 7,\n                \"dmin\": 0.01519,\n                \"rms\": 0.02,\n                \"gap\": 191,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.6 - 10 km NW of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.855667114258,\n                    38.8144989013672,\n                    0.370000004768372\n                ]\n            },\n            \"id\": \"nc75026162\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1,\n                \"place\": \"21 km NNW of Fishhook, Alaska\",\n                \"time\": 1719194689197,\n                \"updated\": 1719194831946,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak024833sws5\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak024833sws5&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 15,\n                \"net\": \"ak\",\n                \"code\": \"024833sws5\",\n                \"ids\": \",ak024833sws5,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.4,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.0 - 21 km NNW of Fishhook, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -149.4187,\n                    61.9143,\n                    47.6\n                ]\n            },\n            \"id\": \"ak024833sws5\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.74,\n                \"place\": \"3 km W of The Geysers, CA\",\n                \"time\": 1719194604060,\n                \"updated\": 1719194701196,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026157\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026157&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 8,\n                \"net\": \"nc\",\n                \"code\": \"75026157\",\n                \"ids\": \",nc75026157,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 8,\n                \"dmin\": 0.01926,\n                \"rms\": 0.08,\n                \"gap\": 209,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.7 - 3 km W of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.793167114258,\n                    38.7706680297852,\n                    8.14000034332275\n                ]\n            },\n            \"id\": \"nc75026157\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.53,\n                \"place\": \"0 km WSW of Hōlualoa, Hawaii\",\n                \"time\": 1719194548140,\n                \"updated\": 1719258812550,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74289841\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74289841&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 36,\n                \"net\": \"hv\",\n                \"code\": \"74289841\",\n                \"ids\": \",hv74289841,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 29,\n                \"dmin\": 0.04707,\n                \"rms\": 0.34,\n                \"gap\": 138,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.5 - 0 km WSW of Hōlualoa, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.955833333333,\n                    19.6153333333333,\n                    -0.58\n                ]\n            },\n            \"id\": \"hv74289841\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.08,\n                \"place\": \"6 km NNW of The Geysers, CA\",\n                \"time\": 1719194485570,\n                \"updated\": 1719194581757,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026152\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026152&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 18,\n                \"net\": \"nc\",\n                \"code\": \"75026152\",\n                \"ids\": \",nc75026152,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 15,\n                \"dmin\": 0.01119,\n                \"rms\": 0.05,\n                \"gap\": 57,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.1 - 6 km NNW of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.795997619629,\n                    38.8213348388672,\n                    1.74000000953674\n                ]\n            },\n            \"id\": \"nc75026152\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 4.8,\n                \"place\": \"Izu Islands, Japan region\",\n                \"time\": 1719194408829,\n                \"updated\": 1719196519040,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/us7000mu7g\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=us7000mu7g&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 354,\n                \"net\": \"us\",\n                \"code\": \"7000mu7g\",\n                \"ids\": \",us7000mu7g,\",\n                \"sources\": \",us,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 109,\n                \"dmin\": 2.326,\n                \"rms\": 0.48,\n                \"gap\": 28,\n                \"magType\": \"mww\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 4.8 - Izu Islands, Japan region\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    142.4586,\n                    32.4462,\n                    8.877\n                ]\n            },\n            \"id\": \"us7000mu7g\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.49,\n                \"place\": \"6 km S of Volcano, Hawaii\",\n                \"time\": 1719194372000,\n                \"updated\": 1719196366120,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74289831\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74289831&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 34,\n                \"net\": \"hv\",\n                \"code\": \"74289831\",\n                \"ids\": \",hv74289831,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 23,\n                \"dmin\": 0.008782,\n                \"rms\": 0.08,\n                \"gap\": 73,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.5 - 6 km S of Volcano, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.2385,\n                    19.3821666666667,\n                    1.07\n                ]\n            },\n            \"id\": \"hv74289831\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.11,\n                \"place\": \"2 km S of Yorba Linda, CA\",\n                \"time\": 1719194164530,\n                \"updated\": 1719194573208,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40808400\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40808400&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 19,\n                \"net\": \"ci\",\n                \"code\": \"40808400\",\n                \"ids\": \",ci40808400,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 18,\n                \"dmin\": 0.04295,\n                \"rms\": 0.17,\n                \"gap\": 158,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.1 - 2 km S of Yorba Linda, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.8121667,\n                    33.867,\n                    7.84\n                ]\n            },\n            \"id\": \"ci40808400\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.63,\n                \"place\": \"6 km SSW of Volcano, Hawaii\",\n                \"time\": 1719193841900,\n                \"updated\": 1719194795690,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74289806\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74289806&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 41,\n                \"net\": \"hv\",\n                \"code\": \"74289806\",\n                \"ids\": \",hv74289806,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 16,\n                \"dmin\": 0.001322,\n                \"rms\": 0.11,\n                \"gap\": 100,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.6 - 6 km SSW of Volcano, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.252,\n                    19.3866666666667,\n                    0.33\n                ]\n            },\n            \"id\": \"hv74289806\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.54,\n                \"place\": \"6 km S of Volcano, Hawaii\",\n                \"time\": 1719193568540,\n                \"updated\": 1719195752000,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74289796\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74289796&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 36,\n                \"net\": \"hv\",\n                \"code\": \"74289796\",\n                \"ids\": \",hv74289796,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 20,\n                \"dmin\": 0.006889,\n                \"rms\": 0.09,\n                \"gap\": 68,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.5 - 6 km S of Volcano, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.242166666667,\n                    19.3803333333333,\n                    0.55\n                ]\n            },\n            \"id\": \"hv74289796\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 4.8,\n                \"place\": \"49 km ENE of Isangel, Vanuatu\",\n                \"time\": 1719193275290,\n                \"updated\": 1719200538040,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/us7000mu79\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=us7000mu79&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 354,\n                \"net\": \"us\",\n                \"code\": \"7000mu79\",\n                \"ids\": \",us7000mu79,\",\n                \"sources\": \",us,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 31,\n                \"dmin\": 5.227,\n                \"rms\": 0.87,\n                \"gap\": 99,\n                \"magType\": \"mb\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 4.8 - 49 km ENE of Isangel, Vanuatu\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    169.6887,\n                    -19.3214,\n                    8.258\n                ]\n            },\n            \"id\": \"us7000mu79\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.16,\n                \"place\": \"6 km S of Volcano, Hawaii\",\n                \"time\": 1719193260480,\n                \"updated\": 1719258559560,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74289786\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74289786&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 72,\n                \"net\": \"hv\",\n                \"code\": \"74289786\",\n                \"ids\": \",hv74289786,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 25,\n                \"dmin\": 0.006685,\n                \"rms\": 0.11,\n                \"gap\": 65,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.2 - 6 km S of Volcano, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.2445,\n                    19.3836666666667,\n                    1.36\n                ]\n            },\n            \"id\": \"hv74289786\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.69,\n                \"place\": \"10 km WNW of Cobb, CA\",\n                \"time\": 1719193097750,\n                \"updated\": 1719193192167,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026147\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026147&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 7,\n                \"net\": \"nc\",\n                \"code\": \"75026147\",\n                \"ids\": \",nc75026147,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 11,\n                \"dmin\": 0.005388,\n                \"rms\": 0.02,\n                \"gap\": 117,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.7 - 10 km WNW of Cobb, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.831832885742,\n                    38.8431663513184,\n                    1.42999994754791\n                ]\n            },\n            \"id\": \"nc75026147\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.49,\n                \"place\": \"10 km WNW of Cobb, CA\",\n                \"time\": 1719193075540,\n                \"updated\": 1719193172273,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026142\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026142&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 34,\n                \"net\": \"nc\",\n                \"code\": \"75026142\",\n                \"ids\": \",nc75026142,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 19,\n                \"dmin\": 0.005709,\n                \"rms\": 0.03,\n                \"gap\": 89,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.5 - 10 km WNW of Cobb, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.830833435059,\n                    38.8429985046387,\n                    1.16999995708466\n                ]\n            },\n            \"id\": \"nc75026142\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.73,\n                \"place\": \"6 km S of Volcano, Hawaii\",\n                \"time\": 1719192970680,\n                \"updated\": 1719193128530,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74289776\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74289776&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 46,\n                \"net\": \"hv\",\n                \"code\": \"74289776\",\n                \"ids\": \",hv74289776,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 14,\n                \"dmin\": 0.01147,\n                \"rms\": 0.109999999,\n                \"gap\": 89,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.7 - 6 km S of Volcano, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.239166259766,\n                    19.3858337402344,\n                    0.660000026226044\n                ]\n            },\n            \"id\": \"hv74289776\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.18,\n                \"place\": \"6 km S of Volcano, Hawaii\",\n                \"time\": 1719192868130,\n                \"updated\": 1719193711390,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74289771\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74289771&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 73,\n                \"net\": \"hv\",\n                \"code\": \"74289771\",\n                \"ids\": \",hv74289771,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 27,\n                \"dmin\": 0.008516,\n                \"rms\": 0.09,\n                \"gap\": 67,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.2 - 6 km S of Volcano, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.2425,\n                    19.3836666666667,\n                    1.79\n                ]\n            },\n            \"id\": \"hv74289771\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.89,\n                \"place\": \"6 km S of Volcano, Hawaii\",\n                \"time\": 1719192476420,\n                \"updated\": 1719198756040,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74289756\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74289756&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 128,\n                \"net\": \"hv\",\n                \"code\": \"74289756\",\n                \"ids\": \",us7000mu76,hv74289756,\",\n                \"sources\": \",us,hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 33,\n                \"dmin\": 0.009141,\n                \"rms\": 0.09,\n                \"gap\": 74,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.9 - 6 km S of Volcano, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.238333333333,\n                    19.3825,\n                    1.31\n                ]\n            },\n            \"id\": \"hv74289756\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.45,\n                \"place\": \"1 km SSE of Yorba Linda, CA\",\n                \"time\": 1719192448050,\n                \"updated\": 1719192942050,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40808376\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40808376&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 32,\n                \"net\": \"ci\",\n                \"code\": \"40808376\",\n                \"ids\": \",ci40808376,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 44,\n                \"dmin\": 0.05146,\n                \"rms\": 0.22,\n                \"gap\": 77,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.5 - 1 km SSE of Yorba Linda, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.8055,\n                    33.8781667,\n                    5.75\n                ]\n            },\n            \"id\": \"ci40808376\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.32,\n                \"place\": \"2 km S of Yorba Linda, CA\",\n                \"time\": 1719192439380,\n                \"updated\": 1719192825036,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40808368\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40808368&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 27,\n                \"net\": \"ci\",\n                \"code\": \"40808368\",\n                \"ids\": \",ci40808368,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 33,\n                \"dmin\": 0.04864,\n                \"rms\": 0.21,\n                \"gap\": 112,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.3 - 2 km S of Yorba Linda, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.8146667,\n                    33.8723333,\n                    7.51\n                ]\n            },\n            \"id\": \"ci40808368\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.6,\n                \"place\": \"50 km SW of Manley Hot Springs, Alaska\",\n                \"time\": 1719192345661,\n                \"updated\": 1719192460787,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak024833byxy\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak024833byxy&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 39,\n                \"net\": \"ak\",\n                \"code\": \"024833byxy\",\n                \"ids\": \",ak024833byxy,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.57,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.6 - 50 km SW of Manley Hot Springs, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -151.4828,\n                    64.7333,\n                    3\n                ]\n            },\n            \"id\": \"ak024833byxy\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 3.01,\n                \"place\": \"6 km S of Volcano, Hawaii\",\n                \"time\": 1719192226960,\n                \"updated\": 1719196383640,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74289751\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74289751&format=geojson\",\n                \"felt\": 6,\n                \"cdi\": 2.5,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 141,\n                \"net\": \"hv\",\n                \"code\": \"74289751\",\n                \"ids\": \",hv74289751,us7000mu74,\",\n                \"sources\": \",hv,us,\",\n                \"types\": \",dyfi,origin,phase-data,\",\n                \"nst\": 29,\n                \"dmin\": 0.00677,\n                \"rms\": 0.09,\n                \"gap\": 71,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 3.0 - 6 km S of Volcano, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.239833333333,\n                    19.3803333333333,\n                    1.26\n                ]\n            },\n            \"id\": \"hv74289751\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.72,\n                \"place\": \"6 km SSW of Volcano, Hawaii\",\n                \"time\": 1719192173150,\n                \"updated\": 1719192331420,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74289741\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74289741&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 46,\n                \"net\": \"hv\",\n                \"code\": \"74289741\",\n                \"ids\": \",hv74289741,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 18,\n                \"dmin\": 0.003447,\n                \"rms\": 0.140000001,\n                \"gap\": 84,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.7 - 6 km SSW of Volcano, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.248336791992,\n                    19.3834991455078,\n                    0.860000014305115\n                ]\n            },\n            \"id\": \"hv74289741\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.24,\n                \"place\": \"10 km E of San Simeon, CA\",\n                \"time\": 1719192141730,\n                \"updated\": 1719192237414,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026137\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026137&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 77,\n                \"net\": \"nc\",\n                \"code\": \"75026137\",\n                \"ids\": \",nc75026137,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 29,\n                \"dmin\": null,\n                \"rms\": 0.08,\n                \"gap\": 119,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.2 - 10 km E of San Simeon, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -121.08366394043,\n                    35.6609992980957,\n                    6.44000005722046\n                ]\n            },\n            \"id\": \"nc75026137\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.3,\n                \"place\": \"7 km S of Volcano, Hawaii\",\n                \"time\": 1719191915310,\n                \"updated\": 1719258408390,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74289731\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74289731&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 81,\n                \"net\": \"hv\",\n                \"code\": \"74289731\",\n                \"ids\": \",hv74289731,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 22,\n                \"dmin\": 0.006125,\n                \"rms\": 0.1,\n                \"gap\": 69,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.3 - 7 km S of Volcano, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.2415,\n                    19.3796666666667,\n                    1.24\n                ]\n            },\n            \"id\": \"hv74289731\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.84,\n                \"place\": \"7 km SW of Volcano, Hawaii\",\n                \"time\": 1719191559090,\n                \"updated\": 1719258245210,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74289716\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74289716&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 52,\n                \"net\": \"hv\",\n                \"code\": \"74289716\",\n                \"ids\": \",hv74289716,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 25,\n                \"dmin\": 0.01061,\n                \"rms\": 0.06,\n                \"gap\": 43,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.8 - 7 km SW of Volcano, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.285666666667,\n                    19.3971666666667,\n                    0.33\n                ]\n            },\n            \"id\": \"hv74289716\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.9,\n                \"place\": \"7 km S of Volcano, Hawaii\",\n                \"time\": 1719191429300,\n                \"updated\": 1719191587470,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74289711\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74289711&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 56,\n                \"net\": \"hv\",\n                \"code\": \"74289711\",\n                \"ids\": \",hv74289711,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 20,\n                \"dmin\": 0.007708,\n                \"rms\": 0.189999998,\n                \"gap\": 77,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.9 - 7 km S of Volcano, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.245162963867,\n                    19.3799991607666,\n                    0.540000021457672\n                ]\n            },\n            \"id\": \"hv74289711\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.91,\n                \"place\": \"6 km NNE of Lake Henshaw, CA\",\n                \"time\": 1719190609230,\n                \"updated\": 1719191232250,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40808352\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40808352&format=geojson\",\n                \"felt\": 1,\n                \"cdi\": 0,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 13,\n                \"net\": \"ci\",\n                \"code\": \"40808352\",\n                \"ids\": \",ci40808352,\",\n                \"sources\": \",ci,\",\n                \"types\": \",dyfi,nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 44,\n                \"dmin\": 0.0558,\n                \"rms\": 0.17,\n                \"gap\": 29,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.9 - 6 km NNE of Lake Henshaw, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.7446667,\n                    33.2906667,\n                    12.46\n                ]\n            },\n            \"id\": \"ci40808352\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.81,\n                \"place\": \"8 km NNW of The Geysers, CA\",\n                \"time\": 1719190602170,\n                \"updated\": 1719190697051,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026127\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026127&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 10,\n                \"net\": \"nc\",\n                \"code\": \"75026127\",\n                \"ids\": \",nc75026127,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 16,\n                \"dmin\": 0.01082,\n                \"rms\": 0.03,\n                \"gap\": 48,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.8 - 8 km NNW of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.816497802734,\n                    38.8330001831055,\n                    1.70000004768372\n                ]\n            },\n            \"id\": \"nc75026127\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.65,\n                \"place\": \"72 km ENE of Pedro Bay, Alaska\",\n                \"time\": 1719190349610,\n                \"updated\": 1719266720930,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93176411\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93176411&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 6,\n                \"net\": \"av\",\n                \"code\": \"93176411\",\n                \"ids\": \",av93176411,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 9,\n                \"dmin\": 0.07357,\n                \"rms\": 0.16,\n                \"gap\": 155,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.7 - 72 km ENE of Pedro Bay, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -152.994333333333,\n                    60.122,\n                    -0.66\n                ]\n            },\n            \"id\": \"av93176411\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.78,\n                \"place\": \"6 km WNW of Cobb, CA\",\n                \"time\": 1719190284430,\n                \"updated\": 1719190382048,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026122\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026122&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 9,\n                \"net\": \"nc\",\n                \"code\": \"75026122\",\n                \"ids\": \",nc75026122,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 17,\n                \"dmin\": 0.003177,\n                \"rms\": 0.02,\n                \"gap\": 51,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.8 - 6 km WNW of Cobb, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.792999267578,\n                    38.8359985351562,\n                    1.94000005722046\n                ]\n            },\n            \"id\": \"nc75026122\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.1500001,\n                \"place\": \"5 km S of Pāhala, Hawaii\",\n                \"time\": 1719190104820,\n                \"updated\": 1719190199850,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74289691\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74289691&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 71,\n                \"net\": \"hv\",\n                \"code\": \"74289691\",\n                \"ids\": \",hv74289691,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 39,\n                \"dmin\": 0.008003,\n                \"rms\": 0.140000001,\n                \"gap\": 116,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.2 - 5 km S of Pāhala, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.470001220703,\n                    19.158332824707,\n                    32.6800003051758\n                ]\n            },\n            \"id\": \"hv74289691\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.15,\n                \"place\": \"64 km ENE of Pedro Bay, Alaska\",\n                \"time\": 1719190000820,\n                \"updated\": 1719266019430,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93176406\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93176406&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93176406\",\n                \"ids\": \",av93176406,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 4,\n                \"dmin\": 0.02251,\n                \"rms\": 0.1,\n                \"gap\": 130,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.2 - 64 km ENE of Pedro Bay, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -153.057333333333,\n                    60.0275,\n                    1.64\n                ]\n            },\n            \"id\": \"av93176406\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.76999998,\n                \"place\": \"6 km S of Volcano, Hawaii\",\n                \"time\": 1719189735730,\n                \"updated\": 1719189842760,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74289686\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74289686&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 48,\n                \"net\": \"hv\",\n                \"code\": \"74289686\",\n                \"ids\": \",hv74289686,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 16,\n                \"dmin\": 0.006715,\n                \"rms\": 0.180000007,\n                \"gap\": 97,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.8 - 6 km S of Volcano, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.244338989258,\n                    19.3841667175293,\n                    0.479999989271164\n                ]\n            },\n            \"id\": \"hv74289686\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.12,\n                \"place\": \"10 km SW of Corona, CA\",\n                \"time\": 1719189685070,\n                \"updated\": 1719272519750,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40808312\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40808312&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 69,\n                \"net\": \"ci\",\n                \"code\": \"40808312\",\n                \"ids\": \",ci40808312,\",\n                \"sources\": \",ci,\",\n                \"types\": \",focal-mechanism,nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 119,\n                \"dmin\": 0.04044,\n                \"rms\": 0.23,\n                \"gap\": 12,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.1 - 10 km SW of Corona, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.6498333,\n                    33.8173333,\n                    5.3\n                ]\n            },\n            \"id\": \"ci40808312\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 4.1,\n                \"place\": \"15 km NE of Hualien City, Taiwan\",\n                \"time\": 1719189643409,\n                \"updated\": 1719190624040,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/us7000mu6t\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=us7000mu6t&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 259,\n                \"net\": \"us\",\n                \"code\": \"7000mu6t\",\n                \"ids\": \",us7000mu6t,\",\n                \"sources\": \",us,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 18,\n                \"dmin\": 0.166,\n                \"rms\": 0.65,\n                \"gap\": 124,\n                \"magType\": \"mb\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 4.1 - 15 km NE of Hualien City, Taiwan\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    121.7276,\n                    24.0602,\n                    4.306\n                ]\n            },\n            \"id\": \"us7000mu6t\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.61,\n                \"place\": \"24 km NE of Adak, Alaska\",\n                \"time\": 1719189385630,\n                \"updated\": 1719266322920,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93176391\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93176391&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 6,\n                \"net\": \"av\",\n                \"code\": \"93176391\",\n                \"ids\": \",av93176391,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 6,\n                \"dmin\": 0.1366,\n                \"rms\": 0.12,\n                \"gap\": 232,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.6 - 24 km NE of Adak, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -176.371666666667,\n                    52.0255,\n                    19.23\n                ]\n            },\n            \"id\": \"av93176391\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.99,\n                \"place\": \"2 km SSW of Yorba Linda, CA\",\n                \"time\": 1719189307000,\n                \"updated\": 1719266296505,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40808304\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40808304&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 15,\n                \"net\": \"ci\",\n                \"code\": \"40808304\",\n                \"ids\": \",ci40808304,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 41,\n                \"dmin\": 0.03213,\n                \"rms\": 0.26,\n                \"gap\": 71,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.0 - 2 km SSW of Yorba Linda, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.8248333,\n                    33.8701667,\n                    9.27\n                ]\n            },\n            \"id\": \"ci40808304\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.27,\n                \"place\": \"32 km W of Sitka, Alaska\",\n                \"time\": 1719189169040,\n                \"updated\": 1719267263790,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93176381\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93176381&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93176381\",\n                \"ids\": \",av93176381,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 4,\n                \"dmin\": 0.04591,\n                \"rms\": 0.07,\n                \"gap\": 317,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.3 - 32 km W of Sitka, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -135.867833333333,\n                    57.0621666666667,\n                    5.12\n                ]\n            },\n            \"id\": \"av93176381\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.79,\n                \"place\": \"9 km WNW of Cobb, CA\",\n                \"time\": 1719189157520,\n                \"updated\": 1719189251598,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026117\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026117&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 10,\n                \"net\": \"nc\",\n                \"code\": \"75026117\",\n                \"ids\": \",nc75026117,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 10,\n                \"dmin\": 0.01821,\n                \"rms\": 0.02,\n                \"gap\": 111,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.8 - 9 km WNW of Cobb, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.818664550781,\n                    38.8478317260742,\n                    0.990000009536743\n                ]\n            },\n            \"id\": \"nc75026117\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.7,\n                \"place\": \"4 km SW of Salcha, Alaska\",\n                \"time\": 1719188882458,\n                \"updated\": 1719188990458,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak024832r35h\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak024832r35h&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 8,\n                \"net\": \"ak\",\n                \"code\": \"024832r35h\",\n                \"ids\": \",ak024832r35h,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.51,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.7 - 4 km SW of Salcha, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -146.9582,\n                    64.4913,\n                    0\n                ]\n            },\n            \"id\": \"ak024832r35h\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.94,\n                \"place\": \"1 km SE of Yorba Linda, CA\",\n                \"time\": 1719188821600,\n                \"updated\": 1719264746670,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40808288\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40808288&format=geojson\",\n                \"felt\": 1,\n                \"cdi\": 2,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 58,\n                \"net\": \"ci\",\n                \"code\": \"40808288\",\n                \"ids\": \",ci40808288,\",\n                \"sources\": \",ci,\",\n                \"types\": \",dyfi,focal-mechanism,nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 91,\n                \"dmin\": 0.0527,\n                \"rms\": 0.22,\n                \"gap\": 27,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.9 - 1 km SE of Yorba Linda, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.8041667,\n                    33.8815,\n                    8.01\n                ]\n            },\n            \"id\": \"ci40808288\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.47,\n                \"place\": \"2 km ESE of Yorba Linda, CA\",\n                \"time\": 1719188773820,\n                \"updated\": 1719264125956,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40808280\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40808280&format=geojson\",\n                \"felt\": 59,\n                \"cdi\": 4.1,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 118,\n                \"net\": \"ci\",\n                \"code\": \"40808280\",\n                \"ids\": \",ci40808280,us7000mu6q,\",\n                \"sources\": \",ci,us,\",\n                \"types\": \",dyfi,focal-mechanism,nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 147,\n                \"dmin\": 0.05418,\n                \"rms\": 0.23,\n                \"gap\": 20,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.5 - 2 km ESE of Yorba Linda, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.7966667,\n                    33.8823333,\n                    7.22\n                ]\n            },\n            \"id\": \"ci40808280\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 4.8,\n                \"place\": \"Kermadec Islands region\",\n                \"time\": 1719188720381,\n                \"updated\": 1719189769040,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/us7000mu6r\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=us7000mu6r&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 354,\n                \"net\": \"us\",\n                \"code\": \"7000mu6r\",\n                \"ids\": \",us7000mu6r,\",\n                \"sources\": \",us,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 25,\n                \"dmin\": 2.422,\n                \"rms\": 0.91,\n                \"gap\": 129,\n                \"magType\": \"mb\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 4.8 - Kermadec Islands region\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -177.0484,\n                    -31.5721,\n                    10\n                ]\n            },\n            \"id\": \"us7000mu6r\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.62,\n                \"place\": \"17 km W of Ivanof Bay, Alaska\",\n                \"time\": 1719188425000,\n                \"updated\": 1719265547040,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93176371\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93176371&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 40,\n                \"net\": \"av\",\n                \"code\": \"93176371\",\n                \"ids\": \",av93176371,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 10,\n                \"dmin\": 0.192,\n                \"rms\": 0.28,\n                \"gap\": 161,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.6 - 17 km W of Ivanof Bay, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -159.76,\n                    55.9158333333333,\n                    9.5\n                ]\n            },\n            \"id\": \"av93176371\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.28,\n                \"place\": \"2 km NE of The Geysers, CA\",\n                \"time\": 1719188423120,\n                \"updated\": 1719188517752,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026112\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026112&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 25,\n                \"net\": \"nc\",\n                \"code\": \"75026112\",\n                \"ids\": \",nc75026112,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 18,\n                \"dmin\": 0.007933,\n                \"rms\": 0.02,\n                \"gap\": 85,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.3 - 2 km NE of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.745002746582,\n                    38.7878341674805,\n                    1.52999997138977\n                ]\n            },\n            \"id\": \"nc75026112\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.07,\n                \"place\": \"71 km WSW of Nikolski, Alaska\",\n                \"time\": 1719188291640,\n                \"updated\": 1719267087690,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93012914\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93012914&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 18,\n                \"net\": \"av\",\n                \"code\": \"93012914\",\n                \"ids\": \",av93012914,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 6,\n                \"dmin\": 0.08481,\n                \"rms\": 0.29,\n                \"gap\": 261,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.1 - 71 km WSW of Nikolski, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -169.853666666667,\n                    52.722,\n                    -0.21\n                ]\n            },\n            \"id\": \"av93012914\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.19,\n                \"place\": \"7 km WSW of Corinne, Utah\",\n                \"time\": 1719188084140,\n                \"updated\": 1719267595650,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/uu80074456\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=uu80074456&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 22,\n                \"net\": \"uu\",\n                \"code\": \"80074456\",\n                \"ids\": \",uu80074456,\",\n                \"sources\": \",uu,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 19,\n                \"dmin\": 0.08968,\n                \"rms\": 0.12,\n                \"gap\": 54,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.2 - 7 km WSW of Corinne, Utah\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -112.184333333333,\n                    41.5155,\n                    8.41\n                ]\n            },\n            \"id\": \"uu80074456\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.95,\n                \"place\": \"2 km SSW of Yorba Linda, CA\",\n                \"time\": 1719188031820,\n                \"updated\": 1719255316912,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40808256\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40808256&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 14,\n                \"net\": \"ci\",\n                \"code\": \"40808256\",\n                \"ids\": \",ci40808256,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 32,\n                \"dmin\": 0.03242,\n                \"rms\": 0.24,\n                \"gap\": 51,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.0 - 2 km SSW of Yorba Linda, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.8246667,\n                    33.8705,\n                    8.64\n                ]\n            },\n            \"id\": \"ci40808256\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1,\n                \"place\": \"5 km SW of Avenal, CA\",\n                \"time\": 1719188016430,\n                \"updated\": 1719199704789,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026107\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026107&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 15,\n                \"net\": \"nc\",\n                \"code\": \"75026107\",\n                \"ids\": \",nc75026107,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 15,\n                \"dmin\": 0.02614,\n                \"rms\": 0.07,\n                \"gap\": 124,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.0 - 5 km SW of Avenal, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -120.1645,\n                    35.969,\n                    11.72\n                ]\n            },\n            \"id\": \"nc75026107\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.32,\n                \"place\": \"151 km WSW of Adak, Alaska\",\n                \"time\": 1719187860620,\n                \"updated\": 1719265125940,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93176361\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93176361&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 27,\n                \"net\": \"av\",\n                \"code\": \"93176361\",\n                \"ids\": \",av93176361,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 12,\n                \"dmin\": 0.189,\n                \"rms\": 0.17,\n                \"gap\": 282,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.3 - 151 km WSW of Adak, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -178.679833333333,\n                    51.3843333333333,\n                    8.96\n                ]\n            },\n            \"id\": \"av93176361\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.3,\n                \"place\": \"53 km SSE of Denali National Park, Alaska\",\n                \"time\": 1719187321607,\n                \"updated\": 1719187489730,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak024832ligw\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak024832ligw&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 26,\n                \"net\": \"ak\",\n                \"code\": \"024832ligw\",\n                \"ids\": \",ak024832ligw,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.87,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.3 - 53 km SSE of Denali National Park, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -151.3595,\n                    63.0912,\n                    0\n                ]\n            },\n            \"id\": \"ak024832ligw\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.72,\n                \"place\": \"1 km ENE of The Geysers, CA\",\n                \"time\": 1719187173990,\n                \"updated\": 1719187271311,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026092\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026092&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 8,\n                \"net\": \"nc\",\n                \"code\": \"75026092\",\n                \"ids\": \",nc75026092,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 7,\n                \"dmin\": 0.006787,\n                \"rms\": 0.02,\n                \"gap\": 96,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.7 - 1 km ENE of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.744834899902,\n                    38.7856674194336,\n                    1.79999995231628\n                ]\n            },\n            \"id\": \"nc75026092\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.18,\n                \"place\": \"38 km NNE of Amboy, Washington\",\n                \"time\": 1719186852660,\n                \"updated\": 1719249763550,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/uw62018156\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=uw62018156&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"uw\",\n                \"code\": \"62018156\",\n                \"ids\": \",uw62018156,\",\n                \"sources\": \",uw,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 12,\n                \"dmin\": 0.00601,\n                \"rms\": 0.07,\n                \"gap\": 87,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.2 - 38 km NNE of Amboy, Washington\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.192,\n                    46.204166666666666,\n                    6.27\n                ]\n            },\n            \"id\": \"uw62018156\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.03,\n                \"place\": \"20 km NNE of Atka, Alaska\",\n                \"time\": 1719186553280,\n                \"updated\": 1719266064770,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93176341\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93176341&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93176341\",\n                \"ids\": \",av93176341,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 5,\n                \"dmin\": 0.01513,\n                \"rms\": 0.12,\n                \"gap\": 177,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.0 - 20 km NNE of Atka, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -174.137,\n                    52.3806666666667,\n                    1.86\n                ]\n            },\n            \"id\": \"av93176341\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 4.3,\n                \"place\": \"75 km S of Guiyang, China\",\n                \"time\": 1719186515807,\n                \"updated\": 1719189041040,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/us7000mu6p\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=us7000mu6p&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 284,\n                \"net\": \"us\",\n                \"code\": \"7000mu6p\",\n                \"ids\": \",us7000mu6p,\",\n                \"sources\": \",us,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 25,\n                \"dmin\": 7.275,\n                \"rms\": 0.66,\n                \"gap\": 145,\n                \"magType\": \"mb\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 4.3 - 75 km S of Guiyang, China\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    106.6607,\n                    25.9052,\n                    10\n                ]\n            },\n            \"id\": \"us7000mu6p\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.18,\n                \"place\": \"256 km W of Adak, Alaska\",\n                \"time\": 1719185887170,\n                \"updated\": 1719248801450,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93176326\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93176326&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93176326\",\n                \"ids\": \",av93176326,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 4,\n                \"dmin\": 0.01481,\n                \"rms\": 0.15,\n                \"gap\": 207,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.2 - 256 km W of Adak, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    179.645833333333,\n                    51.9496666666667,\n                    14.51\n                ]\n            },\n            \"id\": \"av93176326\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.2,\n                \"place\": \"50 km WNW of Tyonek, Alaska\",\n                \"time\": 1719185824083,\n                \"updated\": 1719185944743,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02481syn54\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02481syn54&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 22,\n                \"net\": \"ak\",\n                \"code\": \"02481syn54\",\n                \"ids\": \",ak02481syn54,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.83,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.2 - 50 km WNW of Tyonek, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -152.014,\n                    61.2302,\n                    0\n                ]\n            },\n            \"id\": \"ak02481syn54\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.05,\n                \"place\": \"22 km N of Atka, Alaska\",\n                \"time\": 1719185269270,\n                \"updated\": 1719265939950,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93176306\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93176306&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93176306\",\n                \"ids\": \",av93176306,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 4,\n                \"dmin\": 0.02419,\n                \"rms\": 0.07,\n                \"gap\": 201,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.1 - 22 km N of Atka, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -174.1595,\n                    52.3991666666667,\n                    3.52\n                ]\n            },\n            \"id\": \"av93176306\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.7,\n                \"place\": \"6 km NW of The Geysers, CA\",\n                \"time\": 1719184929010,\n                \"updated\": 1719185027108,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026082\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026082&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 8,\n                \"net\": \"nc\",\n                \"code\": \"75026082\",\n                \"ids\": \",nc75026082,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 9,\n                \"dmin\": 0.009277,\n                \"rms\": 0.06,\n                \"gap\": 136,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.7 - 6 km NW of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.805999755859,\n                    38.8120002746582,\n                    8.52000045776367\n                ]\n            },\n            \"id\": \"nc75026082\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.06,\n                \"place\": \"8 km WNW of Cobb, CA\",\n                \"time\": 1719184873980,\n                \"updated\": 1719184972426,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026077\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026077&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 17,\n                \"net\": \"nc\",\n                \"code\": \"75026077\",\n                \"ids\": \",nc75026077,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 22,\n                \"dmin\": 0.01192,\n                \"rms\": 0.02,\n                \"gap\": 52,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.1 - 8 km WNW of Cobb, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.810165405273,\n                    38.835334777832,\n                    2.04999995231628\n                ]\n            },\n            \"id\": \"nc75026077\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.1099999,\n                \"place\": \"27 km SE of Waimea, Hawaii\",\n                \"time\": 1719184599310,\n                \"updated\": 1719184712920,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74289566\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74289566&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 68,\n                \"net\": \"hv\",\n                \"code\": \"74289566\",\n                \"ids\": \",hv74289566,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 20,\n                \"dmin\": 0.06521,\n                \"rms\": 0.119999997,\n                \"gap\": 197,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.1 - 27 km SE of Waimea, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.522659301758,\n                    19.8221664428711,\n                    20.7099990844727\n                ]\n            },\n            \"id\": \"hv74289566\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.24,\n                \"place\": \"4 km NE of Watonga, Oklahoma\",\n                \"time\": 1719184412579,\n                \"updated\": 1719254190425,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ok2024mhrn\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ok2024mhrn&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 24,\n                \"net\": \"ok\",\n                \"code\": \"2024mhrn\",\n                \"ids\": \",ok2024mhrn,\",\n                \"sources\": \",ok,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 48,\n                \"dmin\": 0.07288569734,\n                \"rms\": 0.27,\n                \"gap\": 57,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.2 - 4 km NE of Watonga, Oklahoma\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -98.373,\n                    35.87416667,\n                    6.32\n                ]\n            },\n            \"id\": \"ok2024mhrn\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.38,\n                \"place\": \"2 km ESE of Yorba Linda, CA\",\n                \"time\": 1719184181170,\n                \"updated\": 1719253567491,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40808208\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40808208&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 29,\n                \"net\": \"ci\",\n                \"code\": \"40808208\",\n                \"ids\": \",ci40808208,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 67,\n                \"dmin\": 0.0534,\n                \"rms\": 0.25,\n                \"gap\": 33,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.4 - 2 km ESE of Yorba Linda, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.7971667,\n                    33.8815,\n                    5.47\n                ]\n            },\n            \"id\": \"ci40808208\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.06,\n                \"place\": \"27 km E of Swan Lake, Montana\",\n                \"time\": 1719183950420,\n                \"updated\": 1719319322070,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/mb90055253\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=mb90055253&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 65,\n                \"net\": \"mb\",\n                \"code\": \"90055253\",\n                \"ids\": \",mb90055253,\",\n                \"sources\": \",mb,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 13,\n                \"dmin\": 0.3613,\n                \"rms\": 0.1,\n                \"gap\": 186,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.1 - 27 km E of Swan Lake, Montana\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -113.4835,\n                    47.929,\n                    2.91\n                ]\n            },\n            \"id\": \"mb90055253\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.07,\n                \"place\": \"32 km ENE of Adak, Alaska\",\n                \"time\": 1719183838480,\n                \"updated\": 1719246316090,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93176296\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93176296&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93176296\",\n                \"ids\": \",av93176296,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 4,\n                \"dmin\": 0.07397,\n                \"rms\": 0.13,\n                \"gap\": 308,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.1 - 32 km ENE of Adak, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -176.197666666667,\n                    51.9896666666667,\n                    4.68\n                ]\n            },\n            \"id\": \"av93176296\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.69,\n                \"place\": \"5 km S of Volcano, Hawaii\",\n                \"time\": 1719183767290,\n                \"updated\": 1719194181450,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74289546\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74289546&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 111,\n                \"net\": \"hv\",\n                \"code\": \"74289546\",\n                \"ids\": \",hv74289546,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 30,\n                \"dmin\": 0.007572,\n                \"rms\": 0.09,\n                \"gap\": 63,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.7 - 5 km S of Volcano, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.244833333333,\n                    19.39,\n                    1.64\n                ]\n            },\n            \"id\": \"hv74289546\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2,\n                \"place\": \"36 km NNW of Toyah, Texas\",\n                \"time\": 1719183723958,\n                \"updated\": 1719236607107,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/tx2024mhrd\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=tx2024mhrd&format=geojson\",\n                \"felt\": 1,\n                \"cdi\": 2,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 62,\n                \"net\": \"tx\",\n                \"code\": \"2024mhrd\",\n                \"ids\": \",tx2024mhrd,\",\n                \"sources\": \",tx,\",\n                \"types\": \",dyfi,origin,phase-data,\",\n                \"nst\": 18,\n                \"dmin\": 0,\n                \"rms\": 0.1,\n                \"gap\": 57,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.0 - 36 km NNW of Toyah, Texas\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -103.966,\n                    31.605,\n                    8.6121\n                ]\n            },\n            \"id\": \"tx2024mhrd\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 4.6,\n                \"place\": \"56 km ENE of Tobelo, Indonesia\",\n                \"time\": 1719183526051,\n                \"updated\": 1719184415040,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/us7000mu6g\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=us7000mu6g&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 326,\n                \"net\": \"us\",\n                \"code\": \"7000mu6g\",\n                \"ids\": \",us7000mu6g,\",\n                \"sources\": \",us,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 46,\n                \"dmin\": 6.164,\n                \"rms\": 0.71,\n                \"gap\": 108,\n                \"magType\": \"mb\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 4.6 - 56 km ENE of Tobelo, Indonesia\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    128.4579,\n                    1.9748,\n                    79.253\n                ]\n            },\n            \"id\": \"us7000mu6g\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.19,\n                \"place\": \"19 km NNE of Atka, Alaska\",\n                \"time\": 1719183257200,\n                \"updated\": 1719265813240,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93176286\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93176286&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93176286\",\n                \"ids\": \",av93176286,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 4,\n                \"dmin\": 0.01587,\n                \"rms\": 0.15,\n                \"gap\": 228,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.2 - 19 km NNE of Atka, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -174.142666666667,\n                    52.3651666666667,\n                    0.78\n                ]\n            },\n            \"id\": \"av93176286\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1,\n                \"place\": \"6 km W of Arcadia, Oklahoma\",\n                \"time\": 1719182894089,\n                \"updated\": 1719254662946,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ok2024mhqr\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ok2024mhqr&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 15,\n                \"net\": \"ok\",\n                \"code\": \"2024mhqr\",\n                \"ids\": \",ok2024mhqr,\",\n                \"sources\": \",ok,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 30,\n                \"dmin\": 0.1304743965,\n                \"rms\": 0.12,\n                \"gap\": 127,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.0 - 6 km W of Arcadia, Oklahoma\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -97.40166667,\n                    35.6655,\n                    6.69\n                ]\n            },\n            \"id\": \"ok2024mhqr\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.15,\n                \"place\": \"4 km NNE of Watonga, Oklahoma\",\n                \"time\": 1719182275439,\n                \"updated\": 1719267159870,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ok2024mhqi\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ok2024mhqi&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 20,\n                \"net\": \"ok\",\n                \"code\": \"2024mhqi\",\n                \"ids\": \",ok2024mhqi,\",\n                \"sources\": \",ok,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 32,\n                \"dmin\": 0.05938834598,\n                \"rms\": 0.46,\n                \"gap\": 90,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.2 - 4 km NNE of Watonga, Oklahoma\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -98.39433333,\n                    35.879,\n                    8.32\n                ]\n            },\n            \"id\": \"ok2024mhqi\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.33,\n                \"place\": \"8 km WNW of Cobb, CA\",\n                \"time\": 1719182081010,\n                \"updated\": 1719182176781,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026072\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026072&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 2,\n                \"net\": \"nc\",\n                \"code\": \"75026072\",\n                \"ids\": \",nc75026072,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 10,\n                \"dmin\": 0.01253,\n                \"rms\": 0.01,\n                \"gap\": 66,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.3 - 8 km WNW of Cobb, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.807998657227,\n                    38.8358345031738,\n                    2.14000010490417\n                ]\n            },\n            \"id\": \"nc75026072\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.99,\n                \"place\": \"14 km NNE of Indio, CA\",\n                \"time\": 1719181807470,\n                \"updated\": 1719249083985,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40808168\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40808168&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 15,\n                \"net\": \"ci\",\n                \"code\": \"40808168\",\n                \"ids\": \",ci40808168,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 45,\n                \"dmin\": 0.05264,\n                \"rms\": 0.18,\n                \"gap\": 63,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.0 - 14 km NNE of Indio, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.1846667,\n                    33.8396667,\n                    7.58\n                ]\n            },\n            \"id\": \"ci40808168\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.16,\n                \"place\": \"40 km WNW of Adak, Alaska\",\n                \"time\": 1719181149870,\n                \"updated\": 1719245673430,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93176261\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93176261&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93176261\",\n                \"ids\": \",av93176261,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 5,\n                \"dmin\": 0.04677,\n                \"rms\": 0.11,\n                \"gap\": 314,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.2 - 40 km WNW of Adak, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -177.209666666667,\n                    51.9648333333333,\n                    7.03\n                ]\n            },\n            \"id\": \"av93176261\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.6,\n                \"place\": \"102 km NW of Yakutat, Alaska\",\n                \"time\": 1719180779158,\n                \"updated\": 1719180880763,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02481s7yvv\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02481s7yvv&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 39,\n                \"net\": \"ak\",\n                \"code\": \"02481s7yvv\",\n                \"ids\": \",ak02481s7yvv,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.54,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.6 - 102 km NW of Yakutat, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -140.9138,\n                    60.2481,\n                    0\n                ]\n            },\n            \"id\": \"ak02481s7yvv\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.18,\n                \"place\": \"252 km W of Adak, Alaska\",\n                \"time\": 1719180776990,\n                \"updated\": 1719248419860,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93176256\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93176256&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93176256\",\n                \"ids\": \",av93176256,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 4,\n                \"dmin\": 0.06643,\n                \"rms\": 0.09,\n                \"gap\": 303,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.2 - 252 km W of Adak, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    179.701166666667,\n                    51.8818333333333,\n                    11.82\n                ]\n            },\n            \"id\": \"av93176256\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.26,\n                \"place\": \"10 km WNW of Enoch, Utah\",\n                \"time\": 1719179500320,\n                \"updated\": 1719327502320,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/uu80074451\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=uu80074451&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 24,\n                \"net\": \"uu\",\n                \"code\": \"80074451\",\n                \"ids\": \",uu80074451,\",\n                \"sources\": \",uu,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 7,\n                \"dmin\": 0.1114,\n                \"rms\": 0.18,\n                \"gap\": 128,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.3 - 10 km WNW of Enoch, Utah\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -113.1385,\n                    37.8098333333333,\n                    9.3\n                ]\n            },\n            \"id\": \"uu80074451\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.89,\n                \"place\": \"38 km WSW of False Pass, Alaska\",\n                \"time\": 1719179431140,\n                \"updated\": 1719264341700,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93176231\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93176231&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 12,\n                \"net\": \"av\",\n                \"code\": \"93176231\",\n                \"ids\": \",av93176231,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 5,\n                \"dmin\": 0.02677,\n                \"rms\": 0.21,\n                \"gap\": 98,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.9 - 38 km WSW of False Pass, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -163.997166666667,\n                    54.7846666666667,\n                    16.37\n                ]\n            },\n            \"id\": \"av93176231\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.61,\n                \"place\": \"10 km ENE of Morgan Hill, CA\",\n                \"time\": 1719178809140,\n                \"updated\": 1719186527544,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026062\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026062&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 6,\n                \"net\": \"nc\",\n                \"code\": \"75026062\",\n                \"ids\": \",nc75026062,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 14,\n                \"dmin\": 0.0519,\n                \"rms\": 0.09,\n                \"gap\": 56,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.6 - 10 km ENE of Morgan Hill, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -121.566666666667,\n                    37.1838333333333,\n                    5.43\n                ]\n            },\n            \"id\": \"nc75026062\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.79999995,\n                \"place\": \"3 km SW of Pāhala, Hawaii\",\n                \"time\": 1719178567390,\n                \"updated\": 1719178666730,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74289476\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74289476&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 50,\n                \"net\": \"hv\",\n                \"code\": \"74289476\",\n                \"ids\": \",hv74289476,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 28,\n                \"dmin\": 0.04265,\n                \"rms\": 0.159999996,\n                \"gap\": 200,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.8 - 3 km SW of Pāhala, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.501495361328,\n                    19.1763324737549,\n                    32.2900009155273\n                ]\n            },\n            \"id\": \"hv74289476\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.06,\n                \"place\": \"6 km WSW of Ratliff City, Oklahoma\",\n                \"time\": 1719178450970,\n                \"updated\": 1719251272696,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ok2024mhof\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ok2024mhof&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 65,\n                \"net\": \"ok\",\n                \"code\": \"2024mhof\",\n                \"ids\": \",ok2024mhof,\",\n                \"sources\": \",ok,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 51,\n                \"dmin\": 0,\n                \"rms\": 0.41,\n                \"gap\": 107,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.1 - 6 km WSW of Ratliff City, Oklahoma\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -97.578,\n                    34.43133333,\n                    14.65\n                ]\n            },\n            \"id\": \"ok2024mhof\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.35,\n                \"place\": \"260 km W of Adak, Alaska\",\n                \"time\": 1719178406960,\n                \"updated\": 1719248219050,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93176191\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93176191&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93176191\",\n                \"ids\": \",av93176191,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 4,\n                \"dmin\": 0.02734,\n                \"rms\": 0.16,\n                \"gap\": 143,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.4 - 260 km W of Adak, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    179.584833333333,\n                    51.923,\n                    1.64\n                ]\n            },\n            \"id\": \"av93176191\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.24,\n                \"place\": \"3 km SW of Cobb, CA\",\n                \"time\": 1719178360730,\n                \"updated\": 1719178456381,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026052\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026052&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 1,\n                \"net\": \"nc\",\n                \"code\": \"75026052\",\n                \"ids\": \",nc75026052,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 7,\n                \"dmin\": 0.01792,\n                \"rms\": 0.02,\n                \"gap\": 143,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.2 - 3 km SW of Cobb, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.736831665039,\n                    38.8018341064453,\n                    0.629999995231628\n                ]\n            },\n            \"id\": \"nc75026052\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.1,\n                \"place\": \"55 km NW of Toyah, Texas\",\n                \"time\": 1719178318427,\n                \"updated\": 1719233622926,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/tx2024mhod\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=tx2024mhod&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 68,\n                \"net\": \"tx\",\n                \"code\": \"2024mhod\",\n                \"ids\": \",tx2024mhod,\",\n                \"sources\": \",tx,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 35,\n                \"dmin\": 0.1,\n                \"rms\": 0.2,\n                \"gap\": 69,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.1 - 55 km NW of Toyah, Texas\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -104.197,\n                    31.677,\n                    6.7664\n                ]\n            },\n            \"id\": \"tx2024mhod\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.34,\n                \"place\": \"15 km NNW of Piru, CA\",\n                \"time\": 1719178313870,\n                \"updated\": 1719244924988,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40808120\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40808120&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 28,\n                \"net\": \"ci\",\n                \"code\": \"40808120\",\n                \"ids\": \",ci40808120,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 43,\n                \"dmin\": 0.07468,\n                \"rms\": 0.29,\n                \"gap\": 31,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.3 - 15 km NNW of Piru, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -118.8616667,\n                    34.5386667,\n                    1.29\n                ]\n            },\n            \"id\": \"ci40808120\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.83,\n                \"place\": \"10 km NNW of Borrego Springs, CA\",\n                \"time\": 1719178232050,\n                \"updated\": 1719235798571,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40808112\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40808112&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 11,\n                \"net\": \"ci\",\n                \"code\": \"40808112\",\n                \"ids\": \",ci40808112,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 45,\n                \"dmin\": 0.03572,\n                \"rms\": 0.2,\n                \"gap\": 26,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.8 - 10 km NNW of Borrego Springs, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.407,\n                    33.3395,\n                    10.89\n                ]\n            },\n            \"id\": \"ci40808112\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.95,\n                \"place\": \"11 km N of Alex, Oklahoma\",\n                \"time\": 1719177026539,\n                \"updated\": 1719269497394,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ok2024mhnl\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ok2024mhnl&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 14,\n                \"net\": \"ok\",\n                \"code\": \"2024mhnl\",\n                \"ids\": \",ok2024mhnl,\",\n                \"sources\": \",ok,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 52,\n                \"dmin\": 0.09358163609,\n                \"rms\": 0.41,\n                \"gap\": 53,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.0 - 11 km N of Alex, Oklahoma\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -97.78516667,\n                    35.01766667,\n                    12.34\n                ]\n            },\n            \"id\": \"ok2024mhnl\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.8,\n                \"place\": \"47 km NW of Toyah, Texas\",\n                \"time\": 1719176940261,\n                \"updated\": 1719250506268,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/tx2024mhnl\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=tx2024mhnl&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 50,\n                \"net\": \"tx\",\n                \"code\": \"2024mhnl\",\n                \"ids\": \",tx2024mhnl,\",\n                \"sources\": \",tx,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 45,\n                \"dmin\": 0,\n                \"rms\": 0.1,\n                \"gap\": 97,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.8 - 47 km NW of Toyah, Texas\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -104.129,\n                    31.627,\n                    6.0999\n                ]\n            },\n            \"id\": \"tx2024mhnl\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.38,\n                \"place\": \"Rat Islands, Aleutian Islands, Alaska\",\n                \"time\": 1719176434590,\n                \"updated\": 1719270460420,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93176141\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93176141&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93176141\",\n                \"ids\": \",av93176141,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 4,\n                \"dmin\": 0.01301,\n                \"rms\": 0.06,\n                \"gap\": 170,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.4 - Rat Islands, Aleutian Islands, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    178.531333333333,\n                    51.9443333333333,\n                    4.42\n                ]\n            },\n            \"id\": \"av93176141\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.32,\n                \"place\": \"38 km W of Adak, Alaska\",\n                \"time\": 1719175840100,\n                \"updated\": 1719245538770,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93176131\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93176131&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93176131\",\n                \"ids\": \",av93176131,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 4,\n                \"dmin\": 0.01269,\n                \"rms\": 0.14,\n                \"gap\": 284,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.3 - 38 km W of Adak, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -177.191166666667,\n                    51.9313333333333,\n                    7.22\n                ]\n            },\n            \"id\": \"av93176131\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.94,\n                \"place\": \"13 km WSW of Salton City, CA\",\n                \"time\": 1719175578480,\n                \"updated\": 1719334571390,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40808064\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40808064&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 14,\n                \"net\": \"ci\",\n                \"code\": \"40808064\",\n                \"ids\": \",ci40808064,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 39,\n                \"dmin\": 0.08454,\n                \"rms\": 0.19,\n                \"gap\": 58,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.9 - 13 km WSW of Salton City, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.0841667,\n                    33.261,\n                    9.96\n                ]\n            },\n            \"id\": \"ci40808064\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.75999999,\n                \"place\": \"5 km SSW of Volcano, Hawaii\",\n                \"time\": 1719175450890,\n                \"updated\": 1719175550390,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74289416\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74289416&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 48,\n                \"net\": \"hv\",\n                \"code\": \"74289416\",\n                \"ids\": \",hv74289416,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 16,\n                \"dmin\": 0.0109,\n                \"rms\": 0.159999996,\n                \"gap\": 57,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.8 - 5 km SSW of Volcano, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.254501342773,\n                    19.3988342285156,\n                    0.689999997615814\n                ]\n            },\n            \"id\": \"hv74289416\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.22,\n                \"place\": \"23 km W of Sitka, Alaska\",\n                \"time\": 1719175262120,\n                \"updated\": 1719249420490,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93176116\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93176116&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93176116\",\n                \"ids\": \",av93176116,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 4,\n                \"dmin\": 0.01432,\n                \"rms\": 0.03,\n                \"gap\": 130,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.2 - 23 km W of Sitka, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -135.718666666667,\n                    57.0611666666667,\n                    4.04\n                ]\n            },\n            \"id\": \"av93176116\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 4.6,\n                \"place\": \"71 km S of Boca Chica, Panama\",\n                \"time\": 1719174485373,\n                \"updated\": 1719176438040,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/us7000mu61\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=us7000mu61&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 326,\n                \"net\": \"us\",\n                \"code\": \"7000mu61\",\n                \"ids\": \",us7000mu61,\",\n                \"sources\": \",us,\",\n                \"types\": \",moment-tensor,origin,phase-data,\",\n                \"nst\": 55,\n                \"dmin\": 1.29,\n                \"rms\": 0.88,\n                \"gap\": 150,\n                \"magType\": \"mwr\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 4.6 - 71 km S of Boca Chica, Panama\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -82.3186,\n                    7.58,\n                    10\n                ]\n            },\n            \"id\": \"us7000mu61\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.82,\n                \"place\": \"2 km SE of Yauco, Puerto Rico\",\n                \"time\": 1719173621200,\n                \"updated\": 1719174562640,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/pr71453888\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=pr71453888&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 122,\n                \"net\": \"pr\",\n                \"code\": \"71453888\",\n                \"ids\": \",pr71453888,\",\n                \"sources\": \",pr,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 13,\n                \"dmin\": 0.04061,\n                \"rms\": 0.21,\n                \"gap\": 131,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.8 - 2 km SE of Yauco, Puerto Rico\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -66.8341666666667,\n                    18.0218333333333,\n                    12.32\n                ]\n            },\n            \"id\": \"pr71453888\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.1,\n                \"place\": \"51 km W of Petersville, Alaska\",\n                \"time\": 1719173419130,\n                \"updated\": 1719173522745,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02481r0l5l\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02481r0l5l&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 68,\n                \"net\": \"ak\",\n                \"code\": \"02481r0l5l\",\n                \"ids\": \",ak02481r0l5l,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.31,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.1 - 51 km W of Petersville, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -151.7535,\n                    62.4457,\n                    8.8\n                ]\n            },\n            \"id\": \"ak02481r0l5l\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.8300000000000001,\n                \"place\": \"33 km S of Morton, Washington\",\n                \"time\": 1719173272850,\n                \"updated\": 1719173753600,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/uw62018081\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=uw62018081&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 11,\n                \"net\": \"uw\",\n                \"code\": \"62018081\",\n                \"ids\": \",uw62018081,\",\n                \"sources\": \",uw,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 20,\n                \"dmin\": 0.01955,\n                \"rms\": 0.08,\n                \"gap\": 85,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.8 - 33 km S of Morton, Washington\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.199,\n                    46.261,\n                    3.63\n                ]\n            },\n            \"id\": \"uw62018081\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.85,\n                \"place\": \"6 km S of Volcano, Hawaii\",\n                \"time\": 1719173193250,\n                \"updated\": 1719173351690,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74289361\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74289361&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 53,\n                \"net\": \"hv\",\n                \"code\": \"74289361\",\n                \"ids\": \",hv74289361,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 23,\n                \"dmin\": 0.01042,\n                \"rms\": 0.200000003,\n                \"gap\": 64,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.9 - 6 km S of Volcano, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.240325927734,\n                    19.3864994049072,\n                    1.62000000476837\n                ]\n            },\n            \"id\": \"hv74289361\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.01,\n                \"place\": \"147 km W of Adak, Alaska\",\n                \"time\": 1719172758610,\n                \"updated\": 1719176782520,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93176081\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93176081&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93176081\",\n                \"ids\": \",av93176081,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 5,\n                \"dmin\": 0.01526,\n                \"rms\": 0.09,\n                \"gap\": 162,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.0 - 147 km W of Adak, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -178.771666666667,\n                    51.8031666666667,\n                    18.45\n                ]\n            },\n            \"id\": \"av93176081\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.18,\n                \"place\": \"37 km NNE of Amboy, Washington\",\n                \"time\": 1719172726590,\n                \"updated\": 1719174308630,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/uw62018076\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=uw62018076&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"uw\",\n                \"code\": \"62018076\",\n                \"ids\": \",uw62018076,\",\n                \"sources\": \",uw,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 11,\n                \"dmin\": 0.005491,\n                \"rms\": 0.11,\n                \"gap\": 139,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.2 - 37 km NNE of Amboy, Washington\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.18383333333334,\n                    46.194833333333335,\n                    7.56\n                ]\n            },\n            \"id\": \"uw62018076\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.4,\n                \"place\": \"9 km NW of The Geysers, CA\",\n                \"time\": 1719172464470,\n                \"updated\": 1719172561544,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026047\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026047&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 2,\n                \"net\": \"nc\",\n                \"code\": \"75026047\",\n                \"ids\": \",nc75026047,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 7,\n                \"dmin\": 0.006275,\n                \"rms\": 0.02,\n                \"gap\": 98,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.4 - 9 km NW of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.842666625977,\n                    38.8211669921875,\n                    1.95000004768372\n                ]\n            },\n            \"id\": \"nc75026047\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.5,\n                \"place\": \"10 km ESE of Beluga, Alaska\",\n                \"time\": 1719172247997,\n                \"updated\": 1719172359706,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02481qnsf3\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02481qnsf3&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 35,\n                \"net\": \"ak\",\n                \"code\": \"02481qnsf3\",\n                \"ids\": \",ak02481qnsf3,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.48,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.5 - 10 km ESE of Beluga, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -150.8973,\n                    61.1049,\n                    34.2\n                ]\n            },\n            \"id\": \"ak02481qnsf3\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.53,\n                \"place\": \"Rat Islands, Aleutian Islands, Alaska\",\n                \"time\": 1719171630620,\n                \"updated\": 1719270068660,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93176056\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93176056&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93176056\",\n                \"ids\": \",av93176056,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 4,\n                \"dmin\": 0.002204,\n                \"rms\": 0.08,\n                \"gap\": 146,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.5 - Rat Islands, Aleutian Islands, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    178.514833333333,\n                    51.9486666666667,\n                    1.34\n                ]\n            },\n            \"id\": \"av93176056\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.2,\n                \"place\": \"69 km S of Cantwell, Alaska\",\n                \"time\": 1719171366600,\n                \"updated\": 1719171490956,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02481qkp78\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02481qkp78&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 22,\n                \"net\": \"ak\",\n                \"code\": \"02481qkp78\",\n                \"ids\": \",ak02481qkp78,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.74,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.2 - 69 km S of Cantwell, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -148.9057,\n                    62.7691,\n                    0\n                ]\n            },\n            \"id\": \"ak02481qkp78\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.61,\n                \"place\": \"62 km ENE of Pedro Bay, Alaska\",\n                \"time\": 1719171035760,\n                \"updated\": 1719265300930,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93176026\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93176026&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93176026\",\n                \"ids\": \",av93176026,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 4,\n                \"dmin\": 0.03982,\n                \"rms\": 0.12,\n                \"gap\": 176,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.6 - 62 km ENE of Pedro Bay, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -153.099,\n                    60.0218333333333,\n                    -0.02\n                ]\n            },\n            \"id\": \"av93176026\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.3,\n                \"place\": \"15 km WNW of Anchorage, Alaska\",\n                \"time\": 1719170446633,\n                \"updated\": 1719171036388,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02481qhctd\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02481qhctd&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 26,\n                \"net\": \"ak\",\n                \"code\": \"02481qhctd\",\n                \"ids\": \",ak02481qhctd,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.33,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.3 - 15 km WNW of Anchorage, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -150.1783,\n                    61.2462,\n                    45.6\n                ]\n            },\n            \"id\": \"ak02481qhctd\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.2,\n                \"place\": \"60 km E of Denali Park, Alaska\",\n                \"time\": 1719170279306,\n                \"updated\": 1719170402528,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02481qgqnu\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02481qgqnu&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 22,\n                \"net\": \"ak\",\n                \"code\": \"02481qgqnu\",\n                \"ids\": \",ak02481qgqnu,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.55,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.2 - 60 km E of Denali Park, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -147.6841,\n                    63.7394,\n                    6.4\n                ]\n            },\n            \"id\": \"ak02481qgqnu\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 3.59,\n                \"place\": \"13 km WSW of Salton City, CA\",\n                \"time\": 1719170221080,\n                \"updated\": 1719256738853,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40808000\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40808000&format=geojson\",\n                \"felt\": 21,\n                \"cdi\": 3.1,\n                \"mmi\": 3.316,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 205,\n                \"net\": \"ci\",\n                \"code\": \"40808000\",\n                \"ids\": \",ci40808000,\",\n                \"sources\": \",ci,\",\n                \"types\": \",dyfi,focal-mechanism,nearby-cities,origin,phase-data,scitech-link,shakemap,\",\n                \"nst\": 100,\n                \"dmin\": 0.08582,\n                \"rms\": 0.22,\n                \"gap\": 19,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 3.6 - 13 km WSW of Salton City, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.0838333,\n                    33.255,\n                    10.55\n                ]\n            },\n            \"id\": \"ci40808000\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.73,\n                \"place\": \"13 km WSW of Salton City, CA\",\n                \"time\": 1719170217500,\n                \"updated\": 1719334025037,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40807992\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40807992&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 115,\n                \"net\": \"ci\",\n                \"code\": \"40807992\",\n                \"ids\": \",ci40807992,us7000mu5k,\",\n                \"sources\": \",ci,us,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 78,\n                \"dmin\": 0.08362,\n                \"rms\": 0.2,\n                \"gap\": 35,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.7 - 13 km WSW of Salton City, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.0808333,\n                    33.2543333,\n                    10.13\n                ]\n            },\n            \"id\": \"ci40807992\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.37,\n                \"place\": \"14 km SE of Glacier, Washington\",\n                \"time\": 1719170092120,\n                \"updated\": 1719173446340,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/uw62018061\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=uw62018061&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 29,\n                \"net\": \"uw\",\n                \"code\": \"62018061\",\n                \"ids\": \",uw62018061,\",\n                \"sources\": \",uw,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 6,\n                \"dmin\": 0.07314,\n                \"rms\": 0.55,\n                \"gap\": 130,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.4 - 14 km SE of Glacier, Washington\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -121.8095,\n                    48.7985,\n                    -0.7\n                ]\n            },\n            \"id\": \"uw62018061\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.13,\n                \"place\": \"37 km NNE of Amboy, Washington\",\n                \"time\": 1719169709180,\n                \"updated\": 1719170977480,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/uw62018056\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=uw62018056&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"uw\",\n                \"code\": \"62018056\",\n                \"ids\": \",uw62018056,\",\n                \"sources\": \",uw,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 11,\n                \"dmin\": 0.004074,\n                \"rms\": 0.09,\n                \"gap\": 97,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.1 - 37 km NNE of Amboy, Washington\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.18133333333333,\n                    46.19733333333333,\n                    7.53\n                ]\n            },\n            \"id\": \"uw62018056\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.56,\n                \"place\": \"8 km NNW of The Geysers, CA\",\n                \"time\": 1719169535320,\n                \"updated\": 1719169632360,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026017\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026017&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 37,\n                \"net\": \"nc\",\n                \"code\": \"75026017\",\n                \"ids\": \",nc75026017,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 20,\n                \"dmin\": 0.006241,\n                \"rms\": 0.3,\n                \"gap\": 68,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.6 - 8 km NNW of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.817337036133,\n                    38.826000213623,\n                    -0.680000007152557\n                ]\n            },\n            \"id\": \"nc75026017\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 4,\n                \"place\": \"57 km SSW of Ashkāsham, Afghanistan\",\n                \"time\": 1719169416744,\n                \"updated\": 1719240515040,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/us7000mu5h\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=us7000mu5h&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 246,\n                \"net\": \"us\",\n                \"code\": \"7000mu5h\",\n                \"ids\": \",us7000mu5h,\",\n                \"sources\": \",us,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 38,\n                \"dmin\": 3,\n                \"rms\": 0.76,\n                \"gap\": 81,\n                \"magType\": \"mb\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 4.0 - 57 km SSW of Ashkāsham, Afghanistan\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    71.2301,\n                    36.2305,\n                    91.043\n                ]\n            },\n            \"id\": \"us7000mu5h\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.26,\n                \"place\": \"5 km E of La Parguera, Puerto Rico\",\n                \"time\": 1719169388640,\n                \"updated\": 1719170459520,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/pr71453883\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=pr71453883&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 79,\n                \"net\": \"pr\",\n                \"code\": \"71453883\",\n                \"ids\": \",pr71453883,\",\n                \"sources\": \",pr,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 6,\n                \"dmin\": 0.04973,\n                \"rms\": 0.09,\n                \"gap\": 186,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.3 - 5 km E of La Parguera, Puerto Rico\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -66.992,\n                    17.968,\n                    12.81\n                ]\n            },\n            \"id\": \"pr71453883\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1,\n                \"place\": \"14 km WNW of Two Rivers, Alaska\",\n                \"time\": 1719169339121,\n                \"updated\": 1719169518659,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02481qdfsk\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02481qdfsk&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 15,\n                \"net\": \"ak\",\n                \"code\": \"02481qdfsk\",\n                \"ids\": \",ak02481qdfsk,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 1.15,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.0 - 14 km WNW of Two Rivers, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -147.2984,\n                    64.9432,\n                    0\n                ]\n            },\n            \"id\": \"ak02481qdfsk\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.4,\n                \"place\": \"36 km SE of Chignik, Alaska\",\n                \"time\": 1719169243603,\n                \"updated\": 1719169413192,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02481qd2a0\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02481qd2a0&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 89,\n                \"net\": \"ak\",\n                \"code\": \"02481qd2a0\",\n                \"ids\": \",ak02481qd2a0,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.16,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.4 - 36 km SE of Chignik, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -157.9301,\n                    56.1054,\n                    50.7\n                ]\n            },\n            \"id\": \"ak02481qd2a0\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.79,\n                \"place\": \"62 km ENE of Pedro Bay, Alaska\",\n                \"time\": 1719168855340,\n                \"updated\": 1719265135140,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93175991\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93175991&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93175991\",\n                \"ids\": \",av93175991,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 4,\n                \"dmin\": 0.03331,\n                \"rms\": 0.09,\n                \"gap\": 146,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.8 - 62 km ENE of Pedro Bay, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -153.084333333333,\n                    60.0123333333333,\n                    -0.08\n                ]\n            },\n            \"id\": \"av93175991\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.54,\n                \"place\": \"28 km W of Beryl Junction, Utah\",\n                \"time\": 1719168460410,\n                \"updated\": 1719327264580,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/uu80074441\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=uu80074441&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 36,\n                \"net\": \"uu\",\n                \"code\": \"80074441\",\n                \"ids\": \",uu80074441,\",\n                \"sources\": \",uu,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 12,\n                \"dmin\": 0.2954,\n                \"rms\": 0.11,\n                \"gap\": 117,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.5 - 28 km W of Beryl Junction, Utah\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -113.977666666667,\n                    37.7416666666667,\n                    7.21\n                ]\n            },\n            \"id\": \"uu80074441\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 4.1,\n                \"place\": \"98 km SSE of Ust’-Kamchatsk Staryy, Russia\",\n                \"time\": 1719167946557,\n                \"updated\": 1719241735040,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/us7000mu5m\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=us7000mu5m&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 259,\n                \"net\": \"us\",\n                \"code\": \"7000mu5m\",\n                \"ids\": \",us7000mu5m,\",\n                \"sources\": \",us,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 39,\n                \"dmin\": 4.003,\n                \"rms\": 0.53,\n                \"gap\": 126,\n                \"magType\": \"mb\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 4.1 - 98 km SSE of Ust’-Kamchatsk Staryy, Russia\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    163.2279,\n                    55.4544,\n                    10\n                ]\n            },\n            \"id\": \"us7000mu5m\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.2,\n                \"place\": \"39 km SSE of Denali National Park, Alaska\",\n                \"time\": 1719167933544,\n                \"updated\": 1719168140419,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02481pzsne\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02481pzsne&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 22,\n                \"net\": \"ak\",\n                \"code\": \"02481pzsne\",\n                \"ids\": \",ak02481pzsne,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 1.31,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.2 - 39 km SSE of Denali National Park, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -151.4868,\n                    63.2062,\n                    33.9\n                ]\n            },\n            \"id\": \"ak02481pzsne\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.7,\n                \"place\": \"62 km SE of Denali National Park, Alaska\",\n                \"time\": 1719167486098,\n                \"updated\": 1719169256040,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02481py8gr\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02481py8gr&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 112,\n                \"net\": \"ak\",\n                \"code\": \"02481py8gr\",\n                \"ids\": \",us7000mu5a,ak02481py8gr,\",\n                \"sources\": \",us,ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.61,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.7 - 62 km SE of Denali National Park, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -150.8055,\n                    63.1624,\n                    113.4\n                ]\n            },\n            \"id\": \"ak02481py8gr\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.48,\n                \"place\": \"148 km W of Adak, Alaska\",\n                \"time\": 1719166083620,\n                \"updated\": 1719176516320,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93175951\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93175951&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 4,\n                \"net\": \"av\",\n                \"code\": \"93175951\",\n                \"ids\": \",av93175951,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 5,\n                \"dmin\": 0.008132,\n                \"rms\": 0.13,\n                \"gap\": 163,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.5 - 148 km W of Adak, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -178.7845,\n                    51.7651666666667,\n                    28.39\n                ]\n            },\n            \"id\": \"av93175951\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.18,\n                \"place\": \"25 km W of Sitka, Alaska\",\n                \"time\": 1719165767810,\n                \"updated\": 1719249280690,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93012904\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93012904&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93012904\",\n                \"ids\": \",av93012904,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 4,\n                \"dmin\": 0.02571,\n                \"rms\": 0.03,\n                \"gap\": 238,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.2 - 25 km W of Sitka, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -135.745166666667,\n                    57.0803333333333,\n                    4.91\n                ]\n            },\n            \"id\": \"av93012904\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.2,\n                \"place\": \"9 km NW of Enoch, Utah\",\n                \"time\": 1719165743040,\n                \"updated\": 1719326213010,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/uu80074436\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=uu80074436&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 22,\n                \"net\": \"uu\",\n                \"code\": \"80074436\",\n                \"ids\": \",uu80074436,\",\n                \"sources\": \",uu,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 6,\n                \"dmin\": 0.1681,\n                \"rms\": 0.21,\n                \"gap\": 160,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.2 - 9 km NW of Enoch, Utah\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -113.089,\n                    37.8403333333333,\n                    12.55\n                ]\n            },\n            \"id\": \"uu80074436\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.42,\n                \"place\": \"22 km W of Sitka, Alaska\",\n                \"time\": 1719165742880,\n                \"updated\": 1719249160010,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93175946\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93175946&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93175946\",\n                \"ids\": \",av93175946,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 4,\n                \"dmin\": 0.006887,\n                \"rms\": 0.05,\n                \"gap\": 235,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.4 - 22 km W of Sitka, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -135.699166666667,\n                    57.048,\n                    6.67\n                ]\n            },\n            \"id\": \"av93175946\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.84000003,\n                \"place\": \"1 km NNE of Pāhala, Hawaii\",\n                \"time\": 1719165234920,\n                \"updated\": 1719165325460,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74289291\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74289291&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 52,\n                \"net\": \"hv\",\n                \"code\": \"74289291\",\n                \"ids\": \",hv74289291,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 33,\n                \"dmin\": 0.1371,\n                \"rms\": 0.119999997,\n                \"gap\": 186,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.8 - 1 km NNE of Pāhala, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.473495483398,\n                    19.2154998779297,\n                    29.5699996948242\n                ]\n            },\n            \"id\": \"hv74289291\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.79,\n                \"place\": \"2 km SSE of The Geysers, CA\",\n                \"time\": 1719165110940,\n                \"updated\": 1719165206631,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75026007\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75026007&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 10,\n                \"net\": \"nc\",\n                \"code\": \"75026007\",\n                \"ids\": \",nc75026007,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 8,\n                \"dmin\": 0.01069,\n                \"rms\": 0.04,\n                \"gap\": 112,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.8 - 2 km SSE of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.738502502441,\n                    38.7608337402344,\n                    1.44000005722046\n                ]\n            },\n            \"id\": \"nc75026007\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.04,\n                \"place\": \"16 km E of Ocotillo Wells, CA\",\n                \"time\": 1719164741820,\n                \"updated\": 1719330434657,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40807896\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40807896&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 17,\n                \"net\": \"ci\",\n                \"code\": \"40807896\",\n                \"ids\": \",ci40807896,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 40,\n                \"dmin\": 0.03058,\n                \"rms\": 0.16,\n                \"gap\": 55,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.0 - 16 km E of Ocotillo Wells, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -115.962,\n                    33.1458333,\n                    5.65\n                ]\n            },\n            \"id\": \"ci40807896\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.07,\n                \"place\": \"7 km S of Brawley, CA\",\n                \"time\": 1719164672540,\n                \"updated\": 1719330058620,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40807888\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40807888&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 18,\n                \"net\": \"ci\",\n                \"code\": \"40807888\",\n                \"ids\": \",ci40807888,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 29,\n                \"dmin\": 0.03011,\n                \"rms\": 0.27,\n                \"gap\": 77,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.1 - 7 km S of Brawley, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -115.532,\n                    32.9195,\n                    5.37\n                ]\n            },\n            \"id\": \"ci40807888\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.1,\n                \"place\": \"25 km W of Sitka, Alaska\",\n                \"time\": 1719163214780,\n                \"updated\": 1719249002330,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93175891\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93175891&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93175891\",\n                \"ids\": \",av93175891,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 4,\n                \"dmin\": 0.03232,\n                \"rms\": 0.07,\n                \"gap\": 276,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.1 - 25 km W of Sitka, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -135.744666666667,\n                    57.0933333333333,\n                    5.81\n                ]\n            },\n            \"id\": \"av93175891\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 5.2,\n                \"place\": \"11 km SE of Llano de la Puerta, Mexico\",\n                \"time\": 1719162977232,\n                \"updated\": 1719278243269,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/us7000mu56\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=us7000mu56&format=geojson\",\n                \"felt\": 24,\n                \"cdi\": 3.4,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 424,\n                \"net\": \"us\",\n                \"code\": \"7000mu56\",\n                \"ids\": \",us7000mu56,usauto7000mu56,\",\n                \"sources\": \",us,usauto,\",\n                \"types\": \",dyfi,internal-moment-tensor,moment-tensor,origin,phase-data,\",\n                \"nst\": 67,\n                \"dmin\": 1.217,\n                \"rms\": 0.61,\n                \"gap\": 172,\n                \"magType\": \"mww\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 5.2 - 11 km SE of Llano de la Puerta, Mexico\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -99.4464,\n                    16.6785,\n                    14.395\n                ]\n            },\n            \"id\": \"us7000mu56\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.8,\n                \"place\": \"22 km S of Manley Hot Springs, Alaska\",\n                \"time\": 1719162919073,\n                \"updated\": 1719163030899,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02481p9cwz\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02481p9cwz&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 10,\n                \"net\": \"ak\",\n                \"code\": \"02481p9cwz\",\n                \"ids\": \",ak02481p9cwz,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.51,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.8 - 22 km S of Manley Hot Springs, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -150.5924,\n                    64.8009,\n                    12.9\n                ]\n            },\n            \"id\": \"ak02481p9cwz\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 4.1,\n                \"place\": \"9 km SE of Llano de la Puerta, Mexico\",\n                \"time\": 1719162914194,\n                \"updated\": 1719166491040,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/us7000mu58\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=us7000mu58&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 259,\n                \"net\": \"us\",\n                \"code\": \"7000mu58\",\n                \"ids\": \",us7000mu58,\",\n                \"sources\": \",us,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 49,\n                \"dmin\": 1.229,\n                \"rms\": 0.39,\n                \"gap\": 216,\n                \"magType\": \"mb\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 4.1 - 9 km SE of Llano de la Puerta, Mexico\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -99.4652,\n                    16.679,\n                    16.134\n                ]\n            },\n            \"id\": \"us7000mu58\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.1,\n                \"place\": \"54 km ENE of Pedro Bay, Alaska\",\n                \"time\": 1719161976562,\n                \"updated\": 1719162153522,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02481oxe62\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02481oxe62&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 68,\n                \"net\": \"ak\",\n                \"code\": \"02481oxe62\",\n                \"ids\": \",ak02481oxe62,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.4,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.1 - 54 km ENE of Pedro Bay, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -153.2054,\n                    59.961,\n                    125\n                ]\n            },\n            \"id\": \"ak02481oxe62\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.6,\n                \"place\": \"55 km S of Whites City, New Mexico\",\n                \"time\": 1719161944628,\n                \"updated\": 1719256436175,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/tx2024mhfd\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=tx2024mhfd&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 39,\n                \"net\": \"tx\",\n                \"code\": \"2024mhfd\",\n                \"ids\": \",tx2024mhfd,\",\n                \"sources\": \",tx,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 15,\n                \"dmin\": 0,\n                \"rms\": 0.2,\n                \"gap\": 51,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.6 - 55 km S of Whites City, New Mexico\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -104.428,\n                    31.681,\n                    6.4075\n                ]\n            },\n            \"id\": \"tx2024mhfd\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.5,\n                \"place\": \"23 km E of Swan Lake, Montana\",\n                \"time\": 1719161674708,\n                \"updated\": 1719289977250,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/us7000mu51\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=us7000mu51&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 96,\n                \"net\": \"us\",\n                \"code\": \"7000mu51\",\n                \"ids\": \",mb90055223,us7000mu51,\",\n                \"sources\": \",mb,us,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 16,\n                \"dmin\": 0.534,\n                \"rms\": 0.25,\n                \"gap\": 151,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.5 - 23 km E of Swan Lake, Montana\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -113.529,\n                    47.9121,\n                    10.419\n                ]\n            },\n            \"id\": \"us7000mu51\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.58,\n                \"place\": \"41 km ENE of Adak, Alaska\",\n                \"time\": 1719161556900,\n                \"updated\": 1719259094380,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93175861\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93175861&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93175861\",\n                \"ids\": \",av93175861,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 5,\n                \"dmin\": 0.02228,\n                \"rms\": 0.05,\n                \"gap\": 127,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.6 - 41 km ENE of Adak, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -176.135,\n                    52.0773333333333,\n                    1.79\n                ]\n            },\n            \"id\": \"av93175861\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.9,\n                \"place\": \"40 km S of Goldfield, Nevada\",\n                \"time\": 1719160970787,\n                \"updated\": 1719161100067,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nn00879849\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nn00879849&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 12,\n                \"net\": \"nn\",\n                \"code\": \"00879849\",\n                \"ids\": \",nn00879849,\",\n                \"sources\": \",nn,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 9,\n                \"dmin\": 0.069,\n                \"rms\": 0.1996,\n                \"gap\": 127.89999999999998,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.9 - 40 km S of Goldfield, Nevada\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.1949,\n                    37.3449,\n                    0\n                ]\n            },\n            \"id\": \"nn00879849\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.76,\n                \"place\": \"16 km E of Ocotillo Wells, CA\",\n                \"time\": 1719160011200,\n                \"updated\": 1719329662577,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40807824\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40807824&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 9,\n                \"net\": \"ci\",\n                \"code\": \"40807824\",\n                \"ids\": \",ci40807824,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 35,\n                \"dmin\": 0.02831,\n                \"rms\": 0.17,\n                \"gap\": 59,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.8 - 16 km E of Ocotillo Wells, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -115.9606667,\n                    33.149,\n                    5.76\n                ]\n            },\n            \"id\": \"ci40807824\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.7,\n                \"place\": \"16 km NW of Fowlerton, Texas\",\n                \"time\": 1719159719697,\n                \"updated\": 1719255866107,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/tx2024mhdy\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=tx2024mhdy&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 44,\n                \"net\": \"tx\",\n                \"code\": \"2024mhdy\",\n                \"ids\": \",tx2024mhdy,\",\n                \"sources\": \",tx,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 16,\n                \"dmin\": 0.3,\n                \"rms\": 0.3,\n                \"gap\": 68,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.7 - 16 km NW of Fowlerton, Texas\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -98.933,\n                    28.567,\n                    6.2744\n                ]\n            },\n            \"id\": \"tx2024mhdy\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.59,\n                \"place\": \"30 km S of Morton, Washington\",\n                \"time\": 1719159654790,\n                \"updated\": 1719164721480,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/uw62018021\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=uw62018021&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 5,\n                \"net\": \"uw\",\n                \"code\": \"62018021\",\n                \"ids\": \",uw62018021,\",\n                \"sources\": \",uw,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 16,\n                \"dmin\": 0.01139,\n                \"rms\": 0.08,\n                \"gap\": 123,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.6 - 30 km S of Morton, Washington\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.221,\n                    46.2865,\n                    5.24\n                ]\n            },\n            \"id\": \"uw62018021\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.6,\n                \"place\": \"66 km WNW of Beatty, Nevada\",\n                \"time\": 1719159574438,\n                \"updated\": 1719159702504,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nn00879845\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nn00879845&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 39,\n                \"net\": \"nn\",\n                \"code\": \"00879845\",\n                \"ids\": \",nn00879845,\",\n                \"sources\": \",nn,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 19,\n                \"dmin\": 0.201,\n                \"rms\": 0.4304,\n                \"gap\": 192.69,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.6 - 66 km WNW of Beatty, Nevada\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.4754,\n                    37.0849,\n                    5.3\n                ]\n            },\n            \"id\": \"nn00879845\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 3.5,\n                \"place\": \"33 km ESE of Atka, Alaska\",\n                \"time\": 1719159561267,\n                \"updated\": 1719177332039,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02481oorw2\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02481oorw2&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": 3.049,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 188,\n                \"net\": \"ak\",\n                \"code\": \"02481oorw2\",\n                \"ids\": \",ak02481oorw2,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,shakemap,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.51,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 3.5 - 33 km ESE of Atka, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -173.7453,\n                    52.0904,\n                    7.3\n                ]\n            },\n            \"id\": \"ak02481oorw2\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.77,\n                \"place\": \"9 km NW of The Geysers, CA\",\n                \"time\": 1719159435200,\n                \"updated\": 1719159531975,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025987\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025987&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 9,\n                \"net\": \"nc\",\n                \"code\": \"75025987\",\n                \"ids\": \",nc75025987,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 8,\n                \"dmin\": 0.007691,\n                \"rms\": 0.02,\n                \"gap\": 102,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.8 - 9 km NW of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.844833374023,\n                    38.8238334655762,\n                    2.10999989509583\n                ]\n            },\n            \"id\": \"nc75025987\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.79,\n                \"place\": \"14 km NNE of Lyman, Washington\",\n                \"time\": 1719159160470,\n                \"updated\": 1719163875400,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/uw62018016\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=uw62018016&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 49,\n                \"net\": \"uw\",\n                \"code\": \"62018016\",\n                \"ids\": \",uw62018016,\",\n                \"sources\": \",uw,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 11,\n                \"dmin\": 0.09786,\n                \"rms\": 0.13,\n                \"gap\": 72,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.8 - 14 km NNE of Lyman, Washington\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.01816666666667,\n                    48.658166666666666,\n                    0.57\n                ]\n            },\n            \"id\": \"uw62018016\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 3.5,\n                \"place\": \"30 km SW of Trapper Creek, Alaska\",\n                \"time\": 1719158257493,\n                \"updated\": 1719263688040,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02481obj61\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02481obj61&format=geojson\",\n                \"felt\": 26,\n                \"cdi\": 3.5,\n                \"mmi\": 3.128,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 198,\n                \"net\": \"ak\",\n                \"code\": \"02481obj61\",\n                \"ids\": \",ak02481obj61,us7000mu4z,\",\n                \"sources\": \",ak,us,\",\n                \"types\": \",dyfi,moment-tensor,origin,phase-data,shakemap,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.79,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 3.5 - 30 km SW of Trapper Creek, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -150.6977,\n                    62.1566,\n                    11\n                ]\n            },\n            \"id\": \"ak02481obj61\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.68,\n                \"place\": \"8 km SSE of Idyllwild, CA\",\n                \"time\": 1719158188360,\n                \"updated\": 1719174551462,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40807792\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40807792&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 7,\n                \"net\": \"ci\",\n                \"code\": \"40807792\",\n                \"ids\": \",ci40807792,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 15,\n                \"dmin\": 0.04003,\n                \"rms\": 0.08,\n                \"gap\": 123,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.7 - 8 km SSE of Idyllwild, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.6886667,\n                    33.6771667,\n                    16.02\n                ]\n            },\n            \"id\": \"ci40807792\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.94,\n                \"place\": \"29 km NW of Volcano, Hawaii\",\n                \"time\": 1719157762190,\n                \"updated\": 1719157922130,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74289221\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74289221&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 58,\n                \"net\": \"hv\",\n                \"code\": \"74289221\",\n                \"ids\": \",hv74289221,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 43,\n                \"dmin\": 0.1062,\n                \"rms\": 0.140000001,\n                \"gap\": 70,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.9 - 29 km NW of Volcano, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.432830810547,\n                    19.6341667175293,\n                    22.6800003051758\n                ]\n            },\n            \"id\": \"hv74289221\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.04,\n                \"place\": \"54 km ENE of Pedro Bay, Alaska\",\n                \"time\": 1719157385550,\n                \"updated\": 1719264361020,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93175766\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93175766&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93175766\",\n                \"ids\": \",av93175766,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 4,\n                \"dmin\": 0.07403,\n                \"rms\": 0.26,\n                \"gap\": 312,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.0 - 54 km ENE of Pedro Bay, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -153.286166666667,\n                    60.056,\n                    17.52\n                ]\n            },\n            \"id\": \"av93175766\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.38,\n                \"place\": \"9 km NW of Enoch, Utah\",\n                \"time\": 1719157214150,\n                \"updated\": 1719267372210,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/uu80074421\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=uu80074421&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 29,\n                \"net\": \"uu\",\n                \"code\": \"80074421\",\n                \"ids\": \",uu80074421,\",\n                \"sources\": \",uu,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 10,\n                \"dmin\": 0.129,\n                \"rms\": 0.2,\n                \"gap\": 150,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.4 - 9 km NW of Enoch, Utah\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -113.0925,\n                    37.8423333333333,\n                    7.72\n                ]\n            },\n            \"id\": \"uu80074421\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.5,\n                \"place\": \"38 km S of Morton, Washington\",\n                \"time\": 1719156645840,\n                \"updated\": 1719174999630,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/uw62018011\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=uw62018011&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"uw\",\n                \"code\": \"62018011\",\n                \"ids\": \",uw62018011,\",\n                \"sources\": \",uw,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 3,\n                \"dmin\": 0.0154,\n                \"rms\": 0.01,\n                \"gap\": 346,\n                \"magType\": \"mh\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.5 - 38 km S of Morton, Washington\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.1915,\n                    46.21516666666667,\n                    0.08\n                ]\n            },\n            \"id\": \"uw62018011\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.7,\n                \"place\": \"22 km E of Crown Point, Alaska\",\n                \"time\": 1719156608260,\n                \"updated\": 1719156789965,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02481o5om2\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02481o5om2&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 44,\n                \"net\": \"ak\",\n                \"code\": \"02481o5om2\",\n                \"ids\": \",ak02481o5om2,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.55,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.7 - 22 km E of Crown Point, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -148.9663,\n                    60.4296,\n                    19.9\n                ]\n            },\n            \"id\": \"ak02481o5om2\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.98,\n                \"place\": \"1 km SE of The Geysers, CA\",\n                \"time\": 1719156526970,\n                \"updated\": 1719156732670,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025977\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025977&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 60,\n                \"net\": \"nc\",\n                \"code\": \"75025977\",\n                \"ids\": \",nc75025977,\",\n                \"sources\": \",nc,\",\n                \"types\": \",focal-mechanism,nearby-cities,origin,phase-data,\",\n                \"nst\": 37,\n                \"dmin\": 0.01674,\n                \"rms\": 0.04,\n                \"gap\": 63,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.0 - 1 km SE of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.744499206543,\n                    38.772834777832,\n                    1.44000005722046\n                ]\n            },\n            \"id\": \"nc75025977\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.8,\n                \"place\": \"64 km E of Denali National Park, Alaska\",\n                \"time\": 1719156442524,\n                \"updated\": 1719156538235,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02481o52kc\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02481o52kc&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 50,\n                \"net\": \"ak\",\n                \"code\": \"02481o52kc\",\n                \"ids\": \",ak02481o52kc,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.93,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.8 - 64 km E of Denali National Park, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -150.4287,\n                    63.5925,\n                    25\n                ]\n            },\n            \"id\": \"ak02481o52kc\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.62,\n                \"place\": \"40 km ENE of Adak, Alaska\",\n                \"time\": 1719155527000,\n                \"updated\": 1719258727830,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93175741\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93175741&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 6,\n                \"net\": \"av\",\n                \"code\": \"93175741\",\n                \"ids\": \",av93175741,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 5,\n                \"dmin\": 0.04542,\n                \"rms\": 0.28,\n                \"gap\": 117,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.6 - 40 km ENE of Adak, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -176.124833333333,\n                    52.0603333333333,\n                    10.38\n                ]\n            },\n            \"id\": \"av93175741\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.71,\n                \"place\": \"16 km W of Toms Place, CA\",\n                \"time\": 1719154814330,\n                \"updated\": 1719186859497,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025962\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025962&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 8,\n                \"net\": \"nc\",\n                \"code\": \"75025962\",\n                \"ids\": \",nc75025962,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 15,\n                \"dmin\": 0.05715,\n                \"rms\": 0.03,\n                \"gap\": 171,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.7 - 16 km W of Toms Place, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -118.8535,\n                    37.5361666666667,\n                    6.6\n                ]\n            },\n            \"id\": \"nc75025962\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 4.4,\n                \"place\": \"22 km NE of Finschhafen, Papua New Guinea\",\n                \"time\": 1719154630934,\n                \"updated\": 1719157469040,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/us7000mu4p\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=us7000mu4p&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 298,\n                \"net\": \"us\",\n                \"code\": \"7000mu4p\",\n                \"ids\": \",us7000mu4p,\",\n                \"sources\": \",us,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 15,\n                \"dmin\": 3.086,\n                \"rms\": 0.64,\n                \"gap\": 289,\n                \"magType\": \"mb\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 4.4 - 22 km NE of Finschhafen, Papua New Guinea\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    147.9841,\n                    -6.4095,\n                    44.664\n                ]\n            },\n            \"id\": \"us7000mu4p\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 3.42,\n                \"place\": \"46 km SSW of Boca de Yuma, Dominican Republic\",\n                \"time\": 1719154303160,\n                \"updated\": 1719156401090,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/pr71453843\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=pr71453843&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 180,\n                \"net\": \"pr\",\n                \"code\": \"71453843\",\n                \"ids\": \",pr71453843,\",\n                \"sources\": \",pr,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 12,\n                \"dmin\": 0.6508,\n                \"rms\": 0.14,\n                \"gap\": 235,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 3.4 - 46 km SSW of Boca de Yuma, Dominican Republic\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -68.793,\n                    17.9918333333333,\n                    97.95\n                ]\n            },\n            \"id\": \"pr71453843\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.80999994,\n                \"place\": \"6 km S of Volcano, Hawaii\",\n                \"time\": 1719154220190,\n                \"updated\": 1719154328190,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74289181\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74289181&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 50,\n                \"net\": \"hv\",\n                \"code\": \"74289181\",\n                \"ids\": \",hv74289181,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 36,\n                \"dmin\": 0.01452,\n                \"rms\": 0.119999997,\n                \"gap\": 49,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.8 - 6 km S of Volcano, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.232833862305,\n                    19.3861675262451,\n                    28.6200008392334\n                ]\n            },\n            \"id\": \"hv74289181\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.56,\n                \"place\": \"14 km WSW of Toms Place, CA\",\n                \"time\": 1719154039790,\n                \"updated\": 1719184537604,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025952\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025952&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 5,\n                \"net\": \"nc\",\n                \"code\": \"75025952\",\n                \"ids\": \",nc75025952,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 10,\n                \"dmin\": 0.08711,\n                \"rms\": 0.04,\n                \"gap\": 222,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.6 - 14 km WSW of Toms Place, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -118.824833333333,\n                    37.5028333333333,\n                    2.65\n                ]\n            },\n            \"id\": \"nc75025952\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.6,\n                \"place\": \"42 km WSW of Nanwalek, Alaska\",\n                \"time\": 1719153266698,\n                \"updated\": 1719153419022,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02481nl5al\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02481nl5al&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 39,\n                \"net\": \"ak\",\n                \"code\": \"02481nl5al\",\n                \"ids\": \",ak02481nl5al,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.5,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.6 - 42 km WSW of Nanwalek, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -152.5524,\n                    59.1493,\n                    77.8\n                ]\n            },\n            \"id\": \"ak02481nl5al\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.68,\n                \"place\": \"Rat Islands, Aleutian Islands, Alaska\",\n                \"time\": 1719153237030,\n                \"updated\": 1719268982000,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93175691\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93175691&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93175691\",\n                \"ids\": \",av93175691,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 4,\n                \"dmin\": 0.0202,\n                \"rms\": 0.06,\n                \"gap\": 285,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.7 - Rat Islands, Aleutian Islands, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    178.502833333333,\n                    51.9288333333333,\n                    2.84\n                ]\n            },\n            \"id\": \"av93175691\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 4,\n                \"place\": \"44 km ENE of Farkhār, Afghanistan\",\n                \"time\": 1719153116086,\n                \"updated\": 1719157287040,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/us7000mu4m\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=us7000mu4m&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 246,\n                \"net\": \"us\",\n                \"code\": \"7000mu4m\",\n                \"ids\": \",us7000mu4m,\",\n                \"sources\": \",us,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 25,\n                \"dmin\": 2.162,\n                \"rms\": 0.81,\n                \"gap\": 160,\n                \"magType\": \"mb\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 4.0 - 44 km ENE of Farkhār, Afghanistan\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    70.2992,\n                    36.7504,\n                    202.006\n                ]\n            },\n            \"id\": \"us7000mu4m\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 5.1,\n                \"place\": \"21 km SSE of Hualien City, Taiwan\",\n                \"time\": 1719152829362,\n                \"updated\": 1719159303272,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/us7000mu4k\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=us7000mu4k&format=geojson\",\n                \"felt\": 13,\n                \"cdi\": 3.8,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 405,\n                \"net\": \"us\",\n                \"code\": \"7000mu4k\",\n                \"ids\": \",us7000mu4k,usauto7000mu4k,\",\n                \"sources\": \",us,usauto,\",\n                \"types\": \",dyfi,internal-moment-tensor,origin,phase-data,\",\n                \"nst\": 59,\n                \"dmin\": 0.382,\n                \"rms\": 1.26,\n                \"gap\": 56,\n                \"magType\": \"mww\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 5.1 - 21 km SSE of Hualien City, Taiwan\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    121.6812,\n                    23.7981,\n                    22.67\n                ]\n            },\n            \"id\": \"us7000mu4k\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.3,\n                \"place\": \"26 km WNW of Robert Lee, Texas\",\n                \"time\": 1719152808351,\n                \"updated\": 1719243253155,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/tx2024mhad\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=tx2024mhad&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 81,\n                \"net\": \"tx\",\n                \"code\": \"2024mhad\",\n                \"ids\": \",tx2024mhad,\",\n                \"sources\": \",tx,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 18,\n                \"dmin\": 0.3,\n                \"rms\": 0.2,\n                \"gap\": 60,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.3 - 26 km WNW of Robert Lee, Texas\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -100.729,\n                    32.009,\n                    2.2949\n                ]\n            },\n            \"id\": \"tx2024mhad\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.4,\n                \"place\": \"67 km WNW of Ninilchik, Alaska\",\n                \"time\": 1719152462843,\n                \"updated\": 1719152592391,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02481nib58\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02481nib58&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 30,\n                \"net\": \"ak\",\n                \"code\": \"02481nib58\",\n                \"ids\": \",ak02481nib58,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.41,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.4 - 67 km WNW of Ninilchik, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -152.855,\n                    60.1888,\n                    15\n                ]\n            },\n            \"id\": \"ak02481nib58\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.16,\n                \"place\": \"Rat Islands, Aleutian Islands, Alaska\",\n                \"time\": 1719152035510,\n                \"updated\": 1719268494970,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93175676\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93175676&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93175676\",\n                \"ids\": \",av93175676,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 4,\n                \"dmin\": 0.02749,\n                \"rms\": 0.03,\n                \"gap\": 293,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.2 - Rat Islands, Aleutian Islands, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    178.5355,\n                    51.9126666666667,\n                    3.57\n                ]\n            },\n            \"id\": \"av93175676\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.36,\n                \"place\": \"40 km WNW of Adak, Alaska\",\n                \"time\": 1719151931350,\n                \"updated\": 1719247345340,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93175671\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93175671&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 2,\n                \"net\": \"av\",\n                \"code\": \"93175671\",\n                \"ids\": \",av93175671,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 5,\n                \"dmin\": 0.03228,\n                \"rms\": 0.05,\n                \"gap\": 303,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.4 - 40 km WNW of Adak, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -177.206333333333,\n                    51.9505,\n                    7.44\n                ]\n            },\n            \"id\": \"av93175671\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 3.43,\n                \"place\": \"68 km N of Punta Cana, Dominican Republic\",\n                \"time\": 1719151605450,\n                \"updated\": 1719154384960,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/pr71453833\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=pr71453833&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 181,\n                \"net\": \"pr\",\n                \"code\": \"71453833\",\n                \"ids\": \",pr71453833,\",\n                \"sources\": \",pr,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 9,\n                \"dmin\": 0.6806,\n                \"rms\": 0.25,\n                \"gap\": 226,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 3.4 - 68 km N of Punta Cana, Dominican Republic\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -68.3406666666667,\n                    19.1976666666667,\n                    26.65\n                ]\n            },\n            \"id\": \"pr71453833\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.69,\n                \"place\": \"27 km E of Swan Lake, Montana\",\n                \"time\": 1719151407460,\n                \"updated\": 1719236115500,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/mb90055213\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=mb90055213&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 111,\n                \"net\": \"mb\",\n                \"code\": \"90055213\",\n                \"ids\": \",mb90055213,\",\n                \"sources\": \",mb,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 26,\n                \"dmin\": 0.3619,\n                \"rms\": 0.15,\n                \"gap\": 94,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.7 - 27 km E of Swan Lake, Montana\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -113.482,\n                    47.9263333333333,\n                    3.79\n                ]\n            },\n            \"id\": \"mb90055213\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.67,\n                \"place\": \"14 km NE of Borrego Springs, CA\",\n                \"time\": 1719151354310,\n                \"updated\": 1719174604483,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40807672\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40807672&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 7,\n                \"net\": \"ci\",\n                \"code\": \"40807672\",\n                \"ids\": \",ci40807672,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 44,\n                \"dmin\": 0.02073,\n                \"rms\": 0.19,\n                \"gap\": 56,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.7 - 14 km NE of Borrego Springs, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.2856667,\n                    33.357,\n                    10.84\n                ]\n            },\n            \"id\": \"ci40807672\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.27,\n                \"place\": \"Rat Islands, Aleutian Islands, Alaska\",\n                \"time\": 1719151304760,\n                \"updated\": 1719267179180,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93175666\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93175666&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 1,\n                \"net\": \"av\",\n                \"code\": \"93175666\",\n                \"ids\": \",av93175666,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 4,\n                \"dmin\": 0.03554,\n                \"rms\": 0.15,\n                \"gap\": 308,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.3 - Rat Islands, Aleutian Islands, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    178.5965,\n                    51.9876666666667,\n                    6.49\n                ]\n            },\n            \"id\": \"av93175666\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.94,\n                \"place\": \"14 km NE of Milford, Utah\",\n                \"time\": 1719151172550,\n                \"updated\": 1719251816680,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/uu80074416\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=uu80074416&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 14,\n                \"net\": \"uu\",\n                \"code\": \"80074416\",\n                \"ids\": \",uu80074416,\",\n                \"sources\": \",uu,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 12,\n                \"dmin\": 0.004812,\n                \"rms\": 0.09,\n                \"gap\": 88,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.9 - 14 km NE of Milford, Utah\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -112.894666666667,\n                    38.489,\n                    2.57\n                ]\n            },\n            \"id\": \"uu80074416\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 4.5,\n                \"place\": \"11 km WNW of Ichihara, Japan\",\n                \"time\": 1719150865722,\n                \"updated\": 1719217745721,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/us7000mu4d\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=us7000mu4d&format=geojson\",\n                \"felt\": 8,\n                \"cdi\": 3.1,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 314,\n                \"net\": \"us\",\n                \"code\": \"7000mu4d\",\n                \"ids\": \",us7000mu4d,\",\n                \"sources\": \",us,\",\n                \"types\": \",dyfi,origin,phase-data,\",\n                \"nst\": 32,\n                \"dmin\": 1.729,\n                \"rms\": 0.58,\n                \"gap\": 115,\n                \"magType\": \"mb\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 4.5 - 11 km WNW of Ichihara, Japan\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    139.9751,\n                    35.5696,\n                    70.375\n                ]\n            },\n            \"id\": \"us7000mu4d\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2,\n                \"place\": \"73 km S of Shungnak, Alaska\",\n                \"time\": 1719150738879,\n                \"updated\": 1719150919024,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02481n3jyy\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02481n3jyy&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 62,\n                \"net\": \"ak\",\n                \"code\": \"02481n3jyy\",\n                \"ids\": \",ak02481n3jyy,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.55,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.0 - 73 km S of Shungnak, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -157.4477,\n                    66.2396,\n                    0\n                ]\n            },\n            \"id\": \"ak02481n3jyy\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.27,\n                \"place\": \"24 km NE of Adak, Alaska\",\n                \"time\": 1719150586980,\n                \"updated\": 1719257392760,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93175656\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93175656&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 1,\n                \"net\": \"av\",\n                \"code\": \"93175656\",\n                \"ids\": \",av93175656,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 6,\n                \"dmin\": 0.1343,\n                \"rms\": 0.08,\n                \"gap\": 231,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.3 - 24 km NE of Adak, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -176.367666666667,\n                    52.0268333333333,\n                    19.34\n                ]\n            },\n            \"id\": \"av93175656\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.9,\n                \"place\": \"2 km SSW of Trapper Creek, Alaska\",\n                \"time\": 1719150572893,\n                \"updated\": 1719154128366,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02481n2xwp\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02481n2xwp&format=geojson\",\n                \"felt\": 0,\n                \"cdi\": 1,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 56,\n                \"net\": \"ak\",\n                \"code\": \"02481n2xwp\",\n                \"ids\": \",ak02481n2xwp,\",\n                \"sources\": \",ak,\",\n                \"types\": \",dyfi,origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.44,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.9 - 2 km SSW of Trapper Creek, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -150.2503,\n                    62.297,\n                    0.8\n                ]\n            },\n            \"id\": \"ak02481n2xwp\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.36,\n                \"place\": \"15 km NNE of Morgan Hill, CA\",\n                \"time\": 1719150230010,\n                \"updated\": 1719150330813,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025932\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025932&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 28,\n                \"net\": \"nc\",\n                \"code\": \"75025932\",\n                \"ids\": \",nc75025932,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 9,\n                \"dmin\": 0.02103,\n                \"rms\": 0.01,\n                \"gap\": 116,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.4 - 15 km NNE of Morgan Hill, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -121.648834228516,\n                    37.2671661376953,\n                    0.479999989271164\n                ]\n            },\n            \"id\": \"nc75025932\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.5,\n                \"place\": \"39 km S of Goldfield, Nevada\",\n                \"time\": 1719150111106,\n                \"updated\": 1719150261826,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nn00879838\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nn00879838&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 35,\n                \"net\": \"nn\",\n                \"code\": \"00879838\",\n                \"ids\": \",nn00879838,\",\n                \"sources\": \",nn,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 24,\n                \"dmin\": 0.066,\n                \"rms\": 0.1664,\n                \"gap\": 127.73999999999995,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.5 - 39 km S of Goldfield, Nevada\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.2078,\n                    37.3507,\n                    2.8\n                ]\n            },\n            \"id\": \"nn00879838\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.11,\n                \"place\": \"1 km  of The Geysers, CA\",\n                \"time\": 1719149444600,\n                \"updated\": 1719149541701,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025927\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025927&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 19,\n                \"net\": \"nc\",\n                \"code\": \"75025927\",\n                \"ids\": \",nc75025927,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 19,\n                \"dmin\": 0.01377,\n                \"rms\": 0.02,\n                \"gap\": 63,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.1 - 1 km  of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.759666442871,\n                    38.7836685180664,\n                    3.19000005722046\n                ]\n            },\n            \"id\": \"nc75025927\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 3.3,\n                \"place\": \"26 km WNW of Robert Lee, Texas\",\n                \"time\": 1719148918148,\n                \"updated\": 1719236094637,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/tx2024mgxx\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=tx2024mgxx&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 168,\n                \"net\": \"tx\",\n                \"code\": \"2024mgxx\",\n                \"ids\": \",us7000mu45,tx2024mgxx,\",\n                \"sources\": \",us,tx,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 25,\n                \"dmin\": 0.3,\n                \"rms\": 0.2,\n                \"gap\": 58,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 3.3 - 26 km WNW of Robert Lee, Texas\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -100.732,\n                    32.01,\n                    8.5693\n                ]\n            },\n            \"id\": \"tx2024mgxx\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.64,\n                \"place\": \"6 km W of Laytonville, CA\",\n                \"time\": 1719148641300,\n                \"updated\": 1719148736484,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025917\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025917&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 41,\n                \"net\": \"nc\",\n                \"code\": \"75025917\",\n                \"ids\": \",nc75025917,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 7,\n                \"dmin\": 0.02754,\n                \"rms\": 0.04,\n                \"gap\": 118,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.6 - 6 km W of Laytonville, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -123.547332763672,\n                    39.6785011291504,\n                    2.91000008583069\n                ]\n            },\n            \"id\": \"nc75025917\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.7,\n                \"place\": \"6 km NNW of Smiths Ferry, Idaho\",\n                \"time\": 1719148577259,\n                \"updated\": 1719309991307,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/us7000mu43\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=us7000mu43&format=geojson\",\n                \"felt\": 2,\n                \"cdi\": 3.4,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 113,\n                \"net\": \"us\",\n                \"code\": \"7000mu43\",\n                \"ids\": \",us7000mu43,\",\n                \"sources\": \",us,\",\n                \"types\": \",dyfi,origin,phase-data,\",\n                \"nst\": 17,\n                \"dmin\": 0.335,\n                \"rms\": 0.44,\n                \"gap\": 45,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.7 - 6 km NNW of Smiths Ferry, Idaho\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.1254,\n                    44.3511,\n                    12.523\n                ]\n            },\n            \"id\": \"us7000mu43\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.22,\n                \"place\": \"9 km WSW of Anza, CA\",\n                \"time\": 1719147629220,\n                \"updated\": 1719328916321,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40807608\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40807608&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 1,\n                \"net\": \"ci\",\n                \"code\": \"40807608\",\n                \"ids\": \",ci40807608,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 26,\n                \"dmin\": 0.04024,\n                \"rms\": 0.16,\n                \"gap\": 47,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.2 - 9 km WSW of Anza, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.7615,\n                    33.5125,\n                    2.73\n                ]\n            },\n            \"id\": \"ci40807608\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.69,\n                \"place\": \"6 km WNW of Cobb, CA\",\n                \"time\": 1719147571990,\n                \"updated\": 1719147665239,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025907\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025907&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 7,\n                \"net\": \"nc\",\n                \"code\": \"75025907\",\n                \"ids\": \",nc75025907,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 11,\n                \"dmin\": 0.001699,\n                \"rms\": 0.01,\n                \"gap\": 77,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.7 - 6 km WNW of Cobb, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.791168212891,\n                    38.8368339538574,\n                    1.98000001907349\n                ]\n            },\n            \"id\": \"nc75025907\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.3,\n                \"place\": \"4 km NNW of Redwood Valley, CA\",\n                \"time\": 1719147481200,\n                \"updated\": 1719188156773,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025912\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025912&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 26,\n                \"net\": \"nc\",\n                \"code\": \"75025912\",\n                \"ids\": \",nc75025912,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 18,\n                \"dmin\": 0.03021,\n                \"rms\": 0.06,\n                \"gap\": 56,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.3 - 4 km NNW of Redwood Valley, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -123.235166666667,\n                    39.2971666666667,\n                    4.2\n                ]\n            },\n            \"id\": \"nc75025912\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.77,\n                \"place\": \"5 km NW of The Geysers, CA\",\n                \"time\": 1719147236710,\n                \"updated\": 1719147331363,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025902\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025902&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 9,\n                \"net\": \"nc\",\n                \"code\": \"75025902\",\n                \"ids\": \",nc75025902,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 20,\n                \"dmin\": 0.003042,\n                \"rms\": 0.02,\n                \"gap\": 47,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.8 - 5 km NW of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.796836853027,\n                    38.8051681518555,\n                    3.41000008583069\n                ]\n            },\n            \"id\": \"nc75025902\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.93,\n                \"place\": \"13 km WNW of Anza, CA\",\n                \"time\": 1719147157590,\n                \"updated\": 1719328369953,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40807600\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40807600&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 13,\n                \"net\": \"ci\",\n                \"code\": \"40807600\",\n                \"ids\": \",ci40807600,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 54,\n                \"dmin\": 0.04144,\n                \"rms\": 0.15,\n                \"gap\": 31,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.9 - 13 km WNW of Anza, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.8115,\n                    33.5813333,\n                    8.63\n                ]\n            },\n            \"id\": \"ci40807600\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.68,\n                \"place\": \"47 km E of Fort Bidwell, California\",\n                \"time\": 1719147038330,\n                \"updated\": 1719170134910,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/uw62017991\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=uw62017991&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 43,\n                \"net\": \"uw\",\n                \"code\": \"62017991\",\n                \"ids\": \",uw62017991,\",\n                \"sources\": \",uw,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 7,\n                \"dmin\": 0.3502,\n                \"rms\": 0.49,\n                \"gap\": 212,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.7 - 47 km E of Fort Bidwell, California\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -119.58266666666667,\n                    41.9115,\n                    3.55\n                ]\n            },\n            \"id\": \"uw62017991\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 4.8,\n                \"place\": \"western Xizang\",\n                \"time\": 1719146416850,\n                \"updated\": 1719147869040,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/us7000mu41\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=us7000mu41&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 354,\n                \"net\": \"us\",\n                \"code\": \"7000mu41\",\n                \"ids\": \",us7000mu41,\",\n                \"sources\": \",us,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 55,\n                \"dmin\": 6.342,\n                \"rms\": 0.94,\n                \"gap\": 95,\n                \"magType\": \"mb\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 4.8 - western Xizang\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    86.4521,\n                    34.0816,\n                    14.888\n                ]\n            },\n            \"id\": \"us7000mu41\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.3,\n                \"place\": \"56 km SSE of Pedro Bay, Alaska\",\n                \"time\": 1719146081887,\n                \"updated\": 1719146193882,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02481meb98\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02481meb98&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 26,\n                \"net\": \"ak\",\n                \"code\": \"02481meb98\",\n                \"ids\": \",ak02481meb98,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.41,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.3 - 56 km SSE of Pedro Bay, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -153.5724,\n                    59.3625,\n                    84.1\n                ]\n            },\n            \"id\": \"ak02481meb98\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.46,\n                \"place\": \"6 km W of Borrego Springs, CA\",\n                \"time\": 1719145929260,\n                \"updated\": 1719261067430,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40807592\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40807592&format=geojson\",\n                \"felt\": 6,\n                \"cdi\": 3.8,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 95,\n                \"net\": \"ci\",\n                \"code\": \"40807592\",\n                \"ids\": \",ci40807592,\",\n                \"sources\": \",ci,\",\n                \"types\": \",dyfi,focal-mechanism,nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 104,\n                \"dmin\": 0.01704,\n                \"rms\": 0.18,\n                \"gap\": 19,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.5 - 6 km W of Borrego Springs, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.4373333,\n                    33.266,\n                    5.07\n                ]\n            },\n            \"id\": \"ci40807592\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.92,\n                \"place\": \"17 km SW of Thatcher, Utah\",\n                \"time\": 1719145776220,\n                \"updated\": 1719235857590,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/uu80074411\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=uu80074411&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 57,\n                \"net\": \"uu\",\n                \"code\": \"80074411\",\n                \"ids\": \",uu80074411,\",\n                \"sources\": \",uu,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 27,\n                \"dmin\": 0.01773,\n                \"rms\": 0.17,\n                \"gap\": 67,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.9 - 17 km SW of Thatcher, Utah\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -112.418,\n                    41.5713333333333,\n                    7.11\n                ]\n            },\n            \"id\": \"uu80074411\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 3.42,\n                \"place\": \"8 km WNW of San Antonio, Puerto Rico\",\n                \"time\": 1719145750060,\n                \"updated\": 1719208377040,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/pr71453828\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=pr71453828&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 180,\n                \"net\": \"pr\",\n                \"code\": \"71453828\",\n                \"ids\": \",us7000mu3w,pr71453828,\",\n                \"sources\": \",us,pr,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 24,\n                \"dmin\": 0.03554,\n                \"rms\": 0.18,\n                \"gap\": 249,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 3.4 - 8 km WNW of San Antonio, Puerto Rico\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -67.1728333333333,\n                    18.5115,\n                    91.85\n                ]\n            },\n            \"id\": \"pr71453828\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.24,\n                \"place\": \"6 km WNW of Cobb, CA\",\n                \"time\": 1719145609160,\n                \"updated\": 1719145706219,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025892\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025892&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 24,\n                \"net\": \"nc\",\n                \"code\": \"75025892\",\n                \"ids\": \",nc75025892,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 21,\n                \"dmin\": 0.002212,\n                \"rms\": 0.02,\n                \"gap\": 43,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.2 - 6 km WNW of Cobb, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.79133605957,\n                    38.8363342285156,\n                    2.04999995231628\n                ]\n            },\n            \"id\": \"nc75025892\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.02,\n                \"place\": \"37 km WNW of Adak, Alaska\",\n                \"time\": 1719145565250,\n                \"updated\": 1719245402150,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93175621\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93175621&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93175621\",\n                \"ids\": \",av93175621,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 5,\n                \"dmin\": 0.06214,\n                \"rms\": 0.02,\n                \"gap\": 317,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.0 - 37 km WNW of Adak, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -177.142333333333,\n                    51.9928333333333,\n                    6.55\n                ]\n            },\n            \"id\": \"av93175621\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.4,\n                \"place\": \"111 km SSW of McCarthy, Alaska\",\n                \"time\": 1719144681911,\n                \"updated\": 1719144779557,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02481m9c8v\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02481m9c8v&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 30,\n                \"net\": \"ak\",\n                \"code\": \"02481m9c8v\",\n                \"ids\": \",ak02481m9c8v,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.62,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.4 - 111 km SSW of McCarthy, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -143.5028,\n                    60.4772,\n                    9.5\n                ]\n            },\n            \"id\": \"ak02481m9c8v\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.04,\n                \"place\": \"5 km WSW of Laytonville, CA\",\n                \"time\": 1719144561380,\n                \"updated\": 1719144656073,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025877\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025877&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 64,\n                \"net\": \"nc\",\n                \"code\": \"75025877\",\n                \"ids\": \",nc75025877,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 23,\n                \"dmin\": 0.03869,\n                \"rms\": 0.15,\n                \"gap\": 89,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.0 - 5 km WSW of Laytonville, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -123.536003112793,\n                    39.6698341369629,\n                    0.689999997615814\n                ]\n            },\n            \"id\": \"nc75025877\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.15,\n                \"place\": \"10 km NNW of Pinnacles, CA\",\n                \"time\": 1719144544180,\n                \"updated\": 1719144640918,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025872\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025872&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 20,\n                \"net\": \"nc\",\n                \"code\": \"75025872\",\n                \"ids\": \",nc75025872,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 7,\n                \"dmin\": 0.0823,\n                \"rms\": 0.02,\n                \"gap\": 148,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.2 - 10 km NNW of Pinnacles, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -121.212501525879,\n                    36.6069984436035,\n                    2.14000010490417\n                ]\n            },\n            \"id\": \"nc75025872\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.05,\n                \"place\": \"8 km WSW of Avenal, CA\",\n                \"time\": 1719144211410,\n                \"updated\": 1719144312423,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025867\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025867&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 65,\n                \"net\": \"nc\",\n                \"code\": \"75025867\",\n                \"ids\": \",nc75025867,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 23,\n                \"dmin\": 0.06108,\n                \"rms\": 0.07,\n                \"gap\": 89,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.1 - 8 km WSW of Avenal, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -120.207168579102,\n                    35.9741668701172,\n                    6.40999984741211\n                ]\n            },\n            \"id\": \"nc75025867\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.08,\n                \"place\": \"14 km SW of Thatcher, Utah\",\n                \"time\": 1719144070000,\n                \"updated\": 1719246256540,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/uu80074406\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=uu80074406&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 18,\n                \"net\": \"uu\",\n                \"code\": \"80074406\",\n                \"ids\": \",uu80074406,\",\n                \"sources\": \",uu,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 17,\n                \"dmin\": 0.03536,\n                \"rms\": 0.17,\n                \"gap\": 50,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.1 - 14 km SW of Thatcher, Utah\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -112.3995,\n                    41.5918333333333,\n                    7.29\n                ]\n            },\n            \"id\": \"uu80074406\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.8,\n                \"place\": \"10 km N of Alex, Oklahoma\",\n                \"time\": 1719143943279,\n                \"updated\": 1719270401680,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ok2024mgvg\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ok2024mgvg&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 10,\n                \"net\": \"ok\",\n                \"code\": \"2024mgvg\",\n                \"ids\": \",ok2024mgvg,\",\n                \"sources\": \",ok,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 23,\n                \"dmin\": 0.07918446131,\n                \"rms\": 0.32,\n                \"gap\": 141,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.8 - 10 km N of Alex, Oklahoma\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -97.79633333,\n                    35.00633333,\n                    15.91\n                ]\n            },\n            \"id\": \"ok2024mgvg\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.73,\n                \"place\": \"4 km NNW of Stroud, Oklahoma\",\n                \"time\": 1719143778170,\n                \"updated\": 1719270945981,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ok2024mgve\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ok2024mgve&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 8,\n                \"net\": \"ok\",\n                \"code\": \"2024mgve\",\n                \"ids\": \",ok2024mgve,\",\n                \"sources\": \",ok,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 43,\n                \"dmin\": 0.1565692758,\n                \"rms\": 0.15,\n                \"gap\": 55,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.7 - 4 km NNW of Stroud, Oklahoma\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -96.67916667,\n                    35.78816667,\n                    7.44\n                ]\n            },\n            \"id\": \"ok2024mgve\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.9,\n                \"place\": \"40 km S of Goldfield, Nevada\",\n                \"time\": 1719143610322,\n                \"updated\": 1719143749389,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nn00879836\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nn00879836&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 12,\n                \"net\": \"nn\",\n                \"code\": \"00879836\",\n                \"ids\": \",nn00879836,\",\n                \"sources\": \",nn,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 14,\n                \"dmin\": 0.065,\n                \"rms\": 0.2678,\n                \"gap\": 127.42000000000002,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.9 - 40 km S of Goldfield, Nevada\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.196,\n                    37.3406,\n                    0.8\n                ]\n            },\n            \"id\": \"nn00879836\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.18,\n                \"place\": \"50 km ENE of Adak, Alaska\",\n                \"time\": 1719143175130,\n                \"updated\": 1719256629610,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93175606\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93175606&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93175606\",\n                \"ids\": \",av93175606,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 4,\n                \"dmin\": 0.053,\n                \"rms\": 0.2,\n                \"gap\": 309,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.2 - 50 km ENE of Adak, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -175.977666666667,\n                    52.0771666666667,\n                    4.28\n                ]\n            },\n            \"id\": \"av93175606\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.44,\n                \"place\": \"Rat Islands, Aleutian Islands, Alaska\",\n                \"time\": 1719142862540,\n                \"updated\": 1719266941010,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93175601\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93175601&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93175601\",\n                \"ids\": \",av93175601,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 4,\n                \"dmin\": 0.01362,\n                \"rms\": 0.02,\n                \"gap\": 157,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.4 - Rat Islands, Aleutian Islands, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    178.533,\n                    51.946,\n                    4.17\n                ]\n            },\n            \"id\": \"av93175601\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.95,\n                \"place\": \"7 km N of Big Bear City, CA\",\n                \"time\": 1719142803520,\n                \"updated\": 1719244404194,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40807584\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40807584&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 14,\n                \"net\": \"ci\",\n                \"code\": \"40807584\",\n                \"ids\": \",ci40807584,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 35,\n                \"dmin\": 0.08567,\n                \"rms\": 0.16,\n                \"gap\": 104,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.0 - 7 km N of Big Bear City, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.8461667,\n                    34.3218333,\n                    6.55\n                ]\n            },\n            \"id\": \"ci40807584\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 3.61,\n                \"place\": \"5 km WSW of Laytonville, CA\",\n                \"time\": 1719142727610,\n                \"updated\": 1719287984010,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025862\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025862&format=geojson\",\n                \"felt\": 43,\n                \"cdi\": 3.8,\n                \"mmi\": 3.967,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 217,\n                \"net\": \"nc\",\n                \"code\": \"75025862\",\n                \"ids\": \",nc75025862,us7000mu3r,\",\n                \"sources\": \",nc,us,\",\n                \"types\": \",dyfi,focal-mechanism,moment-tensor,nearby-cities,origin,phase-data,shakemap,\",\n                \"nst\": 50,\n                \"dmin\": 0.03688,\n                \"rms\": 0.14,\n                \"gap\": 92,\n                \"magType\": \"mw\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 3.6 - 5 km WSW of Laytonville, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -123.539,\n                    39.6691666666667,\n                    2.19\n                ]\n            },\n            \"id\": \"nc75025862\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.39,\n                \"place\": \"62 km ENE of Pedro Bay, Alaska\",\n                \"time\": 1719142689110,\n                \"updated\": 1719262056530,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93175591\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93175591&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93175591\",\n                \"ids\": \",av93175591,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 4,\n                \"dmin\": 0.03101,\n                \"rms\": 0.1,\n                \"gap\": 126,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.4 - 62 km ENE of Pedro Bay, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -153.074833333333,\n                    60.0036666666667,\n                    -2.02\n                ]\n            },\n            \"id\": \"av93175591\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.36,\n                \"place\": \"39 km NE of Adak, Alaska\",\n                \"time\": 1719142061560,\n                \"updated\": 1719255866390,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93175586\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93175586&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 2,\n                \"net\": \"av\",\n                \"code\": \"93175586\",\n                \"ids\": \",av93175586,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 6,\n                \"dmin\": 0.0203,\n                \"rms\": 0.43,\n                \"gap\": 144,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.4 - 39 km NE of Adak, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -176.154333333333,\n                    52.0753333333333,\n                    4.85\n                ]\n            },\n            \"id\": \"av93175586\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.73,\n                \"place\": \"6 km SSW of Volcano, Hawaii\",\n                \"time\": 1719142059550,\n                \"updated\": 1719142217000,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74289016\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74289016&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 46,\n                \"net\": \"hv\",\n                \"code\": \"74289016\",\n                \"ids\": \",hv74289016,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 20,\n                \"dmin\": 0.009155,\n                \"rms\": 0.109999999,\n                \"gap\": 68,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.7 - 6 km SSW of Volcano, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.261001586914,\n                    19.3858337402344,\n                    0.490000009536743\n                ]\n            },\n            \"id\": \"hv74289016\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.02,\n                \"place\": \"10 km NW of The Geysers, CA\",\n                \"time\": 1719141673050,\n                \"updated\": 1719141770675,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025857\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025857&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 16,\n                \"net\": \"nc\",\n                \"code\": \"75025857\",\n                \"ids\": \",nc75025857,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 18,\n                \"dmin\": 0.01368,\n                \"rms\": 0.02,\n                \"gap\": 88,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.0 - 10 km NW of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.851829528809,\n                    38.8269996643066,\n                    1.41999995708466\n                ]\n            },\n            \"id\": \"nc75025857\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.5,\n                \"place\": \"55 km S of Whites City, New Mexico\",\n                \"time\": 1719141667267,\n                \"updated\": 1719253635844,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/tx2024mgua\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=tx2024mgua&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 35,\n                \"net\": \"tx\",\n                \"code\": \"2024mgua\",\n                \"ids\": \",tx2024mgua,\",\n                \"sources\": \",tx,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 20,\n                \"dmin\": 0.1,\n                \"rms\": 0.2,\n                \"gap\": 57,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.5 - 55 km S of Whites City, New Mexico\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -104.375,\n                    31.679,\n                    6.0999\n                ]\n            },\n            \"id\": \"tx2024mgua\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.79,\n                \"place\": \"10 km NW of The Geysers, CA\",\n                \"time\": 1719141660740,\n                \"updated\": 1719141755751,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025852\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025852&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 10,\n                \"net\": \"nc\",\n                \"code\": \"75025852\",\n                \"ids\": \",nc75025852,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 16,\n                \"dmin\": 0.003588,\n                \"rms\": 0.03,\n                \"gap\": 96,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.8 - 10 km NW of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.852333068848,\n                    38.8269996643066,\n                    1.46000003814697\n                ]\n            },\n            \"id\": \"nc75025852\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.2,\n                \"place\": \"22 km SSW of Susitna North, Alaska\",\n                \"time\": 1719141569621,\n                \"updated\": 1719141667022,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02481lpmyq\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02481lpmyq&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 22,\n                \"net\": \"ak\",\n                \"code\": \"02481lpmyq\",\n                \"ids\": \",ak02481lpmyq,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.51,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.2 - 22 km SSW of Susitna North, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -150.0096,\n                    61.9754,\n                    31.2\n                ]\n            },\n            \"id\": \"ak02481lpmyq\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.33,\n                \"place\": \"13 km WNW of Anza, CA\",\n                \"time\": 1719141561910,\n                \"updated\": 1719242846767,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40807576\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40807576&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 2,\n                \"net\": \"ci\",\n                \"code\": \"40807576\",\n                \"ids\": \",ci40807576,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 24,\n                \"dmin\": 0.03743,\n                \"rms\": 0.11,\n                \"gap\": 66,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.3 - 13 km WNW of Anza, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.8068333,\n                    33.5823333,\n                    8.68\n                ]\n            },\n            \"id\": \"ci40807576\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 3.2,\n                \"place\": \"266 km SE of Chiniak, Alaska\",\n                \"time\": 1719141547164,\n                \"updated\": 1719142640040,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/us7000mu3p\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=us7000mu3p&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 158,\n                \"net\": \"us\",\n                \"code\": \"7000mu3p\",\n                \"ids\": \",ak02481lpm52,us7000mu3p,\",\n                \"sources\": \",ak,us,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 63,\n                \"dmin\": 2.631,\n                \"rms\": 0.7,\n                \"gap\": 182,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 3.2 - 266 km SE of Chiniak, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -148.7139,\n                    56.2245,\n                    16.675\n                ]\n            },\n            \"id\": \"us7000mu3p\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.96,\n                \"place\": \"6 km SSW of Redlands, CA\",\n                \"time\": 1719141525450,\n                \"updated\": 1719242466493,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40807568\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40807568&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 14,\n                \"net\": \"ci\",\n                \"code\": \"40807568\",\n                \"ids\": \",ci40807568,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 63,\n                \"dmin\": 0.06962,\n                \"rms\": 0.16,\n                \"gap\": 39,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.0 - 6 km SSW of Redlands, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.2156667,\n                    34.0073333,\n                    15.92\n                ]\n            },\n            \"id\": \"ci40807568\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.62,\n                \"place\": \"13 km WNW of Anza, CA\",\n                \"time\": 1719141362470,\n                \"updated\": 1719241950397,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40807560\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40807560&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 6,\n                \"net\": \"ci\",\n                \"code\": \"40807560\",\n                \"ids\": \",ci40807560,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 27,\n                \"dmin\": 0.04004,\n                \"rms\": 0.18,\n                \"gap\": 65,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.6 - 13 km WNW of Anza, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.8103333,\n                    33.583,\n                    8.8\n                ]\n            },\n            \"id\": \"ci40807560\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.09,\n                \"place\": \"8 km NNW of The Geysers, CA\",\n                \"time\": 1719140309880,\n                \"updated\": 1719140406507,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025847\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025847&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 18,\n                \"net\": \"nc\",\n                \"code\": \"75025847\",\n                \"ids\": \",nc75025847,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 19,\n                \"dmin\": 0.009879,\n                \"rms\": 0.01,\n                \"gap\": 52,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.1 - 8 km NNW of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.815498352051,\n                    38.832332611084,\n                    1.92999994754791\n                ]\n            },\n            \"id\": \"nc75025847\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.17,\n                \"place\": \"11 km SE of Townsend, Tennessee\",\n                \"time\": 1719140208830,\n                \"updated\": 1719148475460,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/se60585591\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=se60585591&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 72,\n                \"net\": \"se\",\n                \"code\": \"60585591\",\n                \"ids\": \",se60585591,\",\n                \"sources\": \",se,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 12,\n                \"dmin\": 0.1106,\n                \"rms\": 0.4,\n                \"gap\": 73,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.2 - 11 km SE of Townsend, Tennessee\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -83.6513333333333,\n                    35.6105,\n                    6.29\n                ]\n            },\n            \"id\": \"se60585591\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.99,\n                \"place\": \"38 km NNE of Spencer, Idaho\",\n                \"time\": 1719140182520,\n                \"updated\": 1719149845970,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/mb90055198\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=mb90055198&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 61,\n                \"net\": \"mb\",\n                \"code\": \"90055198\",\n                \"ids\": \",mb90055198,\",\n                \"sources\": \",mb,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 36,\n                \"dmin\": 0.2067,\n                \"rms\": 0.23,\n                \"gap\": 40,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.0 - 38 km NNE of Spencer, Idaho\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -111.9365,\n                    44.6561666666667,\n                    6.85\n                ]\n            },\n            \"id\": \"mb90055198\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.1,\n                \"place\": \"16 km W of Stevens Village, Alaska\",\n                \"time\": 1719139743158,\n                \"updated\": 1719139872960,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02481laksq\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02481laksq&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 19,\n                \"net\": \"ak\",\n                \"code\": \"02481laksq\",\n                \"ids\": \",ak02481laksq,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.62,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.1 - 16 km W of Stevens Village, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -149.4494,\n                    65.9947,\n                    12.1\n                ]\n            },\n            \"id\": \"ak02481laksq\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.5,\n                \"place\": \"42 km E of Denali National Park, Alaska\",\n                \"time\": 1719139116813,\n                \"updated\": 1719139283769,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02481l8aip\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02481l8aip&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 35,\n                \"net\": \"ak\",\n                \"code\": \"02481l8aip\",\n                \"ids\": \",ak02481l8aip,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.81,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.5 - 42 km E of Denali National Park, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -150.8721,\n                    63.5117,\n                    0\n                ]\n            },\n            \"id\": \"ak02481l8aip\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.49,\n                \"place\": \"8 km SE of Lake Henshaw, CA\",\n                \"time\": 1719138967720,\n                \"updated\": 1719151543437,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40807552\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40807552&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 34,\n                \"net\": \"ci\",\n                \"code\": \"40807552\",\n                \"ids\": \",ci40807552,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 78,\n                \"dmin\": 0.058,\n                \"rms\": 0.25,\n                \"gap\": 16,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.5 - 8 km SE of Lake Henshaw, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.7136667,\n                    33.1828333,\n                    8.44\n                ]\n            },\n            \"id\": \"ci40807552\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.93,\n                \"place\": \"7 km NW of The Geysers, CA\",\n                \"time\": 1719138725830,\n                \"updated\": 1719138821189,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025837\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025837&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 13,\n                \"net\": \"nc\",\n                \"code\": \"75025837\",\n                \"ids\": \",nc75025837,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 12,\n                \"dmin\": 0.00984,\n                \"rms\": 0.02,\n                \"gap\": 66,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.9 - 7 km NW of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.823501586914,\n                    38.8176651000977,\n                    2.75999999046326\n                ]\n            },\n            \"id\": \"nc75025837\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.21,\n                \"place\": \"18 km ENE of Thousand Palms, CA\",\n                \"time\": 1719138691780,\n                \"updated\": 1719151582420,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40807544\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40807544&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 23,\n                \"net\": \"ci\",\n                \"code\": \"40807544\",\n                \"ids\": \",ci40807544,\",\n                \"sources\": \",ci,\",\n                \"types\": \",focal-mechanism,nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 53,\n                \"dmin\": 0.04733,\n                \"rms\": 0.17,\n                \"gap\": 52,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.2 - 18 km ENE of Thousand Palms, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.2116667,\n                    33.8903333,\n                    5.82\n                ]\n            },\n            \"id\": \"ci40807544\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.31,\n                \"place\": \"14 km NE of Milford, Utah\",\n                \"time\": 1719137683830,\n                \"updated\": 1719267093210,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/uu80074396\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=uu80074396&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"uu\",\n                \"code\": \"80074396\",\n                \"ids\": \",uu80074396,\",\n                \"sources\": \",uu,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 9,\n                \"dmin\": 0.01345,\n                \"rms\": 0.07,\n                \"gap\": 102,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.3 - 14 km NE of Milford, Utah\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -112.902,\n                    38.4955,\n                    3.21\n                ]\n            },\n            \"id\": \"uu80074396\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.5,\n                \"place\": \"30 km WNW of Nikiski, Alaska\",\n                \"time\": 1719137599778,\n                \"updated\": 1719137795271,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02481l2wax\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02481l2wax&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 35,\n                \"net\": \"ak\",\n                \"code\": \"02481l2wax\",\n                \"ids\": \",ak02481l2wax,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.43,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.5 - 30 km WNW of Nikiski, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -151.8347,\n                    60.7454,\n                    78.6\n                ]\n            },\n            \"id\": \"ak02481l2wax\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.19,\n                \"place\": \"16 km S of Tres Pinos, CA\",\n                \"time\": 1719137139510,\n                \"updated\": 1719137235913,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025832\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025832&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 22,\n                \"net\": \"nc\",\n                \"code\": \"75025832\",\n                \"ids\": \",nc75025832,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 7,\n                \"dmin\": 0.03793,\n                \"rms\": 0.09,\n                \"gap\": 138,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.2 - 16 km S of Tres Pinos, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -121.316665649414,\n                    36.6488342285156,\n                    1.86000001430511\n                ]\n            },\n            \"id\": \"nc75025832\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.61,\n                \"place\": \"1 km ESE of Beaumont, CA\",\n                \"time\": 1719137042340,\n                \"updated\": 1719241683130,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40807536\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40807536&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 6,\n                \"net\": \"ci\",\n                \"code\": \"40807536\",\n                \"ids\": \",ci40807536,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 33,\n                \"dmin\": 0.1676,\n                \"rms\": 0.15,\n                \"gap\": 70,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.6 - 1 km ESE of Beaumont, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.9681667,\n                    33.9276667,\n                    16.82\n                ]\n            },\n            \"id\": \"ci40807536\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.69,\n                \"place\": \"7 km WNW of Cobb, CA\",\n                \"time\": 1719136967510,\n                \"updated\": 1719137065888,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025827\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025827&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 7,\n                \"net\": \"nc\",\n                \"code\": \"75025827\",\n                \"ids\": \",nc75025827,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 7,\n                \"dmin\": 0.013,\n                \"rms\": 0.02,\n                \"gap\": 114,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.7 - 7 km WNW of Cobb, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.806831359863,\n                    38.8361663818359,\n                    2.26999998092651\n                ]\n            },\n            \"id\": \"nc75025827\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2,\n                \"place\": \"67 km NNE of Nikolai, Alaska\",\n                \"time\": 1719136469676,\n                \"updated\": 1719136595660,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02481kq9tj\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02481kq9tj&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 62,\n                \"net\": \"ak\",\n                \"code\": \"02481kq9tj\",\n                \"ids\": \",ak02481kq9tj,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.69,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.0 - 67 km NNE of Nikolai, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -153.7901,\n                    63.5595,\n                    6.8\n                ]\n            },\n            \"id\": \"ak02481kq9tj\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.6,\n                \"place\": \"16 km SW of Floresville, Texas\",\n                \"time\": 1719136112598,\n                \"updated\": 1719247846858,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/tx2024mgqy\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=tx2024mgqy&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 39,\n                \"net\": \"tx\",\n                \"code\": \"2024mgqy\",\n                \"ids\": \",tx2024mgqy,\",\n                \"sources\": \",tx,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 18,\n                \"dmin\": 0.2,\n                \"rms\": 0.2,\n                \"gap\": 98,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.6 - 16 km SW of Floresville, Texas\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -98.26,\n                    29.015,\n                    8.1055\n                ]\n            },\n            \"id\": \"tx2024mgqy\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.83,\n                \"place\": \"4 km N of Newcastle, Oklahoma\",\n                \"time\": 1719135777329,\n                \"updated\": 1719250595980,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ok2024mgqt\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ok2024mgqt&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 52,\n                \"net\": \"ok\",\n                \"code\": \"2024mgqt\",\n                \"ids\": \",ok2024mgqt,\",\n                \"sources\": \",ok,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 72,\n                \"dmin\": 0,\n                \"rms\": 0.24,\n                \"gap\": 32,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.8 - 4 km N of Newcastle, Oklahoma\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -97.594,\n                    35.285,\n                    22.4\n                ]\n            },\n            \"id\": \"ok2024mgqt\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.57,\n                \"place\": \"16 km SW of Thatcher, Utah\",\n                \"time\": 1719135326250,\n                \"updated\": 1719325747180,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/uu80074391\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=uu80074391&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 5,\n                \"net\": \"uu\",\n                \"code\": \"80074391\",\n                \"ids\": \",uu80074391,\",\n                \"sources\": \",uu,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 12,\n                \"dmin\": 0.02877,\n                \"rms\": 0.15,\n                \"gap\": 87,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.6 - 16 km SW of Thatcher, Utah\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -112.402833333333,\n                    41.573,\n                    6.34\n                ]\n            },\n            \"id\": \"uu80074391\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.5,\n                \"place\": \"31 km ESE of Kasilof, Alaska\",\n                \"time\": 1719134950753,\n                \"updated\": 1719136761040,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02481kkvgj\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02481kkvgj&format=geojson\",\n                \"felt\": 1,\n                \"cdi\": 2.2,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 96,\n                \"net\": \"ak\",\n                \"code\": \"02481kkvgj\",\n                \"ids\": \",ak02481kkvgj,us7000mu3f,\",\n                \"sources\": \",ak,us,\",\n                \"types\": \",dyfi,origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.27,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.5 - 31 km ESE of Kasilof, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -150.7849,\n                    60.19,\n                    48.9\n                ]\n            },\n            \"id\": \"ak02481kkvgj\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.66,\n                \"place\": \"8 km NNW of The Geysers, CA\",\n                \"time\": 1719134227160,\n                \"updated\": 1719134326567,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025817\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025817&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 7,\n                \"net\": \"nc\",\n                \"code\": \"75025817\",\n                \"ids\": \",nc75025817,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 9,\n                \"dmin\": 0.008097,\n                \"rms\": 0.11,\n                \"gap\": 86,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.7 - 8 km NNW of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.810333251953,\n                    38.8315010070801,\n                    -0.75\n                ]\n            },\n            \"id\": \"nc75025817\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.61,\n                \"place\": \"7 km WNW of Lofall, Washington\",\n                \"time\": 1719134076760,\n                \"updated\": 1719235463554,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/uw62017971\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=uw62017971&format=geojson\",\n                \"felt\": 11,\n                \"cdi\": 2.7,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 108,\n                \"net\": \"uw\",\n                \"code\": \"62017971\",\n                \"ids\": \",uw62017971,us7000mu3c,\",\n                \"sources\": \",uw,us,\",\n                \"types\": \",dyfi,origin,phase-data,\",\n                \"nst\": 58,\n                \"dmin\": 0.07217,\n                \"rms\": 0.1,\n                \"gap\": 34,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.6 - 7 km WNW of Lofall, Washington\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.747,\n                    47.83716666666667,\n                    21.93\n                ]\n            },\n            \"id\": \"uw62017971\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.21,\n                \"place\": \"4 km WNW of La Parguera, Puerto Rico\",\n                \"time\": 1719134057060,\n                \"updated\": 1719137760010,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/pr71453813\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=pr71453813&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 75,\n                \"net\": \"pr\",\n                \"code\": \"71453813\",\n                \"ids\": \",pr71453813,\",\n                \"sources\": \",pr,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 5,\n                \"dmin\": 0.02774,\n                \"rms\": 0.05,\n                \"gap\": 216,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.2 - 4 km WNW of La Parguera, Puerto Rico\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -67.092,\n                    17.9841666666667,\n                    17.39\n                ]\n            },\n            \"id\": \"pr71453813\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.4,\n                \"place\": \"40 km S of Goldfield, Nevada\",\n                \"time\": 1719133998738,\n                \"updated\": 1719134137314,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nn00879834\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nn00879834&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 2,\n                \"net\": \"nn\",\n                \"code\": \"00879834\",\n                \"ids\": \",nn00879834,\",\n                \"sources\": \",nn,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 12,\n                \"dmin\": 0.073,\n                \"rms\": 0.2853,\n                \"gap\": 205.4,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.4 - 40 km S of Goldfield, Nevada\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.1852,\n                    37.3422,\n                    2.4\n                ]\n            },\n            \"id\": \"nn00879834\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.1,\n                \"place\": \"52 km E of Denali National Park, Alaska\",\n                \"time\": 1719133919342,\n                \"updated\": 1719134586277,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02481kh4bf\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02481kh4bf&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 19,\n                \"net\": \"ak\",\n                \"code\": \"02481kh4bf\",\n                \"ids\": \",ak02481kh4bf,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.29,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.1 - 52 km E of Denali National Park, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -150.6692,\n                    63.5883,\n                    5.5\n                ]\n            },\n            \"id\": \"ak02481kh4bf\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.6,\n                \"place\": \"57 km SSE of Cantwell, Alaska\",\n                \"time\": 1719133449022,\n                \"updated\": 1719133565955,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02481kfifa\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02481kfifa&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 39,\n                \"net\": \"ak\",\n                \"code\": \"02481kfifa\",\n                \"ids\": \",ak02481kfifa,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.52,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.6 - 57 km SSE of Cantwell, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -148.3459,\n                    62.9536,\n                    57.2\n                ]\n            },\n            \"id\": \"ak02481kfifa\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.09,\n                \"place\": \"Rat Islands, Aleutian Islands, Alaska\",\n                \"time\": 1719132893460,\n                \"updated\": 1719266640410,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93175486\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93175486&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93175486\",\n                \"ids\": \",av93175486,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 4,\n                \"dmin\": 0.004463,\n                \"rms\": 0.15,\n                \"gap\": 217,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.1 - Rat Islands, Aleutian Islands, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    178.510666666667,\n                    51.9656666666667,\n                    4.19\n                ]\n            },\n            \"id\": \"av93175486\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.72,\n                \"place\": \"4 km NE of Watonga, Oklahoma\",\n                \"time\": 1719132853939,\n                \"updated\": 1719249714048,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ok2024mgpe\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ok2024mgpe&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 46,\n                \"net\": \"ok\",\n                \"code\": \"2024mgpe\",\n                \"ids\": \",ok2024mgpe,\",\n                \"sources\": \",ok,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 52,\n                \"dmin\": 0,\n                \"rms\": 0.27,\n                \"gap\": 58,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.7 - 4 km NE of Watonga, Oklahoma\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -98.37783333,\n                    35.878,\n                    7.39\n                ]\n            },\n            \"id\": \"ok2024mgpe\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.73,\n                \"place\": \"7 km SSW of Volcano, Hawaii\",\n                \"time\": 1719132001420,\n                \"updated\": 1719132160990,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74288846\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74288846&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 46,\n                \"net\": \"hv\",\n                \"code\": \"74288846\",\n                \"ids\": \",hv74288846,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 15,\n                \"dmin\": 0.004727,\n                \"rms\": 0.119999997,\n                \"gap\": 100,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.7 - 7 km SSW of Volcano, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.253997802734,\n                    19.3815002441406,\n                    0.419999986886978\n                ]\n            },\n            \"id\": \"hv74288846\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.62,\n                \"place\": \"46 km ENE of Pedro Bay, Alaska\",\n                \"time\": 1719131565700,\n                \"updated\": 1719261287000,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93175476\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93175476&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 6,\n                \"net\": \"av\",\n                \"code\": \"93175476\",\n                \"ids\": \",av93175476,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 4,\n                \"dmin\": 0.1344,\n                \"rms\": 0.12,\n                \"gap\": 327,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.6 - 46 km ENE of Pedro Bay, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -153.404833333333,\n                    60.0093333333333,\n                    15.12\n                ]\n            },\n            \"id\": \"av93175476\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.98,\n                \"place\": \"16 km SSE of Glacier, Washington\",\n                \"time\": 1719131444560,\n                \"updated\": 1719171023020,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/uw62017961\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=uw62017961&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 15,\n                \"net\": \"uw\",\n                \"code\": \"62017961\",\n                \"ids\": \",uw62017961,\",\n                \"sources\": \",uw,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 5,\n                \"dmin\": 0.06113,\n                \"rms\": 0.17,\n                \"gap\": 162,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.0 - 16 km SSE of Glacier, Washington\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -121.851,\n                    48.76016666666666,\n                    -0.69\n                ]\n            },\n            \"id\": \"uw62017961\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.19,\n                \"place\": \"9 km ESE of Big Bear City, CA\",\n                \"time\": 1719131242070,\n                \"updated\": 1719151645550,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40807520\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40807520&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 22,\n                \"net\": \"ci\",\n                \"code\": \"40807520\",\n                \"ids\": \",ci40807520,\",\n                \"sources\": \",ci,\",\n                \"types\": \",focal-mechanism,nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 51,\n                \"dmin\": 0.1408,\n                \"rms\": 0.15,\n                \"gap\": 35,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.2 - 9 km ESE of Big Bear City, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.7528333,\n                    34.2403333,\n                    6.01\n                ]\n            },\n            \"id\": \"ci40807520\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.69,\n                \"place\": \"3 km S of Pāhala, Hawaii\",\n                \"time\": 1719131065460,\n                \"updated\": 1719258085800,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74288826\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74288826&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 44,\n                \"net\": \"hv\",\n                \"code\": \"74288826\",\n                \"ids\": \",hv74288826,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 30,\n                \"dmin\": 0.02593,\n                \"rms\": 0.1,\n                \"gap\": 92,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.7 - 3 km S of Pāhala, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.482833333333,\n                    19.1725,\n                    30.41\n                ]\n            },\n            \"id\": \"hv74288826\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 4.2,\n                \"place\": \"18 km SW of Palaióchora, Greece\",\n                \"time\": 1719130440840,\n                \"updated\": 1719142571040,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/us7000mu34\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=us7000mu34&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 271,\n                \"net\": \"us\",\n                \"code\": \"7000mu34\",\n                \"ids\": \",us7000mu34,\",\n                \"sources\": \",us,\",\n                \"types\": \",moment-tensor,origin,phase-data,\",\n                \"nst\": 31,\n                \"dmin\": 1.107,\n                \"rms\": 0.88,\n                \"gap\": 190,\n                \"magType\": \"mwr\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 4.2 - 18 km SW of Palaióchora, Greece\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    23.5577,\n                    35.1019,\n                    24.008\n                ]\n            },\n            \"id\": \"us7000mu34\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.7,\n                \"place\": \"3 km SE of Ninilchik, Alaska\",\n                \"time\": 1719129936476,\n                \"updated\": 1719130078409,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02481jucnj\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02481jucnj&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 44,\n                \"net\": \"ak\",\n                \"code\": \"02481jucnj\",\n                \"ids\": \",ak02481jucnj,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.76,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.7 - 3 km SE of Ninilchik, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -151.63,\n                    60.025,\n                    56.6\n                ]\n            },\n            \"id\": \"ak02481jucnj\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.77,\n                \"place\": \"28 km NE of Milford, Utah\",\n                \"time\": 1719129905700,\n                \"updated\": 1719239002930,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/uu80074386\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=uu80074386&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 9,\n                \"net\": \"uu\",\n                \"code\": \"80074386\",\n                \"ids\": \",uu80074386,\",\n                \"sources\": \",uu,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 11,\n                \"dmin\": 0.07027,\n                \"rms\": 0.05,\n                \"gap\": 164,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.8 - 28 km NE of Milford, Utah\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -112.765166666667,\n                    38.5641666666667,\n                    3.85\n                ]\n            },\n            \"id\": \"uu80074386\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.2,\n                \"place\": \"19 km ENE of Hilltop, Texas\",\n                \"time\": 1719129776249,\n                \"updated\": 1719240973756,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/tx2024mgnm\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=tx2024mgnm&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 74,\n                \"net\": \"tx\",\n                \"code\": \"2024mgnm\",\n                \"ids\": \",tx2024mgnm,\",\n                \"sources\": \",tx,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 20,\n                \"dmin\": 0.3,\n                \"rms\": 0.2,\n                \"gap\": 71,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.2 - 19 km ENE of Hilltop, Texas\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -98.98,\n                    28.728,\n                    3.1006\n                ]\n            },\n            \"id\": \"tx2024mgnm\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 3.8,\n                \"place\": \"121 km E of Chalkyitsik, Alaska\",\n                \"time\": 1719129562208,\n                \"updated\": 1719263935040,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/us7000mu33\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=us7000mu33&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": 3.688,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 222,\n                \"net\": \"us\",\n                \"code\": \"7000mu33\",\n                \"ids\": \",us7000mu33,ak02481jkgno,\",\n                \"sources\": \",us,ak,\",\n                \"types\": \",moment-tensor,origin,phase-data,shakemap,\",\n                \"nst\": 38,\n                \"dmin\": 1.041,\n                \"rms\": 0.87,\n                \"gap\": 137,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 3.8 - 121 km E of Chalkyitsik, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -140.9865,\n                    66.6084,\n                    10.019\n                ]\n            },\n            \"id\": \"us7000mu33\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1,\n                \"place\": \"6 km SSE of Soda Springs, California\",\n                \"time\": 1719129090133,\n                \"updated\": 1719189135564,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nn00879863\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nn00879863&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 15,\n                \"net\": \"nn\",\n                \"code\": \"00879863\",\n                \"ids\": \",nn00879863,\",\n                \"sources\": \",nn,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 8,\n                \"dmin\": 0.246,\n                \"rms\": 0.1858,\n                \"gap\": 214.63,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.0 - 6 km SSE of Soda Springs, California\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -120.3531,\n                    39.2708,\n                    13\n                ]\n            },\n            \"id\": \"nn00879863\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.5,\n                \"place\": \"40 km SSE of Mammoth, Wyoming\",\n                \"time\": 1719129037280,\n                \"updated\": 1719238768230,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/uu80074376\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=uu80074376&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 4,\n                \"net\": \"uu\",\n                \"code\": \"80074376\",\n                \"ids\": \",uu80074376,\",\n                \"sources\": \",uu,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 9,\n                \"dmin\": 0.06641,\n                \"rms\": 0.1,\n                \"gap\": 120,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.5 - 40 km SSE of Mammoth, Wyoming\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -110.455166666667,\n                    44.6598333333333,\n                    3.03\n                ]\n            },\n            \"id\": \"uu80074376\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 3.21,\n                \"place\": \"100 km NNE of Vieques, Puerto Rico\",\n                \"time\": 1719128970050,\n                \"updated\": 1719131697440,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/pr71453808\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=pr71453808&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 159,\n                \"net\": \"pr\",\n                \"code\": \"71453808\",\n                \"ids\": \",pr71453808,\",\n                \"sources\": \",pr,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 5,\n                \"dmin\": 1.115,\n                \"rms\": 0.47,\n                \"gap\": 260,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 3.2 - 100 km NNE of Vieques, Puerto Rico\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -65.416,\n                    19.2461666666667,\n                    76.16\n                ]\n            },\n            \"id\": \"pr71453808\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.03,\n                \"place\": \"16 km E of Ocotillo Wells, CA\",\n                \"time\": 1719128944550,\n                \"updated\": 1719241233752,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40807504\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40807504&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 16,\n                \"net\": \"ci\",\n                \"code\": \"40807504\",\n                \"ids\": \",ci40807504,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 43,\n                \"dmin\": 0.0289,\n                \"rms\": 0.21,\n                \"gap\": 65,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.0 - 16 km E of Ocotillo Wells, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -115.9625,\n                    33.1475,\n                    5.4\n                ]\n            },\n            \"id\": \"ci40807504\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 5.2,\n                \"place\": \"42 km NNE of Yelizovo, Russia\",\n                \"time\": 1719128740249,\n                \"updated\": 1719134508040,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/us7000mu31\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=us7000mu31&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 416,\n                \"net\": \"us\",\n                \"code\": \"7000mu31\",\n                \"ids\": \",usauto7000mu31,us7000mu31,\",\n                \"sources\": \",usauto,us,\",\n                \"types\": \",internal-moment-tensor,moment-tensor,origin,phase-data,\",\n                \"nst\": 109,\n                \"dmin\": 0.727,\n                \"rms\": 0.71,\n                \"gap\": 42,\n                \"magType\": \"mww\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 5.2 - 42 km NNE of Yelizovo, Russia\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    158.7042,\n                    53.5135,\n                    131.112\n                ]\n            },\n            \"id\": \"us7000mu31\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.7,\n                \"place\": \"13 km ENE of Glacier View, Alaska\",\n                \"time\": 1719128269755,\n                \"updated\": 1719128957319,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02481jfswh\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02481jfswh&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 8,\n                \"net\": \"ak\",\n                \"code\": \"02481jfswh\",\n                \"ids\": \",ak02481jfswh,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.74,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.7 - 13 km ENE of Glacier View, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -147.41,\n                    61.8332,\n                    32.9\n                ]\n            },\n            \"id\": \"ak02481jfswh\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.3,\n                \"place\": \"51 km ESE of Beatty, Nevada\",\n                \"time\": 1719127969356,\n                \"updated\": 1719128076573,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nn00879828\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nn00879828&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"nn\",\n                \"code\": \"00879828\",\n                \"ids\": \",nn00879828,\",\n                \"sources\": \",nn,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 12,\n                \"dmin\": 0.037,\n                \"rms\": 0.2895,\n                \"gap\": 80,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.3 - 51 km ESE of Beatty, Nevada\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.1958,\n                    36.7982,\n                    2.3\n                ]\n            },\n            \"id\": \"nn00879828\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.6,\n                \"place\": \"43 km SSE of Goldfield, Nevada\",\n                \"time\": 1719126798210,\n                \"updated\": 1719126931108,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nn00879825\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nn00879825&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 6,\n                \"net\": \"nn\",\n                \"code\": \"00879825\",\n                \"ids\": \",nn00879825,\",\n                \"sources\": \",nn,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 9,\n                \"dmin\": 0.519,\n                \"rms\": 0.3405,\n                \"gap\": 205.37,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.6 - 43 km SSE of Goldfield, Nevada\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.0114,\n                    37.3562,\n                    1.4\n                ]\n            },\n            \"id\": \"nn00879825\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.05,\n                \"place\": \"7 km NW of Wakita, Oklahoma\",\n                \"time\": 1719126643909,\n                \"updated\": 1719272112349,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ok2024mglt\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ok2024mglt&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 17,\n                \"net\": \"ok\",\n                \"code\": \"2024mglt\",\n                \"ids\": \",ok2024mglt,\",\n                \"sources\": \",ok,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 56,\n                \"dmin\": 0.1286747496,\n                \"rms\": 0.27,\n                \"gap\": 92,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.1 - 7 km NW of Wakita, Oklahoma\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -97.98716667,\n                    36.9295,\n                    5.75\n                ]\n            },\n            \"id\": \"ok2024mglt\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.3,\n                \"place\": \"29 km N of Paxson, Alaska\",\n                \"time\": 1719126473874,\n                \"updated\": 1719126586283,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02481j9dtn\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02481j9dtn&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 81,\n                \"net\": \"ak\",\n                \"code\": \"02481j9dtn\",\n                \"ids\": \",ak02481j9dtn,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.48,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.3 - 29 km N of Paxson, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -145.5358,\n                    63.3495,\n                    0\n                ]\n            },\n            \"id\": \"ak02481j9dtn\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.18,\n                \"place\": \"6 km SSW of Volcano, Hawaii\",\n                \"time\": 1719126032330,\n                \"updated\": 1719254838510,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74288746\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74288746&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 73,\n                \"net\": \"hv\",\n                \"code\": \"74288746\",\n                \"ids\": \",hv74288746,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 34,\n                \"dmin\": 0.005036,\n                \"rms\": 0.1,\n                \"gap\": 46,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.2 - 6 km SSW of Volcano, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.255,\n                    19.3891666666667,\n                    0.56\n                ]\n            },\n            \"id\": \"hv74288746\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.2,\n                \"place\": \"52 km SSE of Denali National Park, Alaska\",\n                \"time\": 1719126018605,\n                \"updated\": 1719126128032,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02481j7t38\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02481j7t38&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 22,\n                \"net\": \"ak\",\n                \"code\": \"02481j7t38\",\n                \"ids\": \",ak02481j7t38,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.35,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.2 - 52 km SSE of Denali National Park, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -151.361,\n                    63.0962,\n                    0\n                ]\n            },\n            \"id\": \"ak02481j7t38\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.12,\n                \"place\": \"37 km S of Morton, Washington\",\n                \"time\": 1719125889920,\n                \"updated\": 1719166774010,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/uw62017946\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=uw62017946&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"uw\",\n                \"code\": \"62017946\",\n                \"ids\": \",uw62017946,\",\n                \"sources\": \",uw,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 8,\n                \"dmin\": 0.02117,\n                \"rms\": 0.06,\n                \"gap\": 155,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.1 - 37 km S of Morton, Washington\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.201,\n                    46.223,\n                    6.71\n                ]\n            },\n            \"id\": \"uw62017946\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.45,\n                \"place\": \"5 km NE of Watonga, Oklahoma\",\n                \"time\": 1719125699689,\n                \"updated\": 1719272605748,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ok2024mglf\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ok2024mglf&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 32,\n                \"net\": \"ok\",\n                \"code\": \"2024mglf\",\n                \"ids\": \",ok2024mglf,\",\n                \"sources\": \",ok,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 34,\n                \"dmin\": 0.07198587392,\n                \"rms\": 0.27,\n                \"gap\": 56,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.5 - 5 km NE of Watonga, Oklahoma\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -98.3655,\n                    35.87966667,\n                    7.1\n                ]\n            },\n            \"id\": \"ok2024mglf\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.94,\n                \"place\": \"Oklahoma\",\n                \"time\": 1719125073840,\n                \"updated\": 1719273055299,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ok2024mgkw\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ok2024mgkw&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 14,\n                \"net\": \"ok\",\n                \"code\": \"2024mgkw\",\n                \"ids\": \",ok2024mgkw,\",\n                \"sources\": \",ok,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 24,\n                \"dmin\": 0.3446323714,\n                \"rms\": 0.22,\n                \"gap\": 139,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.9 - Oklahoma\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -96.988,\n                    34.298,\n                    2.63\n                ]\n            },\n            \"id\": \"ok2024mgkw\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.6,\n                \"place\": \"204 km W of Ferndale, California\",\n                \"time\": 1719124818410,\n                \"updated\": 1719188941108,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/us7000mu2u\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=us7000mu2u&format=geojson\",\n                \"felt\": 1,\n                \"cdi\": 2.7,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 104,\n                \"net\": \"us\",\n                \"code\": \"7000mu2u\",\n                \"ids\": \",us7000mu2u,nc75025802,\",\n                \"sources\": \",us,nc,\",\n                \"types\": \",dyfi,nearby-cities,origin,phase-data,\",\n                \"nst\": 39,\n                \"dmin\": 1.951,\n                \"rms\": 0.7,\n                \"gap\": 256,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.6 - 204 km W of Ferndale, California\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -126.6753,\n                    40.4992,\n                    10\n                ]\n            },\n            \"id\": \"us7000mu2u\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.15,\n                \"place\": \"39 km NE of Adak, Alaska\",\n                \"time\": 1719124723550,\n                \"updated\": 1719250921760,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93175411\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93175411&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93175411\",\n                \"ids\": \",av93175411,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 5,\n                \"dmin\": 0.03333,\n                \"rms\": 0.29,\n                \"gap\": 273,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.2 - 39 km NE of Adak, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -176.177333333333,\n                    52.0825,\n                    1.08\n                ]\n            },\n            \"id\": \"av93175411\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.53,\n                \"place\": \"14 km ESE of Livingston, Montana\",\n                \"time\": 1719124682550,\n                \"updated\": 1719296788351,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/mb90055173\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=mb90055173&format=geojson\",\n                \"felt\": 1,\n                \"cdi\": 2,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 99,\n                \"net\": \"mb\",\n                \"code\": \"90055173\",\n                \"ids\": \",mb90055173,\",\n                \"sources\": \",mb,\",\n                \"types\": \",dyfi,origin,phase-data,\",\n                \"nst\": 46,\n                \"dmin\": 0.01997,\n                \"rms\": 0.27,\n                \"gap\": 92,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.5 - 14 km ESE of Livingston, Montana\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -110.382166666667,\n                    45.6305,\n                    5.09\n                ]\n            },\n            \"id\": \"mb90055173\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.2,\n                \"place\": \"39 km S of Goldfield, Nevada\",\n                \"time\": 1719124372147,\n                \"updated\": 1719269782049,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nn00879823\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nn00879823&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 22,\n                \"net\": \"nn\",\n                \"code\": \"00879823\",\n                \"ids\": \",nn00879823,\",\n                \"sources\": \",nn,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 20,\n                \"dmin\": 0.083,\n                \"rms\": 0.1528,\n                \"gap\": 98.20000000000005,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.2 - 39 km S of Goldfield, Nevada\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.1871,\n                    37.3586,\n                    3.7\n                ]\n            },\n            \"id\": \"nn00879823\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.41,\n                \"place\": \"5 km SE of Redlands, CA\",\n                \"time\": 1719124137620,\n                \"updated\": 1719151648420,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40807488\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40807488&format=geojson\",\n                \"felt\": 0,\n                \"cdi\": 1,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 31,\n                \"net\": \"ci\",\n                \"code\": \"40807488\",\n                \"ids\": \",ci40807488,\",\n                \"sources\": \",ci,\",\n                \"types\": \",dyfi,focal-mechanism,nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 83,\n                \"dmin\": 0.03508,\n                \"rms\": 0.16,\n                \"gap\": 33,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.4 - 5 km SE of Redlands, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.1516667,\n                    34.0225,\n                    15.18\n                ]\n            },\n            \"id\": \"ci40807488\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.9,\n                \"place\": \"64 km WNW of Happy Valley, Alaska\",\n                \"time\": 1719124078513,\n                \"updated\": 1719126366040,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02481is8wb\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02481is8wb&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 56,\n                \"net\": \"ak\",\n                \"code\": \"02481is8wb\",\n                \"ids\": \",us7000mu2s,ak02481is8wb,\",\n                \"sources\": \",us,ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.22,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.9 - 64 km WNW of Happy Valley, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -152.8576,\n                    60.0646,\n                    118.7\n                ]\n            },\n            \"id\": \"ak02481is8wb\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.99,\n                \"place\": \"16 km E of Ocotillo Wells, CA\",\n                \"time\": 1719124043950,\n                \"updated\": 1719240760287,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40807480\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40807480&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 15,\n                \"net\": \"ci\",\n                \"code\": \"40807480\",\n                \"ids\": \",ci40807480,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 36,\n                \"dmin\": 0.02769,\n                \"rms\": 0.2,\n                \"gap\": 66,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.0 - 16 km E of Ocotillo Wells, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -115.9618333,\n                    33.1491667,\n                    5.49\n                ]\n            },\n            \"id\": \"ci40807480\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.54,\n                \"place\": \"22 km ESE of Little Lake, CA\",\n                \"time\": 1719123951740,\n                \"updated\": 1719240411008,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40807472\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40807472&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 36,\n                \"net\": \"ci\",\n                \"code\": \"40807472\",\n                \"ids\": \",ci40807472,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 27,\n                \"dmin\": 0.08556,\n                \"rms\": 0.14,\n                \"gap\": 114,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.5 - 22 km ESE of Little Lake, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.6795,\n                    35.8655,\n                    7.87\n                ]\n            },\n            \"id\": \"ci40807472\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.09,\n                \"place\": \"9 km NW of The Geysers, CA\",\n                \"time\": 1719123944950,\n                \"updated\": 1719124309993,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025797\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025797&format=geojson\",\n                \"felt\": 1,\n                \"cdi\": 0,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 18,\n                \"net\": \"nc\",\n                \"code\": \"75025797\",\n                \"ids\": \",nc75025797,\",\n                \"sources\": \",nc,\",\n                \"types\": \",dyfi,nearby-cities,origin,phase-data,\",\n                \"nst\": 22,\n                \"dmin\": 0.005597,\n                \"rms\": 0.01,\n                \"gap\": 63,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.1 - 9 km NW of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.83366394043,\n                    38.8331680297852,\n                    1.6599999666214\n                ]\n            },\n            \"id\": \"nc75025797\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.86,\n                \"place\": \"5 km SE of Redlands, CA\",\n                \"time\": 1719123600570,\n                \"updated\": 1719331651709,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40807464\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40807464&format=geojson\",\n                \"felt\": 94,\n                \"cdi\": 3.8,\n                \"mmi\": 2.564,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 162,\n                \"net\": \"ci\",\n                \"code\": \"40807464\",\n                \"ids\": \",ci40807464,us7000mu2r,\",\n                \"sources\": \",ci,us,\",\n                \"types\": \",dyfi,focal-mechanism,nearby-cities,origin,phase-data,scitech-link,shakemap,\",\n                \"nst\": 145,\n                \"dmin\": 0.03367,\n                \"rms\": 0.18,\n                \"gap\": 19,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.9 - 5 km SE of Redlands, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.15,\n                    34.0228333,\n                    14.81\n                ]\n            },\n            \"id\": \"ci40807464\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.1,\n                \"place\": \"40 km S of Goldfield, Nevada\",\n                \"time\": 1719123468976,\n                \"updated\": 1719268581018,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nn00879819\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nn00879819&format=geojson\",\n                \"felt\": 1,\n                \"cdi\": 0,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 19,\n                \"net\": \"nn\",\n                \"code\": \"00879819\",\n                \"ids\": \",nn00879819,\",\n                \"sources\": \",nn,\",\n                \"types\": \",dyfi,origin,phase-data,\",\n                \"nst\": 18,\n                \"dmin\": 0.07,\n                \"rms\": 0.175,\n                \"gap\": 142.90000000000003,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.1 - 40 km S of Goldfield, Nevada\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.192,\n                    37.3434,\n                    4.9\n                ]\n            },\n            \"id\": \"nn00879819\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.3,\n                \"place\": \"42 km S of Goldfield, Nevada\",\n                \"time\": 1719123213742,\n                \"updated\": 1719267920444,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nn00879817\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nn00879817&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 26,\n                \"net\": \"nn\",\n                \"code\": \"00879817\",\n                \"ids\": \",nn00879817,\",\n                \"sources\": \",nn,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 23,\n                \"dmin\": 0.061,\n                \"rms\": 0.2045,\n                \"gap\": 95.03000000000003,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.3 - 42 km S of Goldfield, Nevada\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.194,\n                    37.3309,\n                    4.8\n                ]\n            },\n            \"id\": \"nn00879817\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.22,\n                \"place\": \"39 km NNE of Amboy, Washington\",\n                \"time\": 1719123044640,\n                \"updated\": 1719124825190,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/uw62017921\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=uw62017921&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 1,\n                \"net\": \"uw\",\n                \"code\": \"62017921\",\n                \"ids\": \",uw62017921,\",\n                \"sources\": \",uw,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 8,\n                \"dmin\": 0.04049,\n                \"rms\": 0.07,\n                \"gap\": 127,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.2 - 39 km NNE of Amboy, Washington\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.1815,\n                    46.20916666666667,\n                    6.83\n                ]\n            },\n            \"id\": \"uw62017921\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.5,\n                \"place\": \"17 km WSW of Schurz, Nevada\",\n                \"time\": 1719122361035,\n                \"updated\": 1719177195937,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nn00879860\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nn00879860&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 96,\n                \"net\": \"nn\",\n                \"code\": \"00879860\",\n                \"ids\": \",nn00879860,\",\n                \"sources\": \",nn,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 21,\n                \"dmin\": 0.24,\n                \"rms\": 0.0976,\n                \"gap\": 56.72999999999996,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.5 - 17 km WSW of Schurz, Nevada\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -118.988,\n                    38.8726,\n                    12.6\n                ]\n            },\n            \"id\": \"nn00879860\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.3,\n                \"place\": \"42 km S of Goldfield, Nevada\",\n                \"time\": 1719122166415,\n                \"updated\": 1719174972334,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nn00879808\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nn00879808&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 26,\n                \"net\": \"nn\",\n                \"code\": \"00879808\",\n                \"ids\": \",nn00879808,\",\n                \"sources\": \",nn,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 33,\n                \"dmin\": 0.065,\n                \"rms\": 0.1207,\n                \"gap\": 87.4,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.3 - 42 km S of Goldfield, Nevada\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.1878,\n                    37.3286,\n                    6.2\n                ]\n            },\n            \"id\": \"nn00879808\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.8,\n                \"place\": \"42 km ENE of Maneadero, B.C., MX\",\n                \"time\": 1719121569380,\n                \"updated\": 1719240196988,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40807440\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40807440&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 50,\n                \"net\": \"ci\",\n                \"code\": \"40807440\",\n                \"ids\": \",ci40807440,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 13,\n                \"dmin\": 0.2562,\n                \"rms\": 0.22,\n                \"gap\": 78,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.8 - 42 km ENE of Maneadero, B.C., MX\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.1386667,\n                    31.8058333,\n                    16.95\n                ]\n            },\n            \"id\": \"ci40807440\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.15,\n                \"place\": \"3 km E of Hayward, CA\",\n                \"time\": 1719121291150,\n                \"updated\": 1719189423956,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025782\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025782&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 20,\n                \"net\": \"nc\",\n                \"code\": \"75025782\",\n                \"ids\": \",nc75025782,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 32,\n                \"dmin\": 0.01747,\n                \"rms\": 0.07,\n                \"gap\": 65,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.2 - 3 km E of Hayward, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.0465,\n                    37.6441666666667,\n                    4.94\n                ]\n            },\n            \"id\": \"nc75025782\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.05,\n                \"place\": \"15 km ENE of Coachella, CA\",\n                \"time\": 1719120495250,\n                \"updated\": 1719239997963,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40807432\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40807432&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 17,\n                \"net\": \"ci\",\n                \"code\": \"40807432\",\n                \"ids\": \",ci40807432,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 45,\n                \"dmin\": 0.09109,\n                \"rms\": 0.15,\n                \"gap\": 55,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.1 - 15 km ENE of Coachella, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.03,\n                    33.7401667,\n                    2.97\n                ]\n            },\n            \"id\": \"ci40807432\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.9,\n                \"place\": \"11 km NNE of Four Mile Road, Alaska\",\n                \"time\": 1719120071056,\n                \"updated\": 1719120223690,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02481i5fbi\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02481i5fbi&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 12,\n                \"net\": \"ak\",\n                \"code\": \"02481i5fbi\",\n                \"ids\": \",ak02481i5fbi,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 1.47,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.9 - 11 km NNE of Four Mile Road, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -149.0549,\n                    64.6989,\n                    10.2\n                ]\n            },\n            \"id\": \"ak02481i5fbi\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.17,\n                \"place\": \"6 km NW of Mira Loma, CA\",\n                \"time\": 1719119901510,\n                \"updated\": 1719176410720,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40807424\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40807424&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 21,\n                \"net\": \"ci\",\n                \"code\": \"40807424\",\n                \"ids\": \",ci40807424,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 52,\n                \"dmin\": 0.0232,\n                \"rms\": 0.15,\n                \"gap\": 62,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.2 - 6 km NW of Mira Loma, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.5651667,\n                    34.0276667,\n                    10.8\n                ]\n            },\n            \"id\": \"ci40807424\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.3,\n                \"place\": \"40 km SE of Alamo, Nevada\",\n                \"time\": 1719119890155,\n                \"updated\": 1719181785494,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nn00879805\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nn00879805&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 81,\n                \"net\": \"nn\",\n                \"code\": \"00879805\",\n                \"ids\": \",nn00879805,\",\n                \"sources\": \",nn,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 29,\n                \"dmin\": 0.353,\n                \"rms\": 0.1185,\n                \"gap\": 94.30999999999999,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.3 - 40 km SE of Alamo, Nevada\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -114.8773,\n                    37.0818,\n                    7\n                ]\n            },\n            \"id\": \"nn00879805\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.4,\n                \"place\": \"34 km ENE of Stevens Village, Alaska\",\n                \"time\": 1719119120257,\n                \"updated\": 1719119277939,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02481i20l5\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02481i20l5&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 30,\n                \"net\": \"ak\",\n                \"code\": \"02481i20l5\",\n                \"ids\": \",ak02481i20l5,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.96,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.4 - 34 km ENE of Stevens Village, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -148.3639,\n                    66.0932,\n                    8.6\n                ]\n            },\n            \"id\": \"ak02481i20l5\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.81,\n                \"place\": \"12 km ENE of Ocotillo Wells, CA\",\n                \"time\": 1719119015120,\n                \"updated\": 1719175898387,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40807408\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40807408&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 10,\n                \"net\": \"ci\",\n                \"code\": \"40807408\",\n                \"ids\": \",ci40807408,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 38,\n                \"dmin\": 0.02971,\n                \"rms\": 0.19,\n                \"gap\": 68,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.8 - 12 km ENE of Ocotillo Wells, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.0131667,\n                    33.1733333,\n                    7.24\n                ]\n            },\n            \"id\": \"ci40807408\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.3,\n                \"place\": \"13 km NNE of Fritz Creek, Alaska\",\n                \"time\": 1719119005140,\n                \"updated\": 1719119153967,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02481i1lj6\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02481i1lj6&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 26,\n                \"net\": \"ak\",\n                \"code\": \"02481i1lj6\",\n                \"ids\": \",ak02481i1lj6,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.25,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.3 - 13 km NNE of Fritz Creek, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -151.211,\n                    59.8451,\n                    51.5\n                ]\n            },\n            \"id\": \"ak02481i1lj6\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.44,\n                \"place\": \"26 km SW of Laguna Beach, CA\",\n                \"time\": 1719118785510,\n                \"updated\": 1719172033196,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40807400\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40807400&format=geojson\",\n                \"felt\": 1,\n                \"cdi\": 1,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 32,\n                \"net\": \"ci\",\n                \"code\": \"40807400\",\n                \"ids\": \",ci40807400,\",\n                \"sources\": \",ci,\",\n                \"types\": \",dyfi,nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 33,\n                \"dmin\": 0.2636,\n                \"rms\": 0.26,\n                \"gap\": 112,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.4 - 26 km SW of Laguna Beach, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.986,\n                    33.3865,\n                    5.6\n                ]\n            },\n            \"id\": \"ci40807400\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 4.9,\n                \"place\": \"242 km SE of Pondaguitan, Philippines\",\n                \"time\": 1719118253661,\n                \"updated\": 1719119535040,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/us7000mu2i\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=us7000mu2i&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 369,\n                \"net\": \"us\",\n                \"code\": \"7000mu2i\",\n                \"ids\": \",us7000mu2i,\",\n                \"sources\": \",us,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 63,\n                \"dmin\": 3.096,\n                \"rms\": 1.03,\n                \"gap\": 85,\n                \"magType\": \"mb\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 4.9 - 242 km SE of Pondaguitan, Philippines\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    127.7082,\n                    4.7957,\n                    81.75\n                ]\n            },\n            \"id\": \"us7000mu2i\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.54,\n                \"place\": \"9 km E of Puebla, B.C., MX\",\n                \"time\": 1719118167500,\n                \"updated\": 1719168896698,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40807384\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40807384&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 36,\n                \"net\": \"ci\",\n                \"code\": \"40807384\",\n                \"ids\": \",ci40807384,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 20,\n                \"dmin\": 0.1623,\n                \"rms\": 0.25,\n                \"gap\": 51,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.5 - 9 km E of Puebla, B.C., MX\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -115.2578333,\n                    32.551,\n                    24.17\n                ]\n            },\n            \"id\": \"ci40807384\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.73,\n                \"place\": \"9 km NNW of Anza, CA\",\n                \"time\": 1719117984570,\n                \"updated\": 1719151771780,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40807376\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40807376&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 8,\n                \"net\": \"ci\",\n                \"code\": \"40807376\",\n                \"ids\": \",ci40807376,\",\n                \"sources\": \",ci,\",\n                \"types\": \",focal-mechanism,nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 37,\n                \"dmin\": 0.05028,\n                \"rms\": 0.14,\n                \"gap\": 73,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.7 - 9 km NNW of Anza, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.7215,\n                    33.6293333,\n                    15.81\n                ]\n            },\n            \"id\": \"ci40807376\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.1,\n                \"place\": \"46 km ESE of Beatty, Nevada\",\n                \"time\": 1719117683960,\n                \"updated\": 1719188763721,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nn00879862\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nn00879862&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"nn\",\n                \"code\": \"00879862\",\n                \"ids\": \",nn00879862,\",\n                \"sources\": \",nn,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 17,\n                \"dmin\": 0.007,\n                \"rms\": 0.0809,\n                \"gap\": 83.60000000000001,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.1 - 46 km ESE of Beatty, Nevada\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.2807,\n                    36.7406,\n                    8.9\n                ]\n            },\n            \"id\": \"nn00879862\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1,\n                \"place\": \"38 km SW of Ferry, Alaska\",\n                \"time\": 1719117550325,\n                \"updated\": 1719117651658,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02481hnuk8\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02481hnuk8&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 15,\n                \"net\": \"ak\",\n                \"code\": \"02481hnuk8\",\n                \"ids\": \",ak02481hnuk8,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.41,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.0 - 38 km SW of Ferry, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -149.755,\n                    63.8172,\n                    6.5\n                ]\n            },\n            \"id\": \"ak02481hnuk8\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.39,\n                \"place\": \"1 km WSW of Pāhala, Hawaii\",\n                \"time\": 1719117533540,\n                \"updated\": 1719117692990,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74288656\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74288656&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 88,\n                \"net\": \"hv\",\n                \"code\": \"74288656\",\n                \"ids\": \",hv74288656,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 56,\n                \"dmin\": 0.04938,\n                \"rms\": 0.119999997,\n                \"gap\": 74,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.4 - 1 km WSW of Pāhala, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.488662719727,\n                    19.1981658935547,\n                    31.5599994659424\n                ]\n            },\n            \"id\": \"hv74288656\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.78,\n                \"place\": \"17 km ESE of Willows, CA\",\n                \"time\": 1719117300800,\n                \"updated\": 1719117424434,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025762\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025762&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 119,\n                \"net\": \"nc\",\n                \"code\": \"75025762\",\n                \"ids\": \",nc75025762,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 15,\n                \"dmin\": 0.1159,\n                \"rms\": 0.19,\n                \"gap\": 70,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.8 - 17 km ESE of Willows, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -121.997001647949,\n                    39.4990005493164,\n                    24.2000007629395\n                ]\n            },\n            \"id\": \"nc75025762\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.59,\n                \"place\": \"9 km NNW of Anza, CA\",\n                \"time\": 1719117217920,\n                \"updated\": 1719167927610,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40807368\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40807368&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 5,\n                \"net\": \"ci\",\n                \"code\": \"40807368\",\n                \"ids\": \",ci40807368,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 38,\n                \"dmin\": 0.04714,\n                \"rms\": 0.13,\n                \"gap\": 40,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.6 - 9 km NNW of Anza, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.7248333,\n                    33.6276667,\n                    16.08\n                ]\n            },\n            \"id\": \"ci40807368\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.22,\n                \"place\": \"9 km NNW of Anza, CA\",\n                \"time\": 1719117211590,\n                \"updated\": 1719168141627,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci37672460\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci37672460&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 1,\n                \"net\": \"ci\",\n                \"code\": \"37672460\",\n                \"ids\": \",ci37672460,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 15,\n                \"dmin\": 0.05176,\n                \"rms\": 0.17,\n                \"gap\": 70,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.2 - 9 km NNW of Anza, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.7143333,\n                    33.6246667,\n                    14.39\n                ]\n            },\n            \"id\": \"ci37672460\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.29999995,\n                \"place\": \"10 km NE of Pāhala, Hawaii\",\n                \"time\": 1719117122940,\n                \"updated\": 1719117248960,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74288646\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74288646&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 81,\n                \"net\": \"hv\",\n                \"code\": \"74288646\",\n                \"ids\": \",hv74288646,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 42,\n                \"dmin\": 0.06961,\n                \"rms\": 0.159999996,\n                \"gap\": 123,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.3 - 10 km NE of Pāhala, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.403503417969,\n                    19.2654991149902,\n                    30.3899993896484\n                ]\n            },\n            \"id\": \"hv74288646\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.5,\n                \"place\": \"10 km ESE of Puebla, B.C., MX\",\n                \"time\": 1719116797700,\n                \"updated\": 1719167476712,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40807360\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40807360&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 35,\n                \"net\": \"ci\",\n                \"code\": \"40807360\",\n                \"ids\": \",ci40807360,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 21,\n                \"dmin\": 0.1533,\n                \"rms\": 0.24,\n                \"gap\": 51,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.5 - 10 km ESE of Puebla, B.C., MX\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -115.2531667,\n                    32.5413333,\n                    26.02\n                ]\n            },\n            \"id\": \"ci40807360\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.4,\n                \"place\": \"69 km ENE of Pedro Bay, Alaska\",\n                \"time\": 1719116705870,\n                \"updated\": 1719260916100,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93175311\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93175311&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93175311\",\n                \"ids\": \",av93175311,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 4,\n                \"dmin\": 0.0401,\n                \"rms\": 0.19,\n                \"gap\": 296,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.4 - 69 km ENE of Pedro Bay, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -153.000666666667,\n                    60.082,\n                    0.29\n                ]\n            },\n            \"id\": \"av93175311\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.4,\n                \"place\": \"46 km ESE of Beatty, Nevada\",\n                \"time\": 1719116667626,\n                \"updated\": 1719266081838,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nn00879803\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nn00879803&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"nn\",\n                \"code\": \"00879803\",\n                \"ids\": \",nn00879803,\",\n                \"sources\": \",nn,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 21,\n                \"dmin\": 0.007,\n                \"rms\": 0.0632,\n                \"gap\": 65.78,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.4 - 46 km ESE of Beatty, Nevada\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.2813,\n                    36.7409,\n                    9\n                ]\n            },\n            \"id\": \"nn00879803\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.5,\n                \"place\": \"36 km S of Skwentna, Alaska\",\n                \"time\": 1719116496116,\n                \"updated\": 1719116620135,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02481hk1nv\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02481hk1nv&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 35,\n                \"net\": \"ak\",\n                \"code\": \"02481hk1nv\",\n                \"ids\": \",ak02481hk1nv,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.3,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.5 - 36 km S of Skwentna, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -151.3578,\n                    61.6621,\n                    74.2\n                ]\n            },\n            \"id\": \"ak02481hk1nv\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.2,\n                \"place\": \"20 km NNW of Two Rivers, Alaska\",\n                \"time\": 1719115114584,\n                \"updated\": 1719115197861,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02481h6jfm\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02481h6jfm&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 22,\n                \"net\": \"ak\",\n                \"code\": \"02481h6jfm\",\n                \"ids\": \",ak02481h6jfm,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.46,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.2 - 20 km NNW of Two Rivers, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -147.1921,\n                    65.0453,\n                    7.4\n                ]\n            },\n            \"id\": \"ak02481h6jfm\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 6,\n                \"place\": \"29 km NE of Yaguaraparo, Venezuela\",\n                \"time\": 1719115080332,\n                \"updated\": 1719277720529,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/us7000mu1p\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=us7000mu1p&format=geojson\",\n                \"felt\": 162,\n                \"cdi\": 6,\n                \"mmi\": 5.581,\n                \"alert\": \"green\",\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 651,\n                \"net\": \"us\",\n                \"code\": \"7000mu1p\",\n                \"ids\": \",us7000mu1p,usauto7000mu1p,pt24175000,at00sfilop,\",\n                \"sources\": \",us,usauto,pt,at,\",\n                \"types\": \",dyfi,ground-failure,internal-moment-tensor,internal-origin,losspager,moment-tensor,origin,phase-data,shakemap,\",\n                \"nst\": 131,\n                \"dmin\": 1.671,\n                \"rms\": 1.11,\n                \"gap\": 21,\n                \"magType\": \"mww\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 6.0 - 29 km NE of Yaguaraparo, Venezuela\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -62.6296,\n                    10.753,\n                    87.436\n                ]\n            },\n            \"id\": \"us7000mu1p\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.88,\n                \"place\": \"21 km N of Ridgecrest, CA\",\n                \"time\": 1719115066630,\n                \"updated\": 1719151742280,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40807344\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40807344&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 12,\n                \"net\": \"ci\",\n                \"code\": \"40807344\",\n                \"ids\": \",ci40807344,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 19,\n                \"dmin\": 0.1025,\n                \"rms\": 0.14,\n                \"gap\": 130,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.9 - 21 km N of Ridgecrest, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.6388333,\n                    35.809,\n                    8.63\n                ]\n            },\n            \"id\": \"ci40807344\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.06,\n                \"place\": \"32 km NE of Adak, Alaska\",\n                \"time\": 1719114859260,\n                \"updated\": 1719250651480,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93175261\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93175261&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 17,\n                \"net\": \"av\",\n                \"code\": \"93175261\",\n                \"ids\": \",av93175261,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 4,\n                \"dmin\": 0.0613,\n                \"rms\": 0.26,\n                \"gap\": 283,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.1 - 32 km NE of Adak, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -176.249666666667,\n                    52.0515,\n                    13.69\n                ]\n            },\n            \"id\": \"av93175261\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.8,\n                \"place\": \"58 km S of Whites City, New Mexico\",\n                \"time\": 1719114810811,\n                \"updated\": 1719235135402,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/tx2024mgfg\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=tx2024mgfg&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 50,\n                \"net\": \"tx\",\n                \"code\": \"2024mgfg\",\n                \"ids\": \",tx2024mgfg,\",\n                \"sources\": \",tx,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 28,\n                \"dmin\": 0,\n                \"rms\": 0.1,\n                \"gap\": 68,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.8 - 58 km S of Whites City, New Mexico\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -104.305,\n                    31.651,\n                    6.4075\n                ]\n            },\n            \"id\": \"tx2024mgfg\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.14,\n                \"place\": \"21 km NNW of Parkfield, CA\",\n                \"time\": 1719114727840,\n                \"updated\": 1719114826395,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025737\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025737&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 20,\n                \"net\": \"nc\",\n                \"code\": \"75025737\",\n                \"ids\": \",nc75025737,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 12,\n                \"dmin\": 0.03297,\n                \"rms\": 0.04,\n                \"gap\": 122,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.1 - 21 km NNW of Parkfield, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -120.59366607666,\n                    36.035831451416,\n                    3.70000004768372\n                ]\n            },\n            \"id\": \"nc75025737\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.7,\n                \"place\": \"10 km WNW of Cobb, CA\",\n                \"time\": 1719114717360,\n                \"updated\": 1719114815994,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025732\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025732&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 8,\n                \"net\": \"nc\",\n                \"code\": \"75025732\",\n                \"ids\": \",nc75025732,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 9,\n                \"dmin\": 0.00749,\n                \"rms\": 0.01,\n                \"gap\": 164,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.7 - 10 km WNW of Cobb, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.838668823242,\n                    38.8456649780273,\n                    1.63999998569489\n                ]\n            },\n            \"id\": \"nc75025732\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.6,\n                \"place\": \"11 km WNW of Friday Harbor, Washington\",\n                \"time\": 1719114710540,\n                \"updated\": 1719124043420,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/uw62017911\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=uw62017911&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 6,\n                \"net\": \"uw\",\n                \"code\": \"62017911\",\n                \"ids\": \",uw62017911,\",\n                \"sources\": \",uw,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 9,\n                \"dmin\": 0.04294,\n                \"rms\": 0.05,\n                \"gap\": 101,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.6 - 11 km WNW of Friday Harbor, Washington\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -123.1625,\n                    48.5765,\n                    17.66\n                ]\n            },\n            \"id\": \"uw62017911\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.8,\n                \"place\": \"58 km S of Whites City, New Mexico\",\n                \"time\": 1719113366416,\n                \"updated\": 1719252539625,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/tx2024mgel\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=tx2024mgel&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 50,\n                \"net\": \"tx\",\n                \"code\": \"2024mgel\",\n                \"ids\": \",tx2024mgel,\",\n                \"sources\": \",tx,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 23,\n                \"dmin\": 0,\n                \"rms\": 0.1,\n                \"gap\": 68,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.8 - 58 km S of Whites City, New Mexico\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -104.305,\n                    31.655,\n                    6.1255\n                ]\n            },\n            \"id\": \"tx2024mgel\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.77,\n                \"place\": \"9 km NW of Dutch Harbor, Alaska\",\n                \"time\": 1719112880880,\n                \"updated\": 1719270666290,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93175241\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93175241&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 9,\n                \"net\": \"av\",\n                \"code\": \"93175241\",\n                \"ids\": \",av93175241,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 8,\n                \"dmin\": 0.03093,\n                \"rms\": 0.16,\n                \"gap\": 164,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.8 - 9 km NW of Dutch Harbor, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -166.656,\n                    53.9408333333333,\n                    4.12\n                ]\n            },\n            \"id\": \"av93175241\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.8,\n                \"place\": \"58 km S of Whites City, New Mexico\",\n                \"time\": 1719112845474,\n                \"updated\": 1719252220565,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/tx2024mgee\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=tx2024mgee&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 50,\n                \"net\": \"tx\",\n                \"code\": \"2024mgee\",\n                \"ids\": \",tx2024mgee,\",\n                \"sources\": \",tx,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 20,\n                \"dmin\": 0,\n                \"rms\": 0.2,\n                \"gap\": 68,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.8 - 58 km S of Whites City, New Mexico\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -104.302,\n                    31.649,\n                    8.7146\n                ]\n            },\n            \"id\": \"tx2024mgee\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2,\n                \"place\": \"58 km S of Whites City, New Mexico\",\n                \"time\": 1719112793771,\n                \"updated\": 1719235247419,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/tx2024mged\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=tx2024mged&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 62,\n                \"net\": \"tx\",\n                \"code\": \"2024mged\",\n                \"ids\": \",tx2024mged,\",\n                \"sources\": \",tx,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 27,\n                \"dmin\": 0,\n                \"rms\": 0.1,\n                \"gap\": 68,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.0 - 58 km S of Whites City, New Mexico\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -104.305,\n                    31.652,\n                    5.9973\n                ]\n            },\n            \"id\": \"tx2024mged\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.2,\n                \"place\": \"126 km WSW of Adak, Alaska\",\n                \"time\": 1719112724545,\n                \"updated\": 1719127602306,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02481gxzle\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02481gxzle&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 74,\n                \"net\": \"ak\",\n                \"code\": \"02481gxzle\",\n                \"ids\": \",ak02481gxzle,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.68,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.2 - 126 km WSW of Adak, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -178.4222,\n                    51.6252,\n                    9.6\n                ]\n            },\n            \"id\": \"ak02481gxzle\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.1,\n                \"place\": \"52 km SE of Adak, Alaska\",\n                \"time\": 1719112696490,\n                \"updated\": 1719127364267,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02481gxxeq\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02481gxxeq&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 68,\n                \"net\": \"ak\",\n                \"code\": \"02481gxxeq\",\n                \"ids\": \",ak02481gxxeq,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.38,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.1 - 52 km SE of Adak, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -176.099,\n                    51.5403,\n                    31.7\n                ]\n            },\n            \"id\": \"ak02481gxxeq\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.6,\n                \"place\": \"48 km ENE of Susitna North, Alaska\",\n                \"time\": 1719112619852,\n                \"updated\": 1719112741447,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02481gxlb5\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02481gxlb5&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 39,\n                \"net\": \"ak\",\n                \"code\": \"02481gxlb5\",\n                \"ids\": \",ak02481gxlb5,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.84,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.6 - 48 km ENE of Susitna North, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -149.0164,\n                    62.3542,\n                    0\n                ]\n            },\n            \"id\": \"ak02481gxlb5\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.5,\n                \"place\": \"58 km S of Whites City, New Mexico\",\n                \"time\": 1719112616705,\n                \"updated\": 1719250615311,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/tx2024mgeb\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=tx2024mgeb&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 35,\n                \"net\": \"tx\",\n                \"code\": \"2024mgeb\",\n                \"ids\": \",tx2024mgeb,\",\n                \"sources\": \",tx,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 14,\n                \"dmin\": 0,\n                \"rms\": 0.2,\n                \"gap\": 68,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.5 - 58 km S of Whites City, New Mexico\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -104.302,\n                    31.655,\n                    7.3303\n                ]\n            },\n            \"id\": \"tx2024mgeb\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2,\n                \"place\": \"46 km NW of Toyah, Texas\",\n                \"time\": 1719112572376,\n                \"updated\": 1719234132112,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/tx2024mgea\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=tx2024mgea&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 62,\n                \"net\": \"tx\",\n                \"code\": \"2024mgea\",\n                \"ids\": \",tx2024mgea,\",\n                \"sources\": \",tx,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 28,\n                \"dmin\": 0.1,\n                \"rms\": 0.2,\n                \"gap\": 55,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.0 - 46 km NW of Toyah, Texas\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -104.123,\n                    31.628,\n                    6.1896\n                ]\n            },\n            \"id\": \"tx2024mgea\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.38,\n                \"place\": \"148 km W of Adak, Alaska\",\n                \"time\": 1719112465700,\n                \"updated\": 1719116318240,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93175216\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93175216&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 2,\n                \"net\": \"av\",\n                \"code\": \"93175216\",\n                \"ids\": \",av93175216,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 5,\n                \"dmin\": 0.008481,\n                \"rms\": 0.12,\n                \"gap\": 139,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.4 - 148 km W of Adak, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -178.791666666667,\n                    51.8153333333333,\n                    7.08\n                ]\n            },\n            \"id\": \"av93175216\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.11,\n                \"place\": \"27 km E of Honaunau-Napoopoo, Hawaii\",\n                \"time\": 1719112461860,\n                \"updated\": 1719121612570,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74288571\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74288571&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 19,\n                \"net\": \"hv\",\n                \"code\": \"74288571\",\n                \"ids\": \",hv74288571,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 14,\n                \"dmin\": 0.007323,\n                \"rms\": 0.13,\n                \"gap\": 87,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.1 - 27 km E of Honaunau-Napoopoo, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.603333333333,\n                    19.4591666666667,\n                    11.44\n                ]\n            },\n            \"id\": \"hv74288571\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.06,\n                \"place\": \"20 km SSE of Mossyrock, Washington\",\n                \"time\": 1719112360240,\n                \"updated\": 1719121071140,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/uw62017906\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=uw62017906&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 65,\n                \"net\": \"uw\",\n                \"code\": \"62017906\",\n                \"ids\": \",uw62017906,\",\n                \"sources\": \",uw,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 76,\n                \"dmin\": 0.07102,\n                \"rms\": 0.09,\n                \"gap\": 41,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.1 - 20 km SSE of Mossyrock, Washington\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.41533333333334,\n                    46.355333333333334,\n                    16.16\n                ]\n            },\n            \"id\": \"uw62017906\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 5,\n                \"place\": \"34 km E of Iwaki, Japan\",\n                \"time\": 1719112327008,\n                \"updated\": 1719114078584,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/us7000mu1d\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=us7000mu1d&format=geojson\",\n                \"felt\": 1,\n                \"cdi\": 2,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 385,\n                \"net\": \"us\",\n                \"code\": \"7000mu1d\",\n                \"ids\": \",us7000mu1d,\",\n                \"sources\": \",us,\",\n                \"types\": \",dyfi,origin,phase-data,\",\n                \"nst\": 87,\n                \"dmin\": 2.503,\n                \"rms\": 0.77,\n                \"gap\": 137,\n                \"magType\": \"mb\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 5.0 - 34 km E of Iwaki, Japan\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    141.2665,\n                    37.035,\n                    55.693\n                ]\n            },\n            \"id\": \"us7000mu1d\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1,\n                \"place\": \"51 km WNW of Happy Valley, Alaska\",\n                \"time\": 1719112319990,\n                \"updated\": 1719260107660,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93175211\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93175211&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 15,\n                \"net\": \"av\",\n                \"code\": \"93175211\",\n                \"ids\": \",av93175211,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 5,\n                \"dmin\": 0.1961,\n                \"rms\": 0.15,\n                \"gap\": 334,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.0 - 51 km WNW of Happy Valley, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -152.634166666667,\n                    60.051,\n                    23.83\n                ]\n            },\n            \"id\": \"av93175211\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.66,\n                \"place\": \"63 km ENE of Pedro Bay, Alaska\",\n                \"time\": 1719112009380,\n                \"updated\": 1719259851260,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93175201\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93175201&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93175201\",\n                \"ids\": \",av93175201,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 4,\n                \"dmin\": 0.02398,\n                \"rms\": 0.02,\n                \"gap\": 171,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.7 - 63 km ENE of Pedro Bay, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -153.0805,\n                    60.035,\n                    -0.3\n                ]\n            },\n            \"id\": \"av93175201\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.21,\n                \"place\": \"4 km NE of Watonga, Oklahoma\",\n                \"time\": 1719111823789,\n                \"updated\": 1719241035539,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ok2024mgdp\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ok2024mgdp&format=geojson\",\n                \"felt\": 5,\n                \"cdi\": 3.8,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 77,\n                \"net\": \"ok\",\n                \"code\": \"2024mgdp\",\n                \"ids\": \",ok2024mgdp,us7000mu1a,\",\n                \"sources\": \",ok,us,\",\n                \"types\": \",dyfi,origin,phase-data,\",\n                \"nst\": 51,\n                \"dmin\": 0,\n                \"rms\": 0.19,\n                \"gap\": 58,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.2 - 4 km NE of Watonga, Oklahoma\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -98.37883333,\n                    35.876,\n                    7.1\n                ]\n            },\n            \"id\": \"ok2024mgdp\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.45,\n                \"place\": \"59 km ENE of Pedro Bay, Alaska\",\n                \"time\": 1719111606330,\n                \"updated\": 1719259633830,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93175181\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93175181&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93175181\",\n                \"ids\": \",av93175181,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 5,\n                \"dmin\": 0.03425,\n                \"rms\": 0.17,\n                \"gap\": 184,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.5 - 59 km ENE of Pedro Bay, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -153.143666666667,\n                    60.0173333333333,\n                    16.01\n                ]\n            },\n            \"id\": \"av93175181\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.96000004,\n                \"place\": \"7 km S of Volcano, Hawaii\",\n                \"time\": 1719111463780,\n                \"updated\": 1719111558760,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74288551\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74288551&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 59,\n                \"net\": \"hv\",\n                \"code\": \"74288551\",\n                \"ids\": \",hv74288551,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 16,\n                \"dmin\": 0.0008641,\n                \"rms\": 0.200000003,\n                \"gap\": 117,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.0 - 7 km S of Volcano, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.240173339844,\n                    19.3743324279785,\n                    2.84999990463257\n                ]\n            },\n            \"id\": \"hv74288551\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0,\n                \"place\": \"3 km SW of Sun Valley, Nevada\",\n                \"time\": 1719110975391,\n                \"updated\": 1719113056923,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nn00879797\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nn00879797&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"nn\",\n                \"code\": \"00879797\",\n                \"ids\": \",nn00879797,\",\n                \"sources\": \",nn,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 5,\n                \"dmin\": 0.005,\n                \"rms\": 0.0983,\n                \"gap\": 165.85000000000002,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.0 - 3 km SW of Sun Valley, Nevada\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -119.7977,\n                    39.5729,\n                    3\n                ]\n            },\n            \"id\": \"nn00879797\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.69,\n                \"place\": \"15 km SE of Anza, CA\",\n                \"time\": 1719110636650,\n                \"updated\": 1719151750468,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40807304\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40807304&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 7,\n                \"net\": \"ci\",\n                \"code\": \"40807304\",\n                \"ids\": \",ci40807304,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 26,\n                \"dmin\": 0.05139,\n                \"rms\": 0.12,\n                \"gap\": 127,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.7 - 15 km SE of Anza, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.5605,\n                    33.4568333,\n                    8.69\n                ]\n            },\n            \"id\": \"ci40807304\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.28,\n                \"place\": \"7 km WNW of Cobb, CA\",\n                \"time\": 1719110174460,\n                \"updated\": 1719110271798,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025722\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025722&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 25,\n                \"net\": \"nc\",\n                \"code\": \"75025722\",\n                \"ids\": \",nc75025722,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 27,\n                \"dmin\": 0.01162,\n                \"rms\": 0.02,\n                \"gap\": 50,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.3 - 7 km WNW of Cobb, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.807334899902,\n                    38.8348350524902,\n                    2.21000003814697\n                ]\n            },\n            \"id\": \"nc75025722\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.27,\n                \"place\": \"12 km NW of The Geysers, CA\",\n                \"time\": 1719109728780,\n                \"updated\": 1719109827436,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025717\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025717&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 1,\n                \"net\": \"nc\",\n                \"code\": \"75025717\",\n                \"ids\": \",nc75025717,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 8,\n                \"dmin\": 0.003424,\n                \"rms\": 0.05,\n                \"gap\": 97,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.3 - 12 km NW of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.873001098633,\n                    38.8401679992676,\n                    1.87000000476837\n                ]\n            },\n            \"id\": \"nc75025717\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.88999999,\n                \"place\": \"6 km SSW of Volcano, Hawaii\",\n                \"time\": 1719109714590,\n                \"updated\": 1719109814310,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74288506\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74288506&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 55,\n                \"net\": \"hv\",\n                \"code\": \"74288506\",\n                \"ids\": \",hv74288506,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 18,\n                \"dmin\": 0.005162,\n                \"rms\": 0.119999997,\n                \"gap\": 49,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.9 - 6 km SSW of Volcano, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.253326416016,\n                    19.3903331756592,\n                    0.670000016689301\n                ]\n            },\n            \"id\": \"hv74288506\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.02,\n                \"place\": \"1 km W of The Geysers, CA\",\n                \"time\": 1719109394910,\n                \"updated\": 1719109490430,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025712\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025712&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 16,\n                \"net\": \"nc\",\n                \"code\": \"75025712\",\n                \"ids\": \",nc75025712,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 9,\n                \"dmin\": 0.006454,\n                \"rms\": 0.02,\n                \"gap\": 88,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.0 - 1 km W of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.766334533691,\n                    38.7771682739258,\n                    1.11000001430511\n                ]\n            },\n            \"id\": \"nc75025712\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.48,\n                \"place\": \"11 km SE of Pinnacles, CA\",\n                \"time\": 1719109309270,\n                \"updated\": 1719109405361,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025707\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025707&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 34,\n                \"net\": \"nc\",\n                \"code\": \"75025707\",\n                \"ids\": \",nc75025707,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 8,\n                \"dmin\": 0.01965,\n                \"rms\": 0.05,\n                \"gap\": 195,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.5 - 11 km SE of Pinnacles, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -121.04133605957,\n                    36.4696655273438,\n                    7.78999996185303\n                ]\n            },\n            \"id\": \"nc75025707\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.87,\n                \"place\": \"3 km N of Volcano, Hawaii\",\n                \"time\": 1719109011000,\n                \"updated\": 1719109168210,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74288486\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74288486&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 54,\n                \"net\": \"hv\",\n                \"code\": \"74288486\",\n                \"ids\": \",hv74288486,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 45,\n                \"dmin\": 0.04115,\n                \"rms\": 0.25,\n                \"gap\": 85,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.9 - 3 km N of Volcano, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.233337402344,\n                    19.4713325500488,\n                    6.21000003814697\n                ]\n            },\n            \"id\": \"hv74288486\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.6,\n                \"place\": \"75 km E of Port Alsworth, Alaska\",\n                \"time\": 1719107183966,\n                \"updated\": 1719107359806,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02481fx2t8\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02481fx2t8&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 39,\n                \"net\": \"ak\",\n                \"code\": \"02481fx2t8\",\n                \"ids\": \",ak02481fx2t8,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.61,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.6 - 75 km E of Port Alsworth, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -152.959,\n                    60.3014,\n                    121.6\n                ]\n            },\n            \"id\": \"ak02481fx2t8\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.34,\n                \"place\": \"16 km E of Ocotillo Wells, CA\",\n                \"time\": 1719106718140,\n                \"updated\": 1719167228540,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40807264\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40807264&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 28,\n                \"net\": \"ci\",\n                \"code\": \"40807264\",\n                \"ids\": \",ci40807264,\",\n                \"sources\": \",ci,\",\n                \"types\": \",focal-mechanism,nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 55,\n                \"dmin\": 0.03074,\n                \"rms\": 0.19,\n                \"gap\": 55,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.3 - 16 km E of Ocotillo Wells, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -115.9593333,\n                    33.1468333,\n                    5.16\n                ]\n            },\n            \"id\": \"ci40807264\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.2,\n                \"place\": \"16 km E of Ocotillo Wells, CA\",\n                \"time\": 1719106538980,\n                \"updated\": 1719165888798,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40807256\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40807256&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 22,\n                \"net\": \"ci\",\n                \"code\": \"40807256\",\n                \"ids\": \",ci40807256,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 44,\n                \"dmin\": 0.02914,\n                \"rms\": 0.18,\n                \"gap\": 59,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.2 - 16 km E of Ocotillo Wells, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -115.9585,\n                    33.1491667,\n                    5.37\n                ]\n            },\n            \"id\": \"ci40807256\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.77,\n                \"place\": \"8 km WNW of Cobb, CA\",\n                \"time\": 1719106120660,\n                \"updated\": 1719106216116,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025692\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025692&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 9,\n                \"net\": \"nc\",\n                \"code\": \"75025692\",\n                \"ids\": \",nc75025692,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 10,\n                \"dmin\": 0.01356,\n                \"rms\": 0.02,\n                \"gap\": 65,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.8 - 8 km WNW of Cobb, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.818336486816,\n                    38.835334777832,\n                    2.1800000667572\n                ]\n            },\n            \"id\": \"nc75025692\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.49,\n                \"place\": \"16 km N of Borrego Springs, CA\",\n                \"time\": 1719106006940,\n                \"updated\": 1719151837290,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40807248\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40807248&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 34,\n                \"net\": \"ci\",\n                \"code\": \"40807248\",\n                \"ids\": \",ci40807248,\",\n                \"sources\": \",ci,\",\n                \"types\": \",focal-mechanism,nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 80,\n                \"dmin\": 0.07265,\n                \"rms\": 0.19,\n                \"gap\": 15,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.5 - 16 km N of Borrego Springs, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.4018333,\n                    33.3935,\n                    7.6\n                ]\n            },\n            \"id\": \"ci40807248\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.3,\n                \"place\": \"48 km NW of Toyah, Texas\",\n                \"time\": 1719105847881,\n                \"updated\": 1719241891863,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/tx2024mgai\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=tx2024mgai&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 81,\n                \"net\": \"tx\",\n                \"code\": \"2024mgai\",\n                \"ids\": \",tx2024mgai,\",\n                \"sources\": \",tx,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 29,\n                \"dmin\": 0.1,\n                \"rms\": 0.1,\n                \"gap\": 59,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.3 - 48 km NW of Toyah, Texas\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -104.148,\n                    31.635,\n                    2.1521\n                ]\n            },\n            \"id\": \"tx2024mgai\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.14,\n                \"place\": \"3 km SW of Anderson Springs, CA\",\n                \"time\": 1719104624820,\n                \"updated\": 1719104720773,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025677\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025677&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 20,\n                \"net\": \"nc\",\n                \"code\": \"75025677\",\n                \"ids\": \",nc75025677,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 9,\n                \"dmin\": 0.009822,\n                \"rms\": 0.02,\n                \"gap\": 122,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.1 - 3 km SW of Anderson Springs, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.714836120605,\n                    38.7556648254395,\n                    1.80999994277954\n                ]\n            },\n            \"id\": \"nc75025677\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.53,\n                \"place\": \"15 km NNE of Ashford, Washington\",\n                \"time\": 1719104525760,\n                \"updated\": 1719115898190,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/uw62017876\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=uw62017876&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 36,\n                \"net\": \"uw\",\n                \"code\": \"62017876\",\n                \"ids\": \",uw62017876,\",\n                \"sources\": \",uw,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 36,\n                \"dmin\": 0.01771,\n                \"rms\": 0.12,\n                \"gap\": 62,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.5 - 15 km NNE of Ashford, Washington\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -121.93866666666666,\n                    46.8815,\n                    7.88\n                ]\n            },\n            \"id\": \"uw62017876\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.85,\n                \"place\": \"8 km NW of Prague, Oklahoma\",\n                \"time\": 1719104436679,\n                \"updated\": 1719273636156,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ok2024mfzn\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ok2024mfzn&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 11,\n                \"net\": \"ok\",\n                \"code\": \"2024mfzn\",\n                \"ids\": \",ok2024mfzn,\",\n                \"sources\": \",ok,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 37,\n                \"dmin\": 0.01709664506,\n                \"rms\": 0.17,\n                \"gap\": 44,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.9 - 8 km NW of Prague, Oklahoma\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -96.75783333,\n                    35.5415,\n                    7.31\n                ]\n            },\n            \"id\": \"ok2024mfzn\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.29,\n                \"place\": \"7 km NNW of The Geysers, CA\",\n                \"time\": 1719103516420,\n                \"updated\": 1719103610541,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025672\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025672&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 1,\n                \"net\": \"nc\",\n                \"code\": \"75025672\",\n                \"ids\": \",nc75025672,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 8,\n                \"dmin\": 0.006063,\n                \"rms\": 0.01,\n                \"gap\": 89,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.3 - 7 km NNW of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.803169250488,\n                    38.8261680603027,\n                    1.74000000953674\n                ]\n            },\n            \"id\": \"nc75025672\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.36999989,\n                \"place\": \"13 km ESE of Naalehu, Hawaii\",\n                \"time\": 1719103410500,\n                \"updated\": 1719103516210,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74288381\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74288381&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 86,\n                \"net\": \"hv\",\n                \"code\": \"74288381\",\n                \"ids\": \",hv74288381,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 43,\n                \"dmin\": 0.09868,\n                \"rms\": 0.189999998,\n                \"gap\": 201,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.4 - 13 km ESE of Naalehu, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.459167480469,\n                    19.0384998321533,\n                    36.0699996948242\n                ]\n            },\n            \"id\": \"hv74288381\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.74000001,\n                \"place\": \"8 km SW of Volcano, Hawaii\",\n                \"time\": 1719103120690,\n                \"updated\": 1719103277110,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74288361\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74288361&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 47,\n                \"net\": \"hv\",\n                \"code\": \"74288361\",\n                \"ids\": \",hv74288361,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 14,\n                \"dmin\": 0.003474,\n                \"rms\": 0.119999997,\n                \"gap\": 76,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.7 - 8 km SW of Volcano, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.279006958008,\n                    19.3841667175293,\n                    0.970000028610229\n                ]\n            },\n            \"id\": \"hv74288361\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.1,\n                \"place\": \"3 km SW of Sun Valley, Nevada\",\n                \"time\": 1719103020192,\n                \"updated\": 1719112687942,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nn00879796\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nn00879796&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"nn\",\n                \"code\": \"00879796\",\n                \"ids\": \",nn00879796,\",\n                \"sources\": \",nn,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 8,\n                \"dmin\": 0.004,\n                \"rms\": 0.148,\n                \"gap\": 122.51999999999998,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.1 - 3 km SW of Sun Valley, Nevada\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -119.7997,\n                    39.5698,\n                    3.3\n                ]\n            },\n            \"id\": \"nn00879796\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.3,\n                \"place\": \"6 km WNW of Cobb, CA\",\n                \"time\": 1719102941760,\n                \"updated\": 1719103036819,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025667\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025667&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 26,\n                \"net\": \"nc\",\n                \"code\": \"75025667\",\n                \"ids\": \",nc75025667,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 19,\n                \"dmin\": 0.002001,\n                \"rms\": 0.02,\n                \"gap\": 60,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.3 - 6 km WNW of Cobb, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.792167663574,\n                    38.8370018005371,\n                    2.22000002861023\n                ]\n            },\n            \"id\": \"nc75025667\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1,\n                \"place\": \"11 km ENE of Willow, Alaska\",\n                \"time\": 1719102830824,\n                \"updated\": 1719102998865,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02481f8wz5\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02481f8wz5&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 15,\n                \"net\": \"ak\",\n                \"code\": \"02481f8wz5\",\n                \"ids\": \",ak02481f8wz5,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.31,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.0 - 11 km ENE of Willow, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -149.8274,\n                    61.7878,\n                    25.3\n                ]\n            },\n            \"id\": \"ak02481f8wz5\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.18,\n                \"place\": \"25 km NW of Stanley, Idaho\",\n                \"time\": 1719102493180,\n                \"updated\": 1719150609140,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/mb90055148\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=mb90055148&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 73,\n                \"net\": \"mb\",\n                \"code\": \"90055148\",\n                \"ids\": \",mb90055148,\",\n                \"sources\": \",mb,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 15,\n                \"dmin\": 0.3502,\n                \"rms\": 0.22,\n                \"gap\": 73,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.2 - 25 km NW of Stanley, Idaho\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -115.1935,\n                    44.3521666666667,\n                    9.23\n                ]\n            },\n            \"id\": \"mb90055148\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.91,\n                \"place\": \"24 km NW of Stanley, Idaho\",\n                \"time\": 1719102388540,\n                \"updated\": 1719151789170,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/mb90055138\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=mb90055138&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 130,\n                \"net\": \"mb\",\n                \"code\": \"90055138\",\n                \"ids\": \",mb90055138,\",\n                \"sources\": \",mb,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 33,\n                \"dmin\": 0.349,\n                \"rms\": 0.17,\n                \"gap\": 71,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.9 - 24 km NW of Stanley, Idaho\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -115.178666666667,\n                    44.3608333333333,\n                    9.42\n                ]\n            },\n            \"id\": \"mb90055138\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.73,\n                \"place\": \"5 km SW of Volcano, Hawaii\",\n                \"time\": 1719102157220,\n                \"updated\": 1719254263650,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74288346\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74288346&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 46,\n                \"net\": \"hv\",\n                \"code\": \"74288346\",\n                \"ids\": \",hv74288346,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 27,\n                \"dmin\": 0.002912,\n                \"rms\": 0.1,\n                \"gap\": 50,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.7 - 5 km SW of Volcano, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.266166666667,\n                    19.4011666666667,\n                    0.22\n                ]\n            },\n            \"id\": \"hv74288346\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.07,\n                \"place\": \"38 km S of Morton, Washington\",\n                \"time\": 1719101242700,\n                \"updated\": 1719168819780,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/uw62017841\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=uw62017841&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"uw\",\n                \"code\": \"62017841\",\n                \"ids\": \",uw62017841,\",\n                \"sources\": \",uw,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 7,\n                \"dmin\": 0.0185,\n                \"rms\": 0.04,\n                \"gap\": 134,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.1 - 38 km S of Morton, Washington\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.17916666666666,\n                    46.21816666666667,\n                    5.37\n                ]\n            },\n            \"id\": \"uw62017841\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2,\n                \"place\": \"38 km S of Goldfield, Nevada\",\n                \"time\": 1719101078497,\n                \"updated\": 1719184727641,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nn00879793\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nn00879793&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 62,\n                \"net\": \"nn\",\n                \"code\": \"00879793\",\n                \"ids\": \",nn00879793,\",\n                \"sources\": \",nn,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 36,\n                \"dmin\": 0.091,\n                \"rms\": 0.1238,\n                \"gap\": 91.01,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.0 - 38 km S of Goldfield, Nevada\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.1778,\n                    37.3626,\n                    5.4\n                ]\n            },\n            \"id\": \"nn00879793\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.79,\n                \"place\": \"7 km NW of The Geysers, CA\",\n                \"time\": 1719101049780,\n                \"updated\": 1719101145304,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025662\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025662&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 10,\n                \"net\": \"nc\",\n                \"code\": \"75025662\",\n                \"ids\": \",nc75025662,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 13,\n                \"dmin\": 0.0098,\n                \"rms\": 0.04,\n                \"gap\": 80,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.8 - 7 km NW of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.822830200195,\n                    38.8173332214355,\n                    1.96000003814697\n                ]\n            },\n            \"id\": \"nc75025662\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.1,\n                \"place\": \"3 km NNW of The Geysers, CA\",\n                \"time\": 1719100823030,\n                \"updated\": 1719100920422,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025657\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025657&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 19,\n                \"net\": \"nc\",\n                \"code\": \"75025657\",\n                \"ids\": \",nc75025657,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 22,\n                \"dmin\": 0.01009,\n                \"rms\": 0.03,\n                \"gap\": 72,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.1 - 3 km NNW of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.775497436523,\n                    38.8040008544922,\n                    1.12999999523163\n                ]\n            },\n            \"id\": \"nc75025657\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.35,\n                \"place\": \"17 km ESE of Anza, CA\",\n                \"time\": 1719100645450,\n                \"updated\": 1719151840190,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40807192\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40807192&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 28,\n                \"net\": \"ci\",\n                \"code\": \"40807192\",\n                \"ids\": \",ci40807192,\",\n                \"sources\": \",ci,\",\n                \"types\": \",focal-mechanism,nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 72,\n                \"dmin\": 0.07404,\n                \"rms\": 0.19,\n                \"gap\": 29,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.4 - 17 km ESE of Anza, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.5151667,\n                    33.4808333,\n                    12.06\n                ]\n            },\n            \"id\": \"ci40807192\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.1,\n                \"place\": \"1 km S of Coleville, California\",\n                \"time\": 1719100494128,\n                \"updated\": 1719250557817,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nn00879791\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nn00879791&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 68,\n                \"net\": \"nn\",\n                \"code\": \"00879791\",\n                \"ids\": \",nc75025652,nn00879791,\",\n                \"sources\": \",nc,nn,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 17,\n                \"dmin\": 0.215,\n                \"rms\": 0.1166,\n                \"gap\": 67.03999999999999,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.1 - 1 km S of Coleville, California\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -119.5055,\n                    38.5573,\n                    8.7\n                ]\n            },\n            \"id\": \"nn00879791\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.84000003,\n                \"place\": \"7 km S of Volcano, Hawaii\",\n                \"time\": 1719100357100,\n                \"updated\": 1719100457420,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74288311\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74288311&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 52,\n                \"net\": \"hv\",\n                \"code\": \"74288311\",\n                \"ids\": \",hv74288311,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 18,\n                \"dmin\": 0.01181,\n                \"rms\": 0.100000001,\n                \"gap\": 145,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.8 - 7 km S of Volcano, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.227661132812,\n                    19.371000289917,\n                    28.75\n                ]\n            },\n            \"id\": \"hv74288311\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.14,\n                \"place\": \"47 km SSE of Mammoth, Wyoming\",\n                \"time\": 1719100262670,\n                \"updated\": 1719234669710,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/uu80074356\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=uu80074356&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 20,\n                \"net\": \"uu\",\n                \"code\": \"80074356\",\n                \"ids\": \",uu80074356,\",\n                \"sources\": \",uu,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 11,\n                \"dmin\": 0.06192,\n                \"rms\": 0.08,\n                \"gap\": 135,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.1 - 47 km SSE of Mammoth, Wyoming\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -110.379,\n                    44.62,\n                    3.08\n                ]\n            },\n            \"id\": \"uu80074356\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.83000004,\n                \"place\": \"7 km SW of Volcano, Hawaii\",\n                \"time\": 1719100234890,\n                \"updated\": 1719100308700,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74288306\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74288306&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 52,\n                \"net\": \"hv\",\n                \"code\": \"74288306\",\n                \"ids\": \",hv74288306,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 12,\n                \"dmin\": 0.008279,\n                \"rms\": 0.129999995,\n                \"gap\": 60,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.8 - 7 km SW of Volcano, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.282165527344,\n                    19.3973331451416,\n                    0.28999999165535\n                ]\n            },\n            \"id\": \"hv74288306\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.1,\n                \"place\": \"60 km WNW of Tanana, Alaska\",\n                \"time\": 1719099833753,\n                \"updated\": 1719099947544,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak024805gorz\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak024805gorz&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 19,\n                \"net\": \"ak\",\n                \"code\": \"024805gorz\",\n                \"ids\": \",ak024805gorz,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.88,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.1 - 60 km WNW of Tanana, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -153.2319,\n                    65.4288,\n                    0\n                ]\n            },\n            \"id\": \"ak024805gorz\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.3,\n                \"place\": \"17 km S of Tonopah, Nevada\",\n                \"time\": 1719099195646,\n                \"updated\": 1719252217184,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nn00879788\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nn00879788&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 26,\n                \"net\": \"nn\",\n                \"code\": \"00879788\",\n                \"ids\": \",nn00879788,\",\n                \"sources\": \",nn,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 11,\n                \"dmin\": 0.405,\n                \"rms\": 0.1197,\n                \"gap\": 191.04000000000002,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.3 - 17 km S of Tonopah, Nevada\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.2426,\n                    37.9061,\n                    4.7\n                ]\n            },\n            \"id\": \"nn00879788\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.5,\n                \"place\": \"15 km SSW of Olancha, CA\",\n                \"time\": 1719099092790,\n                \"updated\": 1719163958229,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40807176\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40807176&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 35,\n                \"net\": \"ci\",\n                \"code\": \"40807176\",\n                \"ids\": \",ci40807176,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 26,\n                \"dmin\": 0.1779,\n                \"rms\": 0.16,\n                \"gap\": 57,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.5 - 15 km SSW of Olancha, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -118.0945,\n                    36.17,\n                    4.09\n                ]\n            },\n            \"id\": \"ci40807176\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.7,\n                \"place\": \"39 km S of Goldfield, Nevada\",\n                \"time\": 1719098713384,\n                \"updated\": 1719098863648,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nn00879786\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nn00879786&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 8,\n                \"net\": \"nn\",\n                \"code\": \"00879786\",\n                \"ids\": \",nn00879786,\",\n                \"sources\": \",nn,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 8,\n                \"dmin\": 0.07,\n                \"rms\": 0.1517,\n                \"gap\": 207.58,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.7 - 39 km S of Goldfield, Nevada\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.1991,\n                    37.3507,\n                    1.3\n                ]\n            },\n            \"id\": \"nn00879786\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.7,\n                \"place\": \"17 km SE of Pleasant Valley, Alaska\",\n                \"time\": 1719098688768,\n                \"updated\": 1719098805692,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak024805clsc\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak024805clsc&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 8,\n                \"net\": \"ak\",\n                \"code\": \"024805clsc\",\n                \"ids\": \",ak024805clsc,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.27,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.7 - 17 km SE of Pleasant Valley, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -146.6185,\n                    64.7651,\n                    3.1\n                ]\n            },\n            \"id\": \"ak024805clsc\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.5,\n                \"place\": \"39 km S of Goldfield, Nevada\",\n                \"time\": 1719098526844,\n                \"updated\": 1719248883116,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nn00879784\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nn00879784&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 35,\n                \"net\": \"nn\",\n                \"code\": \"00879784\",\n                \"ids\": \",nn00879784,\",\n                \"sources\": \",nn,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 23,\n                \"dmin\": 0.077,\n                \"rms\": 0.1151,\n                \"gap\": 89.43,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.5 - 39 km S of Goldfield, Nevada\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.1927,\n                    37.3547,\n                    5.3\n                ]\n            },\n            \"id\": \"nn00879784\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.8,\n                \"place\": \"54 km S of Whites City, New Mexico\",\n                \"time\": 1719098216338,\n                \"updated\": 1719249620057,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/tx2024mfwd\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=tx2024mfwd&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 50,\n                \"net\": \"tx\",\n                \"code\": \"2024mfwd\",\n                \"ids\": \",tx2024mfwd,\",\n                \"sources\": \",tx,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 16,\n                \"dmin\": 0,\n                \"rms\": 0.2,\n                \"gap\": 68,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.8 - 54 km S of Whites City, New Mexico\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -104.39,\n                    31.68,\n                    5.177\n                ]\n            },\n            \"id\": \"tx2024mfwd\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.48,\n                \"place\": \"9 km E of Coso Junction, CA\",\n                \"time\": 1719097373700,\n                \"updated\": 1719100782643,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40807144\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40807144&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 34,\n                \"net\": \"ci\",\n                \"code\": \"40807144\",\n                \"ids\": \",ci40807144,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 25,\n                \"dmin\": 0.04324,\n                \"rms\": 0.14,\n                \"gap\": 69,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.5 - 9 km E of Coso Junction, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.8476667,\n                    36.0336667,\n                    2.4\n                ]\n            },\n            \"id\": \"ci40807144\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.83,\n                \"place\": \"88 km W of Adak, Alaska\",\n                \"time\": 1719096983000,\n                \"updated\": 1719198960730,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93175031\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93175031&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 11,\n                \"net\": \"av\",\n                \"code\": \"93175031\",\n                \"ids\": \",av93175031,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 5,\n                \"dmin\": 0.0567,\n                \"rms\": 0.16,\n                \"gap\": 180,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.8 - 88 km W of Adak, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -177.913333333333,\n                    51.8641666666667,\n                    4.82\n                ]\n            },\n            \"id\": \"av93175031\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.17,\n                \"place\": \"6 km ENE of Edmond, Oklahoma\",\n                \"time\": 1719096861620,\n                \"updated\": 1719274200137,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ok2024mfvj\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ok2024mfvj&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 21,\n                \"net\": \"ok\",\n                \"code\": \"2024mfvj\",\n                \"ids\": \",ok2024mfvj,\",\n                \"sources\": \",ok,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 43,\n                \"dmin\": 0.03149381984,\n                \"rms\": 0.18,\n                \"gap\": 114,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.2 - 6 km ENE of Edmond, Oklahoma\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -97.40483333,\n                    35.668,\n                    7.28\n                ]\n            },\n            \"id\": \"ok2024mfvj\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.75,\n                \"place\": \"5 km NNW of The Geysers, CA\",\n                \"time\": 1719096793540,\n                \"updated\": 1719096890883,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025637\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025637&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 9,\n                \"net\": \"nc\",\n                \"code\": \"75025637\",\n                \"ids\": \",nc75025637,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 9,\n                \"dmin\": 0.00331,\n                \"rms\": 0.01,\n                \"gap\": 71,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.8 - 5 km NNW of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.791664123535,\n                    38.8096656799316,\n                    2.95000004768372\n                ]\n            },\n            \"id\": \"nc75025637\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.6,\n                \"place\": \"13 km NW of Fox River, Alaska\",\n                \"time\": 1719096778847,\n                \"updated\": 1719096876661,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak024804x70k\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak024804x70k&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 104,\n                \"net\": \"ak\",\n                \"code\": \"024804x70k\",\n                \"ids\": \",ak024804x70k,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.48,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.6 - 13 km NW of Fox River, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -151.147,\n                    59.9382,\n                    58.4\n                ]\n            },\n            \"id\": \"ak024804x70k\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.59,\n                \"place\": \"3 km ENE of Rosedale, CA\",\n                \"time\": 1719096643590,\n                \"updated\": 1719163699198,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40807128\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40807128&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 39,\n                \"net\": \"ci\",\n                \"code\": \"40807128\",\n                \"ids\": \",ci40807128,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 40,\n                \"dmin\": 0.04496,\n                \"rms\": 0.23,\n                \"gap\": 73,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.6 - 3 km ENE of Rosedale, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -119.1111667,\n                    35.3891667,\n                    21.72\n                ]\n            },\n            \"id\": \"ci40807128\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.52,\n                \"place\": \"15 km SE of Mammoth Lakes, CA\",\n                \"time\": 1719096488920,\n                \"updated\": 1719169856211,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025627\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025627&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 4,\n                \"net\": \"nc\",\n                \"code\": \"75025627\",\n                \"ids\": \",nc75025627,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 10,\n                \"dmin\": 0.05035,\n                \"rms\": 0.05,\n                \"gap\": 243,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.5 - 15 km SE of Mammoth Lakes, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -118.857666666667,\n                    37.545,\n                    4.22\n                ]\n            },\n            \"id\": \"nc75025627\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.5,\n                \"place\": \"21 km NW of Tatitlek, Alaska\",\n                \"time\": 1719096465044,\n                \"updated\": 1719096575060,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak024804w3d4\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak024804w3d4&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 35,\n                \"net\": \"ak\",\n                \"code\": \"024804w3d4\",\n                \"ids\": \",ak024804w3d4,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.49,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.5 - 21 km NW of Tatitlek, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -146.9379,\n                    61.0147,\n                    20.6\n                ]\n            },\n            \"id\": \"ak024804w3d4\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.15,\n                \"place\": \"26 km SSW of Mammoth Lakes, CA\",\n                \"time\": 1719096191530,\n                \"updated\": 1719168528282,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025617\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025617&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 20,\n                \"net\": \"nc\",\n                \"code\": \"75025617\",\n                \"ids\": \",nc75025617,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 14,\n                \"dmin\": 0.2002,\n                \"rms\": 0.04,\n                \"gap\": 86,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.2 - 26 km SSW of Mammoth Lakes, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -119.067,\n                    37.4115,\n                    7.27\n                ]\n            },\n            \"id\": \"nc75025617\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.3,\n                \"place\": \"62 km WNW of Tanana, Alaska\",\n                \"time\": 1719095499986,\n                \"updated\": 1719095613347,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak024804snim\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak024804snim&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 26,\n                \"net\": \"ak\",\n                \"code\": \"024804snim\",\n                \"ids\": \",ak024804snim,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 1.16,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.3 - 62 km WNW of Tanana, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -153.2564,\n                    65.4387,\n                    0\n                ]\n            },\n            \"id\": \"ak024804snim\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.65,\n                \"place\": \"7 km SE of Kingfisher, Oklahoma\",\n                \"time\": 1719094902500,\n                \"updated\": 1719239924702,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ok2024mfuh\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ok2024mfuh&format=geojson\",\n                \"felt\": 1,\n                \"cdi\": 2,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 42,\n                \"net\": \"ok\",\n                \"code\": \"2024mfuh\",\n                \"ids\": \",ok2024mfuh,\",\n                \"sources\": \",ok,\",\n                \"types\": \",dyfi,origin,phase-data,\",\n                \"nst\": 60,\n                \"dmin\": 0.16556751,\n                \"rms\": 0.24,\n                \"gap\": 41,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.7 - 7 km SE of Kingfisher, Oklahoma\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -97.86783333,\n                    35.81983333,\n                    7.56\n                ]\n            },\n            \"id\": \"ok2024mfuh\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.3,\n                \"place\": \"45 km ESE of Beatty, Nevada\",\n                \"time\": 1719094526124,\n                \"updated\": 1719265710003,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nn00879783\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nn00879783&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"nn\",\n                \"code\": \"00879783\",\n                \"ids\": \",nn00879783,\",\n                \"sources\": \",nn,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 18,\n                \"dmin\": 0.016,\n                \"rms\": 0.1145,\n                \"gap\": 63.33,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.3 - 45 km ESE of Beatty, Nevada\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.305,\n                    36.7311,\n                    7.1\n                ]\n            },\n            \"id\": \"nn00879783\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.8,\n                \"place\": \"3 km ENE of The Geysers, CA\",\n                \"time\": 1719093895040,\n                \"updated\": 1719093990415,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025607\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025607&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 10,\n                \"net\": \"nc\",\n                \"code\": \"75025607\",\n                \"ids\": \",nc75025607,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 8,\n                \"dmin\": 0.01097,\n                \"rms\": 0.02,\n                \"gap\": 125,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.8 - 3 km ENE of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.72566986084,\n                    38.7900009155273,\n                    1.67999994754791\n                ]\n            },\n            \"id\": \"nc75025607\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.7,\n                \"place\": \"3 km NNE of Tyonek, Alaska\",\n                \"time\": 1719093546421,\n                \"updated\": 1719093685660,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak024804d5de\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak024804d5de&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 44,\n                \"net\": \"ak\",\n                \"code\": \"024804d5de\",\n                \"ids\": \",ak024804d5de,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.73,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.7 - 3 km NNE of Tyonek, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -151.1198,\n                    61.1022,\n                    52.5\n                ]\n            },\n            \"id\": \"ak024804d5de\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.72000003,\n                \"place\": \"5 km SSW of Volcano, Hawaii\",\n                \"time\": 1719093541620,\n                \"updated\": 1719093631190,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74288176\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74288176&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 46,\n                \"net\": \"hv\",\n                \"code\": \"74288176\",\n                \"ids\": \",hv74288176,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 6,\n                \"dmin\": 0.005798,\n                \"rms\": 0.0399999991,\n                \"gap\": 122,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.7 - 5 km SSW of Volcano, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.261337280273,\n                    19.4020004272461,\n                    -0.270000010728836\n                ]\n            },\n            \"id\": \"hv74288176\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.95,\n                \"place\": \"2 km NW of The Geysers, CA\",\n                \"time\": 1719092692530,\n                \"updated\": 1719092791636,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025592\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025592&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 14,\n                \"net\": \"nc\",\n                \"code\": \"75025592\",\n                \"ids\": \",nc75025592,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 15,\n                \"dmin\": 0.01381,\n                \"rms\": 0.02,\n                \"gap\": 82,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.0 - 2 km NW of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.772003173828,\n                    38.787166595459,\n                    1.16999995708466\n                ]\n            },\n            \"id\": \"nc75025592\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 3.1,\n                \"place\": \"26 km NNW of Eureka Roadhouse, Alaska\",\n                \"time\": 1719092481391,\n                \"updated\": 1719092585515,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak0248049bmc\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak0248049bmc&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 148,\n                \"net\": \"ak\",\n                \"code\": \"0248049bmc\",\n                \"ids\": \",ak0248049bmc,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.76,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 3.1 - 26 km NNW of Eureka Roadhouse, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -147.4038,\n                    62.1498,\n                    31.7\n                ]\n            },\n            \"id\": \"ak0248049bmc\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.09,\n                \"place\": \"61 km WNW of Tyonek, Alaska\",\n                \"time\": 1719091312370,\n                \"updated\": 1719198467860,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93174926\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93174926&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93174926\",\n                \"ids\": \",av93174926,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 5,\n                \"dmin\": 0.08245,\n                \"rms\": 0.31,\n                \"gap\": 190,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.1 - 61 km WNW of Tyonek, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -152.201666666667,\n                    61.2611666666667,\n                    28.69\n                ]\n            },\n            \"id\": \"av93174926\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 5.1,\n                \"place\": \"13 km SW of Atiquipa, Peru\",\n                \"time\": 1719089205936,\n                \"updated\": 1719296960040,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/us7000mu0g\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=us7000mu0g&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 400,\n                \"net\": \"us\",\n                \"code\": \"7000mu0g\",\n                \"ids\": \",usauto7000mu0g,us7000mu0g,\",\n                \"sources\": \",usauto,us,\",\n                \"types\": \",internal-moment-tensor,moment-tensor,origin,phase-data,\",\n                \"nst\": 50,\n                \"dmin\": 4.504,\n                \"rms\": 1.08,\n                \"gap\": 130,\n                \"magType\": \"mb\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 5.1 - 13 km SW of Atiquipa, Peru\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -74.4597,\n                    -15.8757,\n                    29.259\n                ]\n            },\n            \"id\": \"us7000mu0g\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.23,\n                \"place\": \"37 km W of Adak, Alaska\",\n                \"time\": 1719088636360,\n                \"updated\": 1719198126360,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93174886\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93174886&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93174886\",\n                \"ids\": \",av93174886,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 4,\n                \"dmin\": 0.0158,\n                \"rms\": 0.28,\n                \"gap\": 236,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.2 - 37 km W of Adak, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -177.173333333333,\n                    51.9266666666667,\n                    11.09\n                ]\n            },\n            \"id\": \"av93174886\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1,\n                \"place\": \"4 km W of Mammoth Lakes, CA\",\n                \"time\": 1719088477050,\n                \"updated\": 1719095205558,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025572\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025572&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 15,\n                \"net\": \"nc\",\n                \"code\": \"75025572\",\n                \"ids\": \",nc75025572,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 4,\n                \"dmin\": 0.004505,\n                \"rms\": 0.11,\n                \"gap\": 138,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.0 - 4 km W of Mammoth Lakes, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -119.0235,\n                    37.636,\n                    -2.89\n                ]\n            },\n            \"id\": \"nc75025572\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.1,\n                \"place\": \"39 km S of Goldfield, Nevada\",\n                \"time\": 1719088464830,\n                \"updated\": 1719262564486,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nn00879781\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nn00879781&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 19,\n                \"net\": \"nn\",\n                \"code\": \"00879781\",\n                \"ids\": \",nn00879781,\",\n                \"sources\": \",nn,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 14,\n                \"dmin\": 0.072,\n                \"rms\": 0.1246,\n                \"gap\": 96.82999999999998,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.1 - 39 km S of Goldfield, Nevada\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.2021,\n                    37.3555,\n                    4.6\n                ]\n            },\n            \"id\": \"nn00879781\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.44,\n                \"place\": \"7 km WNW of Cobb, CA\",\n                \"time\": 1719088295270,\n                \"updated\": 1719088390735,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025567\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025567&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 3,\n                \"net\": \"nc\",\n                \"code\": \"75025567\",\n                \"ids\": \",nc75025567,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 7,\n                \"dmin\": 0.009569,\n                \"rms\": 0.01,\n                \"gap\": 103,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.4 - 7 km WNW of Cobb, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.801330566406,\n                    38.8341674804688,\n                    2.27999997138977\n                ]\n            },\n            \"id\": \"nc75025567\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.76,\n                \"place\": \"7 km WNW of Cobb, CA\",\n                \"time\": 1719088230910,\n                \"updated\": 1719088326987,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025562\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025562&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 9,\n                \"net\": \"nc\",\n                \"code\": \"75025562\",\n                \"ids\": \",nc75025562,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 10,\n                \"dmin\": 0.009996,\n                \"rms\": 0.01,\n                \"gap\": 73,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.8 - 7 km WNW of Cobb, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.801498413086,\n                    38.8334999084473,\n                    2.47000002861023\n                ]\n            },\n            \"id\": \"nc75025562\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 3.88,\n                \"place\": \"38 km SSE of Boca de Yuma, Dominican Republic\",\n                \"time\": 1719087424150,\n                \"updated\": 1719089469599,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/pr2024174001\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=pr2024174001&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 232,\n                \"net\": \"pr\",\n                \"code\": \"2024174001\",\n                \"ids\": \",pr2024174001,\",\n                \"sources\": \",pr,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 19,\n                \"dmin\": 0.4785,\n                \"rms\": 0.56,\n                \"gap\": 197,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 3.9 - 38 km SSE of Boca de Yuma, Dominican Republic\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -68.4958,\n                    18.0493,\n                    82\n                ]\n            },\n            \"id\": \"pr2024174001\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.63,\n                \"place\": \"4 km S of Idyllwild, CA\",\n                \"time\": 1719087072470,\n                \"updated\": 1719151848683,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40807032\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40807032&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 6,\n                \"net\": \"ci\",\n                \"code\": \"40807032\",\n                \"ids\": \",ci40807032,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 25,\n                \"dmin\": 0.007888,\n                \"rms\": 0.12,\n                \"gap\": 58,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.6 - 4 km S of Idyllwild, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.7181667,\n                    33.704,\n                    16.97\n                ]\n            },\n            \"id\": \"ci40807032\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.6,\n                \"place\": \"28 km ESE of Point Possession, Alaska\",\n                \"time\": 1719087067545,\n                \"updated\": 1719088352042,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak024803hfhe\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak024803hfhe&format=geojson\",\n                \"felt\": 1,\n                \"cdi\": 3.1,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 40,\n                \"net\": \"ak\",\n                \"code\": \"024803hfhe\",\n                \"ids\": \",ak024803hfhe,\",\n                \"sources\": \",ak,\",\n                \"types\": \",dyfi,origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.43,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.6 - 28 km ESE of Point Possession, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -150.1838,\n                    60.8643,\n                    42.2\n                ]\n            },\n            \"id\": \"ak024803hfhe\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.14,\n                \"place\": \"6 km S of Volcano, Hawaii\",\n                \"time\": 1719087046780,\n                \"updated\": 1719253783610,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74288076\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74288076&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 70,\n                \"net\": \"hv\",\n                \"code\": \"74288076\",\n                \"ids\": \",hv74288076,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 26,\n                \"dmin\": 0.01016,\n                \"rms\": 0.11,\n                \"gap\": 71,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.1 - 6 km S of Volcano, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.240833333333,\n                    19.3878333333333,\n                    0.18\n                ]\n            },\n            \"id\": \"hv74288076\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.95,\n                \"place\": \"2 km NE of The Geysers, CA\",\n                \"time\": 1719086977000,\n                \"updated\": 1719087070783,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025552\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025552&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 14,\n                \"net\": \"nc\",\n                \"code\": \"75025552\",\n                \"ids\": \",nc75025552,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 9,\n                \"dmin\": 0.006946,\n                \"rms\": 0.07,\n                \"gap\": 86,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.0 - 2 km NE of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.74299621582,\n                    38.7881660461426,\n                    1.12999999523163\n                ]\n            },\n            \"id\": \"nc75025552\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.09,\n                \"place\": \"15 km SSE of Mammoth Lakes, CA\",\n                \"time\": 1719086863460,\n                \"updated\": 1719094785610,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025557\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025557&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"nc\",\n                \"code\": \"75025557\",\n                \"ids\": \",nc75025557,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 8,\n                \"dmin\": 0.06657,\n                \"rms\": 0.03,\n                \"gap\": 307,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.1 - 15 km SSE of Mammoth Lakes, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -118.871833333333,\n                    37.5326666666667,\n                    1.47\n                ]\n            },\n            \"id\": \"nc75025557\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.1,\n                \"place\": \"57 km SSW of Goldfield, Nevada\",\n                \"time\": 1719086717286,\n                \"updated\": 1719253324861,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nn00879778\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nn00879778&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 19,\n                \"net\": \"nn\",\n                \"code\": \"00879778\",\n                \"ids\": \",nn00879778,\",\n                \"sources\": \",nn,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 14,\n                \"dmin\": 0.108,\n                \"rms\": 0.1034,\n                \"gap\": 130.41,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.1 - 57 km SSW of Goldfield, Nevada\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.5102,\n                    37.2403,\n                    4.9\n                ]\n            },\n            \"id\": \"nn00879778\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.68,\n                \"place\": \"5 km SW of Volcano, Hawaii\",\n                \"time\": 1719086449950,\n                \"updated\": 1719253403700,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74288066\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74288066&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 43,\n                \"net\": \"hv\",\n                \"code\": \"74288066\",\n                \"ids\": \",hv74288066,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 26,\n                \"dmin\": 0.003148,\n                \"rms\": 0.09,\n                \"gap\": 47,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.7 - 5 km SW of Volcano, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.267666666667,\n                    19.401,\n                    0.14\n                ]\n            },\n            \"id\": \"hv74288066\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.62,\n                \"place\": \"4 km NNW of The Geysers, CA\",\n                \"time\": 1719086426980,\n                \"updated\": 1719086520621,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025542\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025542&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 6,\n                \"net\": \"nc\",\n                \"code\": \"75025542\",\n                \"ids\": \",nc75025542,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 8,\n                \"dmin\": 0.01016,\n                \"rms\": 0.01,\n                \"gap\": 114,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.6 - 4 km NNW of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.781829833984,\n                    38.8021659851074,\n                    2.71000003814697\n                ]\n            },\n            \"id\": \"nc75025542\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.14,\n                \"place\": \"6 km W of Laytonville, CA\",\n                \"time\": 1719086213270,\n                \"updated\": 1719094541438,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025537\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025537&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 20,\n                \"net\": \"nc\",\n                \"code\": \"75025537\",\n                \"ids\": \",nc75025537,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 11,\n                \"dmin\": 0.02961,\n                \"rms\": 0.1,\n                \"gap\": 122,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.1 - 6 km W of Laytonville, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -123.5455,\n                    39.676,\n                    4.86\n                ]\n            },\n            \"id\": \"nc75025537\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.78,\n                \"place\": \"3 km S of East Shore, CA\",\n                \"time\": 1719085960310,\n                \"updated\": 1719094149141,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025532\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025532&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 49,\n                \"net\": \"nc\",\n                \"code\": \"75025532\",\n                \"ids\": \",nc75025532,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 10,\n                \"dmin\": 0.06976,\n                \"rms\": 0.03,\n                \"gap\": 108,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.8 - 3 km S of East Shore, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -121.065,\n                    40.2148333333333,\n                    7.79\n                ]\n            },\n            \"id\": \"nc75025532\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.02999997,\n                \"place\": \"5 km SW of Volcano, Hawaii\",\n                \"time\": 1719085941560,\n                \"updated\": 1719086034130,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74288051\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74288051&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 63,\n                \"net\": \"hv\",\n                \"code\": \"74288051\",\n                \"ids\": \",hv74288051,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 14,\n                \"dmin\": 0.007376,\n                \"rms\": 0.200000003,\n                \"gap\": 78,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.0 - 5 km SW of Volcano, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.27116394043,\n                    19.4038333892822,\n                    0.569999992847443\n                ]\n            },\n            \"id\": \"hv74288051\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.74,\n                \"place\": \"86 km W of Adak, Alaska\",\n                \"time\": 1719085631190,\n                \"updated\": 1719197704650,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93012884\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93012884&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 8,\n                \"net\": \"av\",\n                \"code\": \"93012884\",\n                \"ids\": \",av93012884,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 4,\n                \"dmin\": 0.06628,\n                \"rms\": 0.06,\n                \"gap\": 193,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.7 - 86 km W of Adak, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -177.894,\n                    51.8646666666667,\n                    6.91\n                ]\n            },\n            \"id\": \"av93012884\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.66,\n                \"place\": \"11 km NW of Anza, CA\",\n                \"time\": 1719085335610,\n                \"updated\": 1719151857296,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40807024\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40807024&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 7,\n                \"net\": \"ci\",\n                \"code\": \"40807024\",\n                \"ids\": \",ci40807024,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 30,\n                \"dmin\": 0.03648,\n                \"rms\": 0.13,\n                \"gap\": 56,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.7 - 11 km NW of Anza, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.7495,\n                    33.6281667,\n                    14.95\n                ]\n            },\n            \"id\": \"ci40807024\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.81,\n                \"place\": \"8 km SW of Volcano, Hawaii\",\n                \"time\": 1719085232350,\n                \"updated\": 1719085395700,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74288036\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74288036&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 50,\n                \"net\": \"hv\",\n                \"code\": \"74288036\",\n                \"ids\": \",hv74288036,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 10,\n                \"dmin\": 0.003318,\n                \"rms\": 0.230000004,\n                \"gap\": 112,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.8 - 8 km SW of Volcano, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.290496826172,\n                    19.3903331756592,\n                    -0.340000003576279\n                ]\n            },\n            \"id\": \"hv74288036\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.81,\n                \"place\": \"7 km SW of Volcano, Hawaii\",\n                \"time\": 1719085232070,\n                \"updated\": 1719085389710,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74288031\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74288031&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 50,\n                \"net\": \"hv\",\n                \"code\": \"74288031\",\n                \"ids\": \",hv74288031,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 15,\n                \"dmin\": 0.005337,\n                \"rms\": 0.109999999,\n                \"gap\": 59,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.8 - 7 km SW of Volcano, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.278335571289,\n                    19.390832901001,\n                    1.25999999046326\n                ]\n            },\n            \"id\": \"hv74288031\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.1,\n                \"place\": \"4 km  of The Geysers, CA\",\n                \"time\": 1719085029980,\n                \"updated\": 1719085126496,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025527\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025527&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 19,\n                \"net\": \"nc\",\n                \"code\": \"75025527\",\n                \"ids\": \",nc75025527,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 11,\n                \"dmin\": 0.008378,\n                \"rms\": 0.02,\n                \"gap\": 81,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.1 - 4 km  of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.772003173828,\n                    38.8083343505859,\n                    0.490000009536743\n                ]\n            },\n            \"id\": \"nc75025527\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.76,\n                \"place\": \"16 km NW of Parkfield, CA\",\n                \"time\": 1719084410640,\n                \"updated\": 1719084506460,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025517\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025517&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 48,\n                \"net\": \"nc\",\n                \"code\": \"75025517\",\n                \"ids\": \",nc75025517,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 13,\n                \"dmin\": 0.02411,\n                \"rms\": 0.08,\n                \"gap\": 78,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.8 - 16 km NW of Parkfield, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -120.564163208008,\n                    36.0003318786621,\n                    1.53999996185303\n                ]\n            },\n            \"id\": \"nc75025517\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.15,\n                \"place\": \"7 km SW of Volcano, Hawaii\",\n                \"time\": 1719083673110,\n                \"updated\": 1719252940500,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74288006\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74288006&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 71,\n                \"net\": \"hv\",\n                \"code\": \"74288006\",\n                \"ids\": \",hv74288006,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 37,\n                \"dmin\": 0.005176,\n                \"rms\": 0.08,\n                \"gap\": 42,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.2 - 7 km SW of Volcano, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.277666666667,\n                    19.3918333333333,\n                    1.69\n                ]\n            },\n            \"id\": \"hv74288006\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.55,\n                \"place\": \"5 km NNW of Aromas, CA\",\n                \"time\": 1719083079390,\n                \"updated\": 1719083176345,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025512\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025512&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 37,\n                \"net\": \"nc\",\n                \"code\": \"75025512\",\n                \"ids\": \",nc75025512,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 20,\n                \"dmin\": 0.01292,\n                \"rms\": 0.12,\n                \"gap\": 55,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.6 - 5 km NNW of Aromas, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -121.674667358398,\n                    36.9230003356934,\n                    10.1899995803833\n                ]\n            },\n            \"id\": \"nc75025512\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.9,\n                \"place\": \"15 km SW of Thatcher, Utah\",\n                \"time\": 1719082475920,\n                \"updated\": 1719248199490,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/uu80074351\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=uu80074351&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 12,\n                \"net\": \"uu\",\n                \"code\": \"80074351\",\n                \"ids\": \",uu80074351,\",\n                \"sources\": \",uu,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 12,\n                \"dmin\": 0.02552,\n                \"rms\": 0.17,\n                \"gap\": 62,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.9 - 15 km SW of Thatcher, Utah\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -112.4155,\n                    41.592,\n                    8.92\n                ]\n            },\n            \"id\": \"uu80074351\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.12,\n                \"place\": \"9 km S of Volcano, Hawaii\",\n                \"time\": 1719082086620,\n                \"updated\": 1719252340850,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74287966\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74287966&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 69,\n                \"net\": \"hv\",\n                \"code\": \"74287966\",\n                \"ids\": \",us7000mtzu,hv74287966,\",\n                \"sources\": \",us,hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 58,\n                \"dmin\": 0.01789,\n                \"rms\": 0.12,\n                \"gap\": 91,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.1 - 9 km S of Volcano, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.232833333333,\n                    19.3571666666667,\n                    29.51\n                ]\n            },\n            \"id\": \"hv74287966\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.82,\n                \"place\": \"9 km E of Coso Junction, CA\",\n                \"time\": 1719081840720,\n                \"updated\": 1719151869624,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40806984\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40806984&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 10,\n                \"net\": \"ci\",\n                \"code\": \"40806984\",\n                \"ids\": \",ci40806984,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 18,\n                \"dmin\": 0.04204,\n                \"rms\": 0.16,\n                \"gap\": 68,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.8 - 9 km E of Coso Junction, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.8471667,\n                    36.031,\n                    2.33\n                ]\n            },\n            \"id\": \"ci40806984\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 4.4,\n                \"place\": \"160 km NNW of Houma, Tonga\",\n                \"time\": 1719081666426,\n                \"updated\": 1719095766040,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/us7000mtzv\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=us7000mtzv&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 298,\n                \"net\": \"us\",\n                \"code\": \"7000mtzv\",\n                \"ids\": \",us7000mtzv,\",\n                \"sources\": \",us,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 30,\n                \"dmin\": 5.489,\n                \"rms\": 1.08,\n                \"gap\": 89,\n                \"magType\": \"mb\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 4.4 - 160 km NNW of Houma, Tonga\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -176.1522,\n                    -19.964,\n                    228.921\n                ]\n            },\n            \"id\": \"us7000mtzv\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.8,\n                \"place\": \"21 km S of Susitna North, Alaska\",\n                \"time\": 1719080768886,\n                \"updated\": 1719080895144,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak024802ds48\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak024802ds48&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 50,\n                \"net\": \"ak\",\n                \"code\": \"024802ds48\",\n                \"ids\": \",ak024802ds48,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.5,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.8 - 21 km S of Susitna North, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -149.9176,\n                    61.9727,\n                    19.6\n                ]\n            },\n            \"id\": \"ak024802ds48\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.08,\n                \"place\": \"5 km NW of The Geysers, CA\",\n                \"time\": 1719080235320,\n                \"updated\": 1719080330978,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025507\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025507&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 18,\n                \"net\": \"nc\",\n                \"code\": \"75025507\",\n                \"ids\": \",nc75025507,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 22,\n                \"dmin\": 0.00597,\n                \"rms\": 0.02,\n                \"gap\": 77,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.1 - 5 km NW of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.806503295898,\n                    38.7936668395996,\n                    3.02999997138977\n                ]\n            },\n            \"id\": \"nc75025507\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 4.3,\n                \"place\": \"74 km SW of Atocha, Bolivia\",\n                \"time\": 1719080140692,\n                \"updated\": 1719095568040,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/us7000mtzr\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=us7000mtzr&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 284,\n                \"net\": \"us\",\n                \"code\": \"7000mtzr\",\n                \"ids\": \",us7000mtzr,\",\n                \"sources\": \",us,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 23,\n                \"dmin\": 2.042,\n                \"rms\": 1.15,\n                \"gap\": 68,\n                \"magType\": \"mb\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 4.3 - 74 km SW of Atocha, Bolivia\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -66.6702,\n                    -21.4567,\n                    226.804\n                ]\n            },\n            \"id\": \"us7000mtzr\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.9,\n                \"place\": \"54 km S of Whites City, New Mexico\",\n                \"time\": 1719079974717,\n                \"updated\": 1719235653537,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/tx2024mfmc\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=tx2024mfmc&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 56,\n                \"net\": \"tx\",\n                \"code\": \"2024mfmc\",\n                \"ids\": \",tx2024mfmc,\",\n                \"sources\": \",tx,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 36,\n                \"dmin\": 0,\n                \"rms\": 0.2,\n                \"gap\": 64,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.9 - 54 km S of Whites City, New Mexico\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -104.292,\n                    31.689,\n                    7.6764\n                ]\n            },\n            \"id\": \"tx2024mfmc\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.56,\n                \"place\": \"10 km W of Ivins, Utah\",\n                \"time\": 1719079767370,\n                \"updated\": 1719247728650,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/uu80074346\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=uu80074346&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 37,\n                \"net\": \"uu\",\n                \"code\": \"80074346\",\n                \"ids\": \",uu80074346,\",\n                \"sources\": \",uu,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 10,\n                \"dmin\": 0.1007,\n                \"rms\": 0.25,\n                \"gap\": 162,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.6 - 10 km W of Ivins, Utah\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -113.799333333333,\n                    37.1531666666667,\n                    14.59\n                ]\n            },\n            \"id\": \"uu80074346\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.24,\n                \"place\": \"0 km E of Loma Linda, CA\",\n                \"time\": 1719079206440,\n                \"updated\": 1719151886636,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40806952\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40806952&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 24,\n                \"net\": \"ci\",\n                \"code\": \"40806952\",\n                \"ids\": \",ci40806952,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 48,\n                \"dmin\": 0.09543,\n                \"rms\": 0.19,\n                \"gap\": 53,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.2 - 0 km E of Loma Linda, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.257,\n                    34.0488333,\n                    16.36\n                ]\n            },\n            \"id\": \"ci40806952\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.15,\n                \"place\": \"38 km NNE of Amboy, Washington\",\n                \"time\": 1719078748970,\n                \"updated\": 1719083118390,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/uw62017771\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=uw62017771&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"uw\",\n                \"code\": \"62017771\",\n                \"ids\": \",uw62017771,\",\n                \"sources\": \",uw,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 6,\n                \"dmin\": 0.008907,\n                \"rms\": 0.08,\n                \"gap\": 122,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.2 - 38 km NNE of Amboy, Washington\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.19166666666666,\n                    46.208666666666666,\n                    -1.71\n                ]\n            },\n            \"id\": \"uw62017771\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.07,\n                \"place\": \"38 km NNE of Amboy, Washington\",\n                \"time\": 1719078702290,\n                \"updated\": 1719083320110,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/uw62017766\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=uw62017766&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"uw\",\n                \"code\": \"62017766\",\n                \"ids\": \",uw62017766,\",\n                \"sources\": \",uw,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 14,\n                \"dmin\": 0.002555,\n                \"rms\": 0.05,\n                \"gap\": 89,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.1 - 38 km NNE of Amboy, Washington\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.18866666666666,\n                    46.2015,\n                    6.58\n                ]\n            },\n            \"id\": \"uw62017766\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.4,\n                \"place\": \"67 km WNW of Tanana, Alaska\",\n                \"time\": 1719078405762,\n                \"updated\": 1719078523629,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak024801wpog\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak024801wpog&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 30,\n                \"net\": \"ak\",\n                \"code\": \"024801wpog\",\n                \"ids\": \",ak024801wpog,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.59,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.4 - 67 km WNW of Tanana, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -153.4213,\n                    65.3875,\n                    0\n                ]\n            },\n            \"id\": \"ak024801wpog\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.7,\n                \"place\": \"54 km S of Whites City, New Mexico\",\n                \"time\": 1719078368352,\n                \"updated\": 1719251844523,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/tx2024mflf\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=tx2024mflf&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 44,\n                \"net\": \"tx\",\n                \"code\": \"2024mflf\",\n                \"ids\": \",tx2024mflf,\",\n                \"sources\": \",tx,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 25,\n                \"dmin\": 0,\n                \"rms\": 0.1,\n                \"gap\": 65,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.7 - 54 km S of Whites City, New Mexico\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -104.298,\n                    31.691,\n                    6.8176\n                ]\n            },\n            \"id\": \"tx2024mflf\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.56,\n                \"place\": \"10 km W of Big Bear Lake, CA\",\n                \"time\": 1719078259090,\n                \"updated\": 1719151968390,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40806936\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40806936&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 37,\n                \"net\": \"ci\",\n                \"code\": \"40806936\",\n                \"ids\": \",ci40806936,\",\n                \"sources\": \",ci,\",\n                \"types\": \",focal-mechanism,nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 67,\n                \"dmin\": 0.07769,\n                \"rms\": 0.16,\n                \"gap\": 49,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.6 - 10 km W of Big Bear Lake, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.0143333,\n                    34.257,\n                    5.17\n                ]\n            },\n            \"id\": \"ci40806936\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.5,\n                \"place\": \"54 km NW of Toyah, Texas\",\n                \"time\": 1719077985831,\n                \"updated\": 1719244186257,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/tx2024mflb\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=tx2024mflb&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 35,\n                \"net\": \"tx\",\n                \"code\": \"2024mflb\",\n                \"ids\": \",tx2024mflb,\",\n                \"sources\": \",tx,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 27,\n                \"dmin\": 0.1,\n                \"rms\": 0.2,\n                \"gap\": 62,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.5 - 54 km NW of Toyah, Texas\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -104.195,\n                    31.671,\n                    6.4075\n                ]\n            },\n            \"id\": \"tx2024mflb\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 4.6,\n                \"place\": \"37 km W of Hihifo, Tonga\",\n                \"time\": 1719077928508,\n                \"updated\": 1719095288040,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/us7000mtzk\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=us7000mtzk&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 326,\n                \"net\": \"us\",\n                \"code\": \"7000mtzk\",\n                \"ids\": \",us7000mtzk,\",\n                \"sources\": \",us,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 35,\n                \"dmin\": 3.05,\n                \"rms\": 0.72,\n                \"gap\": 92,\n                \"magType\": \"mb\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 4.6 - 37 km W of Hihifo, Tonga\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -174.1491,\n                    -15.9378,\n                    141.457\n                ]\n            },\n            \"id\": \"us7000mtzk\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.7,\n                \"place\": \"28 km SSE of Mina, Nevada\",\n                \"time\": 1719077890403,\n                \"updated\": 1719089385697,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nn00879775\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nn00879775&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 44,\n                \"net\": \"nn\",\n                \"code\": \"00879775\",\n                \"ids\": \",nn00879775,\",\n                \"sources\": \",nn,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 9,\n                \"dmin\": 0.058,\n                \"rms\": 0.1204,\n                \"gap\": 107.37,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.7 - 28 km SSE of Mina, Nevada\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -118.0044,\n                    38.1435,\n                    13.2\n                ]\n            },\n            \"id\": \"nn00879775\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.6,\n                \"place\": \"51 km SSE of Whites City, New Mexico\",\n                \"time\": 1719077879654,\n                \"updated\": 1719243145018,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/tx2024mfla\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=tx2024mfla&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 39,\n                \"net\": \"tx\",\n                \"code\": \"2024mfla\",\n                \"ids\": \",tx2024mfla,\",\n                \"sources\": \",tx,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 36,\n                \"dmin\": 0,\n                \"rms\": 0.2,\n                \"gap\": 49,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.6 - 51 km SSE of Whites City, New Mexico\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -104.171,\n                    31.747,\n                    7.2406\n                ]\n            },\n            \"id\": \"tx2024mfla\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.8,\n                \"place\": \"29 km NNW of Chase, Alaska\",\n                \"time\": 1719077746096,\n                \"updated\": 1719077860914,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak024801uctt\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak024801uctt&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 50,\n                \"net\": \"ak\",\n                \"code\": \"024801uctt\",\n                \"ids\": \",ak024801uctt,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.29,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.8 - 29 km NNW of Chase, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -150.3281,\n                    62.6947,\n                    70.1\n                ]\n            },\n            \"id\": \"ak024801uctt\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.2,\n                \"place\": \"54 km S of Whites City, New Mexico\",\n                \"time\": 1719077482750,\n                \"updated\": 1719241636830,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/tx2024mfks\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=tx2024mfks&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 74,\n                \"net\": \"tx\",\n                \"code\": \"2024mfks\",\n                \"ids\": \",tx2024mfks,\",\n                \"sources\": \",tx,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 22,\n                \"dmin\": 0,\n                \"rms\": 0.1,\n                \"gap\": 65,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.2 - 54 km S of Whites City, New Mexico\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -104.3,\n                    31.687,\n                    6.7407\n                ]\n            },\n            \"id\": \"tx2024mfks\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.31,\n                \"place\": \"12 km SE of Mossyrock, Washington\",\n                \"time\": 1719076611510,\n                \"updated\": 1719168421650,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/uw62017756\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=uw62017756&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 1,\n                \"net\": \"uw\",\n                \"code\": \"62017756\",\n                \"ids\": \",uw62017756,\",\n                \"sources\": \",uw,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 11,\n                \"dmin\": 0.1453,\n                \"rms\": 0.06,\n                \"gap\": 202,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.3 - 12 km SE of Mossyrock, Washington\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.36516666666667,\n                    46.45366666666666,\n                    18.33\n                ]\n            },\n            \"id\": \"uw62017756\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.6,\n                \"place\": \"2 km ESE of Big Lake, Alaska\",\n                \"time\": 1719076373840,\n                \"updated\": 1719076461986,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak024801pfyg\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak024801pfyg&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 39,\n                \"net\": \"ak\",\n                \"code\": \"024801pfyg\",\n                \"ids\": \",ak024801pfyg,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.15,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.6 - 2 km ESE of Big Lake, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -149.9132,\n                    61.5127,\n                    34.3\n                ]\n            },\n            \"id\": \"ak024801pfyg\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.85,\n                \"place\": \"11 km WNW of San Francisco Zoo, CA\",\n                \"time\": 1719075504100,\n                \"updated\": 1719075601437,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025477\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025477&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 53,\n                \"net\": \"nc\",\n                \"code\": \"75025477\",\n                \"ids\": \",nc75025477,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 17,\n                \"dmin\": 0.2012,\n                \"rms\": 0.25,\n                \"gap\": 198,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.9 - 11 km WNW of San Francisco Zoo, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.620498657227,\n                    37.7646675109863,\n                    4.17000007629395\n                ]\n            },\n            \"id\": \"nc75025477\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.35,\n                \"place\": \"7 km SW of Volcano, Hawaii\",\n                \"time\": 1719075192120,\n                \"updated\": 1719251619470,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74287871\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74287871&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 85,\n                \"net\": \"hv\",\n                \"code\": \"74287871\",\n                \"ids\": \",hv74287871,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 39,\n                \"dmin\": 0.004302,\n                \"rms\": 0.11,\n                \"gap\": 42,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.4 - 7 km SW of Volcano, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.276,\n                    19.3916666666667,\n                    1.72\n                ]\n            },\n            \"id\": \"hv74287871\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.78,\n                \"place\": \"7 km NNW of The Geysers, CA\",\n                \"time\": 1719075138870,\n                \"updated\": 1719075236192,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025467\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025467&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 9,\n                \"net\": \"nc\",\n                \"code\": \"75025467\",\n                \"ids\": \",nc75025467,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 12,\n                \"dmin\": 0.003733,\n                \"rms\": 0.02,\n                \"gap\": 90,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.8 - 7 km NNW of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.807334899902,\n                    38.8203315734863,\n                    3\n                ]\n            },\n            \"id\": \"nc75025467\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.4,\n                \"place\": \"30 km SE of Mina, Nevada\",\n                \"time\": 1719074917948,\n                \"updated\": 1719088098460,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nn00879772\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nn00879772&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 30,\n                \"net\": \"nn\",\n                \"code\": \"00879772\",\n                \"ids\": \",nn00879772,\",\n                \"sources\": \",nn,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 11,\n                \"dmin\": 0.092,\n                \"rms\": 0.1137,\n                \"gap\": 76.96,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.4 - 30 km SE of Mina, Nevada\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.8684,\n                    38.1906,\n                    11.1\n                ]\n            },\n            \"id\": \"nn00879772\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.85,\n                \"place\": \"4 km SSW of Volcano, Hawaii\",\n                \"time\": 1719074524030,\n                \"updated\": 1719074682090,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74287841\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74287841&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 53,\n                \"net\": \"hv\",\n                \"code\": \"74287841\",\n                \"ids\": \",hv74287841,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 10,\n                \"dmin\": 0.01501,\n                \"rms\": 0.189999998,\n                \"gap\": 133,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.9 - 4 km SSW of Volcano, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.252502441406,\n                    19.4061660766602,\n                    -0.769999980926514\n                ]\n            },\n            \"id\": \"hv74287841\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.6,\n                \"place\": \"37 km NNE of Amboy, Washington\",\n                \"time\": 1719074442920,\n                \"updated\": 1719084253060,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/uw62017741\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=uw62017741&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 6,\n                \"net\": \"uw\",\n                \"code\": \"62017741\",\n                \"ids\": \",uw62017741,\",\n                \"sources\": \",uw,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 20,\n                \"dmin\": 0.004873,\n                \"rms\": 0.09,\n                \"gap\": 84,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.6 - 37 km NNE of Amboy, Washington\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.18583333333333,\n                    46.19533333333333,\n                    6.79\n                ]\n            },\n            \"id\": \"uw62017741\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 4.5,\n                \"place\": \"51 km E of Ollagüe, Chile\",\n                \"time\": 1719074322042,\n                \"updated\": 1719094943040,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/us7000mtz5\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=us7000mtz5&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 312,\n                \"net\": \"us\",\n                \"code\": \"7000mtz5\",\n                \"ids\": \",us7000mtz5,\",\n                \"sources\": \",us,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 30,\n                \"dmin\": 1.476,\n                \"rms\": 0.85,\n                \"gap\": 66,\n                \"magType\": \"mb\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 4.5 - 51 km E of Ollagüe, Chile\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -67.757,\n                    -21.2766,\n                    168.103\n                ]\n            },\n            \"id\": \"us7000mtz5\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.82,\n                \"place\": \"8 km WNW of Cobb, CA\",\n                \"time\": 1719074281260,\n                \"updated\": 1719074376027,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025462\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025462&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 10,\n                \"net\": \"nc\",\n                \"code\": \"75025462\",\n                \"ids\": \",nc75025462,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 18,\n                \"dmin\": 0.01269,\n                \"rms\": 0.02,\n                \"gap\": 50,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.8 - 8 km WNW of Cobb, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.807998657227,\n                    38.8359985351562,\n                    2.25999999046326\n                ]\n            },\n            \"id\": \"nc75025462\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.85,\n                \"place\": \"17 km N of Arecibo, Puerto Rico\",\n                \"time\": 1719074026570,\n                \"updated\": 1719074945340,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/pr71453753\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=pr71453753&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 125,\n                \"net\": \"pr\",\n                \"code\": \"71453753\",\n                \"ids\": \",pr71453753,\",\n                \"sources\": \",pr,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 11,\n                \"dmin\": 0.241,\n                \"rms\": 0.28,\n                \"gap\": 230,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.9 - 17 km N of Arecibo, Puerto Rico\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -66.7281666666667,\n                    18.6281666666667,\n                    13.69\n                ]\n            },\n            \"id\": \"pr71453753\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.8,\n                \"place\": \"25 km NE of Adak, Alaska\",\n                \"time\": 1719074004870,\n                \"updated\": 1719194687820,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93174706\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93174706&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 121,\n                \"net\": \"av\",\n                \"code\": \"93174706\",\n                \"ids\": \",av93174706,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 12,\n                \"dmin\": 0.1124,\n                \"rms\": 0.24,\n                \"gap\": 148,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.8 - 25 km NE of Adak, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -176.333666666667,\n                    52.0113333333333,\n                    20.11\n                ]\n            },\n            \"id\": \"av93174706\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.37,\n                \"place\": \"15 km ESE of Naalehu, Hawaii\",\n                \"time\": 1719073148260,\n                \"updated\": 1719073305650,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74287826\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74287826&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 86,\n                \"net\": \"hv\",\n                \"code\": \"74287826\",\n                \"ids\": \",hv74287826,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 54,\n                \"dmin\": 0.1178,\n                \"rms\": 0.150000006,\n                \"gap\": 204,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.4 - 15 km ESE of Naalehu, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.43766784668,\n                    19.0365009307861,\n                    37.0099983215332\n                ]\n            },\n            \"id\": \"hv74287826\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.18,\n                \"place\": \"15 km ESE of Naalehu, Hawaii\",\n                \"time\": 1719072924480,\n                \"updated\": 1719073083910,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74287821\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74287821&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 73,\n                \"net\": \"hv\",\n                \"code\": \"74287821\",\n                \"ids\": \",hv74287821,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 45,\n                \"dmin\": 0.1267,\n                \"rms\": 0.180000007,\n                \"gap\": 210,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.2 - 15 km ESE of Naalehu, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.436660766602,\n                    19.0191669464111,\n                    36.2000007629395\n                ]\n            },\n            \"id\": \"hv74287821\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.13000011,\n                \"place\": \"16 km ESE of Naalehu, Hawaii\",\n                \"time\": 1719072791860,\n                \"updated\": 1719072894590,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74287806\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74287806&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 70,\n                \"net\": \"hv\",\n                \"code\": \"74287806\",\n                \"ids\": \",hv74287806,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 43,\n                \"dmin\": 0.1266,\n                \"rms\": 0.140000001,\n                \"gap\": 210,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.1 - 16 km ESE of Naalehu, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.435501098633,\n                    19.021333694458,\n                    36.5099983215332\n                ]\n            },\n            \"id\": \"hv74287806\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.7,\n                \"place\": \"70 km WSW of Lake Minchumina, Alaska\",\n                \"time\": 1719072281625,\n                \"updated\": 1719072385717,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak02480129oi\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak02480129oi&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 44,\n                \"net\": \"ak\",\n                \"code\": \"02480129oi\",\n                \"ids\": \",ak02480129oi,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.81,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.7 - 70 km WSW of Lake Minchumina, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -153.5046,\n                    63.5429,\n                    15.2\n                ]\n            },\n            \"id\": \"ak02480129oi\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.48,\n                \"place\": \"66 km ENE of Pedro Bay, Alaska\",\n                \"time\": 1719072026590,\n                \"updated\": 1719194281210,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93174696\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93174696&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93174696\",\n                \"ids\": \",av93174696,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 5,\n                \"dmin\": 0.01779,\n                \"rms\": 0.09,\n                \"gap\": 199,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.5 - 66 km ENE of Pedro Bay, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -153.028333333333,\n                    60.0333333333333,\n                    1.12\n                ]\n            },\n            \"id\": \"av93174696\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.2,\n                \"place\": \"82 km E of Denali Park, Alaska\",\n                \"time\": 1719071423885,\n                \"updated\": 1719071577955,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak024800qnst\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak024800qnst&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 22,\n                \"net\": \"ak\",\n                \"code\": \"024800qnst\",\n                \"ids\": \",ak024800qnst,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.4,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.2 - 82 km E of Denali Park, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -147.2598,\n                    63.6411,\n                    7.8\n                ]\n            },\n            \"id\": \"ak024800qnst\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 3.18,\n                \"place\": \"13 km SW of Thatcher, Utah\",\n                \"time\": 1719070871300,\n                \"updated\": 1719236978815,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/uu80074336\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=uu80074336&format=geojson\",\n                \"felt\": 11,\n                \"cdi\": 2.5,\n                \"mmi\": 3.513,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 158,\n                \"net\": \"uu\",\n                \"code\": \"80074336\",\n                \"ids\": \",uu80074336,us7000mtyv,\",\n                \"sources\": \",uu,us,\",\n                \"types\": \",dyfi,origin,phase-data,shakemap,\",\n                \"nst\": 35,\n                \"dmin\": 0.03773,\n                \"rms\": 0.14,\n                \"gap\": 49,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 3.2 - 13 km SW of Thatcher, Utah\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -112.403,\n                    41.5998333333333,\n                    6.68\n                ]\n            },\n            \"id\": \"uu80074336\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.3,\n                \"place\": \"90 km SW of Skwentna, Alaska\",\n                \"time\": 1719070840870,\n                \"updated\": 1719194080330,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93012864\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93012864&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 1,\n                \"net\": \"av\",\n                \"code\": \"93012864\",\n                \"ids\": \",av93012864,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 7,\n                \"dmin\": 0.09163,\n                \"rms\": 0.05,\n                \"gap\": 262,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.3 - 90 km SW of Skwentna, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -152.700166666667,\n                    61.4575,\n                    3.89\n                ]\n            },\n            \"id\": \"av93012864\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.46,\n                \"place\": \"6 km SSW of Volcano, Hawaii\",\n                \"time\": 1719070839720,\n                \"updated\": 1719250822020,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74287791\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74287791&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 93,\n                \"net\": \"hv\",\n                \"code\": \"74287791\",\n                \"ids\": \",hv74287791,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 35,\n                \"dmin\": 0.003038,\n                \"rms\": 0.09,\n                \"gap\": 59,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.5 - 6 km SSW of Volcano, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.248166666667,\n                    19.3861666666667,\n                    1.49\n                ]\n            },\n            \"id\": \"hv74287791\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 5,\n                \"place\": \"South Sandwich Islands region\",\n                \"time\": 1719070508026,\n                \"updated\": 1719094769040,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/us7000mtyw\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=us7000mtyw&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 385,\n                \"net\": \"us\",\n                \"code\": \"7000mtyw\",\n                \"ids\": \",us7000mtyw,\",\n                \"sources\": \",us,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 62,\n                \"dmin\": 5.408,\n                \"rms\": 0.84,\n                \"gap\": 43,\n                \"magType\": \"mb\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 5.0 - South Sandwich Islands region\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -27.5841,\n                    -56.0728,\n                    117.421\n                ]\n            },\n            \"id\": \"us7000mtyw\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.25,\n                \"place\": \"20 km N of Atka, Alaska\",\n                \"time\": 1719069530850,\n                \"updated\": 1719193558340,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93174656\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93174656&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93174656\",\n                \"ids\": \",av93174656,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 5,\n                \"dmin\": 0.01691,\n                \"rms\": 0.22,\n                \"gap\": 152,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.3 - 20 km N of Atka, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -174.1565,\n                    52.3758333333333,\n                    3.84\n                ]\n            },\n            \"id\": \"av93174656\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.86,\n                \"place\": \"7 km SW of Volcano, Hawaii\",\n                \"time\": 1719069364590,\n                \"updated\": 1719069522330,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74287771\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74287771&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 53,\n                \"net\": \"hv\",\n                \"code\": \"74287771\",\n                \"ids\": \",hv74287771,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 21,\n                \"dmin\": 0.005328,\n                \"rms\": 0.140000001,\n                \"gap\": 56,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.9 - 7 km SW of Volcano, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.278167724609,\n                    19.3921661376953,\n                    1.47000002861023\n                ]\n            },\n            \"id\": \"hv74287771\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.3,\n                \"place\": \"61 km W of Salamatof, Alaska\",\n                \"time\": 1719068839614,\n                \"updated\": 1719068957746,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak024800hfix\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak024800hfix&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 26,\n                \"net\": \"ak\",\n                \"code\": \"024800hfix\",\n                \"ids\": \",ak024800hfix,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.4,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.3 - 61 km W of Salamatof, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -152.4356,\n                    60.5965,\n                    89.6\n                ]\n            },\n            \"id\": \"ak024800hfix\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.29,\n                \"place\": \"6 km E of Mossyrock, Washington\",\n                \"time\": 1719068731880,\n                \"updated\": 1719168099180,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/uw62017716\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=uw62017716&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 1,\n                \"net\": \"uw\",\n                \"code\": \"62017716\",\n                \"ids\": \",uw62017716,\",\n                \"sources\": \",uw,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 10,\n                \"dmin\": 0.1124,\n                \"rms\": 0.1,\n                \"gap\": 181,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.3 - 6 km E of Mossyrock, Washington\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.407,\n                    46.536833333333334,\n                    24.3\n                ]\n            },\n            \"id\": \"uw62017716\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.5,\n                \"place\": \"10 km NNE of Truckee, California\",\n                \"time\": 1719067265754,\n                \"updated\": 1719068299064,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nn00879771\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nn00879771&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 4,\n                \"net\": \"nn\",\n                \"code\": \"00879771\",\n                \"ids\": \",nn00879771,\",\n                \"sources\": \",nn,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 6,\n                \"dmin\": 0.124,\n                \"rms\": 0.1531,\n                \"gap\": 130.37999999999997,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.5 - 10 km NNE of Truckee, California\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -120.1517,\n                    39.4166,\n                    10.4\n                ]\n            },\n            \"id\": \"nn00879771\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.87,\n                \"place\": \"5 km SW of Joseph, Utah\",\n                \"time\": 1719067264020,\n                \"updated\": 1719247430420,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/uu80074331\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=uu80074331&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 12,\n                \"net\": \"uu\",\n                \"code\": \"80074331\",\n                \"ids\": \",uu80074331,\",\n                \"sources\": \",uu,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 6,\n                \"dmin\": 0.09825,\n                \"rms\": 0.11,\n                \"gap\": 124,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.9 - 5 km SW of Joseph, Utah\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -112.253,\n                    38.5906666666667,\n                    -2.95\n                ]\n            },\n            \"id\": \"uu80074331\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.5,\n                \"place\": \"36 km SSE of Denali National Park, Alaska\",\n                \"time\": 1719066541394,\n                \"updated\": 1719066679762,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak0248000o9n\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak0248000o9n&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 35,\n                \"net\": \"ak\",\n                \"code\": \"0248000o9n\",\n                \"ids\": \",ak0248000o9n,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.52,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.5 - 36 km SSE of Denali National Park, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -151.318,\n                    63.2702,\n                    0\n                ]\n            },\n            \"id\": \"ak0248000o9n\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.63,\n                \"place\": \"17 km NNE of Atka, Alaska\",\n                \"time\": 1719065956190,\n                \"updated\": 1719192851130,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93174606\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93174606&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 6,\n                \"net\": \"av\",\n                \"code\": \"93174606\",\n                \"ids\": \",av93174606,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 4,\n                \"dmin\": 0.04758,\n                \"rms\": 0.19,\n                \"gap\": 270,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.6 - 17 km NNE of Atka, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -174.1005,\n                    52.3361666666667,\n                    5.59\n                ]\n            },\n            \"id\": \"av93174606\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.77,\n                \"place\": \"21 km ENE of Pine Valley, CA\",\n                \"time\": 1719065587880,\n                \"updated\": 1719151927503,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40806808\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40806808&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 9,\n                \"net\": \"ci\",\n                \"code\": \"40806808\",\n                \"ids\": \",ci40806808,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 27,\n                \"dmin\": 0.08589,\n                \"rms\": 0.21,\n                \"gap\": 87,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.8 - 21 km ENE of Pine Valley, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.3323333,\n                    32.9165,\n                    7.38\n                ]\n            },\n            \"id\": \"ci40806808\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.89,\n                \"place\": \"3 km W of The Geysers, CA\",\n                \"time\": 1719065485630,\n                \"updated\": 1719065581127,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025432\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025432&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 12,\n                \"net\": \"nc\",\n                \"code\": \"75025432\",\n                \"ids\": \",nc75025432,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 12,\n                \"dmin\": 0.01633,\n                \"rms\": 0.05,\n                \"gap\": 106,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.9 - 3 km W of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.792999267578,\n                    38.773998260498,\n                    5.84000015258789\n                ]\n            },\n            \"id\": \"nc75025432\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.3,\n                \"place\": \"17 km W of Nikiski, Alaska\",\n                \"time\": 1719065347232,\n                \"updated\": 1719072446040,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak0247zzweeb\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak0247zzweeb&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 81,\n                \"net\": \"ak\",\n                \"code\": \"0247zzweeb\",\n                \"ids\": \",us7000mtyi,ak0247zzweeb,\",\n                \"sources\": \",us,ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.37,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.3 - 17 km W of Nikiski, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -151.6062,\n                    60.7009,\n                    9.5\n                ]\n            },\n            \"id\": \"ak0247zzweeb\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 4.2,\n                \"place\": \"15 km ESE of Oni, Georgia\",\n                \"time\": 1719065318033,\n                \"updated\": 1719073749040,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/us7000mtyk\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=us7000mtyk&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 271,\n                \"net\": \"us\",\n                \"code\": \"7000mtyk\",\n                \"ids\": \",us7000mtyk,\",\n                \"sources\": \",us,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 21,\n                \"dmin\": 0.979,\n                \"rms\": 0.9,\n                \"gap\": 54,\n                \"magType\": \"mb\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 4.2 - 15 km ESE of Oni, Georgia\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    43.6236,\n                    42.5465,\n                    10\n                ]\n            },\n            \"id\": \"us7000mtyk\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.05,\n                \"place\": \"6 km SSE of Maria Antonia, Puerto Rico\",\n                \"time\": 1719064671440,\n                \"updated\": 1719065236250,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/pr71453748\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=pr71453748&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 65,\n                \"net\": \"pr\",\n                \"code\": \"71453748\",\n                \"ids\": \",pr71453748,\",\n                \"sources\": \",pr,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 6,\n                \"dmin\": 0.04978,\n                \"rms\": 0.05,\n                \"gap\": 225,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.1 - 6 km SSE of Maria Antonia, Puerto Rico\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -66.8563333333333,\n                    17.9236666666667,\n                    17.51\n                ]\n            },\n            \"id\": \"pr71453748\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.6,\n                \"place\": \"68 km ENE of Arctic Village, Alaska\",\n                \"time\": 1719064363243,\n                \"updated\": 1719071088040,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak0247zzk9d0\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak0247zzk9d0&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 104,\n                \"net\": \"ak\",\n                \"code\": \"0247zzk9d0\",\n                \"ids\": \",us7000mtyg,ak0247zzk9d0,\",\n                \"sources\": \",us,ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.91,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.6 - 68 km ENE of Arctic Village, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -144.141,\n                    68.4558,\n                    0\n                ]\n            },\n            \"id\": \"ak0247zzk9d0\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.1,\n                \"place\": \"38 km ENE of McKinney Acres, Texas\",\n                \"time\": 1719064157519,\n                \"updated\": 1719240607610,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/tx2024mfdj\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=tx2024mfdj&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 68,\n                \"net\": \"tx\",\n                \"code\": \"2024mfdj\",\n                \"ids\": \",tx2024mfdj,\",\n                \"sources\": \",tx,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 25,\n                \"dmin\": 0,\n                \"rms\": 0.1,\n                \"gap\": 90,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.1 - 38 km ENE of McKinney Acres, Texas\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -102.143,\n                    32.403,\n                    6.665\n                ]\n            },\n            \"id\": \"tx2024mfdj\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 3.2,\n                \"place\": \"231 km S of Akhiok, Alaska\",\n                \"time\": 1719064050048,\n                \"updated\": 1719072932040,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak0247zzj6c0\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak0247zzj6c0&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 158,\n                \"net\": \"ak\",\n                \"code\": \"0247zzj6c0\",\n                \"ids\": \",us7000mtyf,ak0247zzj6c0,\",\n                \"sources\": \",us,ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.79,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 3.2 - 231 km S of Akhiok, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -154.5505,\n                    54.8787,\n                    2.3\n                ]\n            },\n            \"id\": \"ak0247zzj6c0\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.7,\n                \"place\": \"36 km NNW of Toyah, Texas\",\n                \"time\": 1719063596759,\n                \"updated\": 1719243484185,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/tx2024mfdc\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=tx2024mfdc&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 44,\n                \"net\": \"tx\",\n                \"code\": \"2024mfdc\",\n                \"ids\": \",tx2024mfdc,\",\n                \"sources\": \",tx,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 23,\n                \"dmin\": 0,\n                \"rms\": 0.1,\n                \"gap\": 59,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.7 - 36 km NNW of Toyah, Texas\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -103.978,\n                    31.608,\n                    6.933\n                ]\n            },\n            \"id\": \"tx2024mfdc\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 4,\n                \"place\": \"72 km NNE of Petersville, Alaska\",\n                \"time\": 1719063568915,\n                \"updated\": 1719065416087,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak0247zzhfxj\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak0247zzhfxj&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": 2.992,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 246,\n                \"net\": \"ak\",\n                \"code\": \"0247zzhfxj\",\n                \"ids\": \",us7000mtyc,ak0247zzhfxj,\",\n                \"sources\": \",us,ak,\",\n                \"types\": \",origin,phase-data,shakemap,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.5,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 4.0 - 72 km NNE of Petersville, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -150.4241,\n                    63.1313,\n                    107.4\n                ]\n            },\n            \"id\": \"ak0247zzhfxj\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.68,\n                \"place\": \"9 km WNW of Cobb, CA\",\n                \"time\": 1719063461860,\n                \"updated\": 1719063555686,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025427\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025427&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 7,\n                \"net\": \"nc\",\n                \"code\": \"75025427\",\n                \"ids\": \",nc75025427,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 7,\n                \"dmin\": 0.008488,\n                \"rms\": 0.02,\n                \"gap\": 113,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.7 - 9 km WNW of Cobb, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.821166992188,\n                    38.8463325500488,\n                    1.99000000953674\n                ]\n            },\n            \"id\": \"nc75025427\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.81,\n                \"place\": \"1 km SSW of Acme, Washington\",\n                \"time\": 1719062737520,\n                \"updated\": 1719167756440,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/uw62017696\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=uw62017696&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 10,\n                \"net\": \"uw\",\n                \"code\": \"62017696\",\n                \"ids\": \",uw62017696,\",\n                \"sources\": \",uw,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 7,\n                \"dmin\": 0.03998,\n                \"rms\": 0.19,\n                \"gap\": 190,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.8 - 1 km SSW of Acme, Washington\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.21083333333333,\n                    48.705666666666666,\n                    12\n                ]\n            },\n            \"id\": \"uw62017696\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.28,\n                \"place\": \"60 km SE of Pedro Bay, Alaska\",\n                \"time\": 1719062714230,\n                \"updated\": 1719192472600,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93012854\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93012854&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93012854\",\n                \"ids\": \",av93012854,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 7,\n                \"dmin\": 0.005396,\n                \"rms\": 0.11,\n                \"gap\": 124,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.3 - 60 km SE of Pedro Bay, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -153.4405,\n                    59.3576666666667,\n                    -0.4\n                ]\n            },\n            \"id\": \"av93012854\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1,\n                \"place\": \"53 km SSE of Denali National Park, Alaska\",\n                \"time\": 1719062521033,\n                \"updated\": 1719062691542,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak0247zzdqmf\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak0247zzdqmf&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 15,\n                \"net\": \"ak\",\n                \"code\": \"0247zzdqmf\",\n                \"ids\": \",ak0247zzdqmf,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 1.25,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.0 - 53 km SSE of Denali National Park, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -151.35,\n                    63.0913,\n                    0\n                ]\n            },\n            \"id\": \"ak0247zzdqmf\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.72,\n                \"place\": \"9 km SSW of Guánica, Puerto Rico\",\n                \"time\": 1719062514160,\n                \"updated\": 1719063546060,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/pr71453743\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=pr71453743&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 46,\n                \"net\": \"pr\",\n                \"code\": \"71453743\",\n                \"ids\": \",pr71453743,\",\n                \"sources\": \",pr,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 4,\n                \"dmin\": 0.1029,\n                \"rms\": 0.21,\n                \"gap\": 275,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.7 - 9 km SSW of Guánica, Puerto Rico\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -66.9351666666667,\n                    17.8865,\n                    7.79\n                ]\n            },\n            \"id\": \"pr71453743\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.88,\n                \"place\": \"16 km N of Ocotillo, CA\",\n                \"time\": 1719061962960,\n                \"updated\": 1719151958764,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40806760\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40806760&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 12,\n                \"net\": \"ci\",\n                \"code\": \"40806760\",\n                \"ids\": \",ci40806760,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 29,\n                \"dmin\": 0.007445,\n                \"rms\": 0.19,\n                \"gap\": 73,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.9 - 16 km N of Ocotillo, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -115.9651667,\n                    32.8801667,\n                    8.94\n                ]\n            },\n            \"id\": \"ci40806760\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.7,\n                \"place\": \"17 km WSW of Toms Place, CA\",\n                \"time\": 1719060329750,\n                \"updated\": 1719088512043,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025422\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025422&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 8,\n                \"net\": \"nc\",\n                \"code\": \"75025422\",\n                \"ids\": \",nc75025422,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 15,\n                \"dmin\": 0.1105,\n                \"rms\": 0.03,\n                \"gap\": 191,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.7 - 17 km WSW of Toms Place, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -118.849333333333,\n                    37.4805,\n                    6.4\n                ]\n            },\n            \"id\": \"nc75025422\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.98,\n                \"place\": \"16 km N of Ocotillo, CA\",\n                \"time\": 1719060320950,\n                \"updated\": 1719151975148,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40806752\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40806752&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 15,\n                \"net\": \"ci\",\n                \"code\": \"40806752\",\n                \"ids\": \",ci40806752,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 27,\n                \"dmin\": 0.008191,\n                \"rms\": 0.2,\n                \"gap\": 41,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.0 - 16 km N of Ocotillo, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -115.968,\n                    32.8786667,\n                    8.14\n                ]\n            },\n            \"id\": \"ci40806752\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.11,\n                \"place\": \"11 km NW of Cobb, CA\",\n                \"time\": 1719060307220,\n                \"updated\": 1719060405484,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025417\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025417&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 19,\n                \"net\": \"nc\",\n                \"code\": \"75025417\",\n                \"ids\": \",nc75025417,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 8,\n                \"dmin\": 0.01696,\n                \"rms\": 0.02,\n                \"gap\": 179,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.1 - 11 km NW of Cobb, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.832664489746,\n                    38.8699989318848,\n                    14.5200004577637\n                ]\n            },\n            \"id\": \"nc75025417\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.21,\n                \"place\": \"35 km SSW of False Pass, Alaska\",\n                \"time\": 1719060235800,\n                \"updated\": 1719191779610,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93174496\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93174496&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 75,\n                \"net\": \"av\",\n                \"code\": \"93174496\",\n                \"ids\": \",av93174496,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 12,\n                \"dmin\": 0.1603,\n                \"rms\": 0.21,\n                \"gap\": 210,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.2 - 35 km SSW of False Pass, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -163.530666666667,\n                    54.5426666666667,\n                    14.39\n                ]\n            },\n            \"id\": \"av93174496\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.24,\n                \"place\": \"8 km WSW of Calipatria, CA\",\n                \"time\": 1719059906580,\n                \"updated\": 1719163032171,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40806736\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40806736&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 24,\n                \"net\": \"ci\",\n                \"code\": \"40806736\",\n                \"ids\": \",ci40806736,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 30,\n                \"dmin\": 0.01766,\n                \"rms\": 0.2,\n                \"gap\": 66,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.2 - 8 km WSW of Calipatria, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -115.597,\n                    33.1105,\n                    11.47\n                ]\n            },\n            \"id\": \"ci40806736\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.07,\n                \"place\": \"8 km WSW of Corona, CA\",\n                \"time\": 1719059558430,\n                \"updated\": 1719151988195,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40806728\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40806728&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 18,\n                \"net\": \"ci\",\n                \"code\": \"40806728\",\n                \"ids\": \",ci40806728,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 14,\n                \"dmin\": 0.05607,\n                \"rms\": 0.1,\n                \"gap\": 109,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.1 - 8 km WSW of Corona, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.6511667,\n                    33.8391667,\n                    7.25\n                ]\n            },\n            \"id\": \"ci40806728\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.3,\n                \"place\": \"20 km W of Westmorland, CA\",\n                \"time\": 1719059521630,\n                \"updated\": 1719151992015,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40806720\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40806720&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 26,\n                \"net\": \"ci\",\n                \"code\": \"40806720\",\n                \"ids\": \",ci40806720,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 11,\n                \"dmin\": 0.08764,\n                \"rms\": 0.11,\n                \"gap\": 148,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.3 - 20 km W of Westmorland, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -115.8326667,\n                    33.0285,\n                    2\n                ]\n            },\n            \"id\": \"ci40806720\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.67,\n                \"place\": \"39 km S of False Pass, Alaska\",\n                \"time\": 1719059215360,\n                \"updated\": 1719191428090,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93174471\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93174471&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 43,\n                \"net\": \"av\",\n                \"code\": \"93174471\",\n                \"ids\": \",av93174471,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 14,\n                \"dmin\": 0.1889,\n                \"rms\": 0.24,\n                \"gap\": 215,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.7 - 39 km S of False Pass, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -163.524,\n                    54.5055,\n                    9.09\n                ]\n            },\n            \"id\": \"av93174471\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.1,\n                \"place\": \"9 km NNW of Anza, CA\",\n                \"time\": 1719058921520,\n                \"updated\": 1719152038290,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40806712\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40806712&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 19,\n                \"net\": \"ci\",\n                \"code\": \"40806712\",\n                \"ids\": \",ci40806712,\",\n                \"sources\": \",ci,\",\n                \"types\": \",focal-mechanism,nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 64,\n                \"dmin\": 0.04756,\n                \"rms\": 0.17,\n                \"gap\": 28,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.1 - 9 km NNW of Anza, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.712,\n                    33.6335,\n                    13.73\n                ]\n            },\n            \"id\": \"ci40806712\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.42,\n                \"place\": \"10 km NNW of Anza, CA\",\n                \"time\": 1719058911430,\n                \"updated\": 1719162688612,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40806704\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40806704&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 3,\n                \"net\": \"ci\",\n                \"code\": \"40806704\",\n                \"ids\": \",ci40806704,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 26,\n                \"dmin\": 0.03593,\n                \"rms\": 0.1,\n                \"gap\": 67,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.4 - 10 km NNW of Anza, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.702,\n                    33.6416667,\n                    13.21\n                ]\n            },\n            \"id\": \"ci40806704\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.1,\n                \"place\": \"65 km N of Chase, Alaska\",\n                \"time\": 1719058744545,\n                \"updated\": 1719058854311,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak0247zyro52\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak0247zyro52&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 19,\n                \"net\": \"ak\",\n                \"code\": \"0247zyro52\",\n                \"ids\": \",ak0247zyro52,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.38,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.1 - 65 km N of Chase, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -150.1639,\n                    63.0401,\n                    75\n                ]\n            },\n            \"id\": \"ak0247zyro52\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.2,\n                \"place\": \"39 km NNE of Chase, Alaska\",\n                \"time\": 1719058369445,\n                \"updated\": 1719058484069,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak0247zyq9lc\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak0247zyq9lc&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 22,\n                \"net\": \"ak\",\n                \"code\": \"0247zyq9lc\",\n                \"ids\": \",ak0247zyq9lc,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.38,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.2 - 39 km NNE of Chase, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -149.7193,\n                    62.7542,\n                    73.2\n                ]\n            },\n            \"id\": \"ak0247zyq9lc\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.68,\n                \"place\": \"7 km WNW of Cobb, CA\",\n                \"time\": 1719058272270,\n                \"updated\": 1719058370916,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025407\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025407&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 7,\n                \"net\": \"nc\",\n                \"code\": \"75025407\",\n                \"ids\": \",nc75025407,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 7,\n                \"dmin\": 0.009552,\n                \"rms\": 0.01,\n                \"gap\": 95,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.7 - 7 km WNW of Cobb, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.798332214355,\n                    38.8311653137207,\n                    1.08000004291534\n                ]\n            },\n            \"id\": \"nc75025407\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.17,\n                \"place\": \"8 km E of Gilroy, CA\",\n                \"time\": 1719057901510,\n                \"updated\": 1719057996100,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025402\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025402&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 21,\n                \"net\": \"nc\",\n                \"code\": \"75025402\",\n                \"ids\": \",nc75025402,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 13,\n                \"dmin\": 0.07391,\n                \"rms\": 0.16,\n                \"gap\": 109,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.2 - 8 km E of Gilroy, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -121.482833862305,\n                    37.0268325805664,\n                    9.5\n                ]\n            },\n            \"id\": \"nc75025402\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.9,\n                \"place\": \"40 km S of Goldfield, Nevada\",\n                \"time\": 1719057862759,\n                \"updated\": 1719264416965,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nn00879765\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nn00879765&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 12,\n                \"net\": \"nn\",\n                \"code\": \"00879765\",\n                \"ids\": \",nn00879765,\",\n                \"sources\": \",nn,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 20,\n                \"dmin\": 0.075,\n                \"rms\": 0.1267,\n                \"gap\": 124.21999999999997,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.9 - 40 km S of Goldfield, Nevada\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.1871,\n                    37.3473,\n                    5.7\n                ]\n            },\n            \"id\": \"nn00879765\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.85000002,\n                \"place\": \"4 km SSW of Pāhala, Hawaii\",\n                \"time\": 1719057859820,\n                \"updated\": 1719057991110,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74287691\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74287691&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 53,\n                \"net\": \"hv\",\n                \"code\": \"74287691\",\n                \"ids\": \",hv74287691,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 32,\n                \"dmin\": 0.03545,\n                \"rms\": 0.140000001,\n                \"gap\": 107,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.9 - 4 km SSW of Pāhala, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.496170043945,\n                    19.1703338623047,\n                    32.310001373291\n                ]\n            },\n            \"id\": \"hv74287691\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.13,\n                \"place\": \"10 km SE of Sunriver, Oregon\",\n                \"time\": 1719056980160,\n                \"updated\": 1719167448960,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/uw62017686\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=uw62017686&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"uw\",\n                \"code\": \"62017686\",\n                \"ids\": \",uw62017686,\",\n                \"sources\": \",uw,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 7,\n                \"dmin\": 0.02849,\n                \"rms\": 0.08,\n                \"gap\": 226,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.1 - 10 km SE of Sunriver, Oregon\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -121.33066666666667,\n                    43.82866666666666,\n                    5.36\n                ]\n            },\n            \"id\": \"uw62017686\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.4,\n                \"place\": \"56 km NNE of Petersville, Alaska\",\n                \"time\": 1719056953890,\n                \"updated\": 1719057084584,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak0247zycoql\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak0247zycoql&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 30,\n                \"net\": \"ak\",\n                \"code\": \"0247zycoql\",\n                \"ids\": \",ak0247zycoql,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.33,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.4 - 56 km NNE of Petersville, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -150.4104,\n                    62.974,\n                    91.6\n                ]\n            },\n            \"id\": \"ak0247zycoql\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.32,\n                \"place\": \"37 km S of False Pass, Alaska\",\n                \"time\": 1719056592320,\n                \"updated\": 1719190002130,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93174441\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93174441&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 83,\n                \"net\": \"av\",\n                \"code\": \"93174441\",\n                \"ids\": \",av93174441,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 14,\n                \"dmin\": 0.1829,\n                \"rms\": 0.26,\n                \"gap\": 213,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.3 - 37 km S of False Pass, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -163.515,\n                    54.519,\n                    10.89\n                ]\n            },\n            \"id\": \"av93174441\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.9,\n                \"place\": \"35 km S of Goldfield, Nevada\",\n                \"time\": 1719056560636,\n                \"updated\": 1719056709531,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nn00879764\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nn00879764&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 12,\n                \"net\": \"nn\",\n                \"code\": \"00879764\",\n                \"ids\": \",nn00879764,\",\n                \"sources\": \",nn,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 9,\n                \"dmin\": 0.089,\n                \"rms\": 0.2409,\n                \"gap\": 264.09999999999997,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.9 - 35 km S of Goldfield, Nevada\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.2277,\n                    37.3852,\n                    3.7\n                ]\n            },\n            \"id\": \"nn00879764\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.97,\n                \"place\": \"13 km ESE of Tehachapi, CA\",\n                \"time\": 1719056260340,\n                \"updated\": 1719152042738,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40806696\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40806696&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 14,\n                \"net\": \"ci\",\n                \"code\": \"40806696\",\n                \"ids\": \",ci40806696,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 30,\n                \"dmin\": 0.08525,\n                \"rms\": 0.15,\n                \"gap\": 35,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.0 - 13 km ESE of Tehachapi, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -118.3281667,\n                    35.0753333,\n                    5.84\n                ]\n            },\n            \"id\": \"ci40806696\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.05,\n                \"place\": \"11 km WNW of Corona, CA\",\n                \"time\": 1719056203990,\n                \"updated\": 1719152045646,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40806688\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40806688&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 17,\n                \"net\": \"ci\",\n                \"code\": \"40806688\",\n                \"ids\": \",ci40806688,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 17,\n                \"dmin\": 0.006427,\n                \"rms\": 0.07,\n                \"gap\": 111,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.1 - 11 km WNW of Corona, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.6773333,\n                    33.9071667,\n                    6.58\n                ]\n            },\n            \"id\": \"ci40806688\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.34,\n                \"place\": \"38 km NE of Adak, Alaska\",\n                \"time\": 1719055620300,\n                \"updated\": 1719190830620,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93012839\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93012839&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 2,\n                \"net\": \"av\",\n                \"code\": \"93012839\",\n                \"ids\": \",av93012839,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 6,\n                \"dmin\": 0.01072,\n                \"rms\": 0.3,\n                \"gap\": 245,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.3 - 38 km NE of Adak, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -176.190333333333,\n                    52.0863333333333,\n                    10.45\n                ]\n            },\n            \"id\": \"av93012839\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.78,\n                \"place\": \"26 km SSW of Ocotillo Wells, CA\",\n                \"time\": 1719055049660,\n                \"updated\": 1719152103830,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40806680\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40806680&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 9,\n                \"net\": \"ci\",\n                \"code\": \"40806680\",\n                \"ids\": \",ci40806680,\",\n                \"sources\": \",ci,\",\n                \"types\": \",focal-mechanism,nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 38,\n                \"dmin\": 0.1366,\n                \"rms\": 0.17,\n                \"gap\": 44,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.8 - 26 km SSW of Ocotillo Wells, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.2551667,\n                    32.932,\n                    12.71\n                ]\n            },\n            \"id\": \"ci40806680\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.8,\n                \"place\": \"37 km S of Goldfield, Nevada\",\n                \"time\": 1719054140926,\n                \"updated\": 1719261259121,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nn00879763\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nn00879763&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 10,\n                \"net\": \"nn\",\n                \"code\": \"00879763\",\n                \"ids\": \",nn00879763,\",\n                \"sources\": \",nn,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 17,\n                \"dmin\": 0.093,\n                \"rms\": 0.1671,\n                \"gap\": 99.56,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.8 - 37 km S of Goldfield, Nevada\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.1851,\n                    37.3711,\n                    5.7\n                ]\n            },\n            \"id\": \"nn00879763\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.81,\n                \"place\": \"23 km NNW of Parkfield, CA\",\n                \"time\": 1719053124980,\n                \"updated\": 1719053220509,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025387\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025387&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 50,\n                \"net\": \"nc\",\n                \"code\": \"75025387\",\n                \"ids\": \",nc75025387,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 17,\n                \"dmin\": 0.02392,\n                \"rms\": 0.07,\n                \"gap\": 64,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.8 - 23 km NNW of Parkfield, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -120.607498168945,\n                    36.0466651916504,\n                    3.57999992370605\n                ]\n            },\n            \"id\": \"nc75025387\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.5,\n                \"place\": \"89 km ENE of Ugashik, Alaska\",\n                \"time\": 1719052117087,\n                \"updated\": 1719189716950,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak0247zxmsvw\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak0247zxmsvw&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 35,\n                \"net\": \"ak\",\n                \"code\": \"0247zxmsvw\",\n                \"ids\": \",av93174356,ak0247zxmsvw,\",\n                \"sources\": \",av,ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.94,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.5 - 89 km ENE of Ugashik, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.9828,\n                    57.765,\n                    12.5\n                ]\n            },\n            \"id\": \"ak0247zxmsvw\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.07,\n                \"place\": \"8 km NNW of The Geysers, CA\",\n                \"time\": 1719050703290,\n                \"updated\": 1719050801108,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025382\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025382&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 18,\n                \"net\": \"nc\",\n                \"code\": \"75025382\",\n                \"ids\": \",nc75025382,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 22,\n                \"dmin\": 0.008369,\n                \"rms\": 0.04,\n                \"gap\": 63,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.1 - 8 km NNW of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.816665649414,\n                    38.8300018310547,\n                    1.74000000953674\n                ]\n            },\n            \"id\": \"nc75025382\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.91,\n                \"place\": \"20 km E of Little Lake, CA\",\n                \"time\": 1719050188740,\n                \"updated\": 1719152104450,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40806648\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40806648&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 13,\n                \"net\": \"ci\",\n                \"code\": \"40806648\",\n                \"ids\": \",ci40806648,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 23,\n                \"dmin\": 0.03279,\n                \"rms\": 0.15,\n                \"gap\": 67,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.9 - 20 km E of Little Lake, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.6901667,\n                    35.9421667,\n                    2.81\n                ]\n            },\n            \"id\": \"ci40806648\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 4.5,\n                \"place\": \"83 km NE of Masohi, Indonesia\",\n                \"time\": 1719050168738,\n                \"updated\": 1719052410040,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/us7000mty4\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=us7000mty4&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 312,\n                \"net\": \"us\",\n                \"code\": \"7000mty4\",\n                \"ids\": \",us7000mty4,\",\n                \"sources\": \",us,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 23,\n                \"dmin\": 1.737,\n                \"rms\": 0.52,\n                \"gap\": 112,\n                \"magType\": \"mb\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 4.5 - 83 km NE of Masohi, Indonesia\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    129.5444,\n                    -2.8114,\n                    10\n                ]\n            },\n            \"id\": \"us7000mty4\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.3,\n                \"place\": \"41 km NE of Susitna North, Alaska\",\n                \"time\": 1719050103394,\n                \"updated\": 1719050241188,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak0247zx730j\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak0247zx730j&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 26,\n                \"net\": \"ak\",\n                \"code\": \"0247zx730j\",\n                \"ids\": \",ak0247zx730j,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.89,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.3 - 41 km NE of Susitna North, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -149.1894,\n                    62.3702,\n                    0\n                ]\n            },\n            \"id\": \"ak0247zx730j\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.14,\n                \"place\": \"38 km NNE of Amboy, Washington\",\n                \"time\": 1719049931840,\n                \"updated\": 1719102446380,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/uw62017681\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=uw62017681&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"uw\",\n                \"code\": \"62017681\",\n                \"ids\": \",uw62017681,\",\n                \"sources\": \",uw,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 10,\n                \"dmin\": 0.003485,\n                \"rms\": 0.07,\n                \"gap\": 135,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.1 - 38 km NNE of Amboy, Washington\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.185,\n                    46.20366666666666,\n                    2.48\n                ]\n            },\n            \"id\": \"uw62017681\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 3.9,\n                \"place\": \"89 km SSE of King Cove, Alaska\",\n                \"time\": 1719049775579,\n                \"updated\": 1719071623905,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/us7000mty0\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=us7000mty0&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": 2.634,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 234,\n                \"net\": \"us\",\n                \"code\": \"7000mty0\",\n                \"ids\": \",us7000mty0,ak0247zx5v48,\",\n                \"sources\": \",us,ak,\",\n                \"types\": \",moment-tensor,origin,phase-data,shakemap,\",\n                \"nst\": 25,\n                \"dmin\": 1.115,\n                \"rms\": 0.58,\n                \"gap\": 192,\n                \"magType\": \"mwr\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 3.9 - 89 km SSE of King Cove, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -161.7264,\n                    54.3333,\n                    39.586\n                ]\n            },\n            \"id\": \"us7000mty0\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.64,\n                \"place\": \"3 km W of Ratliff City, Oklahoma\",\n                \"time\": 1719049643809,\n                \"updated\": 1719279858383,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ok2024mevk\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ok2024mevk&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 6,\n                \"net\": \"ok\",\n                \"code\": \"2024mevk\",\n                \"ids\": \",ok2024mevk,\",\n                \"sources\": \",ok,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 18,\n                \"dmin\": 0.1016800469,\n                \"rms\": 0.31,\n                \"gap\": 95,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.6 - 3 km W of Ratliff City, Oklahoma\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -97.55016667,\n                    34.4435,\n                    21.04\n                ]\n            },\n            \"id\": \"ok2024mevk\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.16,\n                \"place\": \"12 km E of Desert Hot Springs, CA\",\n                \"time\": 1719049507820,\n                \"updated\": 1719152096148,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40806632\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40806632&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 21,\n                \"net\": \"ci\",\n                \"code\": \"40806632\",\n                \"ids\": \",ci40806632,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 55,\n                \"dmin\": 0.04079,\n                \"rms\": 0.15,\n                \"gap\": 33,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.2 - 12 km E of Desert Hot Springs, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.3765,\n                    33.9715,\n                    8.78\n                ]\n            },\n            \"id\": \"ci40806632\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.23,\n                \"place\": \"19 km E of Little Lake, CA\",\n                \"time\": 1719049320480,\n                \"updated\": 1719152118164,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40806624\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40806624&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 23,\n                \"net\": \"ci\",\n                \"code\": \"40806624\",\n                \"ids\": \",ci40806624,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 25,\n                \"dmin\": 0.0343,\n                \"rms\": 0.15,\n                \"gap\": 65,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.2 - 19 km E of Little Lake, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.6918333,\n                    35.9411667,\n                    2.69\n                ]\n            },\n            \"id\": \"ci40806624\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.88,\n                \"place\": \"8 km WNW of Cobb, CA\",\n                \"time\": 1719049085780,\n                \"updated\": 1719049180918,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025367\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025367&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 12,\n                \"net\": \"nc\",\n                \"code\": \"75025367\",\n                \"ids\": \",nc75025367,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 17,\n                \"dmin\": 0.01361,\n                \"rms\": 0.01,\n                \"gap\": 53,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.9 - 8 km WNW of Cobb, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.80899810791,\n                    38.8370018005371,\n                    2.22000002861023\n                ]\n            },\n            \"id\": \"nc75025367\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.72,\n                \"place\": \"14 km SW of Thatcher, Utah\",\n                \"time\": 1719048815060,\n                \"updated\": 1719239000820,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/uu80074326\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=uu80074326&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 46,\n                \"net\": \"uu\",\n                \"code\": \"80074326\",\n                \"ids\": \",uu80074326,\",\n                \"sources\": \",uu,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 27,\n                \"dmin\": 0.03458,\n                \"rms\": 0.15,\n                \"gap\": 58,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.7 - 14 km SW of Thatcher, Utah\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -112.411166666667,\n                    41.6015,\n                    8.52\n                ]\n            },\n            \"id\": \"uu80074326\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.8,\n                \"place\": \"10 km SW of Big Lake, Alaska\",\n                \"time\": 1719048556216,\n                \"updated\": 1719048745726,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak0247zx1jdx\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak0247zx1jdx&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 10,\n                \"net\": \"ak\",\n                \"code\": \"0247zx1jdx\",\n                \"ids\": \",ak0247zx1jdx,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.26,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.8 - 10 km SW of Big Lake, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -150.0777,\n                    61.452,\n                    29.8\n                ]\n            },\n            \"id\": \"ak0247zx1jdx\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.6,\n                \"place\": \"14 km SSE of Susitna, Alaska\",\n                \"time\": 1719048350915,\n                \"updated\": 1719048486345,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak0247zx0r77\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak0247zx0r77&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 39,\n                \"net\": \"ak\",\n                \"code\": \"0247zx0r77\",\n                \"ids\": \",ak0247zx0r77,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.33,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.6 - 14 km SSE of Susitna, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -150.4525,\n                    61.418,\n                    52.1\n                ]\n            },\n            \"id\": \"ak0247zx0r77\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 4.8,\n                \"place\": \"80 km NE of Masohi, Indonesia\",\n                \"time\": 1719048241811,\n                \"updated\": 1719049658040,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/us7000mtxu\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=us7000mtxu&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 354,\n                \"net\": \"us\",\n                \"code\": \"7000mtxu\",\n                \"ids\": \",us7000mtxu,\",\n                \"sources\": \",us,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 40,\n                \"dmin\": 1.725,\n                \"rms\": 0.85,\n                \"gap\": 64,\n                \"magType\": \"mb\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 4.8 - 80 km NE of Masohi, Indonesia\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    129.5231,\n                    -2.8289,\n                    10\n                ]\n            },\n            \"id\": \"us7000mtxu\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.8,\n                \"place\": \"40 km S of Goldfield, Nevada\",\n                \"time\": 1719048215054,\n                \"updated\": 1719048358873,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nn00879762\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nn00879762&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 10,\n                \"net\": \"nn\",\n                \"code\": \"00879762\",\n                \"ids\": \",nn00879762,\",\n                \"sources\": \",nn,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 9,\n                \"dmin\": 0.067,\n                \"rms\": 0.6088,\n                \"gap\": 212.16,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.8 - 40 km S of Goldfield, Nevada\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.1976,\n                    37.344,\n                    0\n                ]\n            },\n            \"id\": \"nn00879762\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 4.5,\n                \"place\": \"79 km NE of Masohi, Indonesia\",\n                \"time\": 1719047600724,\n                \"updated\": 1719057246040,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/us7000mty7\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=us7000mty7&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 312,\n                \"net\": \"us\",\n                \"code\": \"7000mty7\",\n                \"ids\": \",us7000mty7,\",\n                \"sources\": \",us,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 25,\n                \"dmin\": 1.699,\n                \"rms\": 0.85,\n                \"gap\": 68,\n                \"magType\": \"mb\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 4.5 - 79 km NE of Masohi, Indonesia\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    129.535,\n                    -2.8532,\n                    10\n                ]\n            },\n            \"id\": \"us7000mty7\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2,\n                \"place\": \"9 km ENE of Dilley, Texas\",\n                \"time\": 1719047326762,\n                \"updated\": 1719241682741,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/tx2024meud\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=tx2024meud&format=geojson\",\n                \"felt\": 1,\n                \"cdi\": 3.1,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 62,\n                \"net\": \"tx\",\n                \"code\": \"2024meud\",\n                \"ids\": \",tx2024meud,\",\n                \"sources\": \",tx,\",\n                \"types\": \",dyfi,origin,phase-data,\",\n                \"nst\": 10,\n                \"dmin\": 0.3,\n                \"rms\": 0.3,\n                \"gap\": 77,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.0 - 9 km ENE of Dilley, Texas\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -99.078,\n                    28.69,\n                    9.3018\n                ]\n            },\n            \"id\": \"tx2024meud\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.19,\n                \"place\": \"6 km SW of Volcano, Hawaii\",\n                \"time\": 1719046781490,\n                \"updated\": 1719250445360,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74287596\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74287596&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 74,\n                \"net\": \"hv\",\n                \"code\": \"74287596\",\n                \"ids\": \",hv74287596,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 29,\n                \"dmin\": 0.00231,\n                \"rms\": 0.09,\n                \"gap\": 42,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.2 - 6 km SW of Volcano, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.275833333333,\n                    19.3943333333333,\n                    0.14\n                ]\n            },\n            \"id\": \"hv74287596\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.27,\n                \"place\": \"3 km W of Cobb, CA\",\n                \"time\": 1719046319210,\n                \"updated\": 1719046415643,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025357\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025357&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 25,\n                \"net\": \"nc\",\n                \"code\": \"75025357\",\n                \"ids\": \",nc75025357,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 22,\n                \"dmin\": 0.01024,\n                \"rms\": 0.02,\n                \"gap\": 122,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.3 - 3 km W of Cobb, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.762832641602,\n                    38.821834564209,\n                    2.10999989509583\n                ]\n            },\n            \"id\": \"nc75025357\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.5,\n                \"place\": \"89 km WNW of Paxson, Alaska\",\n                \"time\": 1719046296968,\n                \"updated\": 1719046445722,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak0247zwkv4w\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak0247zwkv4w&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 35,\n                \"net\": \"ak\",\n                \"code\": \"0247zwkv4w\",\n                \"ids\": \",ak0247zwkv4w,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 1,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.5 - 89 km WNW of Paxson, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -147.1417,\n                    63.5038,\n                    0\n                ]\n            },\n            \"id\": \"ak0247zwkv4w\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.25,\n                \"place\": \"13 km E of Cloverdale, CA\",\n                \"time\": 1719046279850,\n                \"updated\": 1719046375679,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025352\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025352&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 24,\n                \"net\": \"nc\",\n                \"code\": \"75025352\",\n                \"ids\": \",nc75025352,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 23,\n                \"dmin\": 0.005977,\n                \"rms\": 0.02,\n                \"gap\": 100,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.3 - 13 km E of Cloverdale, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.879837036133,\n                    38.8434982299805,\n                    2.64000010490417\n                ]\n            },\n            \"id\": \"nc75025352\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.42,\n                \"place\": \"20 km ESE of Anza, CA\",\n                \"time\": 1719045693430,\n                \"updated\": 1719152128231,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40806616\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40806616&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 3,\n                \"net\": \"ci\",\n                \"code\": \"40806616\",\n                \"ids\": \",ci40806616,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 28,\n                \"dmin\": 0.084,\n                \"rms\": 0.16,\n                \"gap\": 64,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.4 - 20 km ESE of Anza, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.4801667,\n                    33.4848333,\n                    5.89\n                ]\n            },\n            \"id\": \"ci40806616\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.56,\n                \"place\": \"37 km S of False Pass, Alaska\",\n                \"time\": 1719045305280,\n                \"updated\": 1719185570040,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93174261\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93174261&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 37,\n                \"net\": \"av\",\n                \"code\": \"93174261\",\n                \"ids\": \",av93174261,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 13,\n                \"dmin\": 0.1878,\n                \"rms\": 0.23,\n                \"gap\": 214,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.6 - 37 km S of False Pass, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -163.505,\n                    54.518,\n                    9.14\n                ]\n            },\n            \"id\": \"av93174261\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2,\n                \"place\": \"5 km WSW of Laytonville, CA\",\n                \"time\": 1719045022470,\n                \"updated\": 1719045121425,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025347\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025347&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 62,\n                \"net\": \"nc\",\n                \"code\": \"75025347\",\n                \"ids\": \",nc75025347,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 16,\n                \"dmin\": 0.04477,\n                \"rms\": 0.13,\n                \"gap\": 92,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.0 - 5 km WSW of Laytonville, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -123.530502319336,\n                    39.664665222168,\n                    3.59999990463257\n                ]\n            },\n            \"id\": \"nc75025347\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.62,\n                \"place\": \"50 km W of Nikolski, Alaska\",\n                \"time\": 1719044602670,\n                \"updated\": 1719185338980,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93174251\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93174251&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 40,\n                \"net\": \"av\",\n                \"code\": \"93174251\",\n                \"ids\": \",av93174251,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 5,\n                \"dmin\": 0.1207,\n                \"rms\": 0.2,\n                \"gap\": 168,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.6 - 50 km W of Nikolski, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -169.6085,\n                    52.8851666666667,\n                    -1.68\n                ]\n            },\n            \"id\": \"av93174251\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.2,\n                \"place\": \"4 km SSW of Virginia City, Nevada\",\n                \"time\": 1719044277229,\n                \"updated\": 1719068297318,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nn00879770\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nn00879770&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 1,\n                \"net\": \"nn\",\n                \"code\": \"00879770\",\n                \"ids\": \",nn00879770,\",\n                \"sources\": \",nn,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 7,\n                \"dmin\": 0.111,\n                \"rms\": 0.1597,\n                \"gap\": 139.47,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.2 - 4 km SSW of Virginia City, Nevada\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -119.6614,\n                    39.2702,\n                    2.4\n                ]\n            },\n            \"id\": \"nn00879770\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.78,\n                \"place\": \"4 km NNW of The Geysers, CA\",\n                \"time\": 1719044027380,\n                \"updated\": 1719044126203,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025337\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025337&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 9,\n                \"net\": \"nc\",\n                \"code\": \"75025337\",\n                \"ids\": \",nc75025337,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 13,\n                \"dmin\": 0.009389,\n                \"rms\": 0.02,\n                \"gap\": 79,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.8 - 4 km NNW of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.772331237793,\n                    38.8064994812012,\n                    3.20000004768372\n                ]\n            },\n            \"id\": \"nc75025337\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.5,\n                \"place\": \"7 km SSW of Salcha, Alaska\",\n                \"time\": 1719043845935,\n                \"updated\": 1719043977720,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak0247zwc21f\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak0247zwc21f&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 35,\n                \"net\": \"ak\",\n                \"code\": \"0247zwc21f\",\n                \"ids\": \",ak0247zwc21f,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.34,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.5 - 7 km SSW of Salcha, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -146.9633,\n                    64.4657,\n                    6.8\n                ]\n            },\n            \"id\": \"ak0247zwc21f\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.9,\n                \"place\": \"39 km NE of Beatty, Nevada\",\n                \"time\": 1719043555506,\n                \"updated\": 1719043669985,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nn00879760\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nn00879760&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 12,\n                \"net\": \"nn\",\n                \"code\": \"00879760\",\n                \"ids\": \",nn00879760,\",\n                \"sources\": \",nn,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 13,\n                \"dmin\": 0.117,\n                \"rms\": 0.3059,\n                \"gap\": 123.67000000000002,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.9 - 39 km NE of Beatty, Nevada\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.4752,\n                    37.1832,\n                    0\n                ]\n            },\n            \"id\": \"nn00879760\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.8300000000000001,\n                \"place\": \"0 km NNE of Southworth, Washington\",\n                \"time\": 1719043318670,\n                \"updated\": 1719102164350,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/uw62017676\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=uw62017676&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 11,\n                \"net\": \"uw\",\n                \"code\": \"62017676\",\n                \"ids\": \",uw62017676,\",\n                \"sources\": \",uw,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 17,\n                \"dmin\": 0.05236,\n                \"rms\": 0.15,\n                \"gap\": 104,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.8 - 0 km NNE of Southworth, Washington\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.49783333333333,\n                    47.51883333333333,\n                    22.96\n                ]\n            },\n            \"id\": \"uw62017676\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.26,\n                \"place\": \"7 km SW of Volcano, Hawaii\",\n                \"time\": 1719043155640,\n                \"updated\": 1719249282900,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74287536\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74287536&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 79,\n                \"net\": \"hv\",\n                \"code\": \"74287536\",\n                \"ids\": \",hv74287536,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 33,\n                \"dmin\": 0.005985,\n                \"rms\": 0.09,\n                \"gap\": 43,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.3 - 7 km SW of Volcano, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.275666666667,\n                    19.3896666666667,\n                    1.84\n                ]\n            },\n            \"id\": \"hv74287536\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.54,\n                \"place\": \"5 km S of Mentone, CA\",\n                \"time\": 1719042761970,\n                \"updated\": 1719162202933,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40806608\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40806608&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 4,\n                \"net\": \"ci\",\n                \"code\": \"40806608\",\n                \"ids\": \",ci40806608,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 36,\n                \"dmin\": 0.01346,\n                \"rms\": 0.18,\n                \"gap\": 81,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.5 - 5 km S of Mentone, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.1261667,\n                    34.0283333,\n                    12.28\n                ]\n            },\n            \"id\": \"ci40806608\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.3,\n                \"place\": \"1 km NE of The Geysers, CA\",\n                \"time\": 1719042713900,\n                \"updated\": 1719042811075,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025332\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025332&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 26,\n                \"net\": \"nc\",\n                \"code\": \"75025332\",\n                \"ids\": \",nc75025332,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 15,\n                \"dmin\": 0.009243,\n                \"rms\": 0.03,\n                \"gap\": 83,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.3 - 1 km NE of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.747329711914,\n                    38.7873344421387,\n                    1.16999995708466\n                ]\n            },\n            \"id\": \"nc75025332\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 3.5,\n                \"place\": \"116 km SE of Ugashik, Alaska\",\n                \"time\": 1719042507647,\n                \"updated\": 1719070927520,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak0247zvyrj8\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak0247zvyrj8&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": 1.779,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 188,\n                \"net\": \"ak\",\n                \"code\": \"0247zvyrj8\",\n                \"ids\": \",us7000mtxl,ak0247zvyrj8,\",\n                \"sources\": \",us,ak,\",\n                \"types\": \",moment-tensor,origin,phase-data,shakemap,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.67,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 3.5 - 116 km SE of Ugashik, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -156.2415,\n                    56.6776,\n                    6.9\n                ]\n            },\n            \"id\": \"ak0247zvyrj8\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.02,\n                \"place\": \"2 km WNW of Deming, Washington\",\n                \"time\": 1719042455830,\n                \"updated\": 1719215572463,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/uw62017671\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=uw62017671&format=geojson\",\n                \"felt\": 1,\n                \"cdi\": 1,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 63,\n                \"net\": \"uw\",\n                \"code\": \"62017671\",\n                \"ids\": \",uw62017671,\",\n                \"sources\": \",uw,\",\n                \"types\": \",dyfi,origin,phase-data,\",\n                \"nst\": 29,\n                \"dmin\": 0.02651,\n                \"rms\": 0.11,\n                \"gap\": 46,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.0 - 2 km WNW of Deming, Washington\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.25183333333334,\n                    48.835166666666666,\n                    8.43\n                ]\n            },\n            \"id\": \"uw62017671\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 5,\n                \"place\": \"214 km ENE of Georgetown, Saint Helena\",\n                \"time\": 1719042363151,\n                \"updated\": 1719043955040,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/us7000mtxp\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=us7000mtxp&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 385,\n                \"net\": \"us\",\n                \"code\": \"7000mtxp\",\n                \"ids\": \",us7000mtxp,\",\n                \"sources\": \",us,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 43,\n                \"dmin\": 11.335,\n                \"rms\": 0.85,\n                \"gap\": 64,\n                \"magType\": \"mb\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 5.0 - 214 km ENE of Georgetown, Saint Helena\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -12.7687,\n                    -6.8934,\n                    10\n                ]\n            },\n            \"id\": \"us7000mtxp\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.57,\n                \"place\": \"3 km SSE of Palomas, Puerto Rico\",\n                \"time\": 1719042274430,\n                \"updated\": 1719044605700,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/pr71453733\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=pr71453733&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 38,\n                \"net\": \"pr\",\n                \"code\": \"71453733\",\n                \"ids\": \",pr71453733,\",\n                \"sources\": \",pr,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 3,\n                \"dmin\": 0.0241,\n                \"rms\": 0.11,\n                \"gap\": 326,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.6 - 3 km SSE of Palomas, Puerto Rico\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -66.8573333333333,\n                    17.9871666666667,\n                    14.64\n                ]\n            },\n            \"id\": \"pr71453733\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 3.1,\n                \"place\": \"12 km NE of Santa Cruz de El Seibo, Dominican Republic\",\n                \"time\": 1719042130552,\n                \"updated\": 1719043034040,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/us7000mtxi\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=us7000mtxi&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 148,\n                \"net\": \"us\",\n                \"code\": \"7000mtxi\",\n                \"ids\": \",us7000mtxi,\",\n                \"sources\": \",us,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 16,\n                \"dmin\": 0.983,\n                \"rms\": 0.72,\n                \"gap\": 136,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 3.1 - 12 km NE of Santa Cruz de El Seibo, Dominican Republic\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -68.9657,\n                    18.8562,\n                    35\n                ]\n            },\n            \"id\": \"us7000mtxi\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.3,\n                \"place\": \"45 km N of Valdez, Alaska\",\n                \"time\": 1719042011639,\n                \"updated\": 1719042142176,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak0247zvx0p7\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak0247zvx0p7&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 26,\n                \"net\": \"ak\",\n                \"code\": \"0247zvx0p7\",\n                \"ids\": \",ak0247zvx0p7,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.78,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.3 - 45 km N of Valdez, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -146.4843,\n                    61.5303,\n                    36.3\n                ]\n            },\n            \"id\": \"ak0247zvx0p7\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 4.6,\n                \"place\": \"13 km SSW of Atiquipa, Peru\",\n                \"time\": 1719041199396,\n                \"updated\": 1719042178040,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/us7000mtxe\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=us7000mtxe&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 326,\n                \"net\": \"us\",\n                \"code\": \"7000mtxe\",\n                \"ids\": \",us7000mtxe,\",\n                \"sources\": \",us,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 25,\n                \"dmin\": 4.55,\n                \"rms\": 0.71,\n                \"gap\": 143,\n                \"magType\": \"mb\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 4.6 - 13 km SSW of Atiquipa, Peru\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -74.414,\n                    -15.9034,\n                    31.2\n                ]\n            },\n            \"id\": \"us7000mtxe\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.44,\n                \"place\": \"21 km WNW of Stanley, Idaho\",\n                \"time\": 1719041157710,\n                \"updated\": 1719062803380,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/mb90055108\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=mb90055108&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 92,\n                \"net\": \"mb\",\n                \"code\": \"90055108\",\n                \"ids\": \",mb90055108,\",\n                \"sources\": \",mb,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 19,\n                \"dmin\": 0.3155,\n                \"rms\": 0.26,\n                \"gap\": 77,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.4 - 21 km WNW of Stanley, Idaho\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -115.174166666667,\n                    44.3161666666667,\n                    12.74\n                ]\n            },\n            \"id\": \"mb90055108\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.73,\n                \"place\": \"147 km WSW of Adak, Alaska\",\n                \"time\": 1719041043090,\n                \"updated\": 1719184204450,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93174191\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93174191&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 46,\n                \"net\": \"av\",\n                \"code\": \"93174191\",\n                \"ids\": \",av93174191,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 14,\n                \"dmin\": 0.08391,\n                \"rms\": 0.2,\n                \"gap\": 216,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.7 - 147 km WSW of Adak, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -178.6875,\n                    51.5251666666667,\n                    11.22\n                ]\n            },\n            \"id\": \"av93174191\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.74,\n                \"place\": \"6 km SW of Volcano, Hawaii\",\n                \"time\": 1719040508240,\n                \"updated\": 1719040665660,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74287496\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74287496&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 47,\n                \"net\": \"hv\",\n                \"code\": \"74287496\",\n                \"ids\": \",hv74287496,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 16,\n                \"dmin\": 0.002052,\n                \"rms\": 0.150000006,\n                \"gap\": 52,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.7 - 6 km SW of Volcano, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.274002075195,\n                    19.3933334350586,\n                    0.469999998807907\n                ]\n            },\n            \"id\": \"hv74287496\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1,\n                \"place\": \"30 km SW of Lovelock, Nevada\",\n                \"time\": 1719040175064,\n                \"updated\": 1719068112125,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nn00879769\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nn00879769&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 15,\n                \"net\": \"nn\",\n                \"code\": \"00879769\",\n                \"ids\": \",nn00879769,\",\n                \"sources\": \",nn,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 7,\n                \"dmin\": 0.568,\n                \"rms\": 0.1091,\n                \"gap\": 207.86,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.0 - 30 km SW of Lovelock, Nevada\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -118.7687,\n                    40.0235,\n                    11.3\n                ]\n            },\n            \"id\": \"nn00879769\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.04,\n                \"place\": \"39 km S of Morton, Washington\",\n                \"time\": 1719039799760,\n                \"updated\": 1719086006500,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/uw62017656\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=uw62017656&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"uw\",\n                \"code\": \"62017656\",\n                \"ids\": \",uw62017656,\",\n                \"sources\": \",uw,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 15,\n                \"dmin\": 0.01195,\n                \"rms\": 0.1,\n                \"gap\": 96,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.0 - 39 km S of Morton, Washington\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.17766666666667,\n                    46.21083333333333,\n                    6.37\n                ]\n            },\n            \"id\": \"uw62017656\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.1,\n                \"place\": \"43 km S of Goldfield, Nevada\",\n                \"time\": 1719039721549,\n                \"updated\": 1719263306622,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nn00879759\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nn00879759&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 19,\n                \"net\": \"nn\",\n                \"code\": \"00879759\",\n                \"ids\": \",nn00879759,\",\n                \"sources\": \",nn,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 17,\n                \"dmin\": 0.055,\n                \"rms\": 0.1032,\n                \"gap\": 93.86000000000001,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.1 - 43 km S of Goldfield, Nevada\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.1966,\n                    37.3206,\n                    4.8\n                ]\n            },\n            \"id\": \"nn00879759\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1,\n                \"place\": \"27 km SSE of Tonsina, Alaska\",\n                \"time\": 1719039094971,\n                \"updated\": 1719039234300,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak0247zvdzrd\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak0247zvdzrd&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 15,\n                \"net\": \"ak\",\n                \"code\": \"0247zvdzrd\",\n                \"ids\": \",ak0247zvdzrd,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 1.27,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.0 - 27 km SSE of Tonsina, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -144.9807,\n                    61.4247,\n                    16.8\n                ]\n            },\n            \"id\": \"ak0247zvdzrd\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.47,\n                \"place\": \"3 km NNW of The Geysers, CA\",\n                \"time\": 1719038711110,\n                \"updated\": 1719038806424,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025322\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025322&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 3,\n                \"net\": \"nc\",\n                \"code\": \"75025322\",\n                \"ids\": \",nc75025322,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 11,\n                \"dmin\": 0.006813,\n                \"rms\": 0.02,\n                \"gap\": 105,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.5 - 3 km NNW of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.767997741699,\n                    38.7985000610352,\n                    3.35999989509583\n                ]\n            },\n            \"id\": \"nc75025322\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.4,\n                \"place\": \"125 km SE of McCarthy, Alaska\",\n                \"time\": 1719038290963,\n                \"updated\": 1719038373453,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak0247zvb5m0\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak0247zvb5m0&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 30,\n                \"net\": \"ak\",\n                \"code\": \"0247zvb5m0\",\n                \"ids\": \",ak0247zvb5m0,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.35,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.4 - 125 km SE of McCarthy, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -141.5931,\n                    60.5056,\n                    20\n                ]\n            },\n            \"id\": \"ak0247zvb5m0\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.03,\n                \"place\": \"12 km SSE of Valle Vista, CA\",\n                \"time\": 1719038158970,\n                \"updated\": 1719152172110,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40806592\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40806592&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 16,\n                \"net\": \"ci\",\n                \"code\": \"40806592\",\n                \"ids\": \",ci40806592,\",\n                \"sources\": \",ci,\",\n                \"types\": \",focal-mechanism,nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 59,\n                \"dmin\": 0.01761,\n                \"rms\": 0.16,\n                \"gap\": 21,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.0 - 12 km SSE of Valle Vista, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.8518333,\n                    33.6473333,\n                    14.67\n                ]\n            },\n            \"id\": \"ci40806592\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 3.49,\n                \"place\": \"78 km NE of Punta Cana, Dominican Republic\",\n                \"time\": 1719038077460,\n                \"updated\": 1719039884632,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/pr2024174000\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=pr2024174000&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 187,\n                \"net\": \"pr\",\n                \"code\": \"2024174000\",\n                \"ids\": \",pr2024174000,\",\n                \"sources\": \",pr,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 9,\n                \"dmin\": 0.7611,\n                \"rms\": 0.45,\n                \"gap\": 268,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 3.5 - 78 km NE of Punta Cana, Dominican Republic\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -67.989,\n                    19.166,\n                    31\n                ]\n            },\n            \"id\": \"pr2024174000\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.91,\n                \"place\": \"7 km SSW of Volcano, Hawaii\",\n                \"time\": 1719037904730,\n                \"updated\": 1719038062990,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74287456\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74287456&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 56,\n                \"net\": \"hv\",\n                \"code\": \"74287456\",\n                \"ids\": \",hv74287456,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 18,\n                \"dmin\": 0.007615,\n                \"rms\": 0.159999996,\n                \"gap\": 97,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.9 - 7 km SSW of Volcano, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.257827758789,\n                    19.3810005187988,\n                    0.119999997317791\n                ]\n            },\n            \"id\": \"hv74287456\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.36,\n                \"place\": \"15 km WNW of Progreso, B.C., MX\",\n                \"time\": 1719037795520,\n                \"updated\": 1719161777302,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40806584\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40806584&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 28,\n                \"net\": \"ci\",\n                \"code\": \"40806584\",\n                \"ids\": \",ci40806584,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 31,\n                \"dmin\": 0.004675,\n                \"rms\": 0.26,\n                \"gap\": 68,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.4 - 15 km WNW of Progreso, B.C., MX\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -115.7238333,\n                    32.6451667,\n                    8.58\n                ]\n            },\n            \"id\": \"ci40806584\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.5,\n                \"place\": \"24 km ESE of Anza, CA\",\n                \"time\": 1719037763990,\n                \"updated\": 1719152206142,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40806576\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40806576&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 4,\n                \"net\": \"ci\",\n                \"code\": \"40806576\",\n                \"ids\": \",ci40806576,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 27,\n                \"dmin\": 0.05227,\n                \"rms\": 0.19,\n                \"gap\": 77,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.5 - 24 km ESE of Anza, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.4328333,\n                    33.4713333,\n                    5.26\n                ]\n            },\n            \"id\": \"ci40806576\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.7,\n                \"place\": \"19 km ESE of Anza, CA\",\n                \"time\": 1719037734040,\n                \"updated\": 1719152209487,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40806568\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40806568&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 8,\n                \"net\": \"ci\",\n                \"code\": \"40806568\",\n                \"ids\": \",ci40806568,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 45,\n                \"dmin\": 0.06151,\n                \"rms\": 0.18,\n                \"gap\": 41,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.7 - 19 km ESE of Anza, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.4826667,\n                    33.4843333,\n                    5.88\n                ]\n            },\n            \"id\": \"ci40806568\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.78999996,\n                \"place\": \"15 km ESE of Pāhala, Hawaii\",\n                \"time\": 1719037603170,\n                \"updated\": 1719037705020,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74287451\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74287451&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 49,\n                \"net\": \"hv\",\n                \"code\": \"74287451\",\n                \"ids\": \",hv74287451,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 31,\n                \"dmin\": 0.1076,\n                \"rms\": 0.100000001,\n                \"gap\": 228,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.8 - 15 km ESE of Pāhala, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.352340698242,\n                    19.1266670227051,\n                    26.8600006103516\n                ]\n            },\n            \"id\": \"hv74287451\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.72,\n                \"place\": \"9 km NW of The Geysers, CA\",\n                \"time\": 1719037311290,\n                \"updated\": 1719037406296,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025312\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025312&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 8,\n                \"net\": \"nc\",\n                \"code\": \"75025312\",\n                \"ids\": \",nc75025312,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 12,\n                \"dmin\": 0.004116,\n                \"rms\": 0.02,\n                \"gap\": 64,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.7 - 9 km NW of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.834831237793,\n                    38.8344993591309,\n                    1.17999994754791\n                ]\n            },\n            \"id\": \"nc75025312\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.75,\n                \"place\": \"19 km ESE of Anza, CA\",\n                \"time\": 1719037304690,\n                \"updated\": 1719152238020,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40806560\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40806560&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 47,\n                \"net\": \"ci\",\n                \"code\": \"40806560\",\n                \"ids\": \",ci40806560,\",\n                \"sources\": \",ci,\",\n                \"types\": \",focal-mechanism,nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 96,\n                \"dmin\": 0.06906,\n                \"rms\": 0.2,\n                \"gap\": 14,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.8 - 19 km ESE of Anza, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.4915,\n                    33.4815,\n                    6.01\n                ]\n            },\n            \"id\": \"ci40806560\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.96,\n                \"place\": \"13 km W of Akutan, Alaska\",\n                \"time\": 1719037228050,\n                \"updated\": 1719183958280,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93012829\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93012829&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93012829\",\n                \"ids\": \",av93012829,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 7,\n                \"dmin\": 0.01953,\n                \"rms\": 0.26,\n                \"gap\": 97,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -1.0 - 13 km W of Akutan, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -165.984666666667,\n                    54.1403333333333,\n                    2.79\n                ]\n            },\n            \"id\": \"av93012829\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.2,\n                \"place\": \"26 km WNW of Tyonek, Alaska\",\n                \"time\": 1719036015611,\n                \"updated\": 1719036180045,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak0247zv30rb\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak0247zv30rb&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 22,\n                \"net\": \"ak\",\n                \"code\": \"0247zv30rb\",\n                \"ids\": \",ak0247zv30rb,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.5,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.2 - 26 km WNW of Tyonek, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -151.6048,\n                    61.1341,\n                    63.5\n                ]\n            },\n            \"id\": \"ak0247zv30rb\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.41,\n                \"place\": \"7 km SSW of Idyllwild, CA\",\n                \"time\": 1719035645600,\n                \"updated\": 1719152301180,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40806544\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40806544&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 31,\n                \"net\": \"ci\",\n                \"code\": \"40806544\",\n                \"ids\": \",ci40806544,\",\n                \"sources\": \",ci,\",\n                \"types\": \",focal-mechanism,nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 75,\n                \"dmin\": 0.03402,\n                \"rms\": 0.17,\n                \"gap\": 18,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.4 - 7 km SSW of Idyllwild, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.7353333,\n                    33.682,\n                    15.06\n                ]\n            },\n            \"id\": \"ci40806544\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.13,\n                \"place\": \"12 km W of Petrolia, CA\",\n                \"time\": 1719035150510,\n                \"updated\": 1719035245943,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025282\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025282&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 70,\n                \"net\": \"nc\",\n                \"code\": \"75025282\",\n                \"ids\": \",nc75025282,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 12,\n                \"dmin\": 0.0577,\n                \"rms\": 0.07,\n                \"gap\": 281,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.1 - 12 km W of Petrolia, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -124.417831420898,\n                    40.2843322753906,\n                    18.1599998474121\n                ]\n            },\n            \"id\": \"nc75025282\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 3.31,\n                \"place\": \"58 km SW of Pole Ojea, Puerto Rico\",\n                \"time\": 1719035072050,\n                \"updated\": 1719036364670,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/pr71453703\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=pr71453703&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 169,\n                \"net\": \"pr\",\n                \"code\": \"71453703\",\n                \"ids\": \",pr71453703,\",\n                \"sources\": \",pr,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 10,\n                \"dmin\": 0.5999,\n                \"rms\": 0.33,\n                \"gap\": 242,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 3.3 - 58 km SW of Pole Ojea, Puerto Rico\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -67.638,\n                    17.6781666666667,\n                    13.63\n                ]\n            },\n            \"id\": \"pr71453703\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.4,\n                \"place\": \"56 km NW of Toyah, Texas\",\n                \"time\": 1719034780197,\n                \"updated\": 1719055846805,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/tx2024meng\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=tx2024meng&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 89,\n                \"net\": \"tx\",\n                \"code\": \"2024meng\",\n                \"ids\": \",tx2024meng,\",\n                \"sources\": \",tx,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 41,\n                \"dmin\": 0,\n                \"rms\": 0.1,\n                \"gap\": 71,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.4 - 56 km NW of Toyah, Texas\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -104.208,\n                    31.682,\n                    6.9073\n                ]\n            },\n            \"id\": \"tx2024meng\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.04,\n                \"place\": \"20 km ESE of Anza, CA\",\n                \"time\": 1719033510580,\n                \"updated\": 1719152246358,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40806536\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40806536&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 17,\n                \"net\": \"ci\",\n                \"code\": \"40806536\",\n                \"ids\": \",ci40806536,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 45,\n                \"dmin\": 0.06087,\n                \"rms\": 0.19,\n                \"gap\": 41,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.0 - 20 km ESE of Anza, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.4816667,\n                    33.4843333,\n                    6.91\n                ]\n            },\n            \"id\": \"ci40806536\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.23,\n                \"place\": \"20 km ESE of Anza, CA\",\n                \"time\": 1719033497280,\n                \"updated\": 1719160882999,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40806528\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40806528&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 23,\n                \"net\": \"ci\",\n                \"code\": \"40806528\",\n                \"ids\": \",ci40806528,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 55,\n                \"dmin\": 0.0632,\n                \"rms\": 0.21,\n                \"gap\": 64,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.2 - 20 km ESE of Anza, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.481,\n                    33.4801667,\n                    7.24\n                ]\n            },\n            \"id\": \"ci40806528\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.81,\n                \"place\": \"20 km ESE of Anza, CA\",\n                \"time\": 1719033496040,\n                \"updated\": 1719161489984,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci37672444\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci37672444&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 10,\n                \"net\": \"ci\",\n                \"code\": \"37672444\",\n                \"ids\": \",ci37672444,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 45,\n                \"dmin\": 0.06195,\n                \"rms\": 0.23,\n                \"gap\": 40,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.8 - 20 km ESE of Anza, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.4815,\n                    33.4825,\n                    7.18\n                ]\n            },\n            \"id\": \"ci37672444\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.5,\n                \"place\": \"16 km S of Nixon, Texas\",\n                \"time\": 1719033396711,\n                \"updated\": 1719238884221,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/tx2024memm\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=tx2024memm&format=geojson\",\n                \"felt\": 2,\n                \"cdi\": 2.2,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 97,\n                \"net\": \"tx\",\n                \"code\": \"2024memm\",\n                \"ids\": \",tx2024memm,us7000mtwv,\",\n                \"sources\": \",tx,us,\",\n                \"types\": \",dyfi,origin,phase-data,\",\n                \"nst\": 25,\n                \"dmin\": 0.1,\n                \"rms\": 0.5,\n                \"gap\": 67,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.5 - 16 km S of Nixon, Texas\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -97.766,\n                    29.118,\n                    8.8623\n                ]\n            },\n            \"id\": \"tx2024memm\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.79,\n                \"place\": \"13 km NW of Pawnee, Oklahoma\",\n                \"time\": 1719033271379,\n                \"updated\": 1719280823746,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ok2024memk\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ok2024memk&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 10,\n                \"net\": \"ok\",\n                \"code\": \"2024memk\",\n                \"ids\": \",ok2024memk,\",\n                \"sources\": \",ok,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 30,\n                \"dmin\": 0.006298763968,\n                \"rms\": 0.22,\n                \"gap\": 75,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.8 - 13 km NW of Pawnee, Oklahoma\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -96.929,\n                    36.4075,\n                    5.64\n                ]\n            },\n            \"id\": \"ok2024memk\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.14,\n                \"place\": \"37 km S of Silver Gate, Montana\",\n                \"time\": 1719033126200,\n                \"updated\": 1719247267570,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/uu80074321\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=uu80074321&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 20,\n                \"net\": \"uu\",\n                \"code\": \"80074321\",\n                \"ids\": \",uu80074321,\",\n                \"sources\": \",uu,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 7,\n                \"dmin\": 0.09053,\n                \"rms\": 0.22,\n                \"gap\": 106,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.1 - 37 km S of Silver Gate, Montana\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -110.016833333333,\n                    44.6716666666667,\n                    12.91\n                ]\n            },\n            \"id\": \"uu80074321\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.66,\n                \"place\": \"5 km W of Laytonville, CA\",\n                \"time\": 1719032459550,\n                \"updated\": 1719032555536,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025267\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025267&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 42,\n                \"net\": \"nc\",\n                \"code\": \"75025267\",\n                \"ids\": \",nc75025267,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 8,\n                \"dmin\": 0.02941,\n                \"rms\": 0.04,\n                \"gap\": 96,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.7 - 5 km W of Laytonville, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -123.544998168945,\n                    39.6780014038086,\n                    2.67000007629395\n                ]\n            },\n            \"id\": \"nc75025267\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.87,\n                \"place\": \"15 km S of Borrego Springs, CA\",\n                \"time\": 1719032167580,\n                \"updated\": 1719152259806,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40806504\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40806504&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 12,\n                \"net\": \"ci\",\n                \"code\": \"40806504\",\n                \"ids\": \",ci40806504,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 47,\n                \"dmin\": 0.06666,\n                \"rms\": 0.18,\n                \"gap\": 29,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.9 - 15 km S of Borrego Springs, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.3756667,\n                    33.1185,\n                    8.41\n                ]\n            },\n            \"id\": \"ci40806504\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1,\n                \"place\": \"27 km SE of Alamo, Nevada\",\n                \"time\": 1719032024952,\n                \"updated\": 1719256116458,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nn00879756\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nn00879756&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 15,\n                \"net\": \"nn\",\n                \"code\": \"00879756\",\n                \"ids\": \",nn00879756,\",\n                \"sources\": \",nn,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 13,\n                \"dmin\": 0.222,\n                \"rms\": 0.1077,\n                \"gap\": 122.18,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.0 - 27 km SE of Alamo, Nevada\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -114.9147,\n                    37.2128,\n                    11.8\n                ]\n            },\n            \"id\": \"nn00879756\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.29,\n                \"place\": \"39 km WSW of False Pass, Alaska\",\n                \"time\": 1719031770260,\n                \"updated\": 1719180685460,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93012824\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93012824&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 1,\n                \"net\": \"av\",\n                \"code\": \"93012824\",\n                \"ids\": \",av93012824,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 6,\n                \"dmin\": 0.02694,\n                \"rms\": 0.15,\n                \"gap\": 117,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.3 - 39 km WSW of False Pass, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -163.997666666667,\n                    54.7363333333333,\n                    2.18\n                ]\n            },\n            \"id\": \"av93012824\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.64,\n                \"place\": \"22 km ENE of Seeley Lake, Montana\",\n                \"time\": 1719031722530,\n                \"updated\": 1719062065320,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/mb90055103\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=mb90055103&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 107,\n                \"net\": \"mb\",\n                \"code\": \"90055103\",\n                \"ids\": \",mb90055103,\",\n                \"sources\": \",mb,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 26,\n                \"dmin\": 0.1721,\n                \"rms\": 0.06,\n                \"gap\": 156,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.6 - 22 km ENE of Seeley Lake, Montana\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -113.227333333333,\n                    47.289,\n                    9.49\n                ]\n            },\n            \"id\": \"mb90055103\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.95,\n                \"place\": \"1 km NNW of The Geysers, CA\",\n                \"time\": 1719031445420,\n                \"updated\": 1719031541550,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025257\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025257&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 14,\n                \"net\": \"nc\",\n                \"code\": \"75025257\",\n                \"ids\": \",nc75025257,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 13,\n                \"dmin\": 0.01793,\n                \"rms\": 0.02,\n                \"gap\": 81,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.0 - 1 km NNW of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.759666442871,\n                    38.7826652526855,\n                    3.63000011444092\n                ]\n            },\n            \"id\": \"nc75025257\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.29,\n                \"place\": \"6 km ESE of La Parguera, Puerto Rico\",\n                \"time\": 1719031148610,\n                \"updated\": 1719031595070,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/pr71453693\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=pr71453693&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 81,\n                \"net\": \"pr\",\n                \"code\": \"71453693\",\n                \"ids\": \",pr71453693,\",\n                \"sources\": \",pr,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 8,\n                \"dmin\": 0.05884,\n                \"rms\": 0.06,\n                \"gap\": 193,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.3 - 6 km ESE of La Parguera, Puerto Rico\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -66.9828333333333,\n                    17.9625,\n                    9.33\n                ]\n            },\n            \"id\": \"pr71453693\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.69,\n                \"place\": \"21 km SE of Naalehu, Hawaii\",\n                \"time\": 1719030474520,\n                \"updated\": 1719248894930,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74287336\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74287336&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 44,\n                \"net\": \"hv\",\n                \"code\": \"74287336\",\n                \"ids\": \",hv74287336,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 28,\n                \"dmin\": 0.209,\n                \"rms\": 0.28,\n                \"gap\": 277,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.7 - 21 km SE of Naalehu, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.416666666667,\n                    18.9498333333333,\n                    16.37\n                ]\n            },\n            \"id\": \"hv74287336\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.68,\n                \"place\": \"38 km NNE of Amboy, Washington\",\n                \"time\": 1719030249900,\n                \"updated\": 1719083934600,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/uw62017636\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=uw62017636&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 7,\n                \"net\": \"uw\",\n                \"code\": \"62017636\",\n                \"ids\": \",uw62017636,\",\n                \"sources\": \",uw,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 19,\n                \"dmin\": 0.003276,\n                \"rms\": 0.07,\n                \"gap\": 63,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.7 - 38 km NNE of Amboy, Washington\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.1875,\n                    46.20316666666667,\n                    1.42\n                ]\n            },\n            \"id\": \"uw62017636\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.33,\n                \"place\": \"6 km S of Volcano, Hawaii\",\n                \"time\": 1719029992700,\n                \"updated\": 1719248258600,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74287321\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74287321&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 84,\n                \"net\": \"hv\",\n                \"code\": \"74287321\",\n                \"ids\": \",hv74287321,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 30,\n                \"dmin\": 0.01088,\n                \"rms\": 0.09,\n                \"gap\": 72,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.3 - 6 km S of Volcano, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.239833333333,\n                    19.3845,\n                    1.68\n                ]\n            },\n            \"id\": \"hv74287321\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.1,\n                \"place\": \"37 km W of Tyonek, Alaska\",\n                \"time\": 1719029965357,\n                \"updated\": 1719030063420,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak0247zu08wn\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak0247zu08wn&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 19,\n                \"net\": \"ak\",\n                \"code\": \"0247zu08wn\",\n                \"ids\": \",ak0247zu08wn,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.27,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.1 - 37 km W of Tyonek, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -151.839,\n                    61.0769,\n                    82.7\n                ]\n            },\n            \"id\": \"ak0247zu08wn\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.2,\n                \"place\": \"32 km SE of Minto, Alaska\",\n                \"time\": 1719029772932,\n                \"updated\": 1719029852598,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak0247ztzkst\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak0247ztzkst&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 1,\n                \"net\": \"ak\",\n                \"code\": \"0247ztzkst\",\n                \"ids\": \",ak0247ztzkst,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.23,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.2 - 32 km SE of Minto, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -148.92,\n                    64.928,\n                    16.9\n                ]\n            },\n            \"id\": \"ak0247ztzkst\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2,\n                \"place\": \"5 km W of Laytonville, CA\",\n                \"time\": 1719029720640,\n                \"updated\": 1719033996057,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025252\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025252&format=geojson\",\n                \"felt\": 2,\n                \"cdi\": 2,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 62,\n                \"net\": \"nc\",\n                \"code\": \"75025252\",\n                \"ids\": \",nc75025252,\",\n                \"sources\": \",nc,\",\n                \"types\": \",dyfi,nearby-cities,origin,phase-data,\",\n                \"nst\": 23,\n                \"dmin\": 0.03721,\n                \"rms\": 0.14,\n                \"gap\": 97,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.0 - 5 km W of Laytonville, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -123.536834716797,\n                    39.6721649169922,\n                    3.32999992370605\n                ]\n            },\n            \"id\": \"nc75025252\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.5,\n                \"place\": \"21 km WSW of Hiko, Nevada\",\n                \"time\": 1719029470724,\n                \"updated\": 1719098036930,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nn00879753\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nn00879753&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 35,\n                \"net\": \"nn\",\n                \"code\": \"00879753\",\n                \"ids\": \",nn00879753,\",\n                \"sources\": \",nn,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 37,\n                \"dmin\": 0.264,\n                \"rms\": 0.1148,\n                \"gap\": 171.36,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.5 - 21 km WSW of Hiko, Nevada\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -115.4534,\n                    37.5203,\n                    4.1\n                ]\n            },\n            \"id\": \"nn00879753\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.71000004,\n                \"place\": \"6 km S of Volcano, Hawaii\",\n                \"time\": 1719029430510,\n                \"updated\": 1719029588480,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74287301\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74287301&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 45,\n                \"net\": \"hv\",\n                \"code\": \"74287301\",\n                \"ids\": \",hv74287301,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 17,\n                \"dmin\": 0.01409,\n                \"rms\": 0.159999996,\n                \"gap\": 94,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.7 - 6 km S of Volcano, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.231338500977,\n                    19.3846664428711,\n                    2.05999994277954\n                ]\n            },\n            \"id\": \"hv74287301\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.2,\n                \"place\": \"42 km S of Goldfield, Nevada\",\n                \"time\": 1719029418320,\n                \"updated\": 1719094351347,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nn00879751\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nn00879751&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 22,\n                \"net\": \"nn\",\n                \"code\": \"00879751\",\n                \"ids\": \",nn00879751,\",\n                \"sources\": \",nn,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 24,\n                \"dmin\": 0.069,\n                \"rms\": 0.1113,\n                \"gap\": 121.72000000000003,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.2 - 42 km S of Goldfield, Nevada\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.1805,\n                    37.3252,\n                    3.5\n                ]\n            },\n            \"id\": \"nn00879751\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.51,\n                \"place\": \"5 km W of Laytonville, CA\",\n                \"time\": 1719029130540,\n                \"updated\": 1719029226044,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025242\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025242&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 35,\n                \"net\": \"nc\",\n                \"code\": \"75025242\",\n                \"ids\": \",nc75025242,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 6,\n                \"dmin\": 0.03261,\n                \"rms\": 0.01,\n                \"gap\": 96,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.5 - 5 km W of Laytonville, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -123.540664672852,\n                    39.678165435791,\n                    1.62999999523163\n                ]\n            },\n            \"id\": \"nc75025242\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.4000000000000001,\n                \"place\": \"14 km ESE of Acme, Washington\",\n                \"time\": 1719028902730,\n                \"updated\": 1719101454300,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/uw62017631\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=uw62017631&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 30,\n                \"net\": \"uw\",\n                \"code\": \"62017631\",\n                \"ids\": \",uw62017631,\",\n                \"sources\": \",uw,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 7,\n                \"dmin\": 0.0925,\n                \"rms\": 0.09,\n                \"gap\": 101,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.4 - 14 km ESE of Acme, Washington\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.02566666666667,\n                    48.660333333333334,\n                    0.49\n                ]\n            },\n            \"id\": \"uw62017631\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.8,\n                \"place\": \"57 km WNW of Beaver, Alaska\",\n                \"time\": 1719028780151,\n                \"updated\": 1719028918552,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak0247ztnf33\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak0247ztnf33&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 50,\n                \"net\": \"ak\",\n                \"code\": \"0247ztnf33\",\n                \"ids\": \",ak0247ztnf33,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.68,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.8 - 57 km WNW of Beaver, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -148.4821,\n                    66.6424,\n                    4.5\n                ]\n            },\n            \"id\": \"ak0247ztnf33\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.64,\n                \"place\": \"10 km NNE of Alex, Oklahoma\",\n                \"time\": 1719028724890,\n                \"updated\": 1719282233130,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ok2024mejx\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ok2024mejx&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 6,\n                \"net\": \"ok\",\n                \"code\": \"2024mejx\",\n                \"ids\": \",ok2024mejx,\",\n                \"sources\": \",ok,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 32,\n                \"dmin\": 0.1034796938,\n                \"rms\": 0.25,\n                \"gap\": 83,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.6 - 10 km NNE of Alex, Oklahoma\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -97.7545,\n                    35.00883333,\n                    8.27\n                ]\n            },\n            \"id\": \"ok2024mejx\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.75,\n                \"place\": \"13 km WNW of Anza, CA\",\n                \"time\": 1719028610250,\n                \"updated\": 1719160175370,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40806488\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40806488&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 9,\n                \"net\": \"ci\",\n                \"code\": \"40806488\",\n                \"ids\": \",ci40806488,\",\n                \"sources\": \",ci,\",\n                \"types\": \",focal-mechanism,nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 48,\n                \"dmin\": 0.03978,\n                \"rms\": 0.14,\n                \"gap\": 33,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.8 - 13 km WNW of Anza, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.809,\n                    33.5803333,\n                    9.23\n                ]\n            },\n            \"id\": \"ci40806488\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.86000001,\n                \"place\": \"4 km SSW of Pāhala, Hawaii\",\n                \"time\": 1719028297150,\n                \"updated\": 1719028397810,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74287291\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74287291&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 53,\n                \"net\": \"hv\",\n                \"code\": \"74287291\",\n                \"ids\": \",hv74287291,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 27,\n                \"dmin\": 0.03696,\n                \"rms\": 0.140000001,\n                \"gap\": 108,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.9 - 4 km SSW of Pāhala, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.498001098633,\n                    19.170166015625,\n                    32.4700012207031\n                ]\n            },\n            \"id\": \"hv74287291\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.55,\n                \"place\": \"4 km NW of Frazier Park, CA\",\n                \"time\": 1719028174100,\n                \"updated\": 1719159679807,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40806480\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40806480&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 37,\n                \"net\": \"ci\",\n                \"code\": \"40806480\",\n                \"ids\": \",ci40806480,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 32,\n                \"dmin\": 0.0849,\n                \"rms\": 0.23,\n                \"gap\": 70,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.6 - 4 km NW of Frazier Park, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -118.979,\n                    34.8436667,\n                    12.92\n                ]\n            },\n            \"id\": \"ci40806480\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 4.34,\n                \"place\": \"5 km WSW of Laytonville, CA\",\n                \"time\": 1719027985830,\n                \"updated\": 1719202499098,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025237\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025237&format=geojson\",\n                \"felt\": 201,\n                \"cdi\": 5.4,\n                \"mmi\": 5.003,\n                \"alert\": \"green\",\n                \"status\": \"reviewed\",\n                \"tsunami\": 1,\n                \"sig\": 398,\n                \"net\": \"nc\",\n                \"code\": \"75025237\",\n                \"ids\": \",ew1719027990,nc75025237,at00sfgqhe,us7000mtwj,\",\n                \"sources\": \",ew,nc,at,us,\",\n                \"types\": \",dyfi,focal-mechanism,impact-link,losspager,moment-tensor,nearby-cities,origin,phase-data,shake-alert,shakemap,\",\n                \"nst\": 50,\n                \"dmin\": 0.04189,\n                \"rms\": 0.13,\n                \"gap\": 90,\n                \"magType\": \"mw\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 4.3 - 5 km WSW of Laytonville, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -123.532833333333,\n                    39.6675,\n                    3.33\n                ]\n            },\n            \"id\": \"nc75025237\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.12,\n                \"place\": \"1 km WSW of Dutch Harbor, Alaska\",\n                \"time\": 1719027981410,\n                \"updated\": 1719179217300,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93174061\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93174061&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93174061\",\n                \"ids\": \",av93174061,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 12,\n                \"dmin\": 0.05372,\n                \"rms\": 0.26,\n                \"gap\": 97,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.1 - 1 km WSW of Dutch Harbor, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -166.563333333333,\n                    53.886,\n                    3.32\n                ]\n            },\n            \"id\": \"av93174061\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.92,\n                \"place\": \"34 km ENE of Boron, CA\",\n                \"time\": 1719027860070,\n                \"updated\": 1719284850538,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40806472\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40806472&format=geojson\",\n                \"felt\": 3,\n                \"cdi\": 2.2,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 132,\n                \"net\": \"ci\",\n                \"code\": \"40806472\",\n                \"ids\": \",ci40806472,us7000mtwi,\",\n                \"sources\": \",ci,us,\",\n                \"types\": \",dyfi,focal-mechanism,nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 43,\n                \"dmin\": 0.1189,\n                \"rms\": 0.15,\n                \"gap\": 41,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.9 - 34 km ENE of Boron, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.3113333,\n                    35.1301667,\n                    2.02\n                ]\n            },\n            \"id\": \"ci40806472\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.49,\n                \"place\": \"24 km N of Amboy, Washington\",\n                \"time\": 1719027427030,\n                \"updated\": 1719101167150,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/uw62017621\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=uw62017621&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 4,\n                \"net\": \"uw\",\n                \"code\": \"62017621\",\n                \"ids\": \",uw62017621,\",\n                \"sources\": \",uw,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 9,\n                \"dmin\": 0.1151,\n                \"rms\": 0.09,\n                \"gap\": 181,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.5 - 24 km N of Amboy, Washington\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.49366666666667,\n                    46.125,\n                    18.07\n                ]\n            },\n            \"id\": \"uw62017621\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.58,\n                \"place\": \"6 km NNW of Anza, CA\",\n                \"time\": 1719026526750,\n                \"updated\": 1719152319569,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40806448\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40806448&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 5,\n                \"net\": \"ci\",\n                \"code\": \"40806448\",\n                \"ids\": \",ci40806448,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 26,\n                \"dmin\": 0.04048,\n                \"rms\": 0.1,\n                \"gap\": 60,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.6 - 6 km NNW of Anza, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.7056667,\n                    33.5961667,\n                    12.66\n                ]\n            },\n            \"id\": \"ci40806448\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.83,\n                \"place\": \"12 km SE of Bodfish, CA\",\n                \"time\": 1719026451110,\n                \"updated\": 1719152345006,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40806440\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40806440&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 11,\n                \"net\": \"ci\",\n                \"code\": \"40806440\",\n                \"ids\": \",ci40806440,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 21,\n                \"dmin\": 0.1614,\n                \"rms\": 0.13,\n                \"gap\": 66,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.8 - 12 km SE of Bodfish, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -118.393,\n                    35.5151667,\n                    4.79\n                ]\n            },\n            \"id\": \"ci40806440\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.9,\n                \"place\": \"34 km SSW of False Pass, Alaska\",\n                \"time\": 1719026061110,\n                \"updated\": 1719179716410,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93012819\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93012819&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 12,\n                \"net\": \"av\",\n                \"code\": \"93012819\",\n                \"ids\": \",av93012819,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 6,\n                \"dmin\": 0.1567,\n                \"rms\": 0.19,\n                \"gap\": 262,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.9 - 34 km SSW of False Pass, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -163.528,\n                    54.5503333333333,\n                    12.53\n                ]\n            },\n            \"id\": \"av93012819\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.9,\n                \"place\": \"64 km SE of Denali National Park, Alaska\",\n                \"time\": 1719026017998,\n                \"updated\": 1719026188258,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak0247ztdisu\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak0247ztdisu&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 12,\n                \"net\": \"ak\",\n                \"code\": \"0247ztdisu\",\n                \"ids\": \",ak0247ztdisu,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 1.13,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.9 - 64 km SE of Denali National Park, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -150.6563,\n                    63.222,\n                    30.9\n                ]\n            },\n            \"id\": \"ak0247ztdisu\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.2,\n                \"place\": \"14 km W of Imperial, CA\",\n                \"time\": 1719025951710,\n                \"updated\": 1719158624811,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40806432\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40806432&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 22,\n                \"net\": \"ci\",\n                \"code\": \"40806432\",\n                \"ids\": \",ci40806432,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 30,\n                \"dmin\": 0.007939,\n                \"rms\": 0.21,\n                \"gap\": 82,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.2 - 14 km W of Imperial, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -115.7195,\n                    32.8531667,\n                    10.23\n                ]\n            },\n            \"id\": \"ci40806432\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.90999997,\n                \"place\": \"5 km SW of Volcano, Hawaii\",\n                \"time\": 1719025838530,\n                \"updated\": 1719025998070,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74287256\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74287256&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 56,\n                \"net\": \"hv\",\n                \"code\": \"74287256\",\n                \"ids\": \",hv74287256,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 15,\n                \"dmin\": 0.004009,\n                \"rms\": 0.0900000036,\n                \"gap\": 49,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.9 - 5 km SW of Volcano, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.266998291016,\n                    19.4021663665771,\n                    0.980000019073486\n                ]\n            },\n            \"id\": \"hv74287256\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 3.26,\n                \"place\": \"15 km SSW of Stella, Puerto Rico\",\n                \"time\": 1719025802020,\n                \"updated\": 1719027139860,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/pr71453688\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=pr71453688&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 164,\n                \"net\": \"pr\",\n                \"code\": \"71453688\",\n                \"ids\": \",pr71453688,\",\n                \"sources\": \",pr,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 13,\n                \"dmin\": 0.153,\n                \"rms\": 0.28,\n                \"gap\": 248,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 3.3 - 15 km SSW of Stella, Puerto Rico\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -67.312,\n                    18.1956666666667,\n                    118.26\n                ]\n            },\n            \"id\": \"pr71453688\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.3,\n                \"place\": \"18 km SSW of Anchor Point, Alaska\",\n                \"time\": 1719024890205,\n                \"updated\": 1719024994653,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak0247zt0xoc\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak0247zt0xoc&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 26,\n                \"net\": \"ak\",\n                \"code\": \"0247zt0xoc\",\n                \"ids\": \",ak0247zt0xoc,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.32,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.3 - 18 km SSW of Anchor Point, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -151.9476,\n                    59.6241,\n                    61.1\n                ]\n            },\n            \"id\": \"ak0247zt0xoc\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.77,\n                \"place\": \"18 km SSE of Lamboglia, Puerto Rico\",\n                \"time\": 1719024878770,\n                \"updated\": 1719025882670,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/pr71453668\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=pr71453668&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 118,\n                \"net\": \"pr\",\n                \"code\": \"71453668\",\n                \"ids\": \",pr71453668,\",\n                \"sources\": \",pr,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 11,\n                \"dmin\": 0.2277,\n                \"rms\": 0.22,\n                \"gap\": 232,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.8 - 18 km SSE of Lamboglia, Puerto Rico\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -65.9165,\n                    17.8268333333333,\n                    6.27\n                ]\n            },\n            \"id\": \"pr71453668\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.9,\n                \"place\": \"40 km S of Goldfield, Nevada\",\n                \"time\": 1719024229421,\n                \"updated\": 1719024358254,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nn00879744\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nn00879744&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 12,\n                \"net\": \"nn\",\n                \"code\": \"00879744\",\n                \"ids\": \",nn00879744,\",\n                \"sources\": \",nn,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 17,\n                \"dmin\": 0.066,\n                \"rms\": 0.2855,\n                \"gap\": 127.46999999999997,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.9 - 40 km S of Goldfield, Nevada\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.196,\n                    37.3411,\n                    1.1\n                ]\n            },\n            \"id\": \"nn00879744\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.65,\n                \"place\": \"8 km NNW of The Geysers, CA\",\n                \"time\": 1719024188250,\n                \"updated\": 1719024286652,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025217\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025217&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 6,\n                \"net\": \"nc\",\n                \"code\": \"75025217\",\n                \"ids\": \",nc75025217,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 15,\n                \"dmin\": 0.006158,\n                \"rms\": 0.01,\n                \"gap\": 62,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.7 - 8 km NNW of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.814498901367,\n                    38.828498840332,\n                    2.50999999046326\n                ]\n            },\n            \"id\": \"nc75025217\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.2,\n                \"place\": \"14 km SSW of Anchor Point, Alaska\",\n                \"time\": 1719023956835,\n                \"updated\": 1719025036040,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak0247zsxncz\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak0247zsxncz&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 74,\n                \"net\": \"ak\",\n                \"code\": \"0247zsxncz\",\n                \"ids\": \",us7000mtw7,ak0247zsxncz,\",\n                \"sources\": \",us,ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.28,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.2 - 14 km SSW of Anchor Point, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -151.9486,\n                    59.664,\n                    51.3\n                ]\n            },\n            \"id\": \"ak0247zsxncz\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.4,\n                \"place\": \"41 km S of Goldfield, Nevada\",\n                \"time\": 1719023097998,\n                \"updated\": 1719254819743,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nn00879741\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nn00879741&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 30,\n                \"net\": \"nn\",\n                \"code\": \"00879741\",\n                \"ids\": \",nn00879741,\",\n                \"sources\": \",nn,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 31,\n                \"dmin\": 0.065,\n                \"rms\": 0.1198,\n                \"gap\": 87.99,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.4 - 41 km S of Goldfield, Nevada\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.1957,\n                    37.3401,\n                    6.2\n                ]\n            },\n            \"id\": \"nn00879741\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.69,\n                \"place\": \"19 km ESE of Anza, CA\",\n                \"time\": 1719022884440,\n                \"updated\": 1719152429820,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40806408\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40806408&format=geojson\",\n                \"felt\": 1,\n                \"cdi\": 0,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 44,\n                \"net\": \"ci\",\n                \"code\": \"40806408\",\n                \"ids\": \",ci40806408,\",\n                \"sources\": \",ci,\",\n                \"types\": \",dyfi,focal-mechanism,nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 86,\n                \"dmin\": 0.06722,\n                \"rms\": 0.19,\n                \"gap\": 16,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.7 - 19 km ESE of Anza, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.4893333,\n                    33.4821667,\n                    6.06\n                ]\n            },\n            \"id\": \"ci40806408\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.6,\n                \"place\": \"40 km S of Goldfield, Nevada\",\n                \"time\": 1719022755689,\n                \"updated\": 1719022886300,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nn00879740\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nn00879740&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 6,\n                \"net\": \"nn\",\n                \"code\": \"00879740\",\n                \"ids\": \",nn00879740,\",\n                \"sources\": \",nn,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 8,\n                \"dmin\": 0.067,\n                \"rms\": 0.1798,\n                \"gap\": 205.51999999999998,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.6 - 40 km S of Goldfield, Nevada\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.194,\n                    37.3417,\n                    0.9\n                ]\n            },\n            \"id\": \"nn00879740\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.8,\n                \"place\": \"9 km NW of The Geysers, CA\",\n                \"time\": 1719022515490,\n                \"updated\": 1719022611190,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025207\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025207&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 10,\n                \"net\": \"nc\",\n                \"code\": \"75025207\",\n                \"ids\": \",nc75025207,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 12,\n                \"dmin\": 0.005586,\n                \"rms\": 0.02,\n                \"gap\": 79,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.8 - 9 km NW of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.835166931152,\n                    38.8330001831055,\n                    1.32000005245209\n                ]\n            },\n            \"id\": \"nc75025207\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.2,\n                \"place\": \"43 km N of Chase, Alaska\",\n                \"time\": 1719022280803,\n                \"updated\": 1719024478697,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak0247zsrnm8\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak0247zsrnm8&format=geojson\",\n                \"felt\": 1,\n                \"cdi\": 2.2,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 22,\n                \"net\": \"ak\",\n                \"code\": \"0247zsrnm8\",\n                \"ids\": \",ak0247zsrnm8,\",\n                \"sources\": \",ak,\",\n                \"types\": \",dyfi,origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.46,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.2 - 43 km N of Chase, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -150.2548,\n                    62.8358,\n                    67.6\n                ]\n            },\n            \"id\": \"ak0247zsrnm8\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.6,\n                \"place\": \"8 km NNW of The Geysers, CA\",\n                \"time\": 1719022200030,\n                \"updated\": 1719022296207,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025197\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025197&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 6,\n                \"net\": \"nc\",\n                \"code\": \"75025197\",\n                \"ids\": \",nc75025197,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 8,\n                \"dmin\": 0.00918,\n                \"rms\": 0.01,\n                \"gap\": 189,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.6 - 8 km NNW of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.81600189209,\n                    38.8313331604004,\n                    2.5\n                ]\n            },\n            \"id\": \"nc75025197\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.76,\n                \"place\": \"3 km SW of Redlands, CA\",\n                \"time\": 1719021983280,\n                \"updated\": 1719157491348,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ci40806392\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ci40806392&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 9,\n                \"net\": \"ci\",\n                \"code\": \"40806392\",\n                \"ids\": \",ci40806392,\",\n                \"sources\": \",ci,\",\n                \"types\": \",nearby-cities,origin,phase-data,scitech-link,\",\n                \"nst\": 21,\n                \"dmin\": 0.2094,\n                \"rms\": 0.17,\n                \"gap\": 125,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.8 - 3 km SW of Redlands, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.2028333,\n                    34.0308333,\n                    3.26\n                ]\n            },\n            \"id\": \"ci40806392\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.4,\n                \"place\": \"40 km S of Goldfield, Nevada\",\n                \"time\": 1719021926004,\n                \"updated\": 1719091595513,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nn00879738\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nn00879738&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 30,\n                \"net\": \"nn\",\n                \"code\": \"00879738\",\n                \"ids\": \",nn00879738,\",\n                \"sources\": \",nn,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 34,\n                \"dmin\": 0.063,\n                \"rms\": 0.1236,\n                \"gap\": 87.78,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.4 - 40 km S of Goldfield, Nevada\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.2009,\n                    37.3411,\n                    6.1\n                ]\n            },\n            \"id\": \"nn00879738\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.1,\n                \"place\": \"11 km SSE of Soldotna, Alaska\",\n                \"time\": 1719021924959,\n                \"updated\": 1719022005456,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak0247zsqdn3\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak0247zsqdn3&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 19,\n                \"net\": \"ak\",\n                \"code\": \"0247zsqdn3\",\n                \"ids\": \",ak0247zsqdn3,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.32,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.1 - 11 km SSE of Soldotna, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -151.0045,\n                    60.3842,\n                    54.6\n                ]\n            },\n            \"id\": \"ak0247zsqdn3\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.4,\n                \"place\": \"40 km S of Goldfield, Nevada\",\n                \"time\": 1719021804318,\n                \"updated\": 1719087360611,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nn00879735\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nn00879735&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 30,\n                \"net\": \"nn\",\n                \"code\": \"00879735\",\n                \"ids\": \",nn00879735,\",\n                \"sources\": \",nn,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 32,\n                \"dmin\": 0.076,\n                \"rms\": 0.1192,\n                \"gap\": 89.1,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.4 - 40 km S of Goldfield, Nevada\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -117.1833,\n                    37.3448,\n                    4\n                ]\n            },\n            \"id\": \"nn00879735\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.7,\n                \"place\": \"47 km NNW of Beatty, Nevada\",\n                \"time\": 1719021194963,\n                \"updated\": 1719021316409,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nn00879733\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nn00879733&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 8,\n                \"net\": \"nn\",\n                \"code\": \"00879733\",\n                \"ids\": \",nn00879733,\",\n                \"sources\": \",nn,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 8,\n                \"dmin\": 0.475,\n                \"rms\": 0.1535,\n                \"gap\": 194.08999999999997,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.7 - 47 km NNW of Beatty, Nevada\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -116.9924,\n                    37.2966,\n                    0.8\n                ]\n            },\n            \"id\": \"nn00879733\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.77,\n                \"place\": \"16 km SW of Westley, CA\",\n                \"time\": 1719021126120,\n                \"updated\": 1719021220955,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025192\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025192&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 48,\n                \"net\": \"nc\",\n                \"code\": \"75025192\",\n                \"ids\": \",nc75025192,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 8,\n                \"dmin\": 0.05563,\n                \"rms\": 0.22,\n                \"gap\": 89,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.8 - 16 km SW of Westley, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -121.317665100098,\n                    37.4338340759277,\n                    -0.469999998807907\n                ]\n            },\n            \"id\": \"nc75025192\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.85000002,\n                \"place\": \"6 km SSW of Volcano, Hawaii\",\n                \"time\": 1719021031200,\n                \"updated\": 1719021125770,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74287171\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74287171&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 53,\n                \"net\": \"hv\",\n                \"code\": \"74287171\",\n                \"ids\": \",hv74287171,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 16,\n                \"dmin\": 0.004157,\n                \"rms\": 0.150000006,\n                \"gap\": 74,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.9 - 6 km SSW of Volcano, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.25,\n                    19.3894996643066,\n                    0.610000014305115\n                ]\n            },\n            \"id\": \"hv74287171\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.3,\n                \"place\": \"9 km SW of Healy, Alaska\",\n                \"time\": 1719020917630,\n                \"updated\": 1719021053165,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak0247zse6sz\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak0247zse6sz&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 26,\n                \"net\": \"ak\",\n                \"code\": \"0247zse6sz\",\n                \"ids\": \",ak0247zse6sz,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 1.06,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.3 - 9 km SW of Healy, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -149.0951,\n                    63.7907,\n                    28.7\n                ]\n            },\n            \"id\": \"ak0247zse6sz\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.03,\n                \"place\": \"7 km SW of Volcano, Hawaii\",\n                \"time\": 1719019817200,\n                \"updated\": 1719247935394,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74287151\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74287151&format=geojson\",\n                \"felt\": 2,\n                \"cdi\": 2.9,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 17,\n                \"net\": \"hv\",\n                \"code\": \"74287151\",\n                \"ids\": \",hv74287151,\",\n                \"sources\": \",hv,\",\n                \"types\": \",dyfi,origin,phase-data,\",\n                \"nst\": 16,\n                \"dmin\": 0.005214,\n                \"rms\": 0.09,\n                \"gap\": 59,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.0 - 7 km SW of Volcano, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.2795,\n                    19.3913333333333,\n                    1.26\n                ]\n            },\n            \"id\": \"hv74287151\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.7,\n                \"place\": \"39 km NW of Valdez, Alaska\",\n                \"time\": 1719019802382,\n                \"updated\": 1719019983208,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak0247zsa972\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak0247zsa972&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 44,\n                \"net\": \"ak\",\n                \"code\": \"0247zsa972\",\n                \"ids\": \",ak0247zsa972,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.88,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.7 - 39 km NW of Valdez, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -146.8278,\n                    61.3939,\n                    18.4\n                ]\n            },\n            \"id\": \"ak0247zsa972\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.07,\n                \"place\": \"4 km NNW of The Geysers, CA\",\n                \"time\": 1719019573440,\n                \"updated\": 1719019671005,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025182\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025182&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 18,\n                \"net\": \"nc\",\n                \"code\": \"75025182\",\n                \"ids\": \",nc75025182,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 16,\n                \"dmin\": 0.007744,\n                \"rms\": 0.01,\n                \"gap\": 69,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.1 - 4 km NNW of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.77783203125,\n                    38.8058319091797,\n                    3.29999995231628\n                ]\n            },\n            \"id\": \"nc75025182\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.84000003,\n                \"place\": \"7 km SW of Volcano, Hawaii\",\n                \"time\": 1719019132320,\n                \"updated\": 1719019219100,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74287126\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74287126&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 52,\n                \"net\": \"hv\",\n                \"code\": \"74287126\",\n                \"ids\": \",hv74287126,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 14,\n                \"dmin\": 0.005554,\n                \"rms\": 0.119999997,\n                \"gap\": 57,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.8 - 7 km SW of Volcano, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.278335571289,\n                    19.3920001983643,\n                    1.21000003814697\n                ]\n            },\n            \"id\": \"hv74287126\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 4.8,\n                \"place\": \"95 km SSW of La Gloria, Mexico\",\n                \"time\": 1719018420688,\n                \"updated\": 1719294794040,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/us7000mtvy\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=us7000mtvy&format=geojson\",\n                \"felt\": 4,\n                \"cdi\": 3.8,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 356,\n                \"net\": \"us\",\n                \"code\": \"7000mtvy\",\n                \"ids\": \",us7000mtvy,\",\n                \"sources\": \",us,\",\n                \"types\": \",dyfi,moment-tensor,origin,phase-data,\",\n                \"nst\": 74,\n                \"dmin\": 2.422,\n                \"rms\": 0.82,\n                \"gap\": 160,\n                \"magType\": \"mww\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 4.8 - 95 km SSW of La Gloria, Mexico\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -94.4635,\n                    15.3539,\n                    54.726\n                ]\n            },\n            \"id\": \"us7000mtvy\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.26,\n                \"place\": \"10 km N of Alex, Oklahoma\",\n                \"time\": 1719018169859,\n                \"updated\": 1719022952944,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ok2024meec\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ok2024meec&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 24,\n                \"net\": \"ok\",\n                \"code\": \"2024meec\",\n                \"ids\": \",ok2024meec,\",\n                \"sources\": \",ok,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 85,\n                \"dmin\": 0.09808075321,\n                \"rms\": 0.45,\n                \"gap\": 41,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.3 - 10 km N of Alex, Oklahoma\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -97.758,\n                    35.00416667,\n                    22.41\n                ]\n            },\n            \"id\": \"ok2024meec\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 2.6,\n                \"place\": \"7 km SW of Volcano, Hawaii\",\n                \"time\": 1719017701910,\n                \"updated\": 1719018964700,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74287076\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74287076&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 104,\n                \"net\": \"hv\",\n                \"code\": \"74287076\",\n                \"ids\": \",hv74287076,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 33,\n                \"dmin\": 0.00552,\n                \"rms\": 0.1,\n                \"gap\": 42,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 2.6 - 7 km SW of Volcano, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.278,\n                    19.3916666666667,\n                    1.43\n                ]\n            },\n            \"id\": \"hv74287076\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.62,\n                \"place\": \"17 km W of Marysvale, Utah\",\n                \"time\": 1719017462920,\n                \"updated\": 1719251609270,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/uu80074316\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=uu80074316&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 40,\n                \"net\": \"uu\",\n                \"code\": \"80074316\",\n                \"ids\": \",uu80074316,\",\n                \"sources\": \",uu,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 18,\n                \"dmin\": 0.1336,\n                \"rms\": 0.17,\n                \"gap\": 77,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.6 - 17 km W of Marysvale, Utah\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -112.428333333333,\n                    38.4765,\n                    4.8\n                ]\n            },\n            \"id\": \"uu80074316\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.01,\n                \"place\": \"Rat Islands, Aleutian Islands, Alaska\",\n                \"time\": 1719017453590,\n                \"updated\": 1719096104900,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93173941\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93173941&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93173941\",\n                \"ids\": \",av93173941,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 4,\n                \"dmin\": 0.05246,\n                \"rms\": 0.16,\n                \"gap\": 320,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.0 - Rat Islands, Aleutian Islands, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    178.5845,\n                    52.0075,\n                    7.1\n                ]\n            },\n            \"id\": \"av93173941\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 5.1,\n                \"place\": \"67 km ENE of Gigmoto, Philippines\",\n                \"time\": 1719016914855,\n                \"updated\": 1719018100125,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/us7000mtvu\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=us7000mtvu&format=geojson\",\n                \"felt\": 1,\n                \"cdi\": 3.1,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 400,\n                \"net\": \"us\",\n                \"code\": \"7000mtvu\",\n                \"ids\": \",us7000mtvu,usauto7000mtvu,\",\n                \"sources\": \",us,usauto,\",\n                \"types\": \",dyfi,internal-moment-tensor,origin,phase-data,\",\n                \"nst\": 67,\n                \"dmin\": 10.389,\n                \"rms\": 0.83,\n                \"gap\": 59,\n                \"magType\": \"mww\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 5.1 - 67 km ENE of Gigmoto, Philippines\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    124.9873,\n                    13.9598,\n                    10\n                ]\n            },\n            \"id\": \"us7000mtvu\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.8,\n                \"place\": \"83 km ESE of Nikolai, Alaska\",\n                \"time\": 1719016897146,\n                \"updated\": 1719017024819,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak0247zrr95e\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak0247zrr95e&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 50,\n                \"net\": \"ak\",\n                \"code\": \"0247zrr95e\",\n                \"ids\": \",ak0247zrr95e,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 1.48,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.8 - 83 km ESE of Nikolai, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -152.9581,\n                    62.644,\n                    83.7\n                ]\n            },\n            \"id\": \"ak0247zrr95e\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.78999996,\n                \"place\": \"5 km SSW of Volcano, Hawaii\",\n                \"time\": 1719016733030,\n                \"updated\": 1719016824660,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/hv74287046\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=hv74287046&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 49,\n                \"net\": \"hv\",\n                \"code\": \"74287046\",\n                \"ids\": \",hv74287046,\",\n                \"sources\": \",hv,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 10,\n                \"dmin\": 0.004634,\n                \"rms\": 0.100000001,\n                \"gap\": 141,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.8 - 5 km SSW of Volcano, Hawaii\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -155.261840820312,\n                    19.4006671905518,\n                    0.800000011920929\n                ]\n            },\n            \"id\": \"hv74287046\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 4.5,\n                \"place\": \"29 km W of Tiquisate, Guatemala\",\n                \"time\": 1719016683156,\n                \"updated\": 1719046158892,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/us7000mtvs\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=us7000mtvs&format=geojson\",\n                \"felt\": 3,\n                \"cdi\": 2.7,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 312,\n                \"net\": \"us\",\n                \"code\": \"7000mtvs\",\n                \"ids\": \",us7000mtvs,\",\n                \"sources\": \",us,\",\n                \"types\": \",dyfi,origin,phase-data,\",\n                \"nst\": 56,\n                \"dmin\": 0.329,\n                \"rms\": 1.02,\n                \"gap\": 157,\n                \"magType\": \"mb\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 4.5 - 29 km W of Tiquisate, Guatemala\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -91.6316,\n                    14.2368,\n                    66.533\n                ]\n            },\n            \"id\": \"us7000mtvs\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": -0.81,\n                \"place\": \"29 km W of Dutch Harbor, Alaska\",\n                \"time\": 1719016636230,\n                \"updated\": 1719115965640,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93012804\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93012804&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 0,\n                \"net\": \"av\",\n                \"code\": \"93012804\",\n                \"ids\": \",av93012804,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 6,\n                \"dmin\": 0.06674,\n                \"rms\": 0.2,\n                \"gap\": 237,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M -0.8 - 29 km W of Dutch Harbor, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -166.986333333333,\n                    53.869,\n                    8.35\n                ]\n            },\n            \"id\": \"av93012804\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 5.2,\n                \"place\": \"173 km NE of Neiafu, Tonga\",\n                \"time\": 1719016449635,\n                \"updated\": 1719017696040,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/us7000mtvr\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=us7000mtvr&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 416,\n                \"net\": \"us\",\n                \"code\": \"7000mtvr\",\n                \"ids\": \",usauto7000mtvr,us7000mtvr,\",\n                \"sources\": \",usauto,us,\",\n                \"types\": \",internal-moment-tensor,origin,phase-data,\",\n                \"nst\": 43,\n                \"dmin\": 3.166,\n                \"rms\": 1.59,\n                \"gap\": 65,\n                \"magType\": \"mww\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 5.2 - 173 km NE of Neiafu, Tonga\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -172.841,\n                    -17.531,\n                    10\n                ]\n            },\n            \"id\": \"us7000mtvr\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 4.6,\n                \"place\": \"91 km NE of Hasaki, Japan\",\n                \"time\": 1719016415317,\n                \"updated\": 1719018686040,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/us7000mtvq\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=us7000mtvq&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 326,\n                \"net\": \"us\",\n                \"code\": \"7000mtvq\",\n                \"ids\": \",us7000mtvq,\",\n                \"sources\": \",us,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 73,\n                \"dmin\": 2.775,\n                \"rms\": 1,\n                \"gap\": 123,\n                \"magType\": \"mb\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 4.6 - 91 km NE of Hasaki, Japan\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    141.6292,\n                    36.2496,\n                    34.13\n                ]\n            },\n            \"id\": \"us7000mtvq\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.4,\n                \"place\": \"82 km SW of Nanwalek, Alaska\",\n                \"time\": 1719015863950,\n                \"updated\": 1719015948975,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak0247zrnkyj\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak0247zrnkyj&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 30,\n                \"net\": \"ak\",\n                \"code\": \"0247zrnkyj\",\n                \"ids\": \",ak0247zrnkyj,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.4,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.4 - 82 km SW of Nanwalek, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -153.0138,\n                    58.8729,\n                    53.5\n                ]\n            },\n            \"id\": \"ak0247zrnkyj\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 4.4,\n                \"place\": \"117 km ENE of Mtito Andei, Kenya\",\n                \"time\": 1719015647287,\n                \"updated\": 1719114024961,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/us7000mtvm\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=us7000mtvm&format=geojson\",\n                \"felt\": 14,\n                \"cdi\": 4.2,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 304,\n                \"net\": \"us\",\n                \"code\": \"7000mtvm\",\n                \"ids\": \",us7000mtvm,\",\n                \"sources\": \",us,\",\n                \"types\": \",dyfi,origin,phase-data,\",\n                \"nst\": 41,\n                \"dmin\": 2.255,\n                \"rms\": 0.59,\n                \"gap\": 77,\n                \"magType\": \"mb\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 4.4 - 117 km ENE of Mtito Andei, Kenya\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    39.1625,\n                    -2.3352,\n                    8.619\n                ]\n            },\n            \"id\": \"us7000mtvm\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.02,\n                \"place\": \"2 km NW of The Geysers, CA\",\n                \"time\": 1719015264220,\n                \"updated\": 1719015361427,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025167\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025167&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 16,\n                \"net\": \"nc\",\n                \"code\": \"75025167\",\n                \"ids\": \",nc75025167,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 21,\n                \"dmin\": 0.01177,\n                \"rms\": 0.02,\n                \"gap\": 87,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.0 - 2 km NW of The Geysers, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.777496337891,\n                    38.78466796875,\n                    3.42000007629395\n                ]\n            },\n            \"id\": \"nc75025167\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.03,\n                \"place\": \"3 km W of Cobb, CA\",\n                \"time\": 1719015094220,\n                \"updated\": 1719015191328,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/nc75025162\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=nc75025162&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 16,\n                \"net\": \"nc\",\n                \"code\": \"75025162\",\n                \"ids\": \",nc75025162,\",\n                \"sources\": \",nc,\",\n                \"types\": \",nearby-cities,origin,phase-data,\",\n                \"nst\": 13,\n                \"dmin\": 0.01491,\n                \"rms\": 0.01,\n                \"gap\": 114,\n                \"magType\": \"md\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.0 - 3 km W of Cobb, CA\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.761329650879,\n                    38.8154983520508,\n                    1.70000004768372\n                ]\n            },\n            \"id\": \"nc75025162\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.6,\n                \"place\": \"33 km WNW of Petersville, Alaska\",\n                \"time\": 1719014844092,\n                \"updated\": 1719014989343,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/ak0247zrjxsp\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=ak0247zrjxsp&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"automatic\",\n                \"tsunami\": 0,\n                \"sig\": 39,\n                \"net\": \"ak\",\n                \"code\": \"0247zrjxsp\",\n                \"ids\": \",ak0247zrjxsp,\",\n                \"sources\": \",ak,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": null,\n                \"dmin\": null,\n                \"rms\": 0.7,\n                \"gap\": null,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.6 - 33 km WNW of Petersville, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -151.3735,\n                    62.5931,\n                    87.8\n                ]\n            },\n            \"id\": \"ak0247zrjxsp\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 1.81,\n                \"place\": \"Rat Islands, Aleutian Islands, Alaska\",\n                \"time\": 1719014649220,\n                \"updated\": 1719095897070,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/av93173886\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=av93173886&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 50,\n                \"net\": \"av\",\n                \"code\": \"93173886\",\n                \"ids\": \",av93173886,\",\n                \"sources\": \",av,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 7,\n                \"dmin\": 0.07283,\n                \"rms\": 0.15,\n                \"gap\": 303,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 1.8 - Rat Islands, Aleutian Islands, Alaska\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    178.442166666667,\n                    51.8895,\n                    2.74\n                ]\n            },\n            \"id\": \"av93173886\"\n        },\n        {\n            \"type\": \"Feature\",\n            \"properties\": {\n                \"mag\": 0.68,\n                \"place\": \"18 km E of Kelso, Washington\",\n                \"time\": 1719014501880,\n                \"updated\": 1719100712810,\n                \"tz\": null,\n                \"url\": \"https://earthquake.usgs.gov/earthquakes/eventpage/uw62017591\",\n                \"detail\": \"https://earthquake.usgs.gov/fdsnws/event/1/query?eventid=uw62017591&format=geojson\",\n                \"felt\": null,\n                \"cdi\": null,\n                \"mmi\": null,\n                \"alert\": null,\n                \"status\": \"reviewed\",\n                \"tsunami\": 0,\n                \"sig\": 7,\n                \"net\": \"uw\",\n                \"code\": \"62017591\",\n                \"ids\": \",uw62017591,\",\n                \"sources\": \",uw,\",\n                \"types\": \",origin,phase-data,\",\n                \"nst\": 8,\n                \"dmin\": 0.05273,\n                \"rms\": 0.11,\n                \"gap\": 173,\n                \"magType\": \"ml\",\n                \"type\": \"earthquake\",\n                \"title\": \"M 0.7 - 18 km E of Kelso, Washington\"\n            },\n            \"geometry\": {\n                \"type\": \"Point\",\n                \"coordinates\": [\n                    -122.66766666666666,\n                    46.16566666666667,\n                    14.41\n                ]\n            },\n            \"id\": \"uw62017591\"\n        }\n    ],\n    \"bbox\": [\n        -179.5316,\n        -57.2279,\n        -2.95,\n        179.70116666667,\n        68.4558,\n        588.529\n    ]\n}"}],"_postman_id":"e475e7ba-d57b-4bd7-8e94-d88a1d6d055d"},{"name":"Runs","event":[{"listen":"test","script":{"id":"373032c3-ba2d-465a-9379-38fe0dc2bb43","exec":["var template = `","<link rel=\"stylesheet\" href=\"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css\" integrity=\"sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u\" crossorigin=\"anonymous\">","<style>","    .table {","        font-size: 12px;","    }","</style>","<div id=\"root\"></div>","<script src=\"https://cdnjs.cloudflare.com/ajax/libs/react/15.4.2/react.js\"></script>","<script src=\"https://cdnjs.cloudflare.com/ajax/libs/react/15.4.2/react-dom.js\"></script>","<script src=\"https://cdnjs.cloudflare.com/ajax/libs/babel-standalone/6.21.1/babel.min.js\"></script>","<script src=\"https://cdn.jsdelivr.net/npm/react-csv-to-table@0.0.2/dist/index.min.js\"></script>","<script type=\"text/babel\">","let Table = window['react-csv-to-html-table'].CsvToHtmlTable;","","class App extends React.Component {","    render() {","        return (","            <Table","                tableClassName='table table-striped table-dark table-hover'","                csvDelimiter=','","                {...this.props.data}","            />","        );","    }","}","","pm.getData((err, data) => {","    ReactDOM.render(","        <App data={data} />,","        document.getElementById('root')","    );","});","","</script>","`;","","","// Provide the props as per the documentation","// https://github.com/marudhupandiyang/react-csv-to-table","let tableProps = {","    data: pm.response.text(),","    csvDelimiter: ',',","    hasHeader: false","};","","pm.visualizer.set(template, tableProps);"],"type":"text/javascript","packages":{}}}],"id":"582907cc-09e5-40b9-bded-03e57c65c957","request":{"method":"GET","header":[],"url":"https://api.kuverto.com/runs/get-all","description":"<p>This request will help you to visualize any CSV.</p>\n<p>Change the URL and run the request, then go to the Visualizer tab to see the CSV as a table.</p>\n<p>In case your CSV isn't rendering correctly, you might need to tweak the delimters or other properties.</p>\n","urlObject":{"protocol":"https","path":["runs","get-all"],"host":["api","kuverto","com"],"query":[],"variable":[]}},"response":[],"_postman_id":"582907cc-09e5-40b9-bded-03e57c65c957"},{"name":"Run","event":[{"listen":"test","script":{"id":"373032c3-ba2d-465a-9379-38fe0dc2bb43","exec":["var template = `","<link rel=\"stylesheet\" href=\"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css\" integrity=\"sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u\" crossorigin=\"anonymous\">","<style>","    .table {","        font-size: 12px;","    }","</style>","<div id=\"root\"></div>","<script src=\"https://cdnjs.cloudflare.com/ajax/libs/react/15.4.2/react.js\"></script>","<script src=\"https://cdnjs.cloudflare.com/ajax/libs/react/15.4.2/react-dom.js\"></script>","<script src=\"https://cdnjs.cloudflare.com/ajax/libs/babel-standalone/6.21.1/babel.min.js\"></script>","<script src=\"https://cdn.jsdelivr.net/npm/react-csv-to-table@0.0.2/dist/index.min.js\"></script>","<script type=\"text/babel\">","let Table = window['react-csv-to-html-table'].CsvToHtmlTable;","","class App extends React.Component {","    render() {","        return (","            <Table","                tableClassName='table table-striped table-dark table-hover'","                csvDelimiter=','","                {...this.props.data}","            />","        );","    }","}","","pm.getData((err, data) => {","    ReactDOM.render(","        <App data={data} />,","        document.getElementById('root')","    );","});","","</script>","`;","","","// Provide the props as per the documentation","// https://github.com/marudhupandiyang/react-csv-to-table","let tableProps = {","    data: pm.response.text(),","    csvDelimiter: ',',","    hasHeader: false","};","","pm.visualizer.set(template, tableProps);"],"type":"text/javascript","packages":{}}}],"id":"af39f8fd-4e6b-42a6-85fa-42a5efd81613","request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"kuv-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.kuverto.com/runs/get?run-id=&run-number","description":"<p>This request will help you to visualize any CSV.</p>\n<p>Change the URL and run the request, then go to the Visualizer tab to see the CSV as a table.</p>\n<p>In case your CSV isn't rendering correctly, you might need to tweak the delimters or other properties.</p>\n","urlObject":{"protocol":"https","path":["runs","get"],"host":["api","kuverto","com"],"query":[{"description":{"content":"<p>Retrieve run by ID</p>\n","type":"text/plain"},"key":"run-id","value":""},{"description":{"content":"<p>Retrieve run by run number</p>\n","type":"text/plain"},"key":"run-number","value":null}],"variable":[]}},"response":[],"_postman_id":"af39f8fd-4e6b-42a6-85fa-42a5efd81613"},{"name":"Run Outputs","event":[{"listen":"test","script":{"id":"af6a6a45-a28c-4cf5-9836-2fac7f2c3859","exec":["var template = `","<link rel=\"stylesheet\" href=\"https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css\" integrity=\"sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u\" crossorigin=\"anonymous\">","<style>","    .table {","        font-size: 12px;","    }","</style>","<div id=\"root\"></div>","<script src=\"https://cdnjs.cloudflare.com/ajax/libs/react/15.4.2/react.js\"></script>","<script src=\"https://cdnjs.cloudflare.com/ajax/libs/react/15.4.2/react-dom.js\"></script>","<script src=\"https://cdnjs.cloudflare.com/ajax/libs/babel-standalone/6.21.1/babel.min.js\"></script>","<script src=\"https://cdn.jsdelivr.net/npm/react-csv-to-table@0.0.2/dist/index.min.js\"></script>","<script type=\"text/babel\">","let Table = window['react-csv-to-html-table'].CsvToHtmlTable;","","class App extends React.Component {","    render() {","        return (","            <Table","                tableClassName='table table-striped table-dark table-hover'","                csvDelimiter=','","                {...this.props.data}","            />","        );","    }","}","","pm.getData((err, data) => {","    ReactDOM.render(","        <App data={data} />,","        document.getElementById('root')","    );","});","","</script>","`;","","","// Provide the props as per the documentation","// https://github.com/marudhupandiyang/react-csv-to-table","let tableProps = {","    data: pm.response.text(),","    csvDelimiter: ',',","    hasHeader: false","};","","pm.visualizer.set(template, tableProps);"],"type":"text/javascript","packages":{}}}],"id":"5dcb3d47-c350-44b4-8b0a-0d58550f7970","request":{"auth":{"type":"apikey","apikey":{"basicConfig":[{"key":"key","value":"kuv-api-key"},{"key":"value","value":"<value>"}]},"isInherited":false},"method":"GET","header":[],"url":"https://api.kuverto.com/run/get-outputs?run-id&run-number","description":"<p>This request will help you to visualize any CSV.</p>\n<p>Change the URL and run the request, then go to the Visualizer tab to see the CSV as a table.</p>\n<p>In case your CSV isn't rendering correctly, you might need to tweak the delimters or other properties.</p>\n","urlObject":{"protocol":"https","path":["run","get-outputs"],"host":["api","kuverto","com"],"query":[{"description":{"content":"<p>Retrieve run outputs by run id</p>\n","type":"text/plain"},"key":"run-id","value":null},{"description":{"content":"<p>Retrieve run outputs by run-number</p>\n","type":"text/plain"},"key":"run-number","value":null}],"variable":[]}},"response":[],"_postman_id":"5dcb3d47-c350-44b4-8b0a-0d58550f7970"}],"variable":[{"key":"eq-starttime","value":""},{"key":"eq-endtime","value":""}]}