KiniScore.com
KiniScore API allows you get current season fixtures, results, scorers, lineups, events, statistics and so much more all with live updates, for the top professional African football leagues. More is coming!
KiniScore.com endpoints
| Method | Endpoint | Description |
|---|---|---|
| Superadmin | ||
| GET |
fetch_all_users_api_v1_superadmin_users_get /api/v1/superadmin/users |
|
| POST |
create_new_user_api_v1_superadmin_users_post /api/v1/superadmin/users |
|
| DELETE |
deactivate_user_api_v1_superadmin_users__user_id__delete /api/v1/superadmin/users/{user_id} |
|
| PUT |
activate_user_api_v1_superadmin_users__user_id__put /api/v1/superadmin/users/{user_id} |
|
| Auth | ||
| POST |
user_login_api_v1_auth_login_post /api/v1/auth/login |
|
| GET |
get_user_information_api_v1_auth_me_get /api/v1/auth/me |
|
| Player | ||
| DELETE |
delete_player_route_api_v1_player__id__delete /api/v1/player/{id} |
Soft delete a player - Requires authentication - Sets is_deleted flag to True |
| GET |
list_players_contact_route_api_v1_player_contact_get /api/v1/player/contact |
Retrieve players' contact information with advanced filtering and pagination - Requires authentication - Requires specific parameters for filtering - Supports optional additional… |
| GET |
get_players_summary_route_api_v1_player_stats_summary_get /api/v1/player/stats/summary |
Get summary statistics about players - Total number of players - Players by position - Players by nationality |
| GET |
list_players_route_api_v1_player__get /api/v1/player/ |
Retrieve players with advanced filtering and pagination - Requires authentication - Supports optional filtering by position, nationality, age range - Implements pagination |
| GET |
get_player_route_api_v1_player__id__get /api/v1/player/{id} |
Retrieve a specific player by their unique ID - Requires authentication - Returns 404 if player not found |
| GET |
list_players_stats_route_api_v1_player_stats_get /api/v1/player/stats |
Retrieve players' statistics with advanced filtering and pagination - Requires authentication - Requires specific parameters for filtering - Supports optional additional… |
| GET |
list_players_transfer_route_api_v1_player_transfer_get /api/v1/player/transfer |
Retrieve players' transfer information with advanced filtering and pagination - Requires authentication - Requires specific parameters for filtering - Supports optional… |
| PUT |
update_player_route_api_v1_player__id__put /api/v1/player/{id} |
Update an existing player's information - Requires authentication - Partial updates supported - Validates input against PlayerUpdate schema |
| POST |
create_player_route_api_v1_player__post /api/v1/player/ |
Create a new player with comprehensive validation - Requires authentication - Validates input against PlayerCreate schema |
| GET |
list_players_bio_data_route_api_v1_player_bio_data_get /api/v1/player/bio-data |
Retrieve players' bio data with advanced filtering and pagination - Requires specific parameters for filtering - Supports optional additional filtering - Implements pagination |
| GET |
get_player_by_kiniscoreid_api_v1_player_kiniscore__kiniscore_id__get /api/v1/player/kiniscore/{kiniscore_id} |
Retrieve a specific player by their Kiniscore ID - Requires authentication - Returns 404 if player not found |
| docs | ||
| GET |
get_documentation_docs_get /docs |
|
| openapi.json | ||
| GET |
openapi_openapi_json_get /openapi.json |
|
| Other endpoints | ||
| GET |
root__get / |
|
KiniScore.com pricing
| Plan | Price | Rate limit | Quotas |
|---|---|---|---|
| BASIC | Free | 10 / hour |
|
| PRO | $15 / month | — |
|
| ULTRA Recommended | $25 / month | — |
|