{
   "column_names" : [
      "stationId",
      "sampleYear",
      "sampleDate",
      "temperature",
      "conductivity",
      "turbidity",
      "do",
      "ph",
      "flow",
      "nitrogen",
      "phosphorus",
      "tss",
      "ammonia"
   ],
   "data" : [
      {
         "do" : "8.28",
         "sampleYear" : "2011",
         "flow" : "null",
         "ammonia" : " 0.12",
         "tss" : " 13",
         "sampleDate" : "06-SEP-11",
         "phosphorus" : " 0.192",
         "turbidity" : "null",
         "conductivity" : "560",
         "nitrogen" : " 1.8",
         "temperature" : "21.29",
         "ph" : "8.31",
         "stationId" : "00LM002"
      },
      {
         "sampleDate" : "13-OCT-00",
         "tss" : "null",
         "ammonia" : "null",
         "flow" : "null",
         "sampleYear" : "2000",
         "do" : "10.94",
         "nitrogen" : "null",
         "conductivity" : "695",
         "turbidity" : "4.23",
         "phosphorus" : "null",
         "temperature" : "12",
         "stationId" : "00LM002",
         "ph" : "8.69"
      }
   ],
   "deprecated" : "false",
   "recordCount" : 2,
   "uri" : "/api/v1/surfacewater/bio-visit-chem"
}