{"message":"Welcome to the TroutTracker WA API","routes":{"/":"API Information","/stocked_lakes_data":"Retrieve data for stocked lakes","/stocked_lakes_data_all_time":"Retrieve data for stocked lakes from 2000 to today","/total_stocked_by_date_data":"Retrieve total number of fish stocked by date","/hatchery_totals":"Retrieve hatchery totals","/hatchery_profile":"Retrieve full profile, trends, and activity for a hatchery","/derby_lakes_data":"Retrieve derby lakes data","/date_data_updated":"Retrieve the date when data was last updated"},"usage":{"/stocked_lakes_data":{"method":"GET","params":{"start_date":"Start date for data (optional, default: 7 days ago)","end_date":"End date for data (optional, default: current date)"},"example":"/stocked_lakes_data?start_date=2023-01-01&end_date=2023-01-07"},"/stocked_lakes_data_all_time":{"method":"GET","description":"Retrieve stocked lakes data from 2000-01-01 through today (cached ~12h)","params":{"refresh":"If true, bypass cache and refresh (optional, default: false)"},"example":"/stocked_lakes_data_all_time"},"/total_stocked_by_date_data":{"method":"GET","params":{"start_date":"Start date for data (optional, default: 7 days ago)","end_date":"End date for data (optional, default: current date)"},"example":"/total_stocked_by_date_data?start_date=2023-01-01&end_date=2023-01-07"},"/hatchery_totals":{"method":"GET","params":{"start_date":"Start date for data (optional, default: 7 days ago)","end_date":"End date for data (optional, default: current date)"},"example":"/hatchery_totals?start_date=2023-01-01&end_date=2023-01-07"},"/hatchery_profile":{"method":"GET","description":"Retrieve rich data for a matched hatchery name","params":{"name":"Hatchery name (required, case-insensitive, partial match supported)","recent_limit":"Number of rows in recent_stocking_activity (optional, default: 10)"},"example":"/hatchery_profile?name=Army%20Np(American%20Lk)&recent_limit=10"},"/derby_lakes_data":{"method":"GET","description":"Retrieve data for derby lakes","example":"/derby_lakes_data"},"/date_data_updated":{"method":"GET","description":"Retrieve the date when the data was last updated","example":"/date_data_updated"}}}