StationInfoRequest is a format designed to encode the basic information of a station information request. StationInfoRequest uses the JSON standard.
StationInfoRequest is intended for use by seismic applications requesting station information from a station information data service or services. The StationInfo Format is intended as the response to a StationInfoRequest message.
{
"Type" : "StationInfoRequest",
"Site" :
{
"Station" : String,
"Channel" : String,
"Network" : String,
"Location" : String
},
"Source" :
{
"AgencyID" : String,
"Author" : String
}
}
Required Values:
These are the values required to define a StationInfoRequest.