UFC Fighter Data API

UFC Fighter Stats & Records, in JSON via REST API.

API ID 6737

Access detailed stats and profiles of UFC fighters seamlessly with our UFC Fighter Data API.

83% uptime 7,796 ms avg response

API Documentation

Endpoints

Request
This endpoint retrieves detailed information about an MMA fighter using their unique identifier. Fighter names must follow this format: name_surname (e.g., mukhamad_vakhaev for Mukhomad Vakhaev). It provides personal details like name, age, height, weight, reach, and fighting stance, along with a full fight record (wins, losses, draws, and victory methods). The response is a comprehensive JSON object, ideal for fans, analysts, or developers integrating fighter data into applications. For example to bring data from Corey Lynch would be corey_lynch
Endpoint ID: 10068
POST https://zylalabs.com/api/6737/ufc+fighter+data+api/10068/get+fighter+profile+by+id
INPUT PARAMETERS

Free test requests remaining: 3 of 3.


INPUT PARAMETERS

fighter
API EXAMPLE RESPONSE
JSON
[{"id":"Corey_Lynch","name":"Corey Lynch","age":null,"height":null,"weight":"170 lbs (77.1 kg)","reach":null,"stance":null,"record":{"wins":1,"losses":3,"draws":1}}]
Get fighter profile by id — CODE SNIPPETS

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"}'

Request
This endpoint provides information about the upcoming bouts for a specific MMA fighter. By using the fighter's unique identifier, users can retrieve a list of scheduled fights, including details such as the event name, date, opponent, and fight format. This functionality is essential for fans wanting to follow their favorite fighters' careers, as well as for analysts and sports betting applications that track upcoming events. The expected output is a structured JSON response containing all relevant bout details, enabling seamless integration into various platforms. for example: david_martinez
Endpoint ID: 10069
POST https://zylalabs.com/api/6737/ufc+fighter+data+api/10069/get+upcoming+bouts+for+fighter
INPUT PARAMETERS

Free test requests remaining: 3 of 3.


INPUT PARAMETERS

fighter
API EXAMPLE RESPONSE
JSON
[{"fighter_id":"David Martinez","bouts":[{"event_name":"Eternal MMA 90","date":"29.11.24","opponent":"Brentin Mumford","format":"3 x 5"}]}]
Get upcoming bouts for fighter — CODE SNIPPETS

curl --location --request POST 'https://zylalabs.com/api/6737/ufc+fighter+data+api/10069/get+upcoming+bouts+for+fighter?fighter=josh_fremd' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"fighter":"Required"}'

Request
This endpoint retrieves the latest MMA rankings in various weight classes and pound-for-pound lists. Users can access rankings for the men's and women's divisions, including champions and top contenders in categories such as heavyweight, light heavyweight, middleweight, middleweight, welterweight, lightweight, featherweight, bantamweight, flyweight and women's division. The rankings are updated periodically after the tournaments, providing fans, analysts and fighters with the most up-to-date rankings. This endpoint is useful for anyone who wants to stay informed about the competitive landscape of MMA and the performance of specific fighters. To use this endpoint pass the following values in the categories parameter, for male fighters - Men's Pound-for-Pound Top Rank - Heavyweight - Light Heavyweight - Middleweight - Welterweight - Lightweight - Featherweight - Bantamweight - Flyweight For women fighters: - Women's Pound-for-Pound Top Rank - Women's Strawweight - Women's Flyweight - Women's Bantamweight
Endpoint ID: 10070
POST https://zylalabs.com/api/6737/ufc+fighter+data+api/10070/get+current+mma+rankings
INPUT PARAMETERS

Free test requests remaining: 3 of 3.


INPUT PARAMETERS

