SA Fuel Price API

API ID 12761

Returns current and historical prices for Petrol 93 ULP, Petrol 95 ULP, and Diesel 50ppm for both inland and coastal regions. Historical data available from January 2008 to present. Prices are updated automatically every Wednesday at 08:00 SAST.

132 ms avg response

API Documentation

Endpoints

Request
Returns the current month's official pump prices for all fuel types and both regions. Prices are sourced from the DMRE and updated automatically every month. No parameters required. Returns Petrol 93, Petrol 95, and Diesel 50ppm prices for both inland and coastal regions in ZAR per litre.
Endpoint ID: 24855
GET https://zylalabs.com/api/12761/sa+fuel+price+api/24855/get+latest+prices
INPUT PARAMETERS

Free test requests remaining: 3 of 3.

This endpoint does not require any input parameters.

API EXAMPLE RESPONSE
JSON
{"success":true,"data":{"year":2026,"month":6,"prices":{"diesel_50ppm":{"coastal":28,"inland":29.26},"petrol_93":{"coastal":27.16,"inland":27.95},"petrol_95":{"coastal":27.19,"inland":28.06}}},"meta":{"effective_date":"2026-06-03","next_update":"2026-07-01","cached":false}}
Get Latest Prices — CODE SNIPPETS

curl --location --request GET 'https://zylalabs.com/api/12761/sa+fuel+price+api/24855/get+latest+prices' --header 'Authorization: Bearer YOUR_API_KEY' 


    
Request
Returns the current month's price for a single fuel type and region. Use this endpoint when your application only needs one specific fuel price rather than the full set. URL Parameters: - fuel_type (required): The fuel type to retrieve. Accepted values: petrol_93, petrol_95, diesel_50ppm, paraffin. Example: petrol_95. - region (required): The region to retrieve prices for. Accepted values: inland, coastal. Example: inland.
Endpoint ID: 24856
GET https://zylalabs.com/api/12761/sa+fuel+price+api/24856/get+latest+price+-+single+fuel+type
INPUT PARAMETERS

Free test requests remaining: 3 of 3.

API EXAMPLE RESPONSE
JSON
{"success":true,"data":{"year":2026,"month":6,"fuel_type":"petrol_95","region":"inland","price_zar":28.06,"effective_date":"2026-06-03"},"meta":{"next_update":"2026-07-01","cached":false}}
Get Latest Price - Single Fuel Type — CODE SNIPPETS

curl --location --request GET 'https://zylalabs.com/api/12761/sa+fuel+price+api/24856/get+latest+price+-+single+fuel+type&fuel_type=Required&/=Required®ion=Required' --header 'Authorization: Bearer YOUR_API_KEY' 


    
Request

Returns the full historical price record from January 2008 to present, newest first. Filter by fuel type and region using optional query parameters. If no filters are applied, all fuel types and both regions are returned. Query Parameters: - fuel_type (optional): Filter by fuel type. Accepted values: petrol_93, petrol_95, diesel_50ppm, paraffin. Example: petrol_95. - region (optional): Filter by region. Accepted values: inland, coastal. Example: inland.

Endpoint ID: 24857
GET https://zylalabs.com/api/12761/sa+fuel+price+api/24857/get+price+history
INPUT PARAMETERS

Get Price History — Endpoint Features

Object Description
fuel_type Optional Optional. Filter by fuel type. Accepted values: petrol_93, petrol_95, diesel_50ppm, paraffin.
region Optional Optional. Filter by region. Accepted values: inland, coastal.

Free test requests remaining: 3 of 3.


INPUT PARAMETERS

