Loading...

by Saint Sita Ram Innovation Lab Pvt Ltd

Latency --
Success Rate --
Last Updated --

Description

⛽ Fuel Price India API

The Fuel Price India API provides up-to-date fuel price information for all states and districts across India.
It is designed for apps and platforms that need real-time petrol, diesel, and CNG prices with geographical and administrative breakdowns.

🔑 Key Features

✨ Nationwide Coverage – Includes all Indian states & union territories.
📍 District-level Prices – Each state contains multiple districts with localized fuel rates.
⛽ Fuel Types Supported:
🔹 petrol_price → Petrol
🔹 diesel_price → Diesel
🔹 cng_price → CNG (returns 0.0 if not available)
🌐 Geographical Coordinates – Latitude & longitude available for each state (for map integration).
⭐ Default State Flag – One state may be marked as the default (is_default).

📖 Request Parameters

📝 Optional Field
🎯 state (String) → Used to fetch data for a specific state.

👉 If no state is passed → API returns all states & districts across India.
👉 If state is passed → API returns that state and its relevant districts only.

🌍 Supported State Names

📌 "Andaman Nicobar"
📌 "Andhra Pradesh"
📌 "Arunachal Pradesh"
📌 "Assam"
📌 "Bihar"
📌 "Chandigarh"
📌 "Chhattisgarh"
📌 "Dadra Nagarhaveli"
📌 "Daman Diu"
📌 "Delhi"
📌 "Goa"
📌 "Gujarat"
📌 "Haryana"
📌 "Himachal Pradesh"
📌 "Jammu Kashmir"
📌 "Jharkhand"
📌 "Karnataka"
📌 "Kerala"
📌 "Madhya Pradesh"
📌 "Maharashtra"
📌 "Manipur"
📌 "Meghalaya"
📌 "Mizoram"
📌 "Nagaland"
📌 "Odisha"
📌 "Pondicherry"
📌 "Punjab"
📌 "Rajasthan"
📌 "Sikkim"
📌 "Tamil Nadu"
📌 "Telangana"
📌 "Tripura"
📌 "Uttar Pradesh"
📌 "Uttarakhand"
📌 "West Bengal"

API Details

API Version

1.0.0

This is the current version of the API available for use.

Fuel Price India

GET /ssrapi/fuel-prices-India

Fetches real-time fuel prices (Petrol, Diesel, and CNG) for all Indian states and districts.

Parameters

ParameterTypeDescriptionExample
State Text (String) Optional Delhi or Rajasthan etc.

Example Request

GET /rapidapi/fuel-prices-India/

GET /rapidapi/fuel-prices-India/?state=Delhi

Example Response

{
  "success": true,
  "data": [
    {
      "state_id": 7,
      "state_name": "Delhi",
      "country": "India",
      "fuel_prices": {
        "petrol_price": 96.72,
        "diesel_price": 89.62,
        "cng_price": 73.59
      },
      "is_default": false,
      "coordinates": {
        "lat": 28.7041,
        "long": 77.1025
      },
      "districts": [
        {
          "district_id": 201,
          "district_name": "New Delhi",
          "fuel_prices": {
            "petrol_price": 96.72,
            "diesel_price": 89.62,
            "cng_price": 73.59
          }
        },
        {
          "district_id": 202,
          "district_name": "South Delhi",
          "fuel_prices": {
            "petrol_price": 96.80,
            "diesel_price": 89.70,
            "cng_price": 73.59
          }
        },
        {
          "district_id": 203,
          "district_name": "North Delhi",
          "fuel_prices": {
            "petrol_price": 96.65,
            "diesel_price": 89.55,
            "cng_price": 73.59
          }
        }
      ]
    }
  ]
}

// Based on State 

{
  "success": true,
  "data": [
    {
      "state_id": 7,
      "state_name": "Delhi",
      "country": "India",
      "fuel_prices": {
        "petrol_price": 96.72,
        "diesel_price": 89.62,
        "cng_price": 73.59
      },
      "is_default": false,
      "coordinates": {
        "lat": 28.7041,
        "long": 77.1025
      },
      "districts": [
        {
          "district_id": 201,
          "district_name": "New Delhi",
          "fuel_prices": {
            "petrol_price": 96.72,
            "diesel_price": 89.62,
            "cng_price": 73.59
          }
        },
        {
          "district_id": 202,
          "district_name": "South Delhi",
          "fuel_prices": {
            "petrol_price": 96.80,
            "diesel_price": 89.70,
            "cng_price": 73.59
          }
        },
        {
          "district_id": 203,
          "district_name": "North Delhi",
          "fuel_prices": {
            "petrol_price": 96.65,
            "diesel_price": 89.55,
            "cng_price": 73.59
          }
        }
      ]
    }
  ]
}

Support

For any questions or issues, please contact our support team at info@ssrinnovationlab.com