categories
API EXAMPLE RESPONSE
JSON
[{"category":"Middleweight","champion":"DricusDu Plessis","rankings":[{"rank":1,"fighter":"SeanStrickland"},{"rank":2,"fighter":"IsraelAdesanya"},{"rank":3,"fighter":"KhamzatChimaev"},{"rank":4,"fighter":"RobertWhittaker"},{"rank":5,"fighter":"NassourdineImavov"},{"rank":6,"fighter":"CaioBorralho"},{"rank":7,"fighter":"MarvinVettori"},{"rank":8,"fighter":"JaredCannonier"},{"rank":9,"fighter":"BrendanAllen"},{"rank":10,"fighter":"RomanDolidze"},{"rank":11,"fighter":"PauloCosta"},{"rank":12,"fighter":"JackHermansson"},{"rank":13,"fighter":"AnthonyHernandez"},{"rank":14,"fighter":"SharaputdinMagomedov"},{"rank":15,"fighter":"MichelPereira Lima"}]}]
Get current MMA rankings — CODE SNIPPETS

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"}'

Request
This endpoint allows users to retrieve the current MMA rankings for various weight categories. Users can specify the weight class they are interested in, such as Heavyweight, Light Heavyweight, Middleweight, Welterweight, Lightweight, Featherweight, Bantamweight, or Flyweight. The response will include the champion and the top ten fighters in the selected category, along with their respective rankings. This is particularly useful for fans, analysts, and fighters who want to stay updated on the competitive landscape within their weight class.
Endpoint ID: 10071
POST https://zylalabs.com/api/6737/ufc+fighter+data+api/10071/get+mma+rankings+aca
INPUT PARAMETERS

Free test requests remaining: 3 of 3.


INPUT PARAMETERS

