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