post https://uat.paysprint.in/sprintverify-uat/api/v1/verification/fuel_price
The Fuel Price Information API is the simplest way to obtain the price information for the fuel across your region.
Response Field Description
| Field | Type | Description |
|---|---|---|
| statuscode | Integer | HTTP-like custom response code indicating success (200 = OK). |
| status | Boolean | True if transaction was successful |
| message | String | Transaction result message |
| reference_id | String | Unique identifier used to track the specific request or transaction |
| name | String | Name of the city or location for which fuel prices are provided |
| petrolPrice | Float | Current retail price of petrol (per litre) in the specified location |
| petrolChange | String/Float | Change in petrol price compared to the previous recorded day (e.g., "0.00" means no change) |
| dieselPrice | Float | Current retail price of diesel (per litre) in the specified location |
| dieselChange | String/Float | Change in diesel price compared to the previous day (e.g., "0.00" means no change) |
| priceDate | String(Date Time) | Date and time when the prices were last updated |
| citystate | String | Name of the city and/or state the prices correspond to |
| type | String | Type of location — e.g., "city", "state", etc |
| code | String | Unique short code or slug representing the location |