categories
API EXAMPLE RESPONSE
JSON
[
    {
        "Heavyweight": {
            "Champion": "AlikhanVakhaev",
            "Rankings": [
                {
                    "Rank": 1,
                    "Fighter": "KirillKornilov"
                },
                {
                    "Rank": 2,
                    "Fighter": "AmirAliakbari"
                },
                {
                    "Rank": 3,
                    "Fighter": "ZumsoZuraev"
                },
                {
                    "Rank": 4,
                    "Fighter": "AdamBogatyrev"
                },
                {
                    "Rank": 5,
                    "Fighter": "AntonVyazigin"
                },
                {
                    "Rank": 6,
                    "Fighter": "TonyJohnson"
                },
                {
                    "Rank": 7,
                    "Fighter": "CarlosFelipe"
                },
                {
                    "Rank": 8,
                    "Fighter": "MukhomadVakhaev"
                },
                {
                    "Rank": 9,
                    "Fighter": "ArashSadeghi"
                },
                {
                    "Rank": 10,
                    "Fighter": "AntonVinnikov"
                }
            ]
        },
        "Light Heavyweight": {
            "Champion": "MuslimMagomedov",
            "Rankings": [
                {
                    "Rank": 1,
                    "Fighter": "AdlanIbragimov"
                },
                {
                    "Rank": 2,
                    "Fighter": "ElmarGasanov"
                },
                {
                    "Rank": 3,
                    "Fighter": "GrigorMatevosyan"
                },
                {
                    "Rank": 4,
                    "Fighter": "SalamuAbdurakhmanov"
                },
                {
                    "Rank": 5,
                    "Fighter": "FaridunOdilov"
                },
                {
                    "Rank": 6,
                    "Fighter": "LeonardoSilva"
                },
                {
                    "Rank": 7,
                    "Fighter": "SulimBatalov"
                },
                {
                    "Rank": 8,
                    "Fighter": "AlexeyButorin"
                },
                {
                    "Rank": 9,
                    "Fighter": "MaximGrishin"
                },
                {
                    "Rank": 10,
                    "Fighter": "EvgenyEgemberdiev"
                }
            ]
        },
        "Middleweight": {
            "Champion": "MagomedrasulGasanov",
            "Rankings": [
                {
                    "Rank": 1,
                    "Fighter": "ShamilAbdulaev"
                },
                {
                    "Rank": 2,
                    "Fighter": "ArtemFrolov"
                },
                {
                    "Rank": 3,
                    "Fighter": "RamazanEmeev"
                },
                {
                    "Rank": 4,
                    "Fighter": "Abdul-RakhmanDzhanaev"
                },
                {
                    "Rank": 5,
                    "Fighter": "IbragimMagomedov"
                },
                {
                    "Rank": 6,
                    "Fighter": "NikolaDipchikov"
                },
                {
                    "Rank": 7,
                    "Fighter": "DmitriyAryshev"
                },
                {
                    "Rank": 8,
                    "Fighter": "RenePessoa"
                },
                {
                    "Rank": 9,
                    "Fighter": "RuslanShamilov"
                },
                {
                    "Rank": 10,
                    "Fighter": "DaurenErmekov"
                }
            ]
        },
        "Welterweight": {
            "Champion": "AbubakarVagaev",
            "Rankings": [
                {
                    "Rank": 1,
                    "Fighter": "ZhakshylykMyrzabekov"
                },
                {
                    "Rank": 2,
                    "Fighter": "AlbertTumenov"
                },
                {
                    "Rank": 3,
                    "Fighter": "UzairAbdurakov"
                },
                {
                    "Rank": 4,
                    "Fighter": "AndreyKoshkin"
                },
                {
                    "Rank": 5,
                    "Fighter": "AlexeyShurkevich"
                },
                {
                    "Rank": 6,
                    "Fighter": "ChersiDudaev"
                },
                {
                    "Rank": 7,
                    "Fighter": "ViniciusCruz"
                },
                {
                    "Rank": 8,
                    "Fighter": "DenisMaher"
                },
                {
                    "Rank": 9,
                    "Fighter": "EdilEsengulov"
                },
                {
                    "Rank": 10,
                    "Fighter": "ViskhanMagomadov"
                }
            ]
        },
        "Lightweight": {
            "Champion": "Abdul-AzizAbdulvakhabov",
            "Rankings": [
                {
                    "Rank": 1,
                    "Fighter": "AliBagov"
                },
                {
                    "Rank": 2,
                    "Fighter": "DaudShaikhaev"
                },
                {
                    "Rank": 3,
                    "Fighter": "HerdesonBatista"
                },
                {
                    "Rank": 4,
                    "Fighter": "AliAbdulkhalikov"
                },
                {
                    "Rank": 5,
                    "Fighter": "AlexanderMatmuratov"
                },
                {
                    "Rank": 6,
                    "Fighter": "ArtemReznikov"
                },
                {
                    "Rank": 7,
                    "Fighter": "MukhamedKokov"
                },
                {
                    "Rank": 8,
                    "Fighter": "AmirkhanAdaev"
                },
                {
                    "Rank": 9,
                    "Fighter": "DaviRamos"
                },
                {
                    "Rank": 10,
                    "Fighter": "RasulMagomedov"
                }
            ]
        },
        "Featherweight": {
            "Champion": "IslamOmarov",
            "Rankings": [
                {
                    "Rank": 1,
                    "Fighter": "AlikhanSuleymanov"
                },
                {
                    "Rank": 2,
                    "Fighter": "BibertTumenov"
                },
                {
                    "Rank": 3,
                    "Fighter": "KurbanTaygibov"
                },
                {
                    "Rank": 4,
                    "Fighter": "SaifullaDzhabrailov"
                },
                {
                    "Rank": 5,
                    "Fighter": "MakharbekKarginov"
                },
                {
                    "Rank": 6,
                    "Fighter": "AlimardanAbdykaarov"
                },
                {
                    "Rank": 7,
                    "Fighter": "DzhambulatSelimkhanov"
                },
                {
                    "Rank": 8,
                    "Fighter": "RustamKerimov"
                },
                {
                    "Rank": 9,
                    "Fighter": "AleksandrGrozin"
                },
                {
                    "Rank": 10,
                    "Fighter": "GlebKhabibulin"
                }
            ]
        },
        "Bantamweight": {
            "Champion": "JosielSilva",
            "Rankings": [
                {
                    "Rank": 1,
                    "Fighter": "OlegBorisov"
                },
                {
                    "Rank": 2,
                    "Fighter": "AleksandrPodlesniy"
                },
                {
                    "Rank": 3,
                    "Fighter": "DavidDzhibilov"
                },
                {
                    "Rank": 4,
                    "Fighter": "RenatOndar"
                },
                {
                    "Rank": 5,
                    "Fighter": "TimurValiev"
                },
                {
                    "Rank": 6,
                    "Fighter": "Abdul-RakhmanDudaev"
                },
                {
                    "Rank": 7,
                    "Fighter": "OsimkhonRakhmonov"
                },
                {
                    "Rank": 8,
                    "Fighter": "PavelVitruk"
                },
                {
                    "Rank": 9,
                    "Fighter": "RasulAlbaskhanov"
                },
                {
                    "Rank": 10,
                    "Fighter": "AykKazaryan"
                }
            ]
        },
        "Flyweight": {
            "Champion": "AzamatPshukov",
            "Rankings": [
                {
                    "Rank": 1,
                    "Fighter": "ArenAkopyan"
                },
                {
                    "Rank": 2,
                    "Fighter": "AzamGaforov"
                },
                {
                    "Rank": 3,
                    "Fighter": "AnatolyKondratiev"
                },
                {
                    "Rank": 4,
                    "Fighter": "AzamatKerefov"
                },
                {
                    "Rank": 5,
                    "Fighter": "ImranBukuev"
                },
                {
                    "Rank": 6,
                    "Fighter": "VartanAsatryan"
                },
                {
                    "Rank": 7,
                    "Fighter": "AstemirNagoev"
                },
                {
                    "Rank": 8,
                    "Fighter": "SaygidAbdulaev"
                }]}},{"_note":"Response truncated for documentation purposes"}]