fuel_type
region
API EXAMPLE RESPONSE
JSON
{
  "success": true,
  "data": [
    {
      "year": 2026,
      "month": 6,
      "fuel_type": "petrol_95",
      "region": "inland",
      "price_zar": 28.06,
      "effective_date": "2026-06-03"
    },
    {
      "year": 2026,
      "month": 5,
      "fuel_type": "petrol_95",
      "region": "inland",
      "price_zar": 26.63,
      "effective_date": "2026-05-06"
    },
    {
      "year": 2026,
      "month": 4,
      "fuel_type": "petrol_95",
      "region": "inland",
      "price_zar": 23.36,
      "effective_date": "2026-04-01"
    },
    {
      "year": 2026,
      "month": 3,
      "fuel_type": "petrol_95",
      "region": "inland",
      "price_zar": 20.3,
      "effective_date": "2026-03-04"
    },
    {
      "year": 2026,
      "month": 2,
      "fuel_type": "petrol_95",
      "region": "inland",
      "price_zar": 20.1,
      "effective_date": "2026-02-04"
    },
    {
      "year": 2026,
      "month": 1,
      "fuel_type": "petrol_95",
      "region": "inland",
      "price_zar": 20.75,
      "effective_date": "2026-01-07"
    },
    {
      "year": 2025,
      "month": 12,
      "fuel_type": "petrol_95",
      "region": "inland",
      "price_zar": 21.41,
      "effective_date": "2025-12-03"
    },
    {
      "year": 2025,
      "month": 11,
      "fuel_type": "petrol_95",
      "region": "inland",
      "price_zar": 21.12,
      "effective_date": "2025-11-05"
    },
    {
      "year": 2025,
      "month": 10,
      "fuel_type": "petrol_95",
      "region": "inland",
      "price_zar": 21.63,
      "effective_date": "2025-10-01"
    },
    {
      "year": 2025,
      "month": 9,
      "fuel_type": "petrol_95",
      "region": "inland",
      "price_zar": 21.55,
      "effective_date": "2025-09-03"
    },
    {
      "year": 2025,
      "month": 8,
      "fuel_type": "petrol_95",
      "region": "inland",
      "price_zar": 21.59,
      "effective_date": "2025-08-06"
    },
    {
      "year": 2025,
      "month": 7,
      "fuel_type": "petrol_95",
      "region": "inland",
      "price_zar": 21.87,
      "effective_date": "2025-07-02"
    },
    {
      "year": 2025,
      "month": 6,
      "fuel_type": "petrol_95",
      "region": "inland",
      "price_zar": 21.35,
      "effective_date": "2025-06-04"
    },
    {
      "year": 2025,
      "month": 5,
      "fuel_type": "petrol_95",
      "region": "inland",
      "price_zar": 21.4,
      "effective_date": "2025-05-07"
    },
    {
      "year": 2025,
      "month": 4,
      "fuel_type": "petrol_95",
      "region": "inland",
      "price_zar": 21.62,
      "effective_date": "2025-04-02"
    },
    {
      "year": 2025,
      "month": 3,
      "fuel_type": "petrol_95",
      "region": "inland",
      "price_zar": 22.34,
      "effective_date": "2025-03-05"
    },
    {
      "year": 2025,
      "month": 2,
      "fuel_type": "petrol_95",
      "region": "inland",
      "price_zar": 22.41,
      "effective_date": "2025-02-05"
    },
    {
      "year": 2025,
      "month": 1,
      "fuel_type": "petrol_95",
      "region": "inland",
      "price_zar": 21.59,
      "effective_date": "2025-01-01"
    },
    {
      "year": 2024,
      "month": 12,
      "fuel_type": "petrol_95",
      "region": "inland",
      "price_zar": 21.47,
      "effective_date": "2024-12-04"
    },
    {
      "year": 2024,
      "month": 11,
      "fuel_type": "petrol_95",
      "region": "inland",
      "price_zar": 21.3,
      "effective_date": "2024-11-06"
    },
    {
      "year": 2024,
      "month": 10,
      "fuel_type": "petrol_95",
      "region": "inland",
      "price_zar": 21.05,
      "effective_date": "2024-10-02"
    },
    {
      "year": 2024,
      "month": 9,
      "fuel_type": "petrol_95",
      "region": "inland",
      "price_zar": 22.19,
      "effective_date": "2024-09-04"
    },
    {
      "year": 2024,
      "month": 8,
      "fuel_type": "petrol_95",
      "region": "inland",
      "price_zar": 23.11,
      "effective_date": "2024-08-07"
    },
    {
      "year": 2024,
      "month": 7,
      "fuel_type": "petrol_95",
      "region": "inland",
      "price_zar": 23.26,
      "effective_date": "2024-07-03"
    },
    {
      "year": 2024,
      "month": 6,
      "fuel_type": "petrol_95",
      "region": "inland",
      "price_zar": 24.25,
      "effective_date": "2024-06-05"
    },
    {
      "year": 2024,
      "month": 5,
      "fuel_type": "petrol_95",
      "region": "inland",
      "price_zar": 25.49,
      "effective_date": "2024-05-01"
    },
    {
      "year": 2024,
      "month": 4,
      "fuel_type": "petrol_95",
      "region": "inland",
      "price_zar": 25.12,
      "effective_date": "2024-04-03"
    },
    {
      "year": 2024,
      "month": 3,
      "fuel_type": "petrol_95",
      "region": "inland",
      "price_zar": 24.45,
      "effective_date": "2024-03-06"
    },
    {
      "year": 2024,
      "month": 2,
      "fuel_type": "petrol_95",
      "region": "inland",
      "price_zar": 23.24,
      "effective_date": "2024-02-07"
    },
    {
      "year": 2024,
      "month": 1,
      "fuel_type": "petrol_95",
      "region": "inland",
      "price_zar": 22.49,
      "effective_date": "2024-01-03"
    },
    {
      "year": 2023,
      "month": 12,
      "fuel_type": "petrol_95",
      "region": "inland",
      "price_zar": 23.25,
      "effective_date": "2023-12-06"
    },
    {
      "year": 2023,
      "month": 11,
      "fuel_type": "petrol_95",
      "region": "inland",
      "price_zar": 23.9,
      "effective_date": "2023-11-01"
    },
    {
      "year": 2023,
      "month": 10,
      "fuel_type": "petrol_95",
      "region": "inland",
      "price_zar": 25.68,
      "effective_date": "2023-10-04"
    },
    {
      "year": 2023,
      "month": 9,
      "fuel_type": "petrol_95",
      "region": "inland",
      "price_zar": 24.54,
      "effective_date": "2023-09-06"
    },
    {
      "year": 2023,
      "month": 8,
      "fuel_type": "petrol_95",
      "region": "inland",
      "price_zar": 22.83,
      "effective_date": "2023-08-02"
    },
    {
      "year": 2023,
      "month": 7,
      "fuel_type": "petrol_95",
      "region": "inland",
      "price_zar": 22.46,
      "effective_date": "2023-07-06"
    },
    {
      "year": 2023,
      "month": 6,
      "fuel_type": "petrol_95",
      "region": "inland",
      "price_zar": 22.63,
      "effective_date": "2023-06-07"
    },
    {
      "year": 2023,
      "month": 5,
      "fuel_type": "petrol_95",
      "region": "inland",
      "price_zar": 23.34,
      "effective_date": "2023-05-03"
    },
    {
      "year": 2023,
      "month": 4,
      "fuel_type": "petrol_95",
      "region": "inland",
      "price_zar": 22.97,
      "effective_date": "2023-04-05"
    },
    {
      "year": 2023,
      "month": 3,
      "fuel_type": "petrol_95",
      "region": "inland",
      "price_zar": 22.95,
      "effective_date": "2023-03-01"
    },
    {
      "year": 2023,
      "month": 2,
      "fuel_type": "petrol_95",
      "region": "inland",
      "price_zar": 21.68,
      "effective_date": "2023-02-01"
    },
    {
      "year": 2023,
      "month": 1,
      "fuel_type": "petrol_95",
      "region": "inland",
      "price_zar": 21.4,
      "effective_date": "2023-01-04"
    }
],
  "meta": {
    "count": 217,
    "filters": {
      "fuel_type": "petrol_95",
      "region": "inland"
    },
    "next_update": "2026-07-01",
    "cached": false
  }
}
Get Price History — CODE SNIPPETS

