Athlemetrics Player Score Predictor
8.9/10 popularity
521 ms avg latency
75% success rate
29 endpoints
The in-depth APIMemo review for this API hasn't been published yet —
the data below comes straight from the public marketplace listing.
Athlemetrics Player Score Predictor endpoints
| Method | Endpoint | Description |
|---|---|---|
| GET |
get_label_legend_role_cluster_legend_get /role-cluster/legend |
Return cluster_id to role description mapping, plus sample count from the training dataset. |
| POST |
predict_role_by_custom_role_cluster_predict_custom_post /role-cluster/predict/custom |
|
| GET |
chart_model_results_plot_charts_model_results_plot_get /charts/model-results/plot |
|
| GET |
chart_model_validation_plot_charts_model_validation_plot_get /charts/model-validation/plot |
|
| GET |
player_dashboard_ui_player_get /ui/player |
|
| GET |
get_canonical_player_id_database_canonical_player_id_get /database/canonical-player-id |
Resolve canonical_player_id from player identity fields (name/league/team). Returns one row per canonical_player_id + league + team, using the latest season. |
| GET |
chart_role_distribution_plot_charts_role_distribution_plot_get /charts/role-distribution/plot |
|
| GET |
search_players_api_role_cluster_search_get /role-cluster/search |
|
| GET |
chart_sample_summary_plot_charts_sample_summary_plot_get /charts/sample-summary/plot |
|
| POST |
calculator_batch_csv_calculator_batch_csv_post /calculator/batch-csv |
|
| POST |
calculator_batch_json_calculator_batch_json_post /calculator/batch-json |
|
| GET |
report_dashboard_ui_report_get /ui/report |
Serve the interactive report page (index.html) with data injected. This is the target of the redirect from /v1/player/{id}. |
| POST |
predict_base_score_api_base_score_predict_post /base-score/predict |
|
| GET |
slider_params_base_score_slider_params_get /base-score/slider-params |
Return dynamic slider min/max/default for a given kit alias (uses player_ml_features.db). |
| GET |
chart_player_basics_plot_charts_player_basics_plot_get /charts/player-basics/plot |
|
| GET |
list_kits_base_score_kits_get /base-score/kits |
List available kits and their expected fields. |
| GET |
model_features_base_score_model_features_get /base-score/model-features |
Return model feature names and optional score bounds per role. |
| POST |
predict_batch_csv_base_score_predict_batch_csv_post /base-score/predict-batch-csv |
|
| GET |
charts_status_charts_status_get /charts/status |
|
| GET |
score_bounds_base_score_score_bounds_get /base-score/score-bounds |
Return raw score bounds used for linear scaling in UI. |
| GET |
predict_role_by_record_role_cluster_predict_record__record_id__get /role-cluster/predict/record/{record_id} |
|
| POST |
base_score_calculator_calculator_base_score_post /calculator/base-score |
|
| GET |
database_status_database_status_get /database/status |
Placeholder endpoint; data access is handled directly from packaged files. |
| GET |
list_models_base_score_models_get /base-score/models |
List available model artifacts and feature metadata files. |
| GET |
player_report_data_v1_player__canonical_player_id__data_get /v1/player/{canonical_player_id}/data |
|
| GET |
player_report_html_v1_player__canonical_player_id__get /v1/player/{canonical_player_id} |
|
| GET |
get_base_score_dataset_database_base_score_dataset_get /database/base-score/dataset |
Return precomputed base score records, but rerun scoring with the same logic as /base-score/predict using the stored player feature frame. Scores come from… |
| GET |
list_label_sources_role_cluster_label_sources_get /role-cluster/label-sources |
List available role cluster label sources discovered from model artifacts. |
| GET |
chart_base_score_distribution_plot_charts_base_score_distribution_plot_get /charts/base-score-distribution/plot |