Get mma rankings ACA — CODE SNIPPETS

curl --location --request POST 'https://zylalabs.com/api/6737/ufc+fighter+data+api/10071/get+mma+rankings+aca?categories=Heavyweight' --header 'Authorization: Bearer YOUR_API_KEY' --header 'Content-Type: application/json' --data-raw '{"categories":"Required"}'

Request
This endpoint retrieves the latest KSW rankings for various weight classes in MMA. Users can access the rankings for Heavyweight, Light Heavyweight, Middleweight, Welterweight, Lightweight, and Featherweight categories. The response includes the champion and the top ten fighters in each category, along with their respective rankings. This is particularly useful for fans, analysts, and fighters who want to stay updated on the competitive landscape in KSW. The rankings are updated regularly after each tournament, ensuring that users have access to the most current information. To use this endpoint pass the following values in the parameter categories - Heavyweight - Light Heavyweight - Middleweight - Welterweight - Lightweight - Featherweight - Bantamweight
Endpoint ID: 10072
POST https://zylalabs.com/api/6737/ufc+fighter+data+api/10072/get+current+ksw+rankings
INPUT PARAMETERS

Free test requests remaining: 3 of 3.


INPUT PARAMETERS

categories
API EXAMPLE RESPONSE
JSON
[
    [
        {
            "category": "Middleweight",
            "champion": "Pawel Pawlak",
            "rank": 1,
            "fighter_name": "Mamed Khalidov"
        },
        {
            "category": "Middleweight",
            "rank": 2,
            "fighter_name": "Piotr Kuberski"
        },
        {
            "category": "Middleweight",
            "rank": 3,
            "fighter_name": "Damian Janikowski"
        },
        {
            "category": "Middleweight",
            "rank": 4,
            "fighter_name": "Tomasz Romanowski"
        },
        {
            "category": "Middleweight",
            "rank": 5,
            "fighter_name": "Michał Michalski"
        },
        {
            "category": "Middleweight",
            "rank": 6,
            "fighter_name": "Michał Materla"
        },
        {
            "category": "Middleweight",
            "rank": 7,
            "fighter_name": "Radosław Paczuski"
        },
        {
            "category": "Middleweight",
            "rank": 8,
            "fighter_name": "Laïd Zerhouni"
        },
        {
            "category": "Middleweight",
            "rank": 9,
            "fighter_name": "Dominik Humburger"
        },
        {
            "category": "Middleweight",
            "rank": 10,
            "fighter_name": "Albert Odzimkowski"
        }
    ]
]
Get current ksw rankings — CODE SNIPPETS

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"}'

