{
   "column_names" : [
      "stationId",
      "sampleYear",
      "fishIbi",
      "fishIbiRating",
      "invertIbi",
      "invertIbiRating"
   ],
   "data" : [
      {
         "sampleYear" : "2011",
         "invertIbi" : "28",
         "fishIbiRating" : "Good = Above upper confid",
         "fishIbi" : "75",
         "invertIbiRating" : "Fair = Within confidence",
         "stationId" : "00LM002"
      },
      {
         "sampleYear" : "2000",
         "invertIbi" : "no visit",
         "fishIbi" : "67",
         "fishIbiRating" : "Good = Above upper confid",
         "invertIbiRating" : "null",
         "stationId" : "00LM002"
      }
   ],
   "deprecated" : "false",
   "recordCount" : 2,
   "uri" : "/api/v1/surfacewater/bio-visit-ibi"
}