Docs for public-facing Chia Pool API?

Does anyone know of standard API documentation for these endpoints in a pool? This is a partial list of some endpoints supported by some pools, which appear to allow Chia Pool aggregator websites (like https://chiapool.directory) to load stats on pools.

'admin/'
'dashboard/'
'statistics/'
'health_check'
'api/farmer/'
'api/farmer/<str:launcher_id>/'
'api/partial/'
'api/recent_partials/<str:launcher_id>/<int:count>/'
'api/clear_farmer_points/'
'api/get_pool_fee/'
'api/authenticate_farmer/<str:launcher_id>/'
'api/authenticate_user/<str:token>/'
'public_api/v1/pool_quota/'
'public_api/v1/farmer_leader_board/'
'public_api/v1/referrer_leader_board/'
'public_api/v1/farmer/<str:launcher_id>/'
'public_api/v1/space_vs_time_chart_data/'
'public_api/v1/winnings_vs_time_chart_data_weekly/'
'public_api/v1/winnings_vs_time_chart_data_monthly/'