Request
This endpoint retrieves the latest Oktagon rankings in various weight classes and pound-for-pound lists. Users can access rankings for the men's and women's divisions, including champions and top contenders in categories such as heavyweight, light heavyweight, middleweight, middleweight, welterweight, lightweight, featherweight, bantamweight, flyweight and women's division. The rankings are updated periodically after the tournaments, providing fans, analysts and fighters with the most up-to-date rankings. This endpoint is useful for anyone who wants to stay informed about the competitive landscape of MMA and the performance of specific fighters. To use this endpoint pass the following values in the categories parameter, for male fighters - Heavyweight - Light Heavyweight - Middleweight - Welterweight - Lightweight - Featherweight - Bantamweight - Flyweight For women fighters: - Women's Strawweight - Women's Flyweight - Women's Bantamweight
Endpoint ID: 10073
POST https://zylalabs.com/api/6737/ufc+fighter+data+api/10073/get+oktagon+rankings
INPUT PARAMETERS

Free test requests remaining: 3 of 3.


INPUT PARAMETERS

categories
API EXAMPLE RESPONSE
JSON
[{"weight_class":"Women's Bantamweight","champion":"Vacant","wrestlers":[{"name":"Lucia Szabov\u00e1","rank":1},{"name":"Lucie Pudilova","rank":2},{"name":"Cecilie Bolander","rank":3}]}]
Get oktagon rankings — CODE SNIPPETS

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"}'

API Access Key & Authentication

After signing up, every developer is assigned a personal API access key, a unique combination of letters and digits provided to access to our API endpoint. To authenticate with the UFC Fighter Data API simply include your bearer token in the Authorization header.

Headers
Header Description
Authorization Required Should be Bearer access_key. See "Your API Access Key" above when you are subscribed.

No long-term commitment. Upgrade, downgrade, or cancel anytime. Free Trial includes up to 50 requests.

(Save 2 months with annual billing 🎉)

🚀 Enterprise Plan

Starts at
$ 10,000/Year


  • Custom Volume
  • Custom Rate Limit
  • Specialized Customer Support
  • Real-Time API Monitoring

Overview

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.

UFC Fighter Data API FAQs

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.

General FAQs

To obtain your API key, first sign in to your account and navigate to the API you want to use. From the API's Pricing section, choose a plan and complete the subscription process. Once subscribed, return to the API page and you will see your API Access Key displayed at the top of the documentation page. You can use this key to authenticate your requests.

You can’t switch APIs during the free trial. If you subscribe to a different API, your trial will end and the new subscription will start as a paid plan.

The free trial lasts for 7 days and allows you to make up to 50 API requests.

No, the free trial is available only once, so we recommend using it on the API that interests you the most. Most of our APIs offer a free trial, but some may not include this option.

Yes. If the API offers a free trial, you will see a "Free 7-Day Trial" option in its Pricing section. The trial lasts for 7 days and allows up to 50 API requests, enabling you to evaluate the API before subscribing to a paid plan.

