{"data":{"success":true,"timestamp":1780408680,"date":"2026-06-02","base":"USD","rates":{"BYR":27352.297592998,"USD":1,"USDBYR":3.655999999999975e-5}}}
curl --location --request GET 'https://pr222-testing.zylalabs.com/api/12527/hello+world+api/23852/get+players' --header 'Authorization: Bearer YOUR_API_KEY'
Después de registrarte, a cada desarrollador se le asigna una clave de acceso a la API personal, una combinación única de letras y dígitos proporcionada para acceder a nuestro endpoint de la API. Para autenticarte con el Hello World API simplemente incluye tu token de portador en el encabezado de Autorización.
| Encabezado | Descripción |
|---|---|
Autorización
|
Requerido
Debería ser Bearer access_key. Consulta "Tu Clave de Acceso a la API" arriba cuando estés suscrito.
|
Sin compromiso a largo plazo. Mejora, reduce o cancela en cualquier momento. La Prueba Gratuita incluye hasta 50 solicitudes.
(Ahorra 2 meses pagando anualmente 🎉)
Empresas líderes confían en nosotros
FOOTBALL API FOOTBALL API FOOTBALL API FOOTBALL API FOOTBALL API FOOTBALL API FOOTBALL API FOOTBALL API FOOTBALL API FOOTBALL API FOOTBALL API FOOTBALL API FOOTBALL API
The "GET PLAYERS" endpoint returns a comprehensive list of football players, including their unique IDs, names, statistics, teams, and performance metrics. This data is essential for applications that require detailed player information for analytics or display.
The key fields in the response data include player IDs, names, team affiliations, performance statistics, and any relevant metrics that provide insights into player performance and contributions.
The returned data is structured in JSON format, organized with a "data" object containing a "success" flag, a "timestamp," and a "rates" object that details player statistics and metrics.
The "GET PLAYERS" endpoint provides information such as player names, unique IDs, team associations, and various performance statistics, enabling users to analyze and display player data effectively.
The response data is organized in a hierarchical JSON structure, with a main "data" object that includes success status, timestamp, and a nested "rates" object containing player-specific information.
The data is sourced from a specified database or system that aggregates player information, ensuring that the data is relevant and up-to-date for users accessing the API.
Typical use cases include generating player rosters for fantasy sports, analyzing player performance trends for analytics, and enhancing user engagement through enriched data in sports-related applications.
Users can customize their data requests by specifying parameters such as player IDs or team names, allowing for targeted retrieval of specific player information based on their needs.