earthquake.usgs.gov Open in urlscan Pro
2600:9000:223c:e000:12:a982:df80:93a1  Public Scan

URL: https://earthquake.usgs.gov/earthquakes/feed/v1.0/geojson.php
Submission: On July 03 via manual from US — Scanned from DE

Form analysis 1 forms found in the DOM

GET //search.usa.gov/search

<form class="site-search" role="search" action="//search.usa.gov/search" method="get" accept-charset="UTF-8">
  <input name="utf8" type="hidden" value="✓">
  <input name="affiliate" type="hidden" value="usgs">
  <input name="sitelimit" type="hidden" value="https://earthquake.usgs.gov">
  <input id="query" name="query" type="search" placeholder="Search..." title="Search">
  <button type="submit">Search</button>
</form>

Text Content

Jump to Navigation


GEOJSON SUMMARY FORMAT


DESCRIPTION

GeoJSON is a format for encoding a variety of geographic data structures. A
GeoJSON object may represent a geometry, a feature, or a collection of features.
GeoJSON uses the JSON standard. The GeoJSONP feed uses the same JSON response,
but the GeoJSONP response is wrapped inside the function call, eqfeed_callback.
See the GeoJSON site for more information.

This feed adheres to the USGS Earthquakes Feed Life Cycle Policy.


USAGE

GeoJSON is intended to be used as a programatic interface for applications.


OUTPUT

{
  type: "FeatureCollection",
  metadata: {
    generated: Long Integer,
    url: String,
    title: String,
    api: String,
    count: Integer,
    status: Integer
  },
  bbox: [
    minimum longitude,
    minimum latitude,
    minimum depth,
    maximum longitude,
    maximum latitude,
    maximum depth
  ],
  features: [
    {
      type: "Feature",
      properties: {
        mag: Decimal,
        place: String,
        time: Long Integer,
        updated: Long Integer,
        tz: Integer,
        url: String,
        detail: String,
        felt:Integer,
        cdi: Decimal,
        mmi: Decimal,
        alert: String,
        status: String,
        tsunami: Integer,
        sig:Integer,
        net: String,
        code: String,
        ids: String,
        sources: String,
        types: String,
        nst: Integer,
        dmin: Decimal,
        rms: Decimal,
        gap: Decimal,
        magType: String,
        type: String
      },
      geometry: {
        type: "Point",
        coordinates: [
          longitude,
          latitude,
          depth
        ]
      },
      id: String
    },
    …
  ]
}


FEEDS


PAST HOUR

Updated every minute.
 * Significant Earthquakes
 * M4.5+ Earthquakes
 * M2.5+ Earthquakes
 * M1.0+ Earthquakes
 * All Earthquakes


PAST DAY

Updated every minute.
 * Significant Earthquakes
 * M4.5+ Earthquakes
 * M2.5+ Earthquakes
 * M1.0+ Earthquakes
 * All Earthquakes


PAST 7 DAYS

Updated every minute.
 * Significant Earthquakes
 * M4.5+ Earthquakes
 * M2.5+ Earthquakes
 * M1.0+ Earthquakes
 * All Earthquakes


PAST 30 DAYS

Updated every minute.
 * Significant Earthquakes
 * M4.5+ Earthquakes
 * M2.5+ Earthquakes
 * M1.0+ Earthquakes
 * All Earthquakes

Questions or comments?

Facebook Twitter Google Email
Feeds and Notifications
Real-time Notifications
Earthquake Notification ServiceTweet Earthquake Dispatch
Real-time Feeds
ATOMKMLSpreadsheetQuakeMLGeoJSON SummaryGeoJSON Detail
For Developers
API Documentation - EQ CatalogChange LogFeed Lifecycle PolicyDeveloper's
CornerWeb ServicesMailing List-AnnouncementsMailing List-Forum/Questions
HomeEarthquakesHazardsScienceMonitoringEducationDataMapsMultimediaPublicationsWeb
ToolsSoftwareNewsConnectPartnersAbout
Search
Legal

Menu