curl --location --request GET 'https://zylalabs.com/api/12761/sa+fuel+price+api/24857/get+price+history?fuel_type=petrol_95®ion=inland' --header 'Authorization: Bearer YOUR_API_KEY' 


    
Request
Returns all fuel prices for a specific month and year. Returns a 404 if no data exists for the requested period. Data is available from January 2008 to present. URL Parameters: - year (required): The year to retrieve prices for. Must be a 4-digit year between 2008 and the current year. Example: 2024. - month (required): The month to retrieve prices for. Must be a number between 1 and 12. Example: 3.
Endpoint ID: 24858
GET https://zylalabs.com/api/12761/sa+fuel+price+api/24858/get+price+by+month
INPUT PARAMETERS

Free test requests remaining: 3 of 3.

API EXAMPLE RESPONSE
JSON
{"success":true,"data":{"year":2024,"month":3,"prices":{"diesel_50ppm":{"coastal":21.93,"inland":22.62},"petrol_93":{"coastal":23.41,"inland":24.13},"petrol_95":{"coastal":23.73,"inland":24.45}}},"meta":{"effective_date":"2024-03-06","next_update":"2024-04-03","cached":false}}
Get Price by Month — CODE SNIPPETS

curl --location --request GET 'https://zylalabs.com/api/12761/sa+fuel+price+api/24858/get+price+by+month&year=Required&/=Required&month=Required' --header 'Authorization: Bearer YOUR_API_KEY' 


    
Request

