International Federation of Digital Seismograph Networks

Web Service: networks

Extremely basic API for network information.

/ws/networks/1/query
Data for all networks
/ws/networks/1/query?fdsn_code=1A
Data for network(s) with the given network code

Note that this matches the network code (eg. it will return multiple networks for temporary networks).

Output JSON:

/ws/networks/1/query?fdsn_code=1A

{
  "networks": [
    {
      "doi": "10.7914/SN/1A_2007",
      "end_date": "2008-12-31",
      "name": "NCISP6",
      "fdsn_code": "1A",
      "start_date": "2007-01-01"
    },
    {
      "doi": "10.15778/RESIF.1A2009",
      "end_date": "2012-12-31",
      "name": "Arlita",
      "fdsn_code": "1A",
      "start_date": "2009-01-01"
    },
    {
      "doi": "10.7914/SN/1A_2013",
      "end_date": "2013-12-31",
      "name": "Waste Isolation Pilot Plant Noise Analysis",
      "fdsn_code": "1A",
      "start_date": "2013-01-01"
    }
  ]
}