Zyla API Hub is like a big store for APIs, where you can find thousands of them all in one place. We also offer dedicated support and real-time monitoring of all APIs. Once you sign up, you can pick and choose which APIs you want to use. Just remember, each API needs its own subscription. But if you subscribe to multiple ones, you'll use the same key for all of them, making things easier for you.

Prices are listed in USD (United States Dollar), EUR (Euro), CAD (Canadian Dollar), AUD (Australian Dollar), and GBP (British Pound). We accept all major debit and credit cards. Our payment system uses the latest security technology and is powered by Stripe, one of the world's most reliable payment companies. If you have any trouble paying by card, just contact us at [email protected]

Additionally, if you already have an active subscription in any of these currencies (USD, EUR, CAD, AUD, GBP), that currency will remain for subsequent subscriptions. You can change the currency at any time as long as you don't have any active subscriptions.
The local currency shown on the pricing page is based on the country of your IP address and is provided for reference only. The actual prices are in USD (United States Dollar). When you make a payment, the charge will appear on your card statement in USD, even if you see the equivalent amount in your local currency on our website. This means you cannot pay directly with your local currency.
Occasionally, a bank may decline the charge due to its fraud protection settings. We suggest reaching out to your bank initially to check if they are blocking our charges. Also, you can access the Billing Portal and change the card associated to make the payment. If these does not work and you need further assistance, please contact our team at [email protected]
Prices are determined by a recurring monthly or yearly subscription, depending on the chosen plan.
API calls are deducted from your plan based on successful requests. Each plan comes with a specific number of calls that you can make per month. Only successful calls, indicated by a Status 200 response, will be counted against your total. This ensures that failed or incomplete requests do not impact your monthly quota.
Zyla API Hub works on a recurring monthly subscription system. Your billing cycle will start the day you purchase one of the paid plans, and it will renew the same day of the next month. So be aware to cancel your subscription beforehand if you want to avoid future charges.
To upgrade your current subscription plan, simply go to the pricing page of the API and select the plan you want to upgrade to. The upgrade will be instant, allowing you to immediately enjoy the features of the new plan. Please note that any remaining calls from your previous plan will not be carried over to the new plan, so be aware of this when upgrading. You will be charged the full amount of the new plan.
To check how many API calls you have left for the current month, refer to the 'X-Zyla-API-Calls-Monthly-Remaining' field in the response header. For example, if your plan allows 1,000 requests per month and you've used 100, this field in the response header will indicate 900 remaining calls.

You can monitor your API usage through the response headers included with every request:

x-zyla-api-calls-monthly-used: Shows the total number of API requests you have used during the current billing period.
x-zyla-api-calls-monthly-remaining: Shows the number of API requests you have remaining for the current billing period.

The 'X-Zyla-RateLimit-Reset' header shows the number of seconds until your rate limit resets. This tells you when your request count will start fresh. For example, if it displays 3,600, it means 3,600 seconds are left until the limit resets.

Yes, you can cancel your subscription at any time. Simply go to the Pricing section of the API you're subscribed to and click the "Unsubscribe" button.

Please note that upgrades, downgrades, and cancellations take effect immediately. Once your subscription is canceled, access to the service will end immediately, regardless of any remaining API calls in your quota.

After 7 days, you will be charged the full amount for the plan you were subscribed to during the trial. Therefore, it's important to cancel before the trial period ends. Refund requests for forgetting to cancel on time are not accepted.
When you subscribe to an API free trial, you can make up to 50 API calls. If you wish to make additional API calls beyond this limit, the API will prompt you to perform an "Start Your Paid Plan." You can find the "Start Your Paid Plan" button in your profile under Subscription -> Choose the API you are subscribed to -> Pricing tab.
You can contact us through our chat channel to receive immediate assistance. We are always online from 8 am to 5 pm (EST). If you reach us after that time, we will get back to you as soon as possible. Additionally, you can contact us via email at [email protected]

Please have a look at our Refund Policy: https://zylalabs.com/terms#refund