Returns the last N months of prices for a single fuel type and region, newest first. Each record includes the month-on-month price change in ZAR and as a percentage. Ideal for charts, dashboards, and trend analysis. Query Parameters: - fuel_type (required): The fuel type to retrieve trend data for. Accepted values: petrol_93, petrol_95, diesel_50ppm, paraffin. Example: petrol_95. - region (required): The region to retrieve trend data for. Accepted values: inland, coastal. Example: inland. - months (optional): Number of months to return. Must be between 1 and 60. Defaults to 12 if not provided. Example: 12.

Endpoint ID: 24859
GET https://zylalabs.com/api/12761/sa+fuel+price+api/24859/get+price+trend
INPUT PARAMETERS

Get Price Trend — Endpoint Features

Object Description
fuel_type Required Required. The fuel type to retrieve trend data for. Accepted values: petrol_93, petrol_95, diesel_50ppm, paraffin.
region Required Required. The region to retrieve trend data for. Accepted values: inland, coastal.
months Required Optional. Number of months to return. Must be between 1 and 60. Defaults to 12.

Free test requests remaining: 3 of 3.


INPUT PARAMETERS

fuel_type
region
months
API EXAMPLE RESPONSE
JSON
{"success":true,"data":[{"year":2026,"month":6,"price_zar":28.06,"effective_date":"2026-06-03","change_zar":1.43,"change_pct":5.37},{"year":2026,"month":5,"price_zar":26.63,"effective_date":"2026-05-06","change_zar":3.27,"change_pct":14},{"year":2026,"month":4,"price_zar":23.36,"effective_date":"2026-04-01","change_zar":3.06,"change_pct":15.07},{"year":2026,"month":3,"price_zar":20.3,"effective_date":"2026-03-04","change_zar":0.2,"change_pct":1},{"year":2026,"month":2,"price_zar":20.1,"effective_date":"2026-02-04","change_zar":-0.65,"change_pct":-3.13},{"year":2026,"month":1,"price_zar":20.75,"effective_date":"2026-01-07","change_zar":-0.66,"change_pct":-3.08},{"year":2025,"month":12,"price_zar":21.41,"effective_date":"2025-12-03","change_zar":0.29,"change_pct":1.37},{"year":2025,"month":11,"price_zar":21.12,"effective_date":"2025-11-05","change_zar":-0.51,"change_pct":-2.36},{"year":2025,"month":10,"price_zar":21.63,"effective_date":"2025-10-01","change_zar":0.08,"change_pct":0.37},{"year":2025,"month":9,"price_zar":21.55,"effective_date":"2025-09-03","change_zar":-0.04,"change_pct":-0.19},{"year":2025,"month":8,"price_zar":21.59,"effective_date":"2025-08-06","change_zar":-0.28,"change_pct":-1.28},{"year":2025,"month":7,"price_zar":21.87,"effective_date":"2025-07-02","change_zar":null,"change_pct":null}],"meta":{"fuel_type":"petrol_95","region":"inland","months":12,"cached":false}}
Get Price Trend — CODE SNIPPETS

