The UFC Fighter Data API specializes in handling data related to mixed martial arts fighters, focusing on their performance statistics, personal information, and fight history. It processes various data fields, including fighter names, records (wins, losses, draws), age, height, weight, reach, and fighting stance. The API also tracks fight outcomes, methods of victory (KO/TKO, submission, decision), and average fight times. Domain-specific terminology includes terms like 'bouts', 'finishing move', and 'division', which refer to the number of fights, the method by which a fight is won, and the weight class of the fighter, respectively. The API requires data to be formatted in JSON, with specific schemas for fighter profiles and fight results. Each fighter's profile includes a unique identifier, while fight results are linked to specific events, detailing the event name, date, and fight format. The output is structured to facilitate easy integration into applications that track MMA statistics and fighter performance.
{"id":"Mukhomad Vakhaev","name":"Mukhomad Vakhaev","age":34,"height":"182 cm","weight":"254.6 lbs","reach":"187 cm","stance":"Orthodox","record":{"wins":12,"losses":6,"draws":1}}
curl --location --request POST 'https://zylalabs.com/api/6737/ufc+fighter+data+api/10068/get+fighter+profile+by+id' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"fighter":"Required"}'
{"fighter_id":"Mukhomad Vakhaev","bouts":[{"event_name":"ACA 182: Odilov vs. Ibragimov","date":"15.12.2024","opponent":"Anton Vyazigin","format":"3 x 5"}]}
curl --location --request POST 'https://zylalabs.com/api/6737/ufc+fighter+data+api/10069/get+upcoming+bouts+for+fighter' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"fighter":"Required"}'
[{"category":"Heavyweight","champion":"Jon Jones","rankings":[{"rank":1,"fighter":"Tom Aspinall"},{"rank":2,"fighter":"Ciryl Gane"},{"rank":3,"fighter":"Alexander Volkov"},{"rank":4,"fighter":"Sergei Pavlovich"},{"rank":5,"fighter":"Curtis Blaydes"},{"rank":6,"fighter":"Jailton Almeida"},{"rank":7,"fighter":"Serghei Spivac"},{"rank":8,"fighter":"Marcin Tybura"},{"rank":9,"fighter":"Jairzinho Rozenstruik"},{"rank":10,"fighter":"Derrick Lewis"},{"rank":11,"fighter":"Tai Tuivasa"},{"rank":12,"fighter":"Marcos Rogerio De Lima"},{"rank":13,"fighter":"Waldo Cortes Acosta"},{"rank":14,"fighter":"Michael Parkin"},{"rank":15,"fighter":"Shamil Gaziev"}]}]
curl --location --request POST 'https://zylalabs.com/api/6737/ufc+fighter+data+api/10070/get+current+mma+rankings' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"categories":"Required"}'
[{"category":"Welterweight","champion":"Albert Tumenov","rankings":[{"rank":1,"fighter":"Ustarmagomed Gadzhidaudov"},{"rank":2,"fighter":"Abubakar Vagaev"},{"rank":3,"fighter":"Chersi Dudaev"},{"rank":4,"fighter":"Uzair Abdurakov"},{"rank":5,"fighter":"Anatoliy Boyko"},{"rank":6,"fighter":"Andrey Koshkin"},{"rank":7,"fighter":"Alexey Shurkevich"},{"rank":8,"fighter":"Vinicius Cruz"},{"rank":9,"fighter":"Denis Maher"},{"rank":10,"fighter":"Jakshylyk Myrzabekov"}]}]
curl --location --request POST 'https://zylalabs.com/api/6737/ufc+fighter+data+api/10071/get+mma+rankings+aca' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"categories":"Required"}'
[{"rankings":[{"category":"Heavyweight","champion":"Phil De Fries","rank":1,"fighter":"Darko Stosic"},{"category":"Heavyweight","rank":2,"fighter":"Stefan Vojcak"},{"category":"Heavyweight","rank":3,"fighter":"Matheus Scheffel"},{"category":"Heavyweight","rank":4,"fighter":"Szymon Bajor"},{"category":"Heavyweight","rank":5,"fighter":"Michal Mart\u00ednek"},{"category":"Heavyweight","rank":6,"fighter":"Augusto Sakai"},{"category":"Heavyweight","rank":7,"fighter":"Viktor Pesta"},{"category":"Heavyweight","rank":8,"fighter":"Ricardo Prasel"},{"category":"Heavyweight","rank":9,"fighter":"Arkadiusz Wrzosek"},{"category":"Heavyweight","rank":10,"fighter":"Ivan Vitasovi\u0107"}]}]
curl --location --request POST 'https://zylalabs.com/api/6737/ufc+fighter+data+api/10072/get+current+ksw+rankings' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"categories":"Required"}'
[{"weight_class":"Women's Flyweight","champion":"Vacant","wrestlers":[{"name":"Aitana Alvarez","rank":1},{"name":"Veronika Smolkova","rank":2},{"name":"Jovana \u0110uki\u0107","rank":3}]}]
curl --location --request POST 'https://zylalabs.com/api/6737/ufc+fighter+data+api/10073/get+oktagon+rankings' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"categories":"Required"}'
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.
The UFC Fighter Data API provides detailed statistics about MMA fighters, including their fight records (wins, losses, draws), physical attributes (age, height, weight, reach), fighting stance, fight outcomes, methods of victory (KO/TKO, submission, decision), and average fight times.
Data from the UFC Fighter Data API is formatted in JSON, with specific schemas for fighter profiles and fight results. Each fighter profile includes a unique identifier, while fight results are linked to specific events, detailing the event name, date, and fight format.
Key terms include 'bouts' (the number of fights), 'finishing move' (the method by which a fight is won), and 'division' (the weight class of the fighter). Understanding these terms will help you interpret the data more effectively.
Yes, the UFC Fighter Data API includes information about upcoming bouts, allowing you to track scheduled fights and their associated details.
Absolutely! The API is designed for easy integration into applications that track MMA statistics and fighter performance, providing structured output that developers can utilize.
This endpoint returns detailed information about an MMA fighter, including personal details like name, age, height, weight, reach, and fighting stance, along with their complete fight record (wins, losses, draws, and methods of victory).
This endpoint provides a list of scheduled fights for a specific fighter, including details such as event name, date, opponent, and fight format, allowing fans and analysts to track fighter activities.
The response is structured as an array of objects, each containing a category (e.g., Heavyweight), champion name, and a list of rankings with fighter names and their respective ranks, facilitating easy access to ranking information.
Users can specify the weight class they are interested in, such as Heavyweight, Light Heavyweight, or Bantamweight, to retrieve the champion and top ten fighters in that specific category.
Users can customize requests by passing specific weight class values in the categories parameter, such as Heavyweight or Featherweight, to receive targeted ranking information for that class.
Typical use cases include tracking fighter statistics for analysis, following upcoming bouts for fan engagement, and integrating ranking data into sports applications for real-time updates on fighter performance.
Key fields include "id" (unique fighter identifier), "name," "age," "height," "weight," "reach," "stance," and "record" (which details wins, losses, draws, and victory methods), providing comprehensive fighter insights.
Data accuracy is maintained through regular updates and quality checks after major events, ensuring that the statistics and rankings reflect the most current information available in the MMA landscape.
Zyla API Hub es como una gran tienda de APIs, donde puedes encontrar miles de ellas en un solo lugar. También ofrecemos soporte dedicado y monitoreo en tiempo real de todas las APIs. Una vez que te registres, puedes elegir qué APIs quieres usar. Solo recuerda que cada API necesita su propia suscripción. Pero si te suscribes a varias, usarás la misma clave para todas, lo que hace todo más fácil para ti.
Los precios se muestran en USD (dólar estadounidense), EUR (euro), CAD (dólar canadiense), AUD (dólar australiano) y GBP (libra esterlina). Aceptamos todas las principales tarjetas de débito y crédito. Nuestro sistema de pago utiliza la última tecnología de seguridad y está respaldado por Stripe, una de las compañías de pago más confiables del mundo. Si tienes algún problema para pagar con tarjeta, contáctanos en [email protected]
Además, si ya tienes una suscripción activa en cualquiera de estas monedas (USD, EUR, CAD, AUD, GBP), esa moneda se mantendrá para suscripciones posteriores. Puedes cambiar la moneda en cualquier momento siempre que no tengas suscripciones activas.
La moneda local que aparece en la página de precios se basa en el país de tu dirección IP y se proporciona solo como referencia. Los precios reales están en USD (dólar estadounidense). Cuando realices un pago, el cargo aparecerá en tu estado de cuenta en USD, incluso si ves el monto equivalente en tu moneda local en nuestro sitio web. Esto significa que no puedes pagar directamente en tu moneda local.
Ocasionalmente, un banco puede rechazar el cargo debido a sus configuraciones de protección contra fraude. Te sugerimos comunicarte con tu banco primero para verificar si están bloqueando nuestros cargos. También puedes acceder al Portal de Facturación y cambiar la tarjeta asociada para realizar el pago. Si esto no funciona y necesitas más ayuda, por favor contacta a nuestro equipo en [email protected]
Los precios se determinan mediante una suscripción recurrente mensual o anual, dependiendo del plan elegido.
Las llamadas a la API se descuentan de tu plan en base a solicitudes exitosas. Cada plan incluye una cantidad específica de llamadas que puedes realizar por mes. Solo las llamadas exitosas, indicadas por una respuesta con estado 200, se contarán en tu total. Esto asegura que las solicitudes fallidas o incompletas no afecten tu cuota mensual.
Zyla API Hub funciona con un sistema de suscripción mensual recurrente. Tu ciclo de facturación comenzará el día en que compres uno de los planes de pago, y se renovará el mismo día del mes siguiente. Así que recuerda cancelar tu suscripción antes si quieres evitar futuros cargos.
Para actualizar tu plan de suscripción actual, simplemente ve a la página de precios de la API y selecciona el plan al que deseas actualizarte. La actualización será instantánea, permitiéndote disfrutar inmediatamente de las funciones del nuevo plan. Ten en cuenta que las llamadas restantes de tu plan anterior no se transferirán al nuevo plan, por lo que debes considerar esto al actualizar. Se te cobrará el monto total del nuevo plan.
Para verificar cuántas llamadas a la API te quedan en el mes actual, revisa el campo 'X-Zyla-API-Calls-Monthly-Remaining' en el encabezado de la respuesta. Por ejemplo, si tu plan permite 1,000 solicitudes por mes y has usado 100, este campo mostrará 900 llamadas restantes.
Para ver el número máximo de solicitudes a la API que permite tu plan, revisa el encabezado de la respuesta 'X-Zyla-RateLimit-Limit'. Por ejemplo, si tu plan incluye 1,000 solicitudes por mes, este encabezado mostrará 1,000.
El encabezado 'X-Zyla-RateLimit-Reset' muestra el número de segundos hasta que tu límite se restablezca. Esto te indica cuándo tu conteo de solicitudes se reiniciará. Por ejemplo, si muestra 3,600, significa que faltan 3,600 segundos para que el límite se restablezca.
Sí, puedes cancelar tu plan en cualquier momento desde tu cuenta, seleccionando la opción de cancelación en la página de Facturación. Ten en cuenta que las actualizaciones, degradaciones y cancelaciones tienen efecto inmediato. Además, al cancelar ya no tendrás acceso al servicio, incluso si te quedaban llamadas en tu cuota.
Puedes contactarnos a través de nuestro canal de chat para recibir asistencia inmediata. Siempre estamos en línea de 8 a. m. a 5 p. m. (EST). Si nos contactas fuera de ese horario, te responderemos lo antes posible. Además, puedes escribirnos por correo electrónico a [email protected]
Para darte la oportunidad de probar nuestras APIs sin compromiso, ofrecemos una prueba gratuita de 7 días que te permite realizar hasta 50 llamadas a la API sin costo. Esta prueba solo se puede usar una vez, por lo que recomendamos aplicarla a la API que más te interese. Aunque la mayoría de nuestras APIs ofrecen prueba gratuita, algunas pueden no hacerlo. La prueba finaliza después de 7 días o cuando realices 50 solicitudes, lo que ocurra primero. Si alcanzas el límite de 50 solicitudes durante la prueba, deberás "Iniciar tu Plan de Pago" para continuar haciendo solicitudes. Puedes encontrar el botón "Iniciar tu Plan de Pago" en tu perfil bajo Suscripción -> Elige la API a la que estás suscrito -> Pestaña de Precios. Alternativamente, si no cancelas tu suscripción antes del día 7, tu prueba gratuita finalizará y tu plan se cobrará automáticamente, otorgándote acceso a todas las llamadas a la API especificadas en tu plan. Ten esto en cuenta para evitar cargos no deseados.
Después de 7 días, se te cobrará el monto total del plan al que estabas suscrito durante la prueba. Por lo tanto, es importante cancelar antes de que finalice el periodo de prueba. No se aceptan solicitudes de reembolso por olvidar cancelar a tiempo.
Cuando te suscribes a una prueba gratuita de una API, puedes realizar hasta 50 llamadas. Si deseas realizar más llamadas después de este límite, la API te pedirá que "Inicies tu Plan de Pago". Puedes encontrar el botón "Iniciar tu Plan de Pago" en tu perfil bajo Suscripción -> Elige la API a la que estás suscrito -> Pestaña de Precios.
Las Órdenes de Pago se procesan entre el día 20 y el 30 de cada mes. Si envías tu solicitud antes del día 20, tu pago será procesado dentro de ese período.
Nivel de Servicio:
100%
Tiempo de Respuesta:
18.266ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
18.266ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
15.496ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
7.540ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
2.212ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
18.266ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
20.002ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
13.332ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
10.735ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
18.266ms
Nivel de Servicio:
67%
Tiempo de Respuesta:
3.676ms
Nivel de Servicio:
67%
Tiempo de Respuesta:
3.676ms
Nivel de Servicio:
75%
Tiempo de Respuesta:
5.596ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
1.721ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
1.320ms
Nivel de Servicio:
91%
Tiempo de Respuesta:
298ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
0ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
9.165ms
Nivel de Servicio:
100%
Tiempo de Respuesta:
0ms
Nivel de Servicio:
67%
Tiempo de Respuesta:
3.676ms