curl --location --request GET 'https://zylalabs.com/api/12761/sa+fuel+price+api/24859/get+price+trend?fuel_type=petrol_95®ion=inland&months=12' --header 'Authorization: Bearer YOUR_API_KEY' 


    
Request

Compares the price of a fuel type and region between two specified months. Returns the price at both points in time along with the change in ZAR and as a percentage. Useful for cost analysis, budget reporting, and financial planning. Query Parameters: - fuel_type (required): The fuel type to compare. Accepted values: petrol_93, petrol_95, diesel_50ppm, paraffin. Example: petrol_95. - region (required): The region to compare prices for. Accepted values: inland, coastal. Example: inland. - from (required): The start month for comparison in YYYY-MM format. Example: 2020-01. - to (required): The end month for comparison in YYYY-MM format. Example: 2026-05.

Endpoint ID: 24860
GET https://zylalabs.com/api/12761/sa+fuel+price+api/24860/compare+prices+between+two+months
INPUT PARAMETERS

Compare Prices Between Two Months — Endpoint Features

Object Description
fuel_type Required Required. The fuel type to compare. Accepted values: petrol_93, petrol_95, diesel_50ppm, paraffin.
region Required Required. The region to compare prices for. Accepted values: inland, coastal.
from Required Required. Start month in YYYY-MM format. Example: 2020-01.
to Required Required. End month in YYYY-MM format. Example: 2026-05.

Free test requests remaining: 3 of 3.


INPUT PARAMETERS

fuel_type
region
from
to
API EXAMPLE RESPONSE
JSON
{"success":true,"data":{"fuel_type":"petrol_95","region":"inland","from":{"year":2020,"month":1,"price_zar":16.16,"effective_date":"2020-01-01"},"to":{"year":2026,"month":5,"price_zar":26.63,"effective_date":"2026-05-06"},"change_zar":10.47,"change_pct":64.79},"meta":{"cached":false}}
Compare Prices Between Two Months — CODE SNIPPETS

curl --location --request GET 'https://zylalabs.com/api/12761/sa+fuel+price+api/24860/compare+prices+between+two+months?fuel_type=petrol_95®ion=inland&from=2020-01&to=2026-05' --header 'Authorization: Bearer YOUR_API_KEY' 


    
Request
Returns the next expected DMRE fuel price announcement date and the number of days remaining until that date. Fuel prices are announced by the DMRE on the first Wednesday of each month. Use this endpoint to display countdown timers or schedule refresh logic in your application. No parameters required.
Endpoint ID: 24861
GET https://zylalabs.com/api/12761/sa+fuel+price+api/24861/get+next+update+date
INPUT PARAMETERS

Free test requests remaining: 3 of 3.

This endpoint does not require any input parameters.

API EXAMPLE RESPONSE
JSON
{"success":true,"data":{"next_update":"2026-07-01","days_until":9},"meta":{"cached":false}}
Get Next Update Date — CODE SNIPPETS

curl --location --request GET 'https://zylalabs.com/api/12761/sa+fuel+price+api/24861/get+next+update+date' --header 'Authorization: Bearer YOUR_API_KEY' 


    
Request
Returns the current operational status of the API and a server timestamp. Use this endpoint to verify the API is online before making other requests, or to integrate into your own uptime monitoring. No parameters required. Returns a 200 status with ok when the API is operational.
Endpoint ID: 24862
GET https://zylalabs.com/api/12761/sa+fuel+price+api/24862/health+check
INPUT PARAMETERS

Free test requests remaining: 3 of 3.

This endpoint does not require any input parameters.

API EXAMPLE RESPONSE
JSON
{"success":true,"data":{"status":"ok","timestamp":"2026-06-22T15:05:37.201Z"}}
Health Check — CODE SNIPPETS

curl --location --request GET 'https://zylalabs.com/api/12761/sa+fuel+price+api/24862/health+check' --header 'Authorization: Bearer YOUR_API_KEY' 


    

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 SA Fuel Price 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

Returns current and historical prices for Petrol 93 ULP, Petrol 95 ULP, and Diesel 50ppm for both inland and coastal regions. Historical data available from January 2008 to present. Prices are updated automatically every Wednesday at 08:00 SAST.

SA Fuel Price API FAQs

Prices are updated every Wednesday at 08:00 SAST. The DMRE announces new pump prices on the first Wednesday of each month. If a mid-month adjustment occurs due to oil price or exchange rate movements, it will be reflected on the following Wednesday.

Historical data is available from January 2008 to present — over 18 years of South African fuel price records.

Petrol 93 ULP, Petrol 95 ULP, and Diesel 50ppm for both inland and coastal regions. Illuminating Paraffin columns exist in the schema but are currently empty as the data is not available from the source.

The DMRE sets different pump prices for inland and coastal regions due to transportation and logistics cost differences. Inland prices (Gauteng and surrounding provinces) are typically slightly higher than coastal prices (Western Cape, KwaZulu-Natal, Eastern Cape).

All prices are returned in ZAR (South African Rand) per litre.

Five months are missing from the dataset due to gaps in the source data: July 2011, December 2014, February 2015, July 2015, and September 2021. Requesting these months via /month/:year/:month will return a 404.

/latest returns all fuel types and both regions in a single nested response — useful when you need the full price board. /latest/:fuel_type/:region returns a single price for one specific fuel type and region — useful when your app only needs one value and you want a smaller, faster response.

Use the /compare endpoint. Pass your fuel type, region, a from month and a to month in YYYY-MM format and the API returns the price at both points plus the change in ZAR and as a percentage. Example: /compare?fuel_type=petrol_95&region=inland&from=2020-01&to=2026-05.

All errors return a consistent JSON shape: { "error": true, "code": "NOT_FOUND", "message": "No fuel price data found for 2007-01." } Common error codes are BAD_REQUEST (400) for invalid parameters and NOT_FOUND (404) for months with no data.

Each endpoint returns JSON data related to South African fuel prices. The data includes current prices, historical records, price trends, comparisons, and next update dates, depending on the endpoint used.

Key fields include "success" (boolean), "data" (object with relevant price information), "meta" (source and update details), and specific fields like "price_zar," "effective_date," and "change_pct" for trend analysis.

The response data is structured in a JSON format with a top-level "success" field, followed by a "data" object containing relevant price details and a "meta" object for source and update information.

Parameters vary by endpoint. For example, the /latest/:fuel_type/:region endpoint requires "fuel_type" (e.g., petrol_95) and "region" (e.g., inland). The /compare endpoint requires "from" and "to" dates in YYYY-MM format.

Each endpoint provides specific information: the latest prices, historical price records, price trends over months, comparisons between two months, and the next update date for fuel prices.

Users can customize requests by specifying parameters such as fuel type, region, year, and month. For example, to get historical data for Petrol 93 in the coastal region, use /history?fuel_type=petrol_93&region=coastal.

The data is sourced from the Department of Mineral Resources and Petroleum (DMRE) of South Africa, ensuring that the information is official and reliable.

Typical use cases include fuel price monitoring, financial analysis, budgeting for fuel expenses, and trend analysis for businesses reliant on fuel costs.

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


Related APIs


You might also like