id
stringlengths
53
86
api_name
stringlengths
2
76
api_description
stringlengths
1
500
api_score
float64
0
10
endpoint_name
stringlengths
1
190
endpoint_description
stringlengths
0
500
response_status_code
int64
100
505
response_summary
stringlengths
1
68
response_json
stringlengths
6
50k
response_json_schema
stringlengths
14
150k
8a633727-9544-4879-a8c5-4b6df59e4c29/52723c00-3e49-4856-bba1-b20c879b9822/0/0
Enode API
A single API for hundreds of green energy devices. Easily connect to and control your customers’ electric vehicles, thermostats, solar panels, batteries and more.
null
getMe
Returns metadata about the authenticated User, including a list of vendors for which the User has provided credentials.
200
null
{"id": "123456789-ABc", "linkedVendors": [{"vendor": {}, "isValid": true}]}
{"type": "object", "properties": {"id": {"type": "string", "minLength": 1}, "linkedVendors": {"type": "array", "items": {"type": "object", "properties": {"vendor": {"anyOf": [{"type": "string", "title": "Vehicle Vendor", "description": "Vehicle Vendor", "enum": ["AUDI", "BMW", "HONDA", "HYUNDAI", "JAGUAR", "KIA", "MERCEDES", "MINI", "NISSAN", "PEUGEOT", "PORSCHE", "RENAULT", "SEAT", "SKODA", "TESLA", "VOLKSWAGEN", "VOLVO", "FORD", "OPEL", "DS", "TOYOTA", "CITROEN", "CUPRA", "VAUXHALL"]}, {"type": "string", "title": "Charger Vendor", "description": "Charger Vendor", "enum": ["ZAPTEC", "EASEE", "WALLBOX", "EO", "CHARGEAMPS", "EVBOX"]}, {"type": "string", "title": "HVAC Vendor", "description": "HVAC Vendor", "enum": ["TADO", "MILL", "ADAX", "ECOBEE", "SENSIBO", "HONEYWELL", "MITSUBISHI"]}, {"type": "string", "title": "Inverter Vendor", "description": "Inverter Vendor", "enum": ["FRONIUS", "GROWATT", "SOLAREDGE", "SOLIS"]}]}, "isValid": {"type": "boolean", "description": "Whether the provided credentials are currently valid. A `false` value here indicates that a credential has become invalidated, and [Link User](/api/reference#postUsersUseridLink) should be used to get new credentials from this user."}}}, "maxItems": 2}}}
8a633727-9544-4879-a8c5-4b6df59e4c29/9f90469e-7174-4f97-8b2e-27a04a653ed7/0/0
Enode API
A single API for hundreds of green energy devices. Easily connect to and control your customers’ electric vehicles, thermostats, solar panels, batteries and more.
null
updateSchedule
Does a partial update of a schedule.
200
null
{"id": "8d90101b-3f2f-462a-bbb4-1ed320d33bbe"}
{"allOf": [{"type": "object", "properties": {"id": {"type": "string", "format": "uuid"}}}, {"type": "object", "description": "A Schedule that applies to the combination of a certain Charging Location and chargeable asset (Vehicle/Charger/HVAC). Read the guide to [Using Schedules](/docs/scheduling).", "required": ["targetId", "chargingLocationId"], "anyOf": [{"title": "Charge Schedule", "properties": {"defaultShouldCharge": {"type": "boolean", "description": "Default value of `shouldCharge` when no rule applies.", "default": "<boolean>"}, "rules": {"type": "array", "description": "Each rule sets a value for `shouldCharge`, either `true` or `false`. All other properties of the rule are optional filters that limit the times to which this rule applies.", "items": {"type": "object", "title": "Charge Schedule", "required": ["shouldCharge"], "allOf": [{"properties": {"hourMinute": {"type": "object", "required": ["from", "to"], "description": "An interval composed of two clock times during which this rule applies each day. `to` always resolves to a timestamp after `from`, and thus may span across midnight and fall on the next day.", "properties": {"from": {"type": "string", "description": "Clock time from which this rule should apply each day.", "pattern": "\\d{2}:\\d{2}", "default": "<string>"}, "to": {"type": "string", "description": "Clock time until which this rule should apply each day.", "pattern": "\\d{2}:\\d{2}", "default": "<string>"}}}, "fromTimestamp": {"type": "string", "description": "UTC timestamp from which this rule should apply.", "format": "date-time", "default": "<dateTime>"}, "toTimestamp": {"type": "string", "description": "UTC timestamp until which this rule should apply.", "format": "date-time", "default": "<dateTime>"}, "weekdays": {"type": "array", "description": "An array of weekdays to which this rule should apply. A weekday starts with 0 for Monday and ends with 6 for Sunday.", "items": {"type": "integer", "enum": [0, 1, 2, 3, 4, 5, 6], "default": "<integer>"}, "maxItems": 2, "minItems": 2}}, "type": "object"}, {"properties": {"shouldCharge": {"type": "boolean", "description": "Whether a chargeable asset should want to charge while this rule is active.", "default": "<boolean>"}}, "type": "object"}]}, "maxItems": 2, "minItems": 2}, "targetType": {"type": "string", "enum": ["vehicle", "charger"]}}, "required": ["defaultShouldCharge"], "type": "object"}, {"title": "Temperature Schedule", "properties": {"defaultTarget": {"allOf": [{"description": "HVAC target temperature while this rule is active."}, {"type": "object", "description": "Replaced with `coolSetpoint` and `heatSetpoint`. A future release will remove this field. Target temperature for a HVAC device.", "required": ["temperature"], "properties": {"temperature": {"type": ["number", "null"], "description": "Desired temperature", "default": "<number>"}, "deadband": {"type": ["number", "null"], "description": "Size of the optional deadband centered around `temperature`.\n\nFor example, with a `temperature` of 22.0 and a `deadband` of 4.0, an HVAC unit will receive a heating setpoint of 20.0 and a cooling setpoint of 24.0", "default": "<number>"}}}]}, "rules": {"type": "array", "description": "Each rule sets a value for `targetTemperature`. All other properties of the rule are optional filters that limit the times to which this rule applies.", "items": {"type": "object", "title": "Temperature Schedule", "required": ["targetTemperature"], "allOf": [{"properties": {"hourMinute": {"type": "object", "required": ["from", "to"], "description": "An interval composed of two clock times during which this rule applies each day. `to` always resolves to a timestamp after `from`, and thus may span across midnight and fall on the next day.", "properties": {"from": {"type": "string", "description": "Clock time from which this rule should apply each day.", "pattern": "\\d{2}:\\d{2}", "default": "<string>"}, "to": {"type": "string", "description": "Clock time until which this rule should apply each day.", "pattern": "\\d{2}:\\d{2}", "default": "<string>"}}}, "fromTimestamp": {"type": "string", "description": "UTC timestamp from which this rule should apply.", "format": "date-time", "default": "<dateTime>"}, "toTimestamp": {"type": "string", "description": "UTC timestamp until which this rule should apply.", "format": "date-time", "default": "<dateTime>"}, "weekdays": {"type": "array", "description": "An array of weekdays to which this rule should apply. A weekday starts with 0 for Monday and ends with 6 for Sunday.", "items": {"type": "integer", "enum": [0, 1, 2, 3, 4, 5, 6], "default": "<integer>"}, "maxItems": 2, "minItems": 2}}, "type": "object"}, {"properties": {"targetTemperature": {"allOf": [{"description": "HVAC target temperature while this rule is active."}, {"type": "object", "description": "Replaced with `coolSetpoint` and `heatSetpoint`. A future release will remove this field. Target temperature for a HVAC device.", "required": ["temperature"], "properties": {"temperature": {"type": ["number", "null"], "description": "Desired temperature", "default": "<number>"}, "deadband": {"type": ["number", "null"], "description": "Size of the optional deadband centered around `temperature`.\n\nFor example, with a `temperature` of 22.0 and a `deadband` of 4.0, an HVAC unit will receive a heating setpoint of 20.0 and a cooling setpoint of 24.0", "default": "<number>"}}}]}}}]}}, "targetType": {"type": "string", "enum": ["hvac"]}}, "required": ["defaultTarget"]}], "properties": {"targetId": {"allOf": [{"type": "string", "minLength": 1}, {"type": "string", "description": "ID of the asset (Vehicle/Charger/HVAC) to which this schedule applies"}]}, "chargingLocationId": {"allOf": [{"type": "string", "format": "uuid"}, {"type": ["string", "null"], "description": "ID of the Charging Location to which this schedule applies. If null, schedule is applied at all of the User's Charging Locations."}]}, "isEnabled": {"type": "boolean", "description": "Whether this Schedule should be attempting to control the target's charge state.", "default": true}}}]}
8a633727-9544-4879-a8c5-4b6df59e4c29/9ea0ee11-9706-457a-923c-aaebef4bbaa7/0/0
Enode API
A single API for hundreds of green energy devices. Easily connect to and control your customers’ electric vehicles, thermostats, solar panels, batteries and more.
null
getVehiclesVehicleidSmartchargingplans
Check status of current or historical Smart Charging Plan for a Vehicle. Returns a Smart Charging Plan for this vehicle. To fetch the most recently created plan, call the endpoint with smartChargingPlanId set to latest.
200
null
{"id": "", "chargingLocationId": "8d90101b-3f2f-462a-bbb4-1ed320d33bbe", "vehicleId": "", "userId": "", "vendor": "", "currency": "NOK", "nonSmartCost": {}, "smartCost": {}, "stopAt": "", "startAt": "", "estimatedFinishAt": "", "stopConfirmedAt": "", "startConfirmedAt": "", "endedAt": "", "finalState": "PLAN:ENDED:FINISHED", "failureCondition": "STOP_FAILED"}
{"type": "object", "properties": {"id": {"type": "string", "description": "ID of the Plan"}, "chargingLocationId": {"type": ["string", "null"], "description": "ID of the charging location at which the plan is being executed. Null for plans started before March 2022.", "x-format": {"guid": true}}, "vehicleId": {"type": "string", "description": "ID of the Vehicle to which the Plan belongs"}, "userId": {"type": "string", "description": "ID of the User to which the Plan belongs"}, "vendor": {"type": "string", "description": "Vendor of the Vehicle to which the Plan belongs"}, "currency": {"type": "string", "description": "Currency in which monetary amounts are denominated (ISO 4217 3-character Alpha code)"}, "nonSmartCost": {"allOf": [{"type": "number"}, {"type": "number", "description": "Estimated cost of default charging behavior"}]}, "smartCost": {"allOf": [{"type": "number"}, {"type": "number", "description": "Estimated cost achieved by this Smart Charge plan"}]}, "stopAt": {"type": "string", "format": "date-time", "description": "Time at which the vehicle will stop charging"}, "startAt": {"type": "string", "format": "date-time", "description": "Time at which the vehicle will start charging"}, "estimatedFinishAt": {"type": "string", "format": "date-time", "description": "Time at which charging is estimated to be complete"}, "stopConfirmedAt": {"type": "string", "format": "date-time", "description": "Time at which the vehicle's charging was confirmed as stopped."}, "startConfirmedAt": {"type": "string", "format": "date-time", "description": "Time at which the vehicle's charging was confirmed as started."}, "endedAt": {"type": "string", "format": "date-time", "description": "The actual time at which the plan ended"}, "finalState": {"type": "string", "enum": ["PLAN:ENDED:FINISHED", "PLAN:ENDED:UNPLUGGED", "PLAN:ENDED:FAILED", "PLAN:ENDED:DISABLED", "PLAN:ENDED:DEADLINE_CHANGED"], "description": "The final state of the plan when it ended"}, "failureCondition": {"type": "string", "enum": ["STOP_FAILED", "START_FAILED", "FINISHED_LATE"], "description": "If the finalState was PLAN:ENDED:FAILED, failureCondition is populated with the condition in which the plan failed."}}}
8a633727-9544-4879-a8c5-4b6df59e4c29/bd68692e-4dfc-46e3-89a7-9d48e2dfdca5/0/0
Enode API
A single API for hundreds of green energy devices. Easily connect to and control your customers’ electric vehicles, thermostats, solar panels, batteries and more.
null
createSchedule
201
null
{"id": "8d90101b-3f2f-462a-bbb4-1ed320d33bbe"}
{"allOf": [{"type": "object", "properties": {"id": {"type": "string", "format": "uuid"}}}, {"type": "object", "description": "A Schedule that applies to the combination of a certain Charging Location and chargeable asset (Vehicle/Charger/HVAC). Read the guide to [Using Schedules](/docs/scheduling).", "required": ["targetId", "chargingLocationId"], "anyOf": [{"title": "Charge Schedule", "properties": {"defaultShouldCharge": {"type": "boolean", "description": "Default value of `shouldCharge` when no rule applies.", "default": "<boolean>"}, "rules": {"type": "array", "description": "Each rule sets a value for `shouldCharge`, either `true` or `false`. All other properties of the rule are optional filters that limit the times to which this rule applies.", "items": {"type": "object", "title": "Charge Schedule", "required": ["shouldCharge"], "allOf": [{"properties": {"hourMinute": {"type": "object", "required": ["from", "to"], "description": "An interval composed of two clock times during which this rule applies each day. `to` always resolves to a timestamp after `from`, and thus may span across midnight and fall on the next day.", "properties": {"from": {"type": "string", "description": "Clock time from which this rule should apply each day.", "pattern": "\\d{2}:\\d{2}", "default": "<string>"}, "to": {"type": "string", "description": "Clock time until which this rule should apply each day.", "pattern": "\\d{2}:\\d{2}", "default": "<string>"}}}, "fromTimestamp": {"type": "string", "description": "UTC timestamp from which this rule should apply.", "format": "date-time", "default": "<dateTime>"}, "toTimestamp": {"type": "string", "description": "UTC timestamp until which this rule should apply.", "format": "date-time", "default": "<dateTime>"}, "weekdays": {"type": "array", "description": "An array of weekdays to which this rule should apply. A weekday starts with 0 for Monday and ends with 6 for Sunday.", "items": {"type": "integer", "enum": [0, 1, 2, 3, 4, 5, 6], "default": "<integer>"}, "maxItems": 2, "minItems": 2}}, "type": "object"}, {"properties": {"shouldCharge": {"type": "boolean", "description": "Whether a chargeable asset should want to charge while this rule is active.", "default": "<boolean>"}}, "type": "object"}]}, "maxItems": 2, "minItems": 2}, "targetType": {"type": "string", "enum": ["vehicle", "charger"]}}, "required": ["defaultShouldCharge"], "type": "object"}, {"title": "Temperature Schedule", "properties": {"defaultTarget": {"allOf": [{"description": "HVAC target temperature while this rule is active."}, {"type": "object", "description": "Replaced with `coolSetpoint` and `heatSetpoint`. A future release will remove this field. Target temperature for a HVAC device.", "required": ["temperature"], "properties": {"temperature": {"type": ["number", "null"], "description": "Desired temperature", "default": "<number>"}, "deadband": {"type": ["number", "null"], "description": "Size of the optional deadband centered around `temperature`.\n\nFor example, with a `temperature` of 22.0 and a `deadband` of 4.0, an HVAC unit will receive a heating setpoint of 20.0 and a cooling setpoint of 24.0", "default": "<number>"}}}]}, "rules": {"type": "array", "description": "Each rule sets a value for `targetTemperature`. All other properties of the rule are optional filters that limit the times to which this rule applies.", "items": {"type": "object", "title": "Temperature Schedule", "required": ["targetTemperature"], "allOf": [{"properties": {"hourMinute": {"type": "object", "required": ["from", "to"], "description": "An interval composed of two clock times during which this rule applies each day. `to` always resolves to a timestamp after `from`, and thus may span across midnight and fall on the next day.", "properties": {"from": {"type": "string", "description": "Clock time from which this rule should apply each day.", "pattern": "\\d{2}:\\d{2}", "default": "<string>"}, "to": {"type": "string", "description": "Clock time until which this rule should apply each day.", "pattern": "\\d{2}:\\d{2}", "default": "<string>"}}}, "fromTimestamp": {"type": "string", "description": "UTC timestamp from which this rule should apply.", "format": "date-time", "default": "<dateTime>"}, "toTimestamp": {"type": "string", "description": "UTC timestamp until which this rule should apply.", "format": "date-time", "default": "<dateTime>"}, "weekdays": {"type": "array", "description": "An array of weekdays to which this rule should apply. A weekday starts with 0 for Monday and ends with 6 for Sunday.", "items": {"type": "integer", "enum": [0, 1, 2, 3, 4, 5, 6], "default": "<integer>"}, "maxItems": 2, "minItems": 2}}, "type": "object"}, {"properties": {"targetTemperature": {"allOf": [{"description": "HVAC target temperature while this rule is active."}, {"type": "object", "description": "Replaced with `coolSetpoint` and `heatSetpoint`. A future release will remove this field. Target temperature for a HVAC device.", "required": ["temperature"], "properties": {"temperature": {"type": ["number", "null"], "description": "Desired temperature", "default": "<number>"}, "deadband": {"type": ["number", "null"], "description": "Size of the optional deadband centered around `temperature`.\n\nFor example, with a `temperature` of 22.0 and a `deadband` of 4.0, an HVAC unit will receive a heating setpoint of 20.0 and a cooling setpoint of 24.0", "default": "<number>"}}}]}}}]}}, "targetType": {"type": "string", "enum": ["hvac"]}}, "required": ["defaultTarget"]}], "properties": {"targetId": {"allOf": [{"type": "string", "minLength": 1}, {"type": "string", "description": "ID of the asset (Vehicle/Charger/HVAC) to which this schedule applies"}]}, "chargingLocationId": {"allOf": [{"type": "string", "format": "uuid"}, {"type": ["string", "null"], "description": "ID of the Charging Location to which this schedule applies. If null, schedule is applied at all of the User's Charging Locations."}]}, "isEnabled": {"type": "boolean", "description": "Whether this Schedule should be attempting to control the target's charge state.", "default": true}}}]}
8a633727-9544-4879-a8c5-4b6df59e4c29/139bc50a-e556-40c7-a876-c3c71d1d4dcb/0/0
Enode API
A single API for hundreds of green energy devices. Easily connect to and control your customers’ electric vehicles, thermostats, solar panels, batteries and more.
null
getChargersAction
Returns the current state of the requested action.
200
null
{"id": "8d90101b-3f2f-462a-bbb4-1ed320d33bbe", "targetId": {"0": "8", "1": "d", "2": "9", "3": "0", "4": "1", "5": "0", "6": "1", "7": "b", "8": "3", "9": "f", "10": "2", "11": "f"}, "targetType": "vehicle", "kind": "START", "createdAt": "2020-04-07T17:04:26Z", "updatedAt": "2020-04-07T17:04:26Z", "completedAt": "2020-04-07T17:04:26Z", "state": {}}
{"type": "object", "properties": {"id": {"type": "string", "format": "uuid"}, "targetId": {"allOf": [{"type": "string", "minLength": 1}, {"type": "string", "description": "ID of the chargeable entity asset (Vehicle or Charger) which this action is controlling."}]}, "targetType": {"type": "string", "enum": ["vehicle", "charger"]}, "kind": {"type": "string", "description": "Kind of action", "enum": ["START", "STOP"], "default": "<string>"}, "createdAt": {"type": "string", "format": "date-time", "description": "ISO8601 UTC timestamp"}, "updatedAt": {"type": "string", "format": "date-time", "description": "ISO8601 UTC timestamp"}, "completedAt": {"type": "string", "format": "date-time", "description": "ISO8601 UTC timestamp at which the action transitioned to a non-pending state. If this value is set, then we are no longer sending commands to the chargeable."}, "state": {"type": "string", "description": "Current state of the charge action.", "anyOf": [{"type": "string", "title": "PENDING", "description": "The initial state. We are actively retrying commands and polling the chargeable for changes in `chargeStateIsCharging`"}, {"type": "string", "title": "CONFIRMED", "description": "The chargeable has transitioned to the expected `chargeStateIsCharging` value."}, {"type": "string", "title": "FAILED", "description": "The chargeable failed to respond to our attempts to start or stop charging within 30 minutes. We have given up sending actions to the device."}, {"type": "string", "title": "CANCELLED", "description": "Another charge action was sent to the same device, cancelling this one."}]}}}
8a633727-9544-4879-a8c5-4b6df59e4c29/a5f30e28-a143-475f-8fd2-edf10d15ce16/0/0
Enode API
A single API for hundreds of green energy devices. Easily connect to and control your customers’ electric vehicles, thermostats, solar panels, batteries and more.
null
getSchedules
Returns a list of Schedules registered to the User.
200
null
[{"id": "8d90101b-3f2f-462a-bbb4-1ed320d33bbe"}]
{"type": "array", "items": {"allOf": [{"type": "object", "properties": {"id": {"type": "string", "format": "uuid"}}}, {"type": "object", "description": "A Schedule that applies to the combination of a certain Charging Location and chargeable asset (Vehicle/Charger/HVAC). Read the guide to [Using Schedules](/docs/scheduling).", "required": ["targetId", "chargingLocationId"], "anyOf": [{"title": "Charge Schedule", "properties": {"defaultShouldCharge": {"type": "boolean", "description": "Default value of `shouldCharge` when no rule applies.", "default": "<boolean>"}, "rules": {"type": "array", "description": "Each rule sets a value for `shouldCharge`, either `true` or `false`. All other properties of the rule are optional filters that limit the times to which this rule applies.", "items": {"type": "object", "title": "Charge Schedule", "required": ["shouldCharge"], "allOf": [{"properties": {"hourMinute": {"type": "object", "required": ["from", "to"], "description": "An interval composed of two clock times during which this rule applies each day. `to` always resolves to a timestamp after `from`, and thus may span across midnight and fall on the next day.", "properties": {"from": {"type": "string", "description": "Clock time from which this rule should apply each day.", "pattern": "\\d{2}:\\d{2}", "default": "<string>"}, "to": {"type": "string", "description": "Clock time until which this rule should apply each day.", "pattern": "\\d{2}:\\d{2}", "default": "<string>"}}}, "fromTimestamp": {"type": "string", "description": "UTC timestamp from which this rule should apply.", "format": "date-time", "default": "<dateTime>"}, "toTimestamp": {"type": "string", "description": "UTC timestamp until which this rule should apply.", "format": "date-time", "default": "<dateTime>"}, "weekdays": {"type": "array", "description": "An array of weekdays to which this rule should apply. A weekday starts with 0 for Monday and ends with 6 for Sunday.", "items": {"type": "integer", "enum": [0, 1, 2, 3, 4, 5, 6], "default": "<integer>"}, "maxItems": 2, "minItems": 2}}, "type": "object"}, {"properties": {"shouldCharge": {"type": "boolean", "description": "Whether a chargeable asset should want to charge while this rule is active.", "default": "<boolean>"}}, "type": "object"}]}, "maxItems": 2, "minItems": 2}, "targetType": {"type": "string", "enum": ["vehicle", "charger"]}}, "required": ["defaultShouldCharge"], "type": "object"}, {"title": "Temperature Schedule", "properties": {"defaultTarget": {"allOf": [{"description": "HVAC target temperature while this rule is active."}, {"type": "object", "description": "Replaced with `coolSetpoint` and `heatSetpoint`. A future release will remove this field. Target temperature for a HVAC device.", "required": ["temperature"], "properties": {"temperature": {"type": ["number", "null"], "description": "Desired temperature", "default": "<number>"}, "deadband": {"type": ["number", "null"], "description": "Size of the optional deadband centered around `temperature`.\n\nFor example, with a `temperature` of 22.0 and a `deadband` of 4.0, an HVAC unit will receive a heating setpoint of 20.0 and a cooling setpoint of 24.0", "default": "<number>"}}}]}, "rules": {"type": "array", "description": "Each rule sets a value for `targetTemperature`. All other properties of the rule are optional filters that limit the times to which this rule applies.", "items": {"type": "object", "title": "Temperature Schedule", "required": ["targetTemperature"], "allOf": [{"properties": {"hourMinute": {"type": "object", "required": ["from", "to"], "description": "An interval composed of two clock times during which this rule applies each day. `to` always resolves to a timestamp after `from`, and thus may span across midnight and fall on the next day.", "properties": {"from": {"type": "string", "description": "Clock time from which this rule should apply each day.", "pattern": "\\d{2}:\\d{2}", "default": "<string>"}, "to": {"type": "string", "description": "Clock time until which this rule should apply each day.", "pattern": "\\d{2}:\\d{2}", "default": "<string>"}}}, "fromTimestamp": {"type": "string", "description": "UTC timestamp from which this rule should apply.", "format": "date-time", "default": "<dateTime>"}, "toTimestamp": {"type": "string", "description": "UTC timestamp until which this rule should apply.", "format": "date-time", "default": "<dateTime>"}, "weekdays": {"type": "array", "description": "An array of weekdays to which this rule should apply. A weekday starts with 0 for Monday and ends with 6 for Sunday.", "items": {"type": "integer", "enum": [0, 1, 2, 3, 4, 5, 6], "default": "<integer>"}, "maxItems": 2, "minItems": 2}}, "type": "object"}, {"properties": {"targetTemperature": {"allOf": [{"description": "HVAC target temperature while this rule is active."}, {"type": "object", "description": "Replaced with `coolSetpoint` and `heatSetpoint`. A future release will remove this field. Target temperature for a HVAC device.", "required": ["temperature"], "properties": {"temperature": {"type": ["number", "null"], "description": "Desired temperature", "default": "<number>"}, "deadband": {"type": ["number", "null"], "description": "Size of the optional deadband centered around `temperature`.\n\nFor example, with a `temperature` of 22.0 and a `deadband` of 4.0, an HVAC unit will receive a heating setpoint of 20.0 and a cooling setpoint of 24.0", "default": "<number>"}}}]}}}]}}, "targetType": {"type": "string", "enum": ["hvac"]}}, "required": ["defaultTarget"]}], "properties": {"targetId": {"allOf": [{"type": "string", "minLength": 1}, {"type": "string", "description": "ID of the asset (Vehicle/Charger/HVAC) to which this schedule applies"}]}, "chargingLocationId": {"allOf": [{"type": "string", "format": "uuid"}, {"type": ["string", "null"], "description": "ID of the Charging Location to which this schedule applies. If null, schedule is applied at all of the User's Charging Locations."}]}, "isEnabled": {"type": "boolean", "description": "Whether this Schedule should be attempting to control the target's charge state.", "default": true}}}]}, "maxItems": 2}
8a633727-9544-4879-a8c5-4b6df59e4c29/a13cbd03-eae6-4965-a751-8b1e73997084/0/0
Enode API
A single API for hundreds of green energy devices. Easily connect to and control your customers’ electric vehicles, thermostats, solar panels, batteries and more.
null
chargerCreateExternalStart
Forces a charger to start charging. Any active Schedules will transition to an overridden state and will cease dispatching Vendor Actions to the charger. This endpoint allows the user to enable charging immediately, without worrying about disabling active Schedules. The override remains active until the charger stops charging, or until the Delete External Start endpoint is called.
200
null
{"createdAt": "2020-04-07T17:04:26Z", "endedAt": "2020-04-07T17:04:26Z", "targetType": "vehicle", "targetId": {"0": "8", "1": "d", "2": "9", "3": "0", "4": "1", "5": "0", "6": "1", "7": "b", "8": "3", "9": "f", "10": "2", "11": "f"}, "vendorActionId": ""}
{"type": ["object", "null"], "description": "This field is only populated after calling the [vehicle](/api/reference#vehicleCreateExternalStart) or [charger](/api/reference#chargerCreateExternalStart) External Start APIs. While this parameter is populated, the parent charge controller will remain in an overridden state and will not attempt to send actions to the target. The External Start override remains in place until the target stops charging for any reason, or until the External Start is ended via the Delete [vehicle](/api/reference#vehicleEndExternalStart) or [charger](/api/reference#chargerEndExternalStart) External Start APIs.", "properties": {"createdAt": {"type": "string", "format": "date-time", "description": "ISO8601 UTC timestamp at which the external start was created."}, "endedAt": {"type": ["string", "null"], "format": "date-time", "description": "ISO8601 UTC timestamp at which the external start was ended. If null, the External Start override is still active."}, "targetType": {"type": "string", "enum": ["vehicle", "charger"], "description": "The Vendor Type of the target entity this External Start is referencing."}, "targetId": {"allOf": [{"type": "string", "minLength": 1}, {"type": "string", "description": "ID of the asset (Vehicle or Charger) to which this External Start applies."}]}, "vendorActionId": {"type": "string", "description": "The ID of Vendor Action responsible for starting charging on the target. Use the [Vehicle Get Action](/api/reference#getVehiclesAction) or the [Charger Get Action](/api/reference#getChargersAction) endpoints to monitor action results."}}}
8a633727-9544-4879-a8c5-4b6df59e4c29/3ae8c43b-6113-4b7d-b47b-446dc28c11ca/0/0
Enode API
A single API for hundreds of green energy devices. Easily connect to and control your customers’ electric vehicles, thermostats, solar panels, batteries and more.
null
chargerEndExternalStart
Ends any active External Start for the charger specified by chargerId. If previously configured, Schedules or Smart Charging will resume control over the target charger. Note that this does not mean the charger will stop charging, only that it will return to the state expected by the active Schedule or Smart Charging Plan.
200
null
{"createdAt": "2020-04-07T17:04:26Z", "endedAt": "2020-04-07T17:04:26Z", "targetType": "vehicle", "targetId": {"0": "8", "1": "d", "2": "9", "3": "0", "4": "1", "5": "0", "6": "1", "7": "b", "8": "3", "9": "f", "10": "2", "11": "f"}, "vendorActionId": ""}
{"type": ["object", "null"], "description": "This field is only populated after calling the [vehicle](/api/reference#vehicleCreateExternalStart) or [charger](/api/reference#chargerCreateExternalStart) External Start APIs. While this parameter is populated, the parent charge controller will remain in an overridden state and will not attempt to send actions to the target. The External Start override remains in place until the target stops charging for any reason, or until the External Start is ended via the Delete [vehicle](/api/reference#vehicleEndExternalStart) or [charger](/api/reference#chargerEndExternalStart) External Start APIs.", "properties": {"createdAt": {"type": "string", "format": "date-time", "description": "ISO8601 UTC timestamp at which the external start was created."}, "endedAt": {"type": ["string", "null"], "format": "date-time", "description": "ISO8601 UTC timestamp at which the external start was ended. If null, the External Start override is still active."}, "targetType": {"type": "string", "enum": ["vehicle", "charger"], "description": "The Vendor Type of the target entity this External Start is referencing."}, "targetId": {"allOf": [{"type": "string", "minLength": 1}, {"type": "string", "description": "ID of the asset (Vehicle or Charger) to which this External Start applies."}]}, "vendorActionId": {"type": "string", "description": "The ID of Vendor Action responsible for starting charging on the target. Use the [Vehicle Get Action](/api/reference#getVehiclesAction) or the [Charger Get Action](/api/reference#getChargersAction) endpoints to monitor action results."}}}
8a633727-9544-4879-a8c5-4b6df59e4c29/3ae8c43b-6113-4b7d-b47b-446dc28c11ca/1/0
Enode API
A single API for hundreds of green energy devices. Easily connect to and control your customers’ electric vehicles, thermostats, solar panels, batteries and more.
null
chargerEndExternalStart
Ends any active External Start for the charger specified by chargerId. If previously configured, Schedules or Smart Charging will resume control over the target charger. Note that this does not mean the charger will stop charging, only that it will return to the state expected by the active Schedule or Smart Charging Plan.
404
null
{"type": "", "title": "", "detail": ""}
{"type": "object", "title": "Problem", "description": "Standard Problem Error", "properties": {"type": {"type": "string"}, "title": {"type": "string"}, "detail": {"type": "string"}}}
8a633727-9544-4879-a8c5-4b6df59e4c29/8c3e66f1-a425-42ee-b195-b469c9361846/0/0
Enode API
A single API for hundreds of green energy devices. Easily connect to and control your customers’ electric vehicles, thermostats, solar panels, batteries and more.
null
getCharger
200
null
{"id": "", "vendor": "EASEE", "lastSeen": "", "isReachable": true, "chargingLocationId": "8d90101b-3f2f-462a-bbb4-1ed320d33bbe", "chargeState": {"isPluggedIn": true, "isCharging": true, "chargeRate": 40.1, "lastUpdated": "2020-01-07T16:21:76Z", "maxCurrent": 20}, "information": {"id": "8d90101b-3f2f-462a-bbb4-1ed320d33bbe", "brand": "Easee", "model": "Home", "year": 2020}, "capabilities": {"information": {"isCapable": true, "interventionIds": ["0defa374-8a1a-4eb1-a85f-b7cb09501097"]}, "chargeState": {"isCapable": true, "interventionIds": ["0defa374-8a1a-4eb1-a85f-b7cb09501097"]}, "startCharging": {"isCapable": true, "interventionIds": ["0defa374-8a1a-4eb1-a85f-b7cb09501097"]}, "stopCharging": {"isCapable": true, "interventionIds": ["0defa374-8a1a-4eb1-a85f-b7cb09501097"]}, "setMaxCurrent": {"isCapable": true, "interventionIds": ["0defa374-8a1a-4eb1-a85f-b7cb09501097"]}}}
{"type": "object", "properties": {"id": {"type": "string", "description": "Charger ID"}, "vendor": {"type": "string", "title": "Charger Vendor", "description": "Charger Vendor", "enum": ["ZAPTEC", "EASEE", "WALLBOX", "EO", "CHARGEAMPS", "EVBOX"]}, "lastSeen": {"type": "string", "format": "date", "description": "The last time the charger was successfully communicated with"}, "isReachable": {"type": "boolean", "description": "Whether live data from the charger is currently fetchable from Enode's perspective. This 'reachability' may refer to reading from a cache operated by the charger's cloud service if that service has determined that its cache is valid."}, "chargingLocationId": {"type": ["string", "null"], "description": "ID of the charging location the charger is currently positioned at (if any).", "x-format": {"guid": true}}, "chargeState": {"type": "object", "properties": {"isPluggedIn": {"type": "boolean", "description": "Indicates whether the charger has a vehicle plugged into it (regardless of whether that vehicle is actually charging)"}, "isCharging": {"type": "boolean", "description": "Current charging status"}, "chargeRate": {"type": "number", "description": "The current charge rate in kW.\n\nThis property is only available when the charger is actively charging a vehicle, and is `null` any other time.", "minimum": 0}, "lastUpdated": {"type": "string", "format": "date", "description": "ISO8601 UTC timestamp of last received charge state update"}, "maxCurrent": {"type": "number", "description": "Desired max current in ampere, if set"}}}, "information": {"type": "object", "description": "Descriptive information about the Charger", "properties": {"id": {"type": "string", "description": "Charger ID"}, "brand": {"type": "string", "description": "Charger brand"}, "model": {"type": "string", "description": "Charger model"}, "year": {"type": "integer", "description": "Charger production year"}}}, "capabilities": {"type": "object", "description": "A collection of descriptors that describe the capabilities of this specific charger", "properties": {"information": {"allOf": [{"description": "Full availability of information data."}, {"type": "object", "properties": {"isCapable": {"type": "boolean", "description": "The entity is fully capable of providing this data or functionality. If false, support is partial or missing."}, "interventionIds": {"type": "array", "description": "IDs of interventions the user can make to alter the availability of this capability. See [the interventions reference](/docs/connections/interventions#available-interventions) for all possible values.", "items": {"type": "string"}, "maxItems": 2}}}]}, "chargeState": {"allOf": [{"description": "Full availability of chargeState data."}, {"type": "object", "properties": {"isCapable": {"type": "boolean", "description": "The entity is fully capable of providing this data or functionality. If false, support is partial or missing."}, "interventionIds": {"type": "array", "description": "IDs of interventions the user can make to alter the availability of this capability. See [the interventions reference](/docs/connections/interventions#available-interventions) for all possible values.", "items": {"type": "string"}, "maxItems": 2}}}]}, "startCharging": {"allOf": [{"description": "Supports START charging command."}, {"type": "object", "properties": {"isCapable": {"type": "boolean", "description": "The entity is fully capable of providing this data or functionality. If false, support is partial or missing."}, "interventionIds": {"type": "array", "description": "IDs of interventions the user can make to alter the availability of this capability. See [the interventions reference](/docs/connections/interventions#available-interventions) for all possible values.", "items": {"type": "string"}, "maxItems": 2}}}]}, "stopCharging": {"allOf": [{"description": "Supports STOP charging command."}, {"type": "object", "properties": {"isCapable": {"type": "boolean", "description": "The entity is fully capable of providing this data or functionality. If false, support is partial or missing."}, "interventionIds": {"type": "array", "description": "IDs of interventions the user can make to alter the availability of this capability. See [the interventions reference](/docs/connections/interventions#available-interventions) for all possible values.", "items": {"type": "string"}, "maxItems": 2}}}]}, "setMaxCurrent": {"allOf": [{"description": "Ability to set the max charge rate."}, {"type": "object", "properties": {"isCapable": {"type": "boolean", "description": "The entity is fully capable of providing this data or functionality. If false, support is partial or missing."}, "interventionIds": {"type": "array", "description": "IDs of interventions the user can make to alter the availability of this capability. See [the interventions reference](/docs/connections/interventions#available-interventions) for all possible values.", "items": {"type": "string"}, "maxItems": 2}}}]}}}}}
e92e661b-1b7b-4a1c-935e-2b8b801da8ad/75489982-089b-46fe-b7f9-310aec73c721/0/0
Daily Fuel Price India
Get daily Petrol, Diesel and LPG fuel prices for Indian cities, states
6.8
Fuel Price by City
Get current petrol and diesel prices for a city using query parameters.
200
Response
{"success": true, "payload": {"petrol": 109.64, "diesel": 99.34, "lpg": 1169.5, "state": "Andhra Pradesh", "city": "Hyderabad", "updatedAt": "06 May 2023 02:51 AM"}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "payload": {"type": "object", "properties": {"petrol": {"type": "number"}, "diesel": {"type": "number"}, "lpg": {"type": "number"}, "state": {"type": "string"}, "city": {"type": "string"}, "updatedAt": {"type": "string"}}, "required": ["city", "diesel", "lpg", "petrol", "state", "updatedAt"]}}, "required": ["payload", "success"]}
e92e661b-1b7b-4a1c-935e-2b8b801da8ad/ec79bc7f-eb4c-485f-99c6-d7566f37f68c/0/0
Daily Fuel Price India
Get daily Petrol, Diesel and LPG fuel prices for Indian cities, states
6.8
All Indian States
Returns list of all Indian States
200
Response
{"success": true, "payload": {"states": [{"name": "Andaman and Nicobar Islands"}, {"name": "Andhra Pradesh"}, {"name": "Arunachal Pradesh"}, {"name": "Assam"}, {"name": "Bihar"}, {"name": "Chandigarh"}, {"name": "Chhattisgarh"}, {"name": "Dadra and Nagar Haveli"}, {"name": "Delhi"}, {"name": "Goa"}, {"name": "Gujarat"}, {"name": "Haryana"}, {"name": "Himachal Pradesh"}, {"name": "Jammu and Kashmir"}, {"name": "Jharkhand"}, {"name": "Karnataka"}, {"name": "Kerala"}, {"name": "Madhya Pradesh"}, {"name": "Maharashtra"}, {"name": "Manipur"}, {"name": "Meghalaya"}, {"name": "Mizoram"}, {"name": "Nagaland"}, {"name": "Odisha"}, {"name": "Pondicherry"}, {"name": "Puducherry"}, {"name": "Punjab"}, {"name": "Rajasthan"}, {"name": "Sikkim"}, {"name": "Tamil Nadu"}, {"name": "Telangana"}, {"name": "Tripura"}, {"name": "Uttar Pradesh"}, {"name": "Uttarakhand"}, {"name": "West Bengal"}], "updatedAt": "06 May 2023 02:49 AM"}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "payload": {"type": "object", "properties": {"states": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}}, "required": ["name"]}}, "updatedAt": {"type": "string"}}, "required": ["states", "updatedAt"]}}, "required": ["payload", "success"]}
e92e661b-1b7b-4a1c-935e-2b8b801da8ad/a9658816-db40-47d5-b313-bce51ad9b3b9/0/0
Daily Fuel Price India
Get daily Petrol, Diesel and LPG fuel prices for Indian cities, states
6.8
All Indian Cities
Returns list of all Indian cities
200
Response
{"success": true, "payload": {"cities": [{"name": "Port Blair", "state": "Andaman and Nicobar Islands"}, {"name": "Anantapur", "state": "Andhra Pradesh"}, {"name": "Chittoor", "state": "Andhra Pradesh"}, {"name": "Eluru", "state": "Andhra Pradesh"}, {"name": "Guntur", "state": "Andhra Pradesh"}, {"name": "Hyderabad", "state": "Andhra Pradesh"}, {"name": "Kadapa", "state": "Andhra Pradesh"}, {"name": "Kakinada", "state": "Andhra Pradesh"}, {"name": "Kurnool", "state": "Andhra Pradesh"}, {"name": "Machilipatnam", "state": "Andhra Pradesh"}, {"name": "Nellore", "state": "Andhra Pradesh"}, {"name": "Ongole", "state": "Andhra Pradesh"}, {"name": "Srikakulam", "state": "Andhra Pradesh"}, {"name": "Vijayawada", "state": "Andhra Pradesh"}, {"name": "Vizag", "state": "Andhra Pradesh"}, {"name": "Vizianagaram", "state": "Andhra Pradesh"}, {"name": "Itanagar", "state": "Arunachal Pradesh"}, {"name": "Barpeta", "state": "Assam"}, {"name": "Dibrugarh", "state": "Assam"}, {"name": "Golaghat", "state": "Assam"}, {"name": "Guwahati", "state": "Assam"}, {"name": "Jorhat", "state": "Assam"}, {"name": "Nagaon", "state": "Assam"}, {"name": "Nalbari", "state": "Assam"}, {"name": "Sibsagar", "state": "Assam"}, {"name": "Silchar", "state": "Assam"}, {"name": "Tezpur", "state": "Assam"}, {"name": "Araria", "state": "Bihar"}, {"name": "Arrah", "state": "Bihar"}, {"name": "Aurangabad", "state": "Bihar"}, {"name": "Banka", "state": "Bihar"}, {"name": "Begusarai", "state": "Bihar"}, {"name": "Bettiah", "state": "Bihar"}, {"name": "Bhagalpur", "state": "Bihar"}, {"name": "Bihar Sharif", "state": "Bihar"}, {"name": "Buxar", "state": "Bihar"}, {"name": "Chapra", "state": "Bihar"}, {"name": "Darbhanga", "state": "Bihar"}, {"name": "Gaya", "state": "Bihar"}, {"name": "Hajipur", "state": "Bihar"}, {"name": "Jamui", "state": "Bihar"}, {"name": "Jehanabad", "state": "Bihar"}, {"name": "Katihar", "state": "Bihar"}, {"name": "Khagaria", "state": "Bihar"}, {"name": "Kishanganj", "state": "Bihar"}, {"name": "Lakhisarai", "state": "Bihar"}, {"name": "Madhepura", "state": "Bihar"}, {"name": "Madhubani", "state": "Bihar"}, {"name": "Motihari", "state": "Bihar"}, {"name": "Munger", "state": "Bihar"}, {"name": "Muzaffarpur", "state": "Bihar"}, {"name": "Nawada", "state": "Bihar"}, {"name": "Patna", "state": "Bihar"}, {"name": "Purnia", "state": "Bihar"}, {"name": "Samastipur", "state": "Bihar"}, {"name": "Sasaram", "state": "Bihar"}, {"name": "Sheikhpura", "state": "Bihar"}, {"name": "Sheohar", "state": "Bihar"}, {"name": "Sitamarhi", "state": "Bihar"}, {"name": "Siwan", "state": "Bihar"}, {"name": "Supaul", "state": "Bihar"}, {"name": "Chandigarh", "state": "Chandigarh"}, {"name": "Ambikapur", "state": "Chhattisgarh"}, {"name": "Bijapur", "state": "Chhattisgarh"}, {"name": "Bilaspur", "state": "Chhattisgarh"}, {"name": "Dantewada", "state": "Chhattisgarh"}, {"name": "Dhamtari", "state": "Chhattisgarh"}, {"name": "Durg", "state": "Chhattisgarh"}, {"name": "Jagdalpur", "state": "Chhattisgarh"}, {"name": "Janjgir", "state": "Chhattisgarh"}, {"name": "Jashpur", "state": "Chhattisgarh"}, {"name": "Kanker", "state": "Chhattisgarh"}, {"name": "Kawardha", "state": "Chhattisgarh"}, {"name": "Korba", "state": "Chhattisgarh"}, {"name": "Mahasamund", "state": "Chhattisgarh"}, {"name": "Narayanpur", "state": "Chhattisgarh"}, {"name": "Raigarh", "state": "Chhattisgarh"}, {"name": "Raipur", "state": "Chhattisgarh"}, {"name": "Rajnandgaon", "state": "Chhattisgarh"}, {"name": "Surajpur", "state": "Chhattisgarh"}, {"name": "Silvassa", "state": "Dadra and Nagar Haveli"}, {"name": "Delhi", "state": "Delhi"}, {"name": "Gurgaon", "state": "Delhi"}, {"name": "Kanjhawala", "state": "Delhi"}, {"name": "Preet Vihar", "state": "Delhi"}, {"name": "Rajouri Garden", "state": "Delhi"}, {"name": "Sadar Bazar", "state": "Delhi"}, {"name": "Saket", "state": "Delhi"}, {"name": "Shahdara", "state": "Delhi"}, {"name": "Vasant Vihar", "state": "Delhi"}, {"name": "Margao", "state": "Goa"}, {"name": "Panjim", "state": "Goa"}, {"name": "Ahmedabad", "state": "Gujarat"}, {"name": "Amreli", "state": "Gujarat"}, {"name": "Anand", "state": "Gujarat"}, {"name": "Bharuch", "state": "Gujarat"}, {"name": "Bhavnagar", "state": "Gujarat"}, {"name": "Bhuj", "state": "Gujarat"}, {"name": "Dahod", "state": "Gujarat"}, {"name": "Gandhinagar", "state": "Gujarat"}, {"name": "Godhra", "state": "Gujarat"}, {"name": "Himmatnagar", "state": "Gujarat"}, {"name": "Jamnagar", "state": "Gujarat"}, {"name": "Junagadh", "state": "Gujarat"}, {"name": "Kheda", "state": "Gujarat"}, {"name": "Mehsana", "state": "Gujarat"}, {"name": "Navsari", "state": "Gujarat"}, {"name": "Palanpur", "state": "Gujarat"}, {"name": "Patan", "state": "Gujarat"}, {"name": "Porbandar", "state": "Gujarat"}, {"name": "Rajkot", "state": "Gujarat"}, {"name": "Surat", "state": "Gujarat"}, {"name": "Surendranagar", "state": "Gujarat"}, {"name": "Vadodara", "state": "Gujarat"}, {"name": "Ambala", "state": "Haryana"}, {"name": "Bhiwani", "state": "Haryana"}, {"name": "Faridabad", "state": "Haryana"}, {"name": "Fatehabad", "state": "Haryana"}, {"name": "Hissar", "state": "Haryana"}, {"name": "Jhajjar", "state": "Haryana"}, {"name": "Jind", "state": "Haryana"}, {"name": "Kaithal", "state": "Haryana"}, {"name": "Karnal", "state": "Haryana"}, {"name": "Kurukshetra", "state": "Haryana"}, {"name": "Nuh", "state": "Haryana"}, {"name": "Palwal", "state": "Haryana"}, {"name": "Panchkula", "state": "Haryana"}, {"name": "Panipat", "state": "Haryana"}, {"name": "Rewari", "state": "Haryana"}, {"name": "Rohtak", "state": "Haryana"}, {"name": "Sirsa", "state": "Haryana"}, {"name": "Sonepat", "state": "Haryana"}, {"name": "Yamuna Nagar", "state": "Haryana"}, {"name": "Chamba", "state": "Himachal Pradesh"}, {"name": "Hamirpur", "state": "Himachal Pradesh"}, {"name": "Kullu", "state": "Himachal Pradesh"}, {"name": "Mandi", "state": "Himachal Pradesh"}, {"name": "Nahan", "state": "Himachal Pradesh"}, {"name": "Shimla", "state": "Himachal Pradesh"}, {"name": "Solan", "state": "Himachal Pradesh"}, {"name": "Una", "state": "Himachal Pradesh"}, {"name": "Anantnag", "state": "Jammu and Kashmir"}, {"name": "Badgam", "state": "Jammu and Kashmir"}, {"name": "Doda", "state": "Jammu and Kashmir"}, {"name": "Jammu", "state": "Jammu and Kashmir"}, {"name": "Kargil", "state": "Jammu and Kashmir"}, {"name": "Kathua", "state": "Jammu and Kashmir"}, {"name": "Kishtwar", "state": "Jammu and Kashmir"}, {"name": "Kupwara", "state": "Jammu and Kashmir"}, {"name": "Leh", "state": "Jammu and Kashmir"}, {"name": "Poonch", "state": "Jammu and Kashmir"}, {"name": "Rajauri", "state": "Jammu and Kashmir"}, {"name": "Samba", "state": "Jammu and Kashmir"}, {"name": "Shopian", "state": "Jammu and Kashmir"}, {"name": "Srinagar", "state": "Jammu and Kashmir"}, {"name": "Udhampur", "state": "Jammu and Kashmir"}, {"name": "Bokaro", "state": "Jharkhand"}, {"name": "Chaibasa", "state": "Jharkhand"}, {"name": "Daltonganj", "state": "Jharkhand"}, {"name": "Deoghar", "state": "Jharkhand"}, {"name": "Dhanbad", "state": "Jharkhand"}, {"name": "Dumka", "state": "Jharkhand"}, {"name": "Garhwa", "state": "Jharkhand"}, {"name": "Giridih", "state": "Jharkhand"}, {"name": "Godda", "state": "Jharkhand"}, {"name": "Gumla", "state": "Jharkhand"}, {"name": "Hazaribagh", "state": "Jharkhand"}, {"name": "Jamshedpur", "state": "Jharkhand"}, {"name": "Koderma", "state": "Jharkhand"}, {"name": "Lohardaga", "state": "Jharkhand"}, {"name": "Pakur", "state": "Jharkhand"}, {"name": "Ramgarh", "state": "Jharkhand"}, {"name": "Ranchi", "state": "Jharkhand"}, {"name": "Seraikela", "state": "Jharkhand"}, {"name": "Bagalkot", "state": "Karnataka"}, {"name": "Ballari", "state": "Karnataka"}, {"name": "Belgaum", "state": "Karnataka"}, {"name": "Bengaluru", "state": "Karnataka"}, {"name": "Bidar", "state": "Karnataka"}, {"name": "Chamarajanagar", "state": "Karnataka"}, {"name": "Chickmagaluru", "state": "Karnataka"}, {"name": "Chikkaballapura", "state": "Karnataka"}, {"name": "Chitradurga", "state": "Karnataka"}, {"name": "Davangere", "state": "Karnataka"}, {"name": "Dharwad", "state": "Karnataka"}, {"name": "Gadag", "state": "Karnataka"}, {"name": "Gulbarga", "state": "Karnataka"}, {"name": "Hassan", "state": "Karnataka"}, {"name": "Haveri", "state": "Karnataka"}, {"name": "Karwar", "state": "Karnataka"}, {"name": "Kolar", "state": "Karnataka"}, {"name": "Koppal", "state": "Karnataka"}, {"name": "Mandya", "state": "Karnataka"}, {"name": "Mangalore", "state": "Karnataka"}, {"name": "Mysore", "state": "Karnataka"}, {"name": "Raichur", "state": "Karnataka"}, {"name": "Ramanagara", "state": "Karnataka"}, {"name": "Shimoga", "state": "Karnataka"}, {"name": "Tumakuru", "state": "Karnataka"}, {"name": "Udupi", "state": "Karnataka"}, {"name": "Yadgir", "state": "Karnataka"}, {"name": "Alappuzha", "state": "Kerala"}, {"name": "Kakkanad", "state": "Kerala"}, {"name": "Kalpetta", "state": "Kerala"}, {"name": "Kannur", "state": "Kerala"}, {"name": "Kasaragod", "state": "Kerala"}, {"name": "Kollam", "state": "Kerala"}, {"name": "Kottayam", "state": "Kerala"}, {"name": "Kozhikode", "state": "Kerala"}, {"name": "Malappuram", "state": "Kerala"}, {"name": "Palakkad", "state": "Kerala"}, {"name": "Pandakkal", "state": "Kerala"}, {"name": "Pathanamthitta", "state": "Kerala"}, {"name": "Thrissur", "state": "Kerala"}, {"name": "Trivandrum", "state": "Kerala"}, {"name": "Alirajpur", "state": "Madhya Pradesh"}, {"name": "Ashoknagar", "state": "Madhya Pradesh"}, {"name": "Balaghat", "state": "Madhya Pradesh"}, {"name": "Barwani", "state": "Madhya Pradesh"}, {"name": "Betul", "state": "Madhya Pradesh"}, {"name": "Bhind", "state": "Madhya Pradesh"}, {"name": "Bhopal", "state": "Madhya Pradesh"}, {"name": "Burhanpur", "state": "Madhya Pradesh"}, {"name": "Chhatarpur", "state": "Madhya Pradesh"}, {"name": "Chhindwara", "state": "Madhya Pradesh"}, {"name": "Damoh", "state": "Madhya Pradesh"}, {"name": "Datia", "state": "Madhya Pradesh"}, {"name": "Dewas", "state": "Madhya Pradesh"}, {"name": "Dhar", "state": "Madhya Pradesh"}, {"name": "Dindori", "state": "Madhya Pradesh"}, {"name": "Guna", "state": "Madhya Pradesh"}, {"name": "Gwalior", "state": "Madhya Pradesh"}, {"name": "Harda", "state": "Madhya Pradesh"}, {"name": "Hoshangabad", "state": "Madhya Pradesh"}, {"name": "Indore", "state": "Madhya Pradesh"}, {"name": "Jabalpur", "state": "Madhya Pradesh"}, {"name": "Jhabua", "state": "Madhya Pradesh"}, {"name": "Katni", "state": "Madhya Pradesh"}, {"name": "Khandwa", "state": "Madhya Pradesh"}, {"name": "Khargone", "state": "Madhya Pradesh"}, {"name": "Mandla", "state": "Madhya Pradesh"}, {"name": "Mandsaur", "state": "Madhya Pradesh"}, {"name": "Morena", "state": "Madhya Pradesh"}, {"name": "Narsinghpur", "state": "Madhya Pradesh"}, {"name": "Neemuch", "state": "Madhya Pradesh"}, {"name": "Panna", "state": "Madhya Pradesh"}, {"name": "Raisen", "state": "Madhya Pradesh"}, {"name": "Rajgarh", "state": "Madhya Pradesh"}, {"name": "Ratlam", "state": "Madhya Pradesh"}, {"name": "Rewa", "state": "Madhya Pradesh"}, {"name": "Sagar", "state": "Madhya Pradesh"}, {"name": "Satna", "state": "Madhya Pradesh"}, {"name": "Sehore", "state": "Madhya Pradesh"}, {"name": "Seoni", "state": "Madhya Pradesh"}, {"name": "Shahdol", "state": "Madhya Pradesh"}, {"name": "Shajapur", "state": "Madhya Pradesh"}, {"name": "Sheopur", "state": "Madhya Pradesh"}, {"name": "Shivpuri", "state": "Madhya Pradesh"}, {"name": "Sidhi", "state": "Madhya Pradesh"}, {"name": "Singrauli", "state": "Madhya Pradesh"}, {"name": "Tikamgarh", "state": "Madhya Pradesh"}, {"name": "Ujjain", "state": "Madhya Pradesh"}, {"name": "Umaria", "state": "Madhya Pradesh"}, {"name": "Vidisha", "state": "Madhya Pradesh"}, {"name": "Ahmednagar", "state": "Maharashtra"}, {"name": "Akola", "state": "Maharashtra"}, {"name": "Alibag", "state": "Maharashtra"}, {"name": "Amravati", "state": "Maharashtra"}, {"name": "Aurangabad", "state": "Maharashtra"}, {"name": "Beed", "state": "Maharashtra"}, {"name": "Bhandara", "state": "Maharashtra"}, {"name": "Buldhana", "state": "Maharashtra"}, {"name": "Chandrapur", "state": "Maharashtra"}, {"name": "Dhule", "state": "Maharashtra"}, {"name": "Gadchiroli", "state": "Maharashtra"}, {"name": "Gondia", "state": "Maharashtra"}, {"name": "Hingoli", "state": "Maharashtra"}, {"name": "Jalgaon", "state": "Maharashtra"}, {"name": "Jalna", "state": "Maharashtra"}, {"name": "Kolhapur", "state": "Maharashtra"}, {"name": "Latur", "state": "Maharashtra"}, {"name": "Mumbai", "state": "Maharashtra"}, {"name": "Nagpur", "state": "Maharashtra"}, {"name": "Nanded", "state": "Maharashtra"}, {"name": "Nandurbar", "state": "Maharashtra"}, {"name": "Nashik", "state": "Maharashtra"}, {"name": "Navi Mumbai", "state": "Maharashtra"}, {"name": "Osmanabad", "state": "Maharashtra"}, {"name": "Parbhani", "state": "Maharashtra"}, {"name": "Pimpri", "state": "Maharashtra"}, {"name": "Pune", "state": "Maharashtra"}, {"name": "Ratnagiri", "state": "Maharashtra"}, {"name": "Sangli", "state": "Maharashtra"}, {"name": "Satara", "state": "Maharashtra"}, {"name": "Solapur", "state": "Maharashtra"}, {"name": "Thane", "state": "Maharashtra"}, {"name": "Wardha", "state": "Maharashtra"}, {"name": "Washim", "state": "Maharashtra"}, {"name": "Imphal", "state": "Manipur"}, {"name": "Jowai", "state": "Meghalaya"}, {"name": "Nongstoin", "state": "Meghalaya"}, {"name": "Shillong", "state": "Meghalaya"}, {"name": "Tura", "state": "Meghalaya"}, {"name": "Aizwal", "state": "Mizoram"}, {"name": "Dimapur", "state": "Nagaland"}, {"name": "Kohima", "state": "Nagaland"}, {"name": "Angul", "state": "Odisha"}, {"name": "Balangir", "state": "Odisha"}, {"name": "Balasore", "state": "Odisha"}, {"name": "Bargarh", "state": "Odisha"}, {"name": "Baripada", "state": "Odisha"}, {"name": "Bhadrak", "state": "Odisha"}, {"name": "Bhawanipatna", "state": "Odisha"}, {"name": "Bhubhaneswar", "state": "Odisha"}, {"name": "Cuttack", "state": "Odisha"}, {"name": "Dhenkanal", "state": "Odisha"}, {"name": "Gajapati", "state": "Odisha"}, {"name": "Jharsuguda", "state": "Odisha"}, {"name": "Kendujhar", "state": "Odisha"}, {"name": "Koraput", "state": "Odisha"}, {"name": "Malkangiri", "state": "Odisha"}, {"name": "Nayagarh", "state": "Odisha"}, {"name": "Phulbani", "state": "Odisha"}, {"name": "Puri", "state": "Odisha"}, {"name": "Rayagada", "state": "Odisha"}, {"name": "Sambalpur", "state": "Odisha"}, {"name": "Sundargarh", "state": "Odisha"}, {"name": "Pondicherry", "state": "Pondicherry"}, {"name": "Karaikal", "state": "Puducherry"}, {"name": "Yanam", "state": "Puducherry"}, {"name": "Amritsar", "state": "Punjab"}, {"name": "Barnala", "state": "Punjab"}, {"name": "Bathinda", "state": "Punjab"}, {"name": "Faridkot", "state": "Punjab"}, {"name": "Fazilka", "state": "Punjab"}, {"name": "Firozpur", "state": "Punjab"}, {"name": "Gurdaspur", "state": "Punjab"}, {"name": "Hoshiarpur", "state": "Punjab"}, {"name": "Jalandhar", "state": "Punjab"}, {"name": "Kapurthala", "state": "Punjab"}, {"name": "Ludhiana", "state": "Punjab"}, {"name": "Mansa", "state": "Punjab"}, {"name": "Moga", "state": "Punjab"}, {"name": "Mohali", "state": "Punjab"}, {"name": "Muktsar", "state": "Punjab"}, {"name": "Pathankot", "state": "Punjab"}, {"name": "Patiala", "state": "Punjab"}, {"name": "Sangrur", "state": "Punjab"}, {"name": "Shahid Bhagat Singh Nagar", "state": "Punjab"}, {"name": "Tarn Taran Sahib", "state": "Punjab"}, {"name": "Ajmer", "state": "Rajasthan"}, {"name": "Alwar", "state": "Rajasthan"}, {"name": "Banswara", "state": "Rajasthan"}, {"name": "Baran", "state": "Rajasthan"}, {"name": "Barmer", "state": "Rajasthan"}, {"name": "Bharatpur", "state": "Rajasthan"}, {"name": "Bhilwara", "state": "Rajasthan"}, {"name": "Bikaner", "state": "Rajasthan"}, {"name": "Bundi", "state": "Rajasthan"}, {"name": "Chittorgarh", "state": "Rajasthan"}, {"name": "Churu", "state": "Rajasthan"}, {"name": "Dausa", "state": "Rajasthan"}, {"name": "Dholpur", "state": "Rajasthan"}, {"name": "Dungarpur", "state": "Rajasthan"}, {"name": "Ganganagar", "state": "Rajasthan"}, {"name": "Hanumangarh", "state": "Rajasthan"}, {"name": "Jaipur", "state": "Rajasthan"}, {"name": "Jaisalmer", "state": "Rajasthan"}, {"name": "Jalore", "state": "Rajasthan"}, {"name": "Jhunjhunu", "state": "Rajasthan"}, {"name": "Jodhpur", "state": "Rajasthan"}, {"name": "Karauli", "state": "Rajasthan"}, {"name": "Kota", "state": "Rajasthan"}, {"name": "Nagaur", "state": "Rajasthan"}, {"name": "Pali", "state": "Rajasthan"}, {"name": "Sawai Madhopur", "state": "Rajasthan"}, {"name": "Sikar", "state": "Rajasthan"}, {"name": "Sirohi", "state": "Rajasthan"}, {"name": "Tonk", "state": "Rajasthan"}, {"name": "Udaipur", "state": "Rajasthan"}, {"name": "Gangtok", "state": "Sikkim"}, {"name": "Geyzing", "state": "Sikkim"}, {"name": "Namchi", "state": "Sikkim"}, {"name": "Ariyalur", "state": "Tamil Nadu"}, {"name": "Chennai", "state": "Tamil Nadu"}, {"name": "Coimbatore", "state": "Tamil Nadu"}, {"name": "Cuddalore", "state": "Tamil Nadu"}, {"name": "Dharmapuri", "state": "Tamil Nadu"}, {"name": "Dindigul", "state": "Tamil Nadu"}, {"name": "Erode", "state": "Tamil Nadu"}, {"name": "Kanchipuram", "state": "Tamil Nadu"}, {"name": "Karur", "state": "Tamil Nadu"}, {"name": "Madurai", "state": "Tamil Nadu"}, {"name": "Nagapattinam", "state": "Tamil Nadu"}, {"name": "Nagercoil", "state": "Tamil Nadu"}, {"name": "Namakkal", "state": "Tamil Nadu"}, {"name": "Ooty", "state": "Tamil Nadu"}, {"name": "Perambalur", "state": "Tamil Nadu"}, {"name": "Pudukkottai", "state": "Tamil Nadu"}, {"name": "Ramanathapuram", "state": "Tamil Nadu"}, {"name": "Salem", "state": "Tamil Nadu"}, {"name": "Sivaganga", "state": "Tamil Nadu"}, {"name": "Thanjavur", "state": "Tamil Nadu"}, {"name": "Theni", "state": "Tamil Nadu"}, {"name": "Thiruvallur", "state": "Tamil Nadu"}, {"name": "Thoothukudi", "state": "Tamil Nadu"}, {"name": "Tiruchirappalli", "state": "Tamil Nadu"}, {"name": "Tirunelveli", "state": "Tamil Nadu"}, {"name": "Tiruppur", "state": "Tamil Nadu"}, {"name": "Tiruvannamalai", "state": "Tamil Nadu"}, {"name": "Tiruvarur", "state": "Tamil Nadu"}, {"name": "Vellore", "state": "Tamil Nadu"}, {"name": "Viluppuram", "state": "Tamil Nadu"}, {"name": "Virudhunagar", "state": "Tamil Nadu"}, {"name": "Adilabad", "state": "Telangana"}, {"name": "Karimnagar", "state": "Telangana"}, {"name": "Khammam", "state": "Telangana"}, {"name": "Mahabubnagar", "state": "Telangana"}, {"name": "Nalgonda", "state": "Telangana"}, {"name": "Nizamabad", "state": "Telangana"}, {"name": "Sangareddy", "state": "Telangana"}, {"name": "Warangal", "state": "Telangana"}, {"name": "Agartala", "state": "Tripura"}, {"name": "Agra", "state": "Uttar Pradesh"}, {"name": "Akbarpur", "state": "Uttar Pradesh"}, {"name": "Aligarh", "state": "Uttar Pradesh"}, {"name": "Allahabad", "state": "Uttar Pradesh"}, {"name": "Auraiya", "state": "Uttar Pradesh"}, {"name": "Bagpat", "state": "Uttar Pradesh"}, {"name": "Bahraich", "state": "Uttar Pradesh"}, {"name": "Ballia", "state": "Uttar Pradesh"}, {"name": "Balrampur", "state": "Uttar Pradesh"}, {"name": "Banda", "state": "Uttar Pradesh"}, {"name": "Barabanki", "state": "Uttar Pradesh"}, {"name": "Bareilly", "state": "Uttar Pradesh"}, {"name": "Basti", "state": "Uttar Pradesh"}, {"name": "Bijnor", "state": "Uttar Pradesh"}, {"name": "Budaun", "state": "Uttar Pradesh"}, {"name": "Bulandshahr", "state": "Uttar Pradesh"}, {"name": "Chandauli", "state": "Uttar Pradesh"}, {"name": "Deoria", "state": "Uttar Pradesh"}, {"name": "Etah", "state": "Uttar Pradesh"}, {"name": "Etawah", "state": "Uttar Pradesh"}, {"name": "Faizabad", "state": "Uttar Pradesh"}, {"name": "Fatehpur", "state": "Uttar Pradesh"}, {"name": "Firozabad", "state": "Uttar Pradesh"}, {"name": "Gauriganj", "state": "Uttar Pradesh"}, {"name": "Ghaziabad", "state": "Uttar Pradesh"}, {"name": "Ghazipur", "state": "Uttar Pradesh"}, {"name": "Gonda", "state": "Uttar Pradesh"}, {"name": "Gorakhpur", "state": "Uttar Pradesh"}, {"name": "Greater Noida", "state": "Uttar Pradesh"}, {"name": "Hardoi", "state": "Uttar Pradesh"}, {"name": "Jaunpur", "state": "Uttar Pradesh"}, {"name": "Jhansi", "state": "Uttar Pradesh"}, {"name": "Jyotiba Phule Nagar", "state": "Uttar Pradesh"}, {"name": "Kannauj", "state": "Uttar Pradesh"}, {"name": "Kanpur", "state": "Uttar Pradesh"}, {"name": "Kasganj", "state": "Uttar Pradesh"}, {"name": "Kaushambi", "state": "Uttar Pradesh"}, {"name": "Kushinagar", "state": "Uttar Pradesh"}, {"name": "Lakhimpur Kheri", "state": "Uttar Pradesh"}, {"name": "Lalitpur", "state": "Uttar Pradesh"}, {"name": "Lucknow", "state": "Uttar Pradesh"}, {"name": "Mahamaya Nagar", "state": "Uttar Pradesh"}, {"name": "Maharajganj", "state": "Uttar Pradesh"}, {"name": "Mahoba", "state": "Uttar Pradesh"}, {"name": "Mainpuri", "state": "Uttar Pradesh"}, {"name": "Mathura", "state": "Uttar Pradesh"}, {"name": "Mau", "state": "Uttar Pradesh"}, {"name": "Meerut", "state": "Uttar Pradesh"}, {"name": "Mirzapur", "state": "Uttar Pradesh"}, {"name": "Moradabad", "state": "Uttar Pradesh"}, {"name": "Muzaffarnagar", "state": "Uttar Pradesh"}, {"name": "Noida", "state": "Uttar Pradesh"}, {"name": "Orai", "state": "Uttar Pradesh"}, {"name": "Pilibhit", "state": "Uttar Pradesh"}, {"name": "Pratapgarh", "state": "Uttar Pradesh"}, {"name": "Raebareli", "state": "Uttar Pradesh"}, {"name": "Rampur", "state": "Uttar Pradesh"}, {"name": "Robertsganj", "state": "Uttar Pradesh"}, {"name": "Saharanpur", "state": "Uttar Pradesh"}, {"name": "Sant Kabir Nagar", "state": "Uttar Pradesh"}, {"name": "Shahjahanpur", "state": "Uttar Pradesh"}, {"name": "Sitapur", "state": "Uttar Pradesh"}, {"name": "Sultanpur", "state": "Uttar Pradesh"}, {"name": "Unnao", "state": "Uttar Pradesh"}, {"name": "Varanasi", "state": "Uttar Pradesh"}, {"name": "Almora", "state": "Uttarakhand"}, {"name": "Dehradun", "state": "Uttarakhand"}, {"name": "Haridwar", "state": "Uttarakhand"}, {"name": "Nainital", "state": "Uttarakhand"}, {"name": "New Tehri", "state": "Uttarakhand"}, {"name": "Pithoragarh", "state": "Uttarakhand"}, {"name": "Rudrapur", "state": "Uttarakhand"}, {"name": "Alipore", "state": "West Bengal"}, {"name": "Baharampur", "state": "West Bengal"}, {"name": "Bankura", "state": "West Bengal"}, {"name": "Barasat", "state": "West Bengal"}, {"name": "Bardhaman", "state": "West Bengal"}, {"name": "Cooch Behar", "state": "West Bengal"}, {"name": "Hooghly", "state": "West Bengal"}, {"name": "Howrah", "state": "West Bengal"}, {"name": "Kolkata", "state": "West Bengal"}, {"name": "Krishnanagar", "state": "West Bengal"}, {"name": "Medinipur", "state": "West Bengal"}, {"name": "Purulia", "state": "West Bengal"}, {"name": "Raiganj", "state": "West Bengal"}, {"name": "Suri", "state": "West Bengal"}, {"name": "Tamluk", "state": "West Bengal"}], "updatedAt": "06 May 2023 02:49 AM"}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "payload": {"type": "object", "properties": {"cities": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "state": {"type": "string"}}, "required": ["name", "state"]}}, "updatedAt": {"type": "string"}}, "required": ["cities", "updatedAt"]}}, "required": ["payload", "success"]}
e92e661b-1b7b-4a1c-935e-2b8b801da8ad/c51b196e-63da-4807-ad5f-15b366a85d99/0/0
Daily Fuel Price India
Get daily Petrol, Diesel and LPG fuel prices for Indian cities, states
6.8
Fuel Price by State
Get current petrol and diesel prices for a state using query parameters.
200
Response
{"success": true, "payload": {"petrol": 111.58, "diesel": 99.34, "lpg": 1169.5, "state": "Andhra Pradesh", "updatedAt": "06 May 2023 02:50 AM"}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "payload": {"type": "object", "properties": {"petrol": {"type": "number"}, "diesel": {"type": "number"}, "lpg": {"type": "number"}, "state": {"type": "string"}, "updatedAt": {"type": "string"}}, "required": ["diesel", "lpg", "petrol", "state", "updatedAt"]}}, "required": ["payload", "success"]}
e92e661b-1b7b-4a1c-935e-2b8b801da8ad/ad0269f6-c32d-4bcd-a28c-e332a12688ee/0/0
Daily Fuel Price India
Get daily Petrol, Diesel and LPG fuel prices for Indian cities, states
6.8
All Cities by State
Get list of cities for a state using query parameters.
200
Response
{"success": true, "payload": {"cities": [{"name": "Anantapur", "state": "Andhra Pradesh"}, {"name": "Anantapur", "state": "Andhra Pradesh"}, {"name": "Anantapur", "state": "Andhra Pradesh"}, {"name": "Chittoor", "state": "Andhra Pradesh"}, {"name": "Chittoor", "state": "Andhra Pradesh"}, {"name": "Chittoor", "state": "Andhra Pradesh"}, {"name": "Chittoor", "state": "Andhra Pradesh"}, {"name": "Eluru", "state": "Andhra Pradesh"}, {"name": "Eluru", "state": "Andhra Pradesh"}, {"name": "Eluru", "state": "Andhra Pradesh"}, {"name": "Guntur", "state": "Andhra Pradesh"}, {"name": "Guntur", "state": "Andhra Pradesh"}, {"name": "Guntur", "state": "Andhra Pradesh"}, {"name": "Hyderabad", "state": "Andhra Pradesh"}, {"name": "Hyderabad", "state": "Andhra Pradesh"}, {"name": "Hyderabad", "state": "Andhra Pradesh"}, {"name": "Hyderabad", "state": "Andhra Pradesh"}, {"name": "Hyderabad", "state": "Andhra Pradesh"}, {"name": "Kadapa", "state": "Andhra Pradesh"}, {"name": "Kadapa", "state": "Andhra Pradesh"}, {"name": "Kakinada", "state": "Andhra Pradesh"}, {"name": "Kakinada", "state": "Andhra Pradesh"}, {"name": "Kakinada", "state": "Andhra Pradesh"}, {"name": "Kurnool", "state": "Andhra Pradesh"}, {"name": "Kurnool", "state": "Andhra Pradesh"}, {"name": "Kurnool", "state": "Andhra Pradesh"}, {"name": "Machilipatnam", "state": "Andhra Pradesh"}, {"name": "Machilipatnam", "state": "Andhra Pradesh"}, {"name": "Machilipatnam", "state": "Andhra Pradesh"}, {"name": "Nellore", "state": "Andhra Pradesh"}, {"name": "Nellore", "state": "Andhra Pradesh"}, {"name": "Nellore", "state": "Andhra Pradesh"}, {"name": "Ongole", "state": "Andhra Pradesh"}, {"name": "Ongole", "state": "Andhra Pradesh"}, {"name": "Ongole", "state": "Andhra Pradesh"}, {"name": "Srikakulam", "state": "Andhra Pradesh"}, {"name": "Srikakulam", "state": "Andhra Pradesh"}, {"name": "Srikakulam", "state": "Andhra Pradesh"}, {"name": "Vijayawada", "state": "Andhra Pradesh"}, {"name": "Vijayawada", "state": "Andhra Pradesh"}, {"name": "Vizag", "state": "Andhra Pradesh"}, {"name": "Vizag", "state": "Andhra Pradesh"}, {"name": "Vizag", "state": "Andhra Pradesh"}, {"name": "Vizag", "state": "Andhra Pradesh"}, {"name": "Vizianagaram", "state": "Andhra Pradesh"}, {"name": "Vizianagaram", "state": "Andhra Pradesh"}, {"name": "Vizianagaram", "state": "Andhra Pradesh"}, {"name": "Vizianagaram", "state": "Andhra Pradesh"}], "updatedAt": "06 May 2023 02:50 AM"}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"success": {"type": "boolean"}, "payload": {"type": "object", "properties": {"cities": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "state": {"type": "string"}}, "required": ["name", "state"]}}, "updatedAt": {"type": "string"}}, "required": ["cities", "updatedAt"]}}, "required": ["payload", "success"]}
02a999d8-0022-4479-8266-261f11b78873/b4b41831-0611-42f7-aa33-8eee11b14560/0/0
OPENTPL
Unofficial KasaSmart Plug & Switch API
7.2
/dev/tplapi
Example requests
200
0
{"error": "AccountNotFound"}
{"properties": {"data": {"properties": {"example_alphanumeric_plug_uuid": {"properties": {"online": {"type": "integer"}, "plug_name": {"type": "string"}, "url": {"type": "string"}}, "type": "object"}}, "type": "object"}, "error": {"type": "boolean"}, "message": {"properties": {"account": {"type": "string"}, "master_account": {"type": "string"}, "status": {"type": "string"}}, "type": "object"}, "power": {"type": "number"}, "status": {"type": "string"}}, "type": "object"}
02a999d8-0022-4479-8266-261f11b78873/b4b41831-0611-42f7-aa33-8eee11b14560/0/1
OPENTPL
Unofficial KasaSmart Plug & Switch API
7.2
/dev/tplapi
Example requests
200
1
{"error": "InvalidCredentials"}
{"properties": {"data": {"properties": {"example_alphanumeric_plug_uuid": {"properties": {"online": {"type": "integer"}, "plug_name": {"type": "string"}, "url": {"type": "string"}}, "type": "object"}}, "type": "object"}, "error": {"type": "boolean"}, "message": {"properties": {"account": {"type": "string"}, "master_account": {"type": "string"}, "status": {"type": "string"}}, "type": "object"}, "power": {"type": "number"}, "status": {"type": "string"}}, "type": "object"}
02a999d8-0022-4479-8266-261f11b78873/b4b41831-0611-42f7-aa33-8eee11b14560/0/2
OPENTPL
Unofficial KasaSmart Plug & Switch API
7.2
/dev/tplapi
Example requests
200
2
{"data": {"example_alphanumeric_plug_uuid": "user_selected_name"}, "error": false}
{"properties": {"data": {"properties": {"example_alphanumeric_plug_uuid": {"properties": {"online": {"type": "integer"}, "plug_name": {"type": "string"}, "url": {"type": "string"}}, "type": "object"}}, "type": "object"}, "error": {"type": "boolean"}, "message": {"properties": {"account": {"type": "string"}, "master_account": {"type": "string"}, "status": {"type": "string"}}, "type": "object"}, "power": {"type": "number"}, "status": {"type": "string"}}, "type": "object"}
02a999d8-0022-4479-8266-261f11b78873/b4b41831-0611-42f7-aa33-8eee11b14560/0/3
OPENTPL
Unofficial KasaSmart Plug & Switch API
7.2
/dev/tplapi
Example requests
200
3
{"error": "UserDoesNotExist"}
{"properties": {"data": {"properties": {"example_alphanumeric_plug_uuid": {"properties": {"online": {"type": "integer"}, "plug_name": {"type": "string"}, "url": {"type": "string"}}, "type": "object"}}, "type": "object"}, "error": {"type": "boolean"}, "message": {"properties": {"account": {"type": "string"}, "master_account": {"type": "string"}, "status": {"type": "string"}}, "type": "object"}, "power": {"type": "number"}, "status": {"type": "string"}}, "type": "object"}
02a999d8-0022-4479-8266-261f11b78873/b4b41831-0611-42f7-aa33-8eee11b14560/0/4
OPENTPL
Unofficial KasaSmart Plug & Switch API
7.2
/dev/tplapi
Example requests
200
4
{"error": false, "status": "online"}
{"properties": {"data": {"properties": {"example_alphanumeric_plug_uuid": {"properties": {"online": {"type": "integer"}, "plug_name": {"type": "string"}, "url": {"type": "string"}}, "type": "object"}}, "type": "object"}, "error": {"type": "boolean"}, "message": {"properties": {"account": {"type": "string"}, "master_account": {"type": "string"}, "status": {"type": "string"}}, "type": "object"}, "power": {"type": "number"}, "status": {"type": "string"}}, "type": "object"}
02a999d8-0022-4479-8266-261f11b78873/b4b41831-0611-42f7-aa33-8eee11b14560/0/5
OPENTPL
Unofficial KasaSmart Plug & Switch API
7.2
/dev/tplapi
Example requests
200
5
{"error": false, "power": 99.999999}
{"properties": {"data": {"properties": {"example_alphanumeric_plug_uuid": {"properties": {"online": {"type": "integer"}, "plug_name": {"type": "string"}, "url": {"type": "string"}}, "type": "object"}}, "type": "object"}, "error": {"type": "boolean"}, "message": {"properties": {"account": {"type": "string"}, "master_account": {"type": "string"}, "status": {"type": "string"}}, "type": "object"}, "power": {"type": "number"}, "status": {"type": "string"}}, "type": "object"}
02a999d8-0022-4479-8266-261f11b78873/b4b41831-0611-42f7-aa33-8eee11b14560/0/6
OPENTPL
Unofficial KasaSmart Plug & Switch API
7.2
/dev/tplapi
Example requests
200
6
{"error": false, "status": "ON"}
{"properties": {"data": {"properties": {"example_alphanumeric_plug_uuid": {"properties": {"online": {"type": "integer"}, "plug_name": {"type": "string"}, "url": {"type": "string"}}, "type": "object"}}, "type": "object"}, "error": {"type": "boolean"}, "message": {"properties": {"account": {"type": "string"}, "master_account": {"type": "string"}, "status": {"type": "string"}}, "type": "object"}, "power": {"type": "number"}, "status": {"type": "string"}}, "type": "object"}
02a999d8-0022-4479-8266-261f11b78873/b4b41831-0611-42f7-aa33-8eee11b14560/0/7
OPENTPL
Unofficial KasaSmart Plug & Switch API
7.2
/dev/tplapi
Example requests
200
7
{"error": false, "status": "OFF"}
{"properties": {"data": {"properties": {"example_alphanumeric_plug_uuid": {"properties": {"online": {"type": "integer"}, "plug_name": {"type": "string"}, "url": {"type": "string"}}, "type": "object"}}, "type": "object"}, "error": {"type": "boolean"}, "message": {"properties": {"account": {"type": "string"}, "master_account": {"type": "string"}, "status": {"type": "string"}}, "type": "object"}, "power": {"type": "number"}, "status": {"type": "string"}}, "type": "object"}
02a999d8-0022-4479-8266-261f11b78873/b4b41831-0611-42f7-aa33-8eee11b14560/0/8
OPENTPL
Unofficial KasaSmart Plug & Switch API
7.2
/dev/tplapi
Example requests
200
8
{"error": "AccountNotFound"}
{"properties": {"data": {"properties": {"example_alphanumeric_plug_uuid": {"properties": {"online": {"type": "integer"}, "plug_name": {"type": "string"}, "url": {"type": "string"}}, "type": "object"}}, "type": "object"}, "error": {"type": "boolean"}, "message": {"properties": {"account": {"type": "string"}, "master_account": {"type": "string"}, "status": {"type": "string"}}, "type": "object"}, "power": {"type": "number"}, "status": {"type": "string"}}, "type": "object"}
02a999d8-0022-4479-8266-261f11b78873/b4b41831-0611-42f7-aa33-8eee11b14560/0/9
OPENTPL
Unofficial KasaSmart Plug & Switch API
7.2
/dev/tplapi
Example requests
200
9
{"error": "BadRequest"}
{"properties": {"data": {"properties": {"example_alphanumeric_plug_uuid": {"properties": {"online": {"type": "integer"}, "plug_name": {"type": "string"}, "url": {"type": "string"}}, "type": "object"}}, "type": "object"}, "error": {"type": "boolean"}, "message": {"properties": {"account": {"type": "string"}, "master_account": {"type": "string"}, "status": {"type": "string"}}, "type": "object"}, "power": {"type": "number"}, "status": {"type": "string"}}, "type": "object"}
02a999d8-0022-4479-8266-261f11b78873/b4b41831-0611-42f7-aa33-8eee11b14560/0/10
OPENTPL
Unofficial KasaSmart Plug & Switch API
7.2
/dev/tplapi
Example requests
200
10
{"error": "DeviceNotFound"}
{"properties": {"data": {"properties": {"example_alphanumeric_plug_uuid": {"properties": {"online": {"type": "integer"}, "plug_name": {"type": "string"}, "url": {"type": "string"}}, "type": "object"}}, "type": "object"}, "error": {"type": "boolean"}, "message": {"properties": {"account": {"type": "string"}, "master_account": {"type": "string"}, "status": {"type": "string"}}, "type": "object"}, "power": {"type": "number"}, "status": {"type": "string"}}, "type": "object"}
02a999d8-0022-4479-8266-261f11b78873/b4b41831-0611-42f7-aa33-8eee11b14560/0/11
OPENTPL
Unofficial KasaSmart Plug & Switch API
7.2
/dev/tplapi
Example requests
200
11
{"error": false, "message": {"account": "api_mock_username", "master_account": "your_rapidAPI_username", "status": "account_deleted"}}
{"properties": {"data": {"properties": {"example_alphanumeric_plug_uuid": {"properties": {"online": {"type": "integer"}, "plug_name": {"type": "string"}, "url": {"type": "string"}}, "type": "object"}}, "type": "object"}, "error": {"type": "boolean"}, "message": {"properties": {"account": {"type": "string"}, "master_account": {"type": "string"}, "status": {"type": "string"}}, "type": "object"}, "power": {"type": "number"}, "status": {"type": "string"}}, "type": "object"}
02a999d8-0022-4479-8266-261f11b78873/b4b41831-0611-42f7-aa33-8eee11b14560/0/12
OPENTPL
Unofficial KasaSmart Plug & Switch API
7.2
/dev/tplapi
Example requests
200
12
{"error": "UserDoesNotExist"}
{"properties": {"data": {"properties": {"example_alphanumeric_plug_uuid": {"properties": {"online": {"type": "integer"}, "plug_name": {"type": "string"}, "url": {"type": "string"}}, "type": "object"}}, "type": "object"}, "error": {"type": "boolean"}, "message": {"properties": {"account": {"type": "string"}, "master_account": {"type": "string"}, "status": {"type": "string"}}, "type": "object"}, "power": {"type": "number"}, "status": {"type": "string"}}, "type": "object"}
02a999d8-0022-4479-8266-261f11b78873/b4b41831-0611-42f7-aa33-8eee11b14560/0/13
OPENTPL
Unofficial KasaSmart Plug & Switch API
7.2
/dev/tplapi
Example requests
200
13
{"error": false, "message": {"account": "api_mock_username", "master_account": "your_rapidAPI_username", "status": "account_created"}}
{"properties": {"data": {"properties": {"example_alphanumeric_plug_uuid": {"properties": {"online": {"type": "integer"}, "plug_name": {"type": "string"}, "url": {"type": "string"}}, "type": "object"}}, "type": "object"}, "error": {"type": "boolean"}, "message": {"properties": {"account": {"type": "string"}, "master_account": {"type": "string"}, "status": {"type": "string"}}, "type": "object"}, "power": {"type": "number"}, "status": {"type": "string"}}, "type": "object"}
3c834f7a-705e-46f7-862d-6b1abae0e169/40441631-610a-4de7-b53b-8954a2954aff/0/0
ecoweather
Economically relevant meteorological data like heat degree days, average temperature.
8.8
Schneetage
Beantwortet die Frage, wie viel Schnee und an wie viel Tagen innerhalb eines Zeitraums vorhanden gewesen ist. Wird verwendet zum Beispiel bei der Einsatzplanung im Winterdienst und Hausmeisterservice sowie im Tourismus.
200
Response
{"input": {"geo": {"lat": "49.34", "lon": "8.79"}, "timeframe": {"from": "2021-01-01", "to": "2021-09-21"}}, "aggregations": {"precipitationdays": 165, "precipitation": 615.7800000000003}, "result": [{"timestamp": 1609459200000, "date": "2021-01-01", "precipitation": 0.02}, {"timestamp": 1609545600000, "date": "2021-01-02", "precipitation": 0}, {"timestamp": 1609632000000, "date": "2021-01-03", "precipitation": 4.02}, {"timestamp": 1609718400000, "date": "2021-01-04", "precipitation": 0.01}, {"timestamp": 1609804800000, "date": "2021-01-05", "precipitation": 0.05}, {"timestamp": 1609891200000, "date": "2021-01-06", "precipitation": 1.1}, {"timestamp": 1609977600000, "date": "2021-01-07", "precipitation": 0.38}, {"timestamp": 1610064000000, "date": "2021-01-08", "precipitation": 2.58}, {"timestamp": 1610150400000, "date": "2021-01-09", "precipitation": 0}, {"timestamp": 1610236800000, "date": "2021-01-10", "precipitation": 0}, {"timestamp": 1610323200000, "date": "2021-01-11", "precipitation": 0}, {"timestamp": 1610409600000, "date": "2021-01-12", "precipitation": 11.76}, {"timestamp": 1610496000000, "date": "2021-01-13", "precipitation": 0.03}, {"timestamp": 1610582400000, "date": "2021-01-14", "precipitation": 0.05}, {"timestamp": 1610668800000, "date": "2021-01-15", "precipitation": 0}, {"timestamp": 1610755200000, "date": "2021-01-16", "precipitation": 0.11}, {"timestamp": 1610841600000, "date": "2021-01-17", "precipitation": 2.87}, {"timestamp": 1610928000000, "date": "2021-01-18", "precipitation": 1.31}, {"timestamp": 1611014400000, "date": "2021-01-19", "precipitation": 2.89}, {"timestamp": 1611100800000, "date": "2021-01-20", "precipitation": 0}, {"timestamp": 1611187200000, "date": "2021-01-21", "precipitation": 4.7}, {"timestamp": 1611273600000, "date": "2021-01-22", "precipitation": 9.07}, {"timestamp": 1611360000000, "date": "2021-01-23", "precipitation": 4.8}, {"timestamp": 1611446400000, "date": "2021-01-24", "precipitation": 2.19}, {"timestamp": 1611532800000, "date": "2021-01-25", "precipitation": 3.59}, {"timestamp": 1611619200000, "date": "2021-01-26", "precipitation": 0.76}, {"timestamp": 1611705600000, "date": "2021-01-27", "precipitation": 2.71}, {"timestamp": 1611792000000, "date": "2021-01-28", "precipitation": 14.21}, {"timestamp": 1611878400000, "date": "2021-01-29", "precipitation": 8.7}, {"timestamp": 1611964800000, "date": "2021-01-30", "precipitation": 5.64}, {"timestamp": 1612051200000, "date": "2021-01-31", "precipitation": 0.37}, {"timestamp": 1612137600000, "date": "2021-02-01", "precipitation": 7.57}, {"timestamp": 1612224000000, "date": "2021-02-02", "precipitation": 9.72}, {"timestamp": 1612310400000, "date": "2021-02-03", "precipitation": 13.38}, {"timestamp": 1612396800000, "date": "2021-02-04", "precipitation": 0.27}, {"timestamp": 1612483200000, "date": "2021-02-05", "precipitation": 4.55}, {"timestamp": 1612569600000, "date": "2021-02-06", "precipitation": 3.37}, {"timestamp": 1612656000000, "date": "2021-02-07", "precipitation": 5.45}, {"timestamp": 1612742400000, "date": "2021-02-08", "precipitation": 2.57}, {"timestamp": 1612828800000, "date": "2021-02-09", "precipitation": 0.02}, {"timestamp": 1612915200000, "date": "2021-02-10", "precipitation": 1.95}, {"timestamp": 1613001600000, "date": "2021-02-11", "precipitation": 0}, {"timestamp": 1613088000000, "date": "2021-02-12", "precipitation": 0}, {"timestamp": 1613174400000, "date": "2021-02-13", "precipitation": 0}, {"timestamp": 1613260800000, "date": "2021-02-14", "precipitation": 0}, {"timestamp": 1613347200000, "date": "2021-02-15", "precipitation": 0.85}, {"timestamp": 1613433600000, "date": "2021-02-16", "precipitation": 0.1}, {"timestamp": 1613520000000, "date": "2021-02-17", "precipitation": 1.78}, {"timestamp": 1613606400000, "date": "2021-02-18", "precipitation": 0.58}, {"timestamp": 1613692800000, "date": "2021-02-19", "precipitation": 0.72}, {"timestamp": 1613779200000, "date": "2021-02-20", "precipitation": 0}, {"timestamp": 1613865600000, "date": "2021-02-21", "precipitation": 0}, {"timestamp": 1613952000000, "date": "2021-02-22", "precipitation": 0}, {"timestamp": 1614038400000, "date": "2021-02-23", "precipitation": 0}, {"timestamp": 1614124800000, "date": "2021-02-24", "precipitation": 0}, {"timestamp": 1614211200000, "date": "2021-02-25", "precipitation": 0}, {"timestamp": 1614297600000, "date": "2021-02-26", "precipitation": 0.06}, {"timestamp": 1614384000000, "date": "2021-02-27", "precipitation": 0}, {"timestamp": 1614470400000, "date": "2021-02-28", "precipitation": 0}, {"timestamp": 1614556800000, "date": "2021-03-01", "precipitation": 0}, {"timestamp": 1614643200000, "date": "2021-03-02", "precipitation": 0}, {"timestamp": 1614729600000, "date": "2021-03-03", "precipitation": 0}, {"timestamp": 1614816000000, "date": "2021-03-04", "precipitation": 4.94}, {"timestamp": 1614902400000, "date": "2021-03-05", "precipitation": 1.21}, {"timestamp": 1614988800000, "date": "2021-03-06", "precipitation": 0}, {"timestamp": 1615075200000, "date": "2021-03-07", "precipitation": 0}, {"timestamp": 1615161600000, "date": "2021-03-08", "precipitation": 0}, {"timestamp": 1615248000000, "date": "2021-03-09", "precipitation": 0.19}, {"timestamp": 1615334400000, "date": "2021-03-10", "precipitation": 1.44}, {"timestamp": 1615420800000, "date": "2021-03-11", "precipitation": 5.22}, {"timestamp": 1615507200000, "date": "2021-03-12", "precipitation": 4.4}, {"timestamp": 1615593600000, "date": "2021-03-13", "precipitation": 5.75}, {"timestamp": 1615680000000, "date": "2021-03-14", "precipitation": 3.78}, {"timestamp": 1615766400000, "date": "2021-03-15", "precipitation": 7.23}, {"timestamp": 1615852800000, "date": "2021-03-16", "precipitation": 0.92}, {"timestamp": 1615939200000, "date": "2021-03-17", "precipitation": 3.77}, {"timestamp": 1616025600000, "date": "2021-03-18", "precipitation": 0.1}, {"timestamp": 1616112000000, "date": "2021-03-19", "precipitation": 1.42}, {"timestamp": 1616198400000, "date": "2021-03-20", "precipitation": 0}, {"timestamp": 1616284800000, "date": "2021-03-21", "precipitation": 0.03}, {"timestamp": 1616371200000, "date": "2021-03-22", "precipitation": 0.02}, {"timestamp": 1616457600000, "date": "2021-03-23", "precipitation": 0}, {"timestamp": 1616544000000, "date": "2021-03-24", "precipitation": 0}, {"timestamp": 1616630400000, "date": "2021-03-25", "precipitation": 0}, {"timestamp": 1616716800000, "date": "2021-03-26", "precipitation": 0}, {"timestamp": 1616803200000, "date": "2021-03-27", "precipitation": 1.72}, {"timestamp": 1616889600000, "date": "2021-03-28", "precipitation": 0}, {"timestamp": 1616976000000, "date": "2021-03-29", "precipitation": 0}, {"timestamp": 1617062400000, "date": "2021-03-30", "precipitation": 0}, {"timestamp": 1617148800000, "date": "2021-03-31", "precipitation": 0}, {"timestamp": 1617235200000, "date": "2021-04-01", "precipitation": 0}, {"timestamp": 1617321600000, "date": "2021-04-02", "precipitation": 0}, {"timestamp": 1617408000000, "date": "2021-04-03", "precipitation": 0}, {"timestamp": 1617494400000, "date": "2021-04-04", "precipitation": 0}, {"timestamp": 1617580800000, "date": "2021-04-05", "precipitation": 3.69}, {"timestamp": 1617667200000, "date": "2021-04-06", "precipitation": 2.5}, {"timestamp": 1617753600000, "date": "2021-04-07", "precipitation": 2.8}, {"timestamp": 1617840000000, "date": "2021-04-08", "precipitation": 0}, {"timestamp": 1617926400000, "date": "2021-04-09", "precipitation": 0}, {"timestamp": 1618012800000, "date": "2021-04-10", "precipitation": 0.27}, {"timestamp": 1618099200000, "date": "2021-04-11", "precipitation": 3.86}, {"timestamp": 1618185600000, "date": "2021-04-12", "precipitation": 1.18}, {"timestamp": 1618272000000, "date": "2021-04-13", "precipitation": 0}, {"timestamp": 1618358400000, "date": "2021-04-14", "precipitation": 0.39}, {"timestamp": 1618444800000, "date": "2021-04-15", "precipitation": 0.04}, {"timestamp": 1618531200000, "date": "2021-04-16", "precipitation": 0}, {"timestamp": 1618617600000, "date": "2021-04-17", "precipitation": 0.15}, {"timestamp": 1618704000000, "date": "2021-04-18", "precipitation": 0.19}, {"timestamp": 1618790400000, "date": "2021-04-19", "precipitation": 0.8}, {"timestamp": 1618876800000, "date": "2021-04-20", "precipitation": 0}, {"timestamp": 1618963200000, "date": "2021-04-21", "precipitation": 0.02}, {"timestamp": 1619049600000, "date": "2021-04-22", "precipitation": 0}, {"timestamp": 1619136000000, "date": "2021-04-23", "precipitation": 0}, {"timestamp": 1619222400000, "date": "2021-04-24", "precipitation": 0}, {"timestamp": 1619308800000, "date": "2021-04-25", "precipitation": 0}, {"timestamp": 1619395200000, "date": "2021-04-26", "precipitation": 0}, {"timestamp": 1619481600000, "date": "2021-04-27", "precipitation": 0}, {"timestamp": 1619568000000, "date": "2021-04-28", "precipitation": 0.15}, {"timestamp": 1619654400000, "date": "2021-04-29", "precipitation": 7.31}, {"timestamp": 1619740800000, "date": "2021-04-30", "precipitation": 0}, {"timestamp": 1619827200000, "date": "2021-05-01", "precipitation": 0}, {"timestamp": 1619913600000, "date": "2021-05-02", "precipitation": 0.82}, {"timestamp": 1620000000000, "date": "2021-05-03", "precipitation": 0}, {"timestamp": 1620086400000, "date": "2021-05-04", "precipitation": 5.47}, {"timestamp": 1620172800000, "date": "2021-05-05", "precipitation": 3.72}, {"timestamp": 1620259200000, "date": "2021-05-06", "precipitation": 6.83}, {"timestamp": 1620345600000, "date": "2021-05-07", "precipitation": 0.44}, {"timestamp": 1620432000000, "date": "2021-05-08", "precipitation": 0}, {"timestamp": 1620518400000, "date": "2021-05-09", "precipitation": 0}, {"timestamp": 1620604800000, "date": "2021-05-10", "precipitation": 0.25}, {"timestamp": 1620691200000, "date": "2021-05-11", "precipitation": 5.37}, {"timestamp": 1620777600000, "date": "2021-05-12", "precipitation": 2.94}, {"timestamp": 1620864000000, "date": "2021-05-13", "precipitation": 0.49}, {"timestamp": 1620950400000, "date": "2021-05-14", "precipitation": 0.02}, {"timestamp": 1621036800000, "date": "2021-05-15", "precipitation": 1.62}, {"timestamp": 1621123200000, "date": "2021-05-16", "precipitation": 2.78}, {"timestamp": 1621209600000, "date": "2021-05-17", "precipitation": 3.4}, {"timestamp": 1621296000000, "date": "2021-05-18", "precipitation": 3.56}, {"timestamp": 1621382400000, "date": "2021-05-19", "precipitation": 0.91}, {"timestamp": 1621468800000, "date": "2021-05-20", "precipitation": 1.36}, {"timestamp": 1621555200000, "date": "2021-05-21", "precipitation": 0.33}, {"timestamp": 1621641600000, "date": "2021-05-22", "precipitation": 4.43}, {"timestamp": 1621728000000, "date": "2021-05-23", "precipitation": 0.38}, {"timestamp": 1621814400000, "date": "2021-05-24", "precipitation": 0.26}, {"timestamp": 1621900800000, "date": "2021-05-25", "precipitation": 2.14}, {"timestamp": 1621987200000, "date": "2021-05-26", "precipitation": 5.69}, {"timestamp": 1622073600000, "date": "2021-05-27", "precipitation": 2.52}, {"timestamp": 1622160000000, "date": "2021-05-28", "precipitation": 0.6}, {"timestamp": 1622246400000, "date": "2021-05-29", "precipitation": 0}, {"timestamp": 1622332800000, "date": "2021-05-30", "precipitation": 0}, {"timestamp": 1622419200000, "date": "2021-05-31", "precipitation": 0}, {"timestamp": 1622505600000, "date": "2021-06-01", "precipitation": 0}, {"timestamp": 1622592000000, "date": "2021-06-02", "precipitation": 0}, {"timestamp": 1622678400000, "date": "2021-06-03", "precipitation": 0.04}, {"timestamp": 1622764800000, "date": "2021-06-04", "precipitation": 0.37}, {"timestamp": 1622851200000, "date": "2021-06-05", "precipitation": 15.39}, {"timestamp": 1622937600000, "date": "2021-06-06", "precipitation": 3.54}, {"timestamp": 1623024000000, "date": "2021-06-07", "precipitation": 5.23}, {"timestamp": 1623110400000, "date": "2021-06-08", "precipitation": 3.56}, {"timestamp": 1623196800000, "date": "2021-06-09", "precipitation": 10.35}, {"timestamp": 1623283200000, "date": "2021-06-10", "precipitation": 0.32}, {"timestamp": 1623369600000, "date": "2021-06-11", "precipitation": 0}, {"timestamp": 1623456000000, "date": "2021-06-12", "precipitation": 0}, {"timestamp": 1623542400000, "date": "2021-06-13", "precipitation": 0}, {"timestamp": 1623628800000, "date": "2021-06-14", "precipitation": 0}, {"timestamp": 1623715200000, "date": "2021-06-15", "precipitation": 0}, {"timestamp": 1623801600000, "date": "2021-06-16", "precipitation": 0}, {"timestamp": 1623888000000, "date": "2021-06-17", "precipitation": 0}, {"timestamp": 1623974400000, "date": "2021-06-18", "precipitation": 0}, {"timestamp": 1624060800000, "date": "2021-06-19", "precipitation": 0.13}, {"timestamp": 1624147200000, "date": "2021-06-20", "precipitation": 18.1}, {"timestamp": 1624233600000, "date": "2021-06-21", "precipitation": 0.75}, {"timestamp": 1624320000000, "date": "2021-06-22", "precipitation": 13.81}, {"timestamp": 1624406400000, "date": "2021-06-23", "precipitation": 16.92}, {"timestamp": 1624492800000, "date": "2021-06-24", "precipitation": 17.03}, {"timestamp": 1624579200000, "date": "2021-06-25", "precipitation": 6.7}, {"timestamp": 1624665600000, "date": "2021-06-26", "precipitation": 0}, {"timestamp": 1624752000000, "date": "2021-06-27", "precipitation": 0.44}, {"timestamp": 1624838400000, "date": "2021-06-28", "precipitation": 7.83}, {"timestamp": 1624924800000, "date": "2021-06-29", "precipitation": 14.27}, {"timestamp": 1625011200000, "date": "2021-06-30", "precipitation": 2.87}, {"timestamp": 1625097600000, "date": "2021-07-01", "precipitation": 2.5}, {"timestamp": 1625184000000, "date": "2021-07-02", "precipitation": 0}, {"timestamp": 1625270400000, "date": "2021-07-03", "precipitation": 0}, {"timestamp": 1625356800000, "date": "2021-07-04", "precipitation": 27.83}, {"timestamp": 1625443200000, "date": "2021-07-05", "precipitation": 1.38}, {"timestamp": 1625529600000, "date": "2021-07-06", "precipitation": 11.23}, {"timestamp": 1625616000000, "date": "2021-07-07", "precipitation": 0.03}, {"timestamp": 1625702400000, "date": "2021-07-08", "precipitation": 7.07}, {"timestamp": 1625788800000, "date": "2021-07-09", "precipitation": 9.96}, {"timestamp": 1625875200000, "date": "2021-07-10", "precipitation": 2.92}, {"timestamp": 1625961600000, "date": "2021-07-11", "precipitation": 7.14}, {"timestamp": 1626048000000, "date": "2021-07-12", "precipitation": 0.24}, {"timestamp": 1626134400000, "date": "2021-07-13", "precipitation": 42.46}, {"timestamp": 1626220800000, "date": "2021-07-14", "precipitation": 2.58}, {"timestamp": 1626307200000, "date": "2021-07-15", "precipitation": 4.56}, {"timestamp": 1626393600000, "date": "2021-07-16", "precipitation": 0.6}, {"timestamp": 1626480000000, "date": "2021-07-17", "precipitation": 0}, {"timestamp": 1626566400000, "date": "2021-07-18", "precipitation": 0}, {"timestamp": 1626652800000, "date": "2021-07-19", "precipitation": 0}, {"timestamp": 1626739200000, "date": "2021-07-20", "precipitation": 0}, {"timestamp": 1626825600000, "date": "2021-07-21", "precipitation": 0}, {"timestamp": 1626912000000, "date": "2021-07-22", "precipitation": 0}, {"timestamp": 1626998400000, "date": "2021-07-23", "precipitation": 0}, {"timestamp": 1627084800000, "date": "2021-07-24", "precipitation": 1.01}, {"timestamp": 1627171200000, "date": "2021-07-25", "precipitation": 0.05}, {"timestamp": 1627257600000, "date": "2021-07-26", "precipitation": 1.59}, {"timestamp": 1627344000000, "date": "2021-07-27", "precipitation": 0.38}, {"timestamp": 1627430400000, "date": "2021-07-28", "precipitation": 3.44}, {"timestamp": 1627516800000, "date": "2021-07-29", "precipitation": 0}, {"timestamp": 1627603200000, "date": "2021-07-30", "precipitation": 0}, {"timestamp": 1627689600000, "date": "2021-07-31", "precipitation": 0}, {"timestamp": 1627776000000, "date": "2021-08-01", "precipitation": 3.18}, {"timestamp": 1627862400000, "date": "2021-08-02", "precipitation": 6.69}, {"timestamp": 1627948800000, "date": "2021-08-03", "precipitation": 6.74}, {"timestamp": 1628035200000, "date": "2021-08-04", "precipitation": 0.03}, {"timestamp": 1628121600000, "date": "2021-08-05", "precipitation": 0.02}, {"timestamp": 1628208000000, "date": "2021-08-06", "precipitation": 4.13}, {"timestamp": 1628294400000, "date": "2021-08-07", "precipitation": 1.19}, {"timestamp": 1628380800000, "date": "2021-08-08", "precipitation": 1.47}, {"timestamp": 1628467200000, "date": "2021-08-09", "precipitation": 0.06}, {"timestamp": 1628553600000, "date": "2021-08-10", "precipitation": 0.02}, {"timestamp": 1628640000000, "date": "2021-08-11", "precipitation": 0.01}, {"timestamp": 1628726400000, "date": "2021-08-12", "precipitation": 0}, {"timestamp": 1628812800000, "date": "2021-08-13", "precipitation": 1.22}, {"timestamp": 1628899200000, "date": "2021-08-14", "precipitation": 0}, {"timestamp": 1628985600000, "date": "2021-08-15", "precipitation": 0.24}, {"timestamp": 1629072000000, "date": "2021-08-16", "precipitation": 6.58}, {"timestamp": 1629158400000, "date": "2021-08-17", "precipitation": 5.59}, {"timestamp": 1629244800000, "date": "2021-08-18", "precipitation": 0.48}, {"timestamp": 1629331200000, "date": "2021-08-19", "precipitation": 0.07}, {"timestamp": 1629417600000, "date": "2021-08-20", "precipitation": 0.01}, {"timestamp": 1629504000000, "date": "2021-08-21", "precipitation": 0}, {"timestamp": 1629590400000, "date": "2021-08-22", "precipitation": 11.69}, {"timestamp": 1629676800000, "date": "2021-08-23", "precipitation": 1.56}, {"timestamp": 1629763200000, "date": "2021-08-24", "precipitation": 0.07}, {"timestamp": 1629849600000, "date": "2021-08-25", "precipitation": 0}, {"timestamp": 1629936000000, "date": "2021-08-26", "precipitation": 4.31}, {"timestamp": 1630022400000, "date": "2021-08-27", "precipitation": 1.9}, {"timestamp": 1630108800000, "date": "2021-08-28", "precipitation": 0.36}, {"timestamp": 1630195200000, "date": "2021-08-29", "precipitation": 16.29}, {"timestamp": 1630281600000, "date": "2021-08-30", "precipitation": 1.37}, {"timestamp": 1630368000000, "date": "2021-08-31", "precipitation": 0.07}, {"timestamp": 1630454400000, "date": "2021-09-01", "precipitation": 0}, {"timestamp": 1630540800000, "date": "2021-09-02", "precipitation": 0}, {"timestamp": 1630627200000, "date": "2021-09-03", "precipitation": 0}, {"timestamp": 1630713600000, "date": "2021-09-04", "precipitation": 0}, {"timestamp": 1630800000000, "date": "2021-09-05", "precipitation": 0}, {"timestamp": 1630886400000, "date": "2021-09-06", "precipitation": 0}, {"timestamp": 1630972800000, "date": "2021-09-07", "precipitation": 0}, {"timestamp": 1631059200000, "date": "2021-09-08", "precipitation": 0}, {"timestamp": 1631145600000, "date": "2021-09-09", "precipitation": 0}, {"timestamp": 1631232000000, "date": "2021-09-10", "precipitation": 0.7}, {"timestamp": 1631318400000, "date": "2021-09-11", "precipitation": 1.6}, {"timestamp": 1631404800000, "date": "2021-09-12", "precipitation": 0.19}, {"timestamp": 1631491200000, "date": "2021-09-13", "precipitation": 0}, {"timestamp": 1631577600000, "date": "2021-09-14", "precipitation": 0}, {"timestamp": 1631664000000, "date": "2021-09-15", "precipitation": 11.97}, {"timestamp": 1631750400000, "date": "2021-09-16", "precipitation": 2.67}, {"timestamp": 1631836800000, "date": "2021-09-17", "precipitation": 0}, {"timestamp": 1631923200000, "date": "2021-09-18", "precipitation": 0}, {"timestamp": 1632009600000, "date": "2021-09-19", "precipitation": 0}, {"timestamp": 1632096000000, "date": "2021-09-20", "precipitation": 0}, {"timestamp": 1632182400000, "date": "2021-09-21", "precipitation": 0}]}
{"type": "object", "properties": {"input": {"type": "object", "properties": {"geo": {"type": "object", "properties": {"lat": {"type": "string"}, "lon": {"type": "string"}}}, "timeframe": {"type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}}}}}, "aggregations": {"type": "object", "properties": {"precipitationdays": {"type": "integer"}, "precipitation": {"type": "number"}}}, "result": {"type": "array", "items": {"type": "object", "properties": {"timestamp": {"type": "integer"}, "date": {"type": "string"}, "precipitation": {"type": "number"}}}}}}
3c834f7a-705e-46f7-862d-6b1abae0e169/a7cfbc4f-8cd3-4a49-89cc-7ada8ab0d795/0/0
ecoweather
Economically relevant meteorological data like heat degree days, average temperature.
8.8
Heizgradtage
Beantwortet die Frage, wie viele Heizgradtage innerhalb eines Zeitraums vorhanden gewesen sind. Wird verwendet zum Beispiel bei der unterjährigen Abgrenzung von Heizkosten bei der Nebenkostenabrechnung.
200
Response
{"input": {"geo": {"lat": "49.34", "lon": "8.79"}, "timeframe": {"from": "2021-01-01", "to": "2021-09-21"}}, "aggregations": {"hdd12": 1987.6000000000001, "hdd15": 2125.1}, "result": [{"timestamp": 1609459200000, "date": "2021-01-01", "hdd12": 18.3, "hdd15": 18.3}, {"timestamp": 1609545600000, "date": "2021-01-02", "hdd12": 18.7, "hdd15": 18.7}, {"timestamp": 1609632000000, "date": "2021-01-03", "hdd12": 19.6, "hdd15": 19.6}, {"timestamp": 1609718400000, "date": "2021-01-04", "hdd12": 19.2, "hdd15": 19.2}, {"timestamp": 1609804800000, "date": "2021-01-05", "hdd12": 18.5, "hdd15": 18.5}, {"timestamp": 1609891200000, "date": "2021-01-06", "hdd12": 18.7, "hdd15": 18.7}, {"timestamp": 1609977600000, "date": "2021-01-07", "hdd12": 18.7, "hdd15": 18.7}, {"timestamp": 1610064000000, "date": "2021-01-08", "hdd12": 19.8, "hdd15": 19.8}, {"timestamp": 1610150400000, "date": "2021-01-09", "hdd12": 19.9, "hdd15": 19.9}, {"timestamp": 1610236800000, "date": "2021-01-10", "hdd12": 21.2, "hdd15": 21.2}, {"timestamp": 1610323200000, "date": "2021-01-11", "hdd12": 23, "hdd15": 23}, {"timestamp": 1610409600000, "date": "2021-01-12", "hdd12": 19.2, "hdd15": 19.2}, {"timestamp": 1610496000000, "date": "2021-01-13", "hdd12": 19.2, "hdd15": 19.2}, {"timestamp": 1610582400000, "date": "2021-01-14", "hdd12": 18.8, "hdd15": 18.8}, {"timestamp": 1610668800000, "date": "2021-01-15", "hdd12": 20.7, "hdd15": 20.7}, {"timestamp": 1610755200000, "date": "2021-01-16", "hdd12": 21.3, "hdd15": 21.3}, {"timestamp": 1610841600000, "date": "2021-01-17", "hdd12": 21.1, "hdd15": 21.1}, {"timestamp": 1610928000000, "date": "2021-01-18", "hdd12": 18, "hdd15": 18}, {"timestamp": 1611014400000, "date": "2021-01-19", "hdd12": 17.7, "hdd15": 17.7}, {"timestamp": 1611100800000, "date": "2021-01-20", "hdd12": 17.6, "hdd15": 17.6}, {"timestamp": 1611187200000, "date": "2021-01-21", "hdd12": 12.1, "hdd15": 12.1}, {"timestamp": 1611273600000, "date": "2021-01-22", "hdd12": 13.1, "hdd15": 13.1}, {"timestamp": 1611360000000, "date": "2021-01-23", "hdd12": 17.1, "hdd15": 17.1}, {"timestamp": 1611446400000, "date": "2021-01-24", "hdd12": 18.8, "hdd15": 18.8}, {"timestamp": 1611532800000, "date": "2021-01-25", "hdd12": 20.2, "hdd15": 20.2}, {"timestamp": 1611619200000, "date": "2021-01-26", "hdd12": 19.1, "hdd15": 19.1}, {"timestamp": 1611705600000, "date": "2021-01-27", "hdd12": 19.7, "hdd15": 19.7}, {"timestamp": 1611792000000, "date": "2021-01-28", "hdd12": 14.2, "hdd15": 14.2}, {"timestamp": 1611878400000, "date": "2021-01-29", "hdd12": 11.1, "hdd15": 11.1}, {"timestamp": 1611964800000, "date": "2021-01-30", "hdd12": 14.9, "hdd15": 14.9}, {"timestamp": 1612051200000, "date": "2021-01-31", "hdd12": 18.9, "hdd15": 18.9}, {"timestamp": 1612137600000, "date": "2021-02-01", "hdd12": 16, "hdd15": 16}, {"timestamp": 1612224000000, "date": "2021-02-02", "hdd12": 12.4, "hdd15": 12.4}, {"timestamp": 1612310400000, "date": "2021-02-03", "hdd12": 9.8, "hdd15": 9.8}, {"timestamp": 1612396800000, "date": "2021-02-04", "hdd12": 12.4, "hdd15": 12.4}, {"timestamp": 1612483200000, "date": "2021-02-05", "hdd12": 13.7, "hdd15": 13.7}, {"timestamp": 1612569600000, "date": "2021-02-06", "hdd12": 14, "hdd15": 14}, {"timestamp": 1612656000000, "date": "2021-02-07", "hdd12": 15.4, "hdd15": 15.4}, {"timestamp": 1612742400000, "date": "2021-02-08", "hdd12": 22, "hdd15": 22}, {"timestamp": 1612828800000, "date": "2021-02-09", "hdd12": 25.4, "hdd15": 25.4}, {"timestamp": 1612915200000, "date": "2021-02-10", "hdd12": 27.4, "hdd15": 27.4}, {"timestamp": 1613001600000, "date": "2021-02-11", "hdd12": 28.2, "hdd15": 28.2}, {"timestamp": 1613088000000, "date": "2021-02-12", "hdd12": 26.9, "hdd15": 26.9}, {"timestamp": 1613174400000, "date": "2021-02-13", "hdd12": 26.3, "hdd15": 26.3}, {"timestamp": 1613260800000, "date": "2021-02-14", "hdd12": 23.6, "hdd15": 23.6}, {"timestamp": 1613347200000, "date": "2021-02-15", "hdd12": 21.3, "hdd15": 21.3}, {"timestamp": 1613433600000, "date": "2021-02-16", "hdd12": 16, "hdd15": 16}, {"timestamp": 1613520000000, "date": "2021-02-17", "hdd12": 12.4, "hdd15": 12.4}, {"timestamp": 1613606400000, "date": "2021-02-18", "hdd12": 14.8, "hdd15": 14.8}, {"timestamp": 1613692800000, "date": "2021-02-19", "hdd12": 12.2, "hdd15": 12.2}, {"timestamp": 1613779200000, "date": "2021-02-20", "hdd12": 11.5, "hdd15": 11.5}, {"timestamp": 1613865600000, "date": "2021-02-21", "hdd12": 10.8, "hdd15": 10.8}, {"timestamp": 1613952000000, "date": "2021-02-22", "hdd12": 13.9, "hdd15": 13.9}, {"timestamp": 1614038400000, "date": "2021-02-23", "hdd12": 10.6, "hdd15": 10.6}, {"timestamp": 1614124800000, "date": "2021-02-24", "hdd12": 9.1, "hdd15": 9.1}, {"timestamp": 1614211200000, "date": "2021-02-25", "hdd12": 9.3, "hdd15": 9.3}, {"timestamp": 1614297600000, "date": "2021-02-26", "hdd12": 13.6, "hdd15": 13.6}, {"timestamp": 1614384000000, "date": "2021-02-27", "hdd12": 14.9, "hdd15": 14.9}, {"timestamp": 1614470400000, "date": "2021-02-28", "hdd12": 15.4, "hdd15": 15.4}, {"timestamp": 1614556800000, "date": "2021-03-01", "hdd12": 13.9, "hdd15": 13.9}, {"timestamp": 1614643200000, "date": "2021-03-02", "hdd12": 12.8, "hdd15": 12.8}, {"timestamp": 1614729600000, "date": "2021-03-03", "hdd12": 13.8, "hdd15": 13.8}, {"timestamp": 1614816000000, "date": "2021-03-04", "hdd12": 11.2, "hdd15": 11.2}, {"timestamp": 1614902400000, "date": "2021-03-05", "hdd12": 16.6, "hdd15": 16.6}, {"timestamp": 1614988800000, "date": "2021-03-06", "hdd12": 18.6, "hdd15": 18.6}, {"timestamp": 1615075200000, "date": "2021-03-07", "hdd12": 18.3, "hdd15": 18.3}, {"timestamp": 1615161600000, "date": "2021-03-08", "hdd12": 18.5, "hdd15": 18.5}, {"timestamp": 1615248000000, "date": "2021-03-09", "hdd12": 17.3, "hdd15": 17.3}, {"timestamp": 1615334400000, "date": "2021-03-10", "hdd12": 14, "hdd15": 14}, {"timestamp": 1615420800000, "date": "2021-03-11", "hdd12": 11, "hdd15": 11}, {"timestamp": 1615507200000, "date": "2021-03-12", "hdd12": 13, "hdd15": 13}, {"timestamp": 1615593600000, "date": "2021-03-13", "hdd12": 13.7, "hdd15": 13.7}, {"timestamp": 1615680000000, "date": "2021-03-14", "hdd12": 16.1, "hdd15": 16.1}, {"timestamp": 1615766400000, "date": "2021-03-15", "hdd12": 15.2, "hdd15": 15.2}, {"timestamp": 1615852800000, "date": "2021-03-16", "hdd12": 15.4, "hdd15": 15.4}, {"timestamp": 1615939200000, "date": "2021-03-17", "hdd12": 16.7, "hdd15": 16.7}, {"timestamp": 1616025600000, "date": "2021-03-18", "hdd12": 17.5, "hdd15": 17.5}, {"timestamp": 1616112000000, "date": "2021-03-19", "hdd12": 17.7, "hdd15": 17.7}, {"timestamp": 1616198400000, "date": "2021-03-20", "hdd12": 18.8, "hdd15": 18.8}, {"timestamp": 1616284800000, "date": "2021-03-21", "hdd12": 15.9, "hdd15": 15.9}, {"timestamp": 1616371200000, "date": "2021-03-22", "hdd12": 15.2, "hdd15": 15.2}, {"timestamp": 1616457600000, "date": "2021-03-23", "hdd12": 14.3, "hdd15": 14.3}, {"timestamp": 1616544000000, "date": "2021-03-24", "hdd12": 13.9, "hdd15": 13.9}, {"timestamp": 1616630400000, "date": "2021-03-25", "hdd12": 11.4, "hdd15": 11.4}, {"timestamp": 1616716800000, "date": "2021-03-26", "hdd12": 10.4, "hdd15": 10.4}, {"timestamp": 1616803200000, "date": "2021-03-27", "hdd12": 11.6, "hdd15": 11.6}, {"timestamp": 1616889600000, "date": "2021-03-28", "hdd12": 10.4, "hdd15": 10.4}, {"timestamp": 1616976000000, "date": "2021-03-29", "hdd12": 0, "hdd15": 7.9}, {"timestamp": 1617062400000, "date": "2021-03-30", "hdd12": 0, "hdd15": 6.699999999999999}, {"timestamp": 1617148800000, "date": "2021-03-31", "hdd12": 0, "hdd15": 0}, {"timestamp": 1617235200000, "date": "2021-04-01", "hdd12": 0, "hdd15": 0}, {"timestamp": 1617321600000, "date": "2021-04-02", "hdd12": 10.5, "hdd15": 10.5}, {"timestamp": 1617408000000, "date": "2021-04-03", "hdd12": 13.1, "hdd15": 13.1}, {"timestamp": 1617494400000, "date": "2021-04-04", "hdd12": 13.6, "hdd15": 13.6}, {"timestamp": 1617580800000, "date": "2021-04-05", "hdd12": 15.9, "hdd15": 15.9}, {"timestamp": 1617667200000, "date": "2021-04-06", "hdd12": 19.1, "hdd15": 19.1}, {"timestamp": 1617753600000, "date": "2021-04-07", "hdd12": 19, "hdd15": 19}, {"timestamp": 1617840000000, "date": "2021-04-08", "hdd12": 16, "hdd15": 16}, {"timestamp": 1617926400000, "date": "2021-04-09", "hdd12": 12.4, "hdd15": 12.4}, {"timestamp": 1618012800000, "date": "2021-04-10", "hdd12": 8.5, "hdd15": 8.5}, {"timestamp": 1618099200000, "date": "2021-04-11", "hdd12": 9.7, "hdd15": 9.7}, {"timestamp": 1618185600000, "date": "2021-04-12", "hdd12": 15.2, "hdd15": 15.2}, {"timestamp": 1618272000000, "date": "2021-04-13", "hdd12": 16.4, "hdd15": 16.4}, {"timestamp": 1618358400000, "date": "2021-04-14", "hdd12": 16.8, "hdd15": 16.8}, {"timestamp": 1618444800000, "date": "2021-04-15", "hdd12": 16.7, "hdd15": 16.7}, {"timestamp": 1618531200000, "date": "2021-04-16", "hdd12": 16.2, "hdd15": 16.2}, {"timestamp": 1618617600000, "date": "2021-04-17", "hdd12": 13.3, "hdd15": 13.3}, {"timestamp": 1618704000000, "date": "2021-04-18", "hdd12": 12.8, "hdd15": 12.8}, {"timestamp": 1618790400000, "date": "2021-04-19", "hdd12": 12, "hdd15": 12}, {"timestamp": 1618876800000, "date": "2021-04-20", "hdd12": 11.4, "hdd15": 11.4}, {"timestamp": 1618963200000, "date": "2021-04-21", "hdd12": 8.6, "hdd15": 8.6}, {"timestamp": 1619049600000, "date": "2021-04-22", "hdd12": 10.1, "hdd15": 10.1}, {"timestamp": 1619136000000, "date": "2021-04-23", "hdd12": 10.7, "hdd15": 10.7}, {"timestamp": 1619222400000, "date": "2021-04-24", "hdd12": 9, "hdd15": 9}, {"timestamp": 1619308800000, "date": "2021-04-25", "hdd12": 9.7, "hdd15": 9.7}, {"timestamp": 1619395200000, "date": "2021-04-26", "hdd12": 10.3, "hdd15": 10.3}, {"timestamp": 1619481600000, "date": "2021-04-27", "hdd12": 9.6, "hdd15": 9.6}, {"timestamp": 1619568000000, "date": "2021-04-28", "hdd12": 0, "hdd15": 7.199999999999999}, {"timestamp": 1619654400000, "date": "2021-04-29", "hdd12": 8.4, "hdd15": 8.4}, {"timestamp": 1619740800000, "date": "2021-04-30", "hdd12": 13.9, "hdd15": 13.9}, {"timestamp": 1619827200000, "date": "2021-05-01", "hdd12": 11.7, "hdd15": 11.7}, {"timestamp": 1619913600000, "date": "2021-05-02", "hdd12": 10.8, "hdd15": 10.8}, {"timestamp": 1620000000000, "date": "2021-05-03", "hdd12": 11.3, "hdd15": 11.3}, {"timestamp": 1620086400000, "date": "2021-05-04", "hdd12": 10.6, "hdd15": 10.6}, {"timestamp": 1620172800000, "date": "2021-05-05", "hdd12": 12.1, "hdd15": 12.1}, {"timestamp": 1620259200000, "date": "2021-05-06", "hdd12": 12.8, "hdd15": 12.8}, {"timestamp": 1620345600000, "date": "2021-05-07", "hdd12": 11.9, "hdd15": 11.9}, {"timestamp": 1620432000000, "date": "2021-05-08", "hdd12": 10.5, "hdd15": 10.5}, {"timestamp": 1620518400000, "date": "2021-05-09", "hdd12": 0, "hdd15": 0}, {"timestamp": 1620604800000, "date": "2021-05-10", "hdd12": 0, "hdd15": 0}, {"timestamp": 1620691200000, "date": "2021-05-11", "hdd12": 0, "hdd15": 7.1}, {"timestamp": 1620777600000, "date": "2021-05-12", "hdd12": 0, "hdd15": 7.9}, {"timestamp": 1620864000000, "date": "2021-05-13", "hdd12": 8.4, "hdd15": 8.4}, {"timestamp": 1620950400000, "date": "2021-05-14", "hdd12": 8.2, "hdd15": 8.2}, {"timestamp": 1621036800000, "date": "2021-05-15", "hdd12": 8.6, "hdd15": 8.6}, {"timestamp": 1621123200000, "date": "2021-05-16", "hdd12": 0, "hdd15": 7.699999999999999}, {"timestamp": 1621209600000, "date": "2021-05-17", "hdd12": 8.9, "hdd15": 8.9}, {"timestamp": 1621296000000, "date": "2021-05-18", "hdd12": 8.7, "hdd15": 8.7}, {"timestamp": 1621382400000, "date": "2021-05-19", "hdd12": 9, "hdd15": 9}, {"timestamp": 1621468800000, "date": "2021-05-20", "hdd12": 8.1, "hdd15": 8.1}, {"timestamp": 1621555200000, "date": "2021-05-21", "hdd12": 0, "hdd15": 7.199999999999999}, {"timestamp": 1621641600000, "date": "2021-05-22", "hdd12": 0, "hdd15": 7.5}, {"timestamp": 1621728000000, "date": "2021-05-23", "hdd12": 0, "hdd15": 7.9}, {"timestamp": 1621814400000, "date": "2021-05-24", "hdd12": 8, "hdd15": 8}, {"timestamp": 1621900800000, "date": "2021-05-25", "hdd12": 9.4, "hdd15": 9.4}, {"timestamp": 1621987200000, "date": "2021-05-26", "hdd12": 9.6, "hdd15": 9.6}, {"timestamp": 1622073600000, "date": "2021-05-27", "hdd12": 9.2, "hdd15": 9.2}, {"timestamp": 1622160000000, "date": "2021-05-28", "hdd12": 0, "hdd15": 7.4}, {"timestamp": 1622246400000, "date": "2021-05-29", "hdd12": 0, "hdd15": 5.699999999999999}, {"timestamp": 1622332800000, "date": "2021-05-30", "hdd12": 0, "hdd15": 0}, {"timestamp": 1622419200000, "date": "2021-05-31", "hdd12": 0, "hdd15": 0}, {"timestamp": 1622505600000, "date": "2021-06-01", "hdd12": 0, "hdd15": 0}, {"timestamp": 1622592000000, "date": "2021-06-02", "hdd12": 0, "hdd15": 0}, {"timestamp": 1622678400000, "date": "2021-06-03", "hdd12": 0, "hdd15": 0}, {"timestamp": 1622764800000, "date": "2021-06-04", "hdd12": 0, "hdd15": 0}, {"timestamp": 1622851200000, "date": "2021-06-05", "hdd12": 0, "hdd15": 0}, {"timestamp": 1622937600000, "date": "2021-06-06", "hdd12": 0, "hdd15": 0}, {"timestamp": 1623024000000, "date": "2021-06-07", "hdd12": 0, "hdd15": 0}, {"timestamp": 1623110400000, "date": "2021-06-08", "hdd12": 0, "hdd15": 0}, {"timestamp": 1623196800000, "date": "2021-06-09", "hdd12": 0, "hdd15": 0}, {"timestamp": 1623283200000, "date": "2021-06-10", "hdd12": 0, "hdd15": 0}, {"timestamp": 1623369600000, "date": "2021-06-11", "hdd12": 0, "hdd15": 0}, {"timestamp": 1623456000000, "date": "2021-06-12", "hdd12": 0, "hdd15": 0}, {"timestamp": 1623542400000, "date": "2021-06-13", "hdd12": 0, "hdd15": 0}, {"timestamp": 1623628800000, "date": "2021-06-14", "hdd12": 0, "hdd15": 0}, {"timestamp": 1623715200000, "date": "2021-06-15", "hdd12": 0, "hdd15": 0}, {"timestamp": 1623801600000, "date": "2021-06-16", "hdd12": 0, "hdd15": 0}, {"timestamp": 1623888000000, "date": "2021-06-17", "hdd12": 0, "hdd15": 0}, {"timestamp": 1623974400000, "date": "2021-06-18", "hdd12": 0, "hdd15": 0}, {"timestamp": 1624060800000, "date": "2021-06-19", "hdd12": 0, "hdd15": 0}, {"timestamp": 1624147200000, "date": "2021-06-20", "hdd12": 0, "hdd15": 0}, {"timestamp": 1624233600000, "date": "2021-06-21", "hdd12": 0, "hdd15": 0}, {"timestamp": 1624320000000, "date": "2021-06-22", "hdd12": 0, "hdd15": 0}, {"timestamp": 1624406400000, "date": "2021-06-23", "hdd12": 0, "hdd15": 0}, {"timestamp": 1624492800000, "date": "2021-06-24", "hdd12": 0, "hdd15": 0}, {"timestamp": 1624579200000, "date": "2021-06-25", "hdd12": 0, "hdd15": 0}, {"timestamp": 1624665600000, "date": "2021-06-26", "hdd12": 0, "hdd15": 0}, {"timestamp": 1624752000000, "date": "2021-06-27", "hdd12": 0, "hdd15": 0}, {"timestamp": 1624838400000, "date": "2021-06-28", "hdd12": 0, "hdd15": 0}, {"timestamp": 1624924800000, "date": "2021-06-29", "hdd12": 0, "hdd15": 0}, {"timestamp": 1625011200000, "date": "2021-06-30", "hdd12": 0, "hdd15": 0}, {"timestamp": 1625097600000, "date": "2021-07-01", "hdd12": 0, "hdd15": 5.4}, {"timestamp": 1625184000000, "date": "2021-07-02", "hdd12": 0, "hdd15": 0}, {"timestamp": 1625270400000, "date": "2021-07-03", "hdd12": 0, "hdd15": 0}, {"timestamp": 1625356800000, "date": "2021-07-04", "hdd12": 0, "hdd15": 0}, {"timestamp": 1625443200000, "date": "2021-07-05", "hdd12": 0, "hdd15": 0}, {"timestamp": 1625529600000, "date": "2021-07-06", "hdd12": 0, "hdd15": 0}, {"timestamp": 1625616000000, "date": "2021-07-07", "hdd12": 0, "hdd15": 0}, {"timestamp": 1625702400000, "date": "2021-07-08", "hdd12": 0, "hdd15": 0}, {"timestamp": 1625788800000, "date": "2021-07-09", "hdd12": 0, "hdd15": 0}, {"timestamp": 1625875200000, "date": "2021-07-10", "hdd12": 0, "hdd15": 0}, {"timestamp": 1625961600000, "date": "2021-07-11", "hdd12": 0, "hdd15": 0}, {"timestamp": 1626048000000, "date": "2021-07-12", "hdd12": 0, "hdd15": 0}, {"timestamp": 1626134400000, "date": "2021-07-13", "hdd12": 0, "hdd15": 0}, {"timestamp": 1626220800000, "date": "2021-07-14", "hdd12": 0, "hdd15": 0}, {"timestamp": 1626307200000, "date": "2021-07-15", "hdd12": 0, "hdd15": 0}, {"timestamp": 1626393600000, "date": "2021-07-16", "hdd12": 0, "hdd15": 0}, {"timestamp": 1626480000000, "date": "2021-07-17", "hdd12": 0, "hdd15": 0}, {"timestamp": 1626566400000, "date": "2021-07-18", "hdd12": 0, "hdd15": 0}, {"timestamp": 1626652800000, "date": "2021-07-19", "hdd12": 0, "hdd15": 0}, {"timestamp": 1626739200000, "date": "2021-07-20", "hdd12": 0, "hdd15": 0}, {"timestamp": 1626825600000, "date": "2021-07-21", "hdd12": 0, "hdd15": 0}, {"timestamp": 1626912000000, "date": "2021-07-22", "hdd12": 0, "hdd15": 0}, {"timestamp": 1626998400000, "date": "2021-07-23", "hdd12": 0, "hdd15": 0}, {"timestamp": 1627084800000, "date": "2021-07-24", "hdd12": 0, "hdd15": 0}, {"timestamp": 1627171200000, "date": "2021-07-25", "hdd12": 0, "hdd15": 0}, {"timestamp": 1627257600000, "date": "2021-07-26", "hdd12": 0, "hdd15": 0}, {"timestamp": 1627344000000, "date": "2021-07-27", "hdd12": 0, "hdd15": 0}, {"timestamp": 1627430400000, "date": "2021-07-28", "hdd12": 0, "hdd15": 0}, {"timestamp": 1627516800000, "date": "2021-07-29", "hdd12": 0, "hdd15": 0}, {"timestamp": 1627603200000, "date": "2021-07-30", "hdd12": 0, "hdd15": 0}, {"timestamp": 1627689600000, "date": "2021-07-31", "hdd12": 0, "hdd15": 0}, {"timestamp": 1627776000000, "date": "2021-08-01", "hdd12": 0, "hdd15": 0}, {"timestamp": 1627862400000, "date": "2021-08-02", "hdd12": 0, "hdd15": 0}, {"timestamp": 1627948800000, "date": "2021-08-03", "hdd12": 0, "hdd15": 0}, {"timestamp": 1628035200000, "date": "2021-08-04", "hdd12": 0, "hdd15": 0}, {"timestamp": 1628121600000, "date": "2021-08-05", "hdd12": 0, "hdd15": 0}, {"timestamp": 1628208000000, "date": "2021-08-06", "hdd12": 0, "hdd15": 0}, {"timestamp": 1628294400000, "date": "2021-08-07", "hdd12": 0, "hdd15": 0}, {"timestamp": 1628380800000, "date": "2021-08-08", "hdd12": 0, "hdd15": 0}, {"timestamp": 1628467200000, "date": "2021-08-09", "hdd12": 0, "hdd15": 0}, {"timestamp": 1628553600000, "date": "2021-08-10", "hdd12": 0, "hdd15": 0}, {"timestamp": 1628640000000, "date": "2021-08-11", "hdd12": 0, "hdd15": 0}, {"timestamp": 1628726400000, "date": "2021-08-12", "hdd12": 0, "hdd15": 0}, {"timestamp": 1628812800000, "date": "2021-08-13", "hdd12": 0, "hdd15": 0}, {"timestamp": 1628899200000, "date": "2021-08-14", "hdd12": 0, "hdd15": 0}, {"timestamp": 1628985600000, "date": "2021-08-15", "hdd12": 0, "hdd15": 0}, {"timestamp": 1629072000000, "date": "2021-08-16", "hdd12": 0, "hdd15": 0}, {"timestamp": 1629158400000, "date": "2021-08-17", "hdd12": 0, "hdd15": 6.1}, {"timestamp": 1629244800000, "date": "2021-08-18", "hdd12": 0, "hdd15": 0}, {"timestamp": 1629331200000, "date": "2021-08-19", "hdd12": 0, "hdd15": 0}, {"timestamp": 1629417600000, "date": "2021-08-20", "hdd12": 0, "hdd15": 0}, {"timestamp": 1629504000000, "date": "2021-08-21", "hdd12": 0, "hdd15": 0}, {"timestamp": 1629590400000, "date": "2021-08-22", "hdd12": 0, "hdd15": 0}, {"timestamp": 1629676800000, "date": "2021-08-23", "hdd12": 0, "hdd15": 0}, {"timestamp": 1629763200000, "date": "2021-08-24", "hdd12": 0, "hdd15": 0}, {"timestamp": 1629849600000, "date": "2021-08-25", "hdd12": 0, "hdd15": 0}, {"timestamp": 1629936000000, "date": "2021-08-26", "hdd12": 0, "hdd15": 0}, {"timestamp": 1630022400000, "date": "2021-08-27", "hdd12": 0, "hdd15": 5.699999999999999}, {"timestamp": 1630108800000, "date": "2021-08-28", "hdd12": 0, "hdd15": 5.5}, {"timestamp": 1630195200000, "date": "2021-08-29", "hdd12": 0, "hdd15": 5.9}, {"timestamp": 1630281600000, "date": "2021-08-30", "hdd12": 0, "hdd15": 0}, {"timestamp": 1630368000000, "date": "2021-08-31", "hdd12": 0, "hdd15": 0}, {"timestamp": 1630454400000, "date": "2021-09-01", "hdd12": 0, "hdd15": 0}, {"timestamp": 1630540800000, "date": "2021-09-02", "hdd12": 0, "hdd15": 0}, {"timestamp": 1630627200000, "date": "2021-09-03", "hdd12": 0, "hdd15": 0}, {"timestamp": 1630713600000, "date": "2021-09-04", "hdd12": 0, "hdd15": 0}, {"timestamp": 1630800000000, "date": "2021-09-05", "hdd12": 0, "hdd15": 0}, {"timestamp": 1630886400000, "date": "2021-09-06", "hdd12": 0, "hdd15": 0}, {"timestamp": 1630972800000, "date": "2021-09-07", "hdd12": 0, "hdd15": 0}, {"timestamp": 1631059200000, "date": "2021-09-08", "hdd12": 0, "hdd15": 0}, {"timestamp": 1631145600000, "date": "2021-09-09", "hdd12": 0, "hdd15": 0}, {"timestamp": 1631232000000, "date": "2021-09-10", "hdd12": 0, "hdd15": 0}, {"timestamp": 1631318400000, "date": "2021-09-11", "hdd12": 0, "hdd15": 0}, {"timestamp": 1631404800000, "date": "2021-09-12", "hdd12": 0, "hdd15": 0}, {"timestamp": 1631491200000, "date": "2021-09-13", "hdd12": 0, "hdd15": 0}, {"timestamp": 1631577600000, "date": "2021-09-14", "hdd12": 0, "hdd15": 0}, {"timestamp": 1631664000000, "date": "2021-09-15", "hdd12": 0, "hdd15": 0}, {"timestamp": 1631750400000, "date": "2021-09-16", "hdd12": 0, "hdd15": 0}, {"timestamp": 1631836800000, "date": "2021-09-17", "hdd12": 0, "hdd15": 5.1}, {"timestamp": 1631923200000, "date": "2021-09-18", "hdd12": 0, "hdd15": 5}, {"timestamp": 1632009600000, "date": "2021-09-19", "hdd12": 0, "hdd15": 5.5}, {"timestamp": 1632096000000, "date": "2021-09-20", "hdd12": 0, "hdd15": 6.4}, {"timestamp": 1632182400000, "date": "2021-09-21", "hdd12": 0, "hdd15": 6.699999999999999}]}
{"type": "object", "properties": {"input": {"type": "object", "properties": {"geo": {"type": "object", "properties": {"lat": {"type": "string"}, "lon": {"type": "string"}}}, "timeframe": {"type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}}}}}, "aggregations": {"type": "object", "properties": {"hdd12": {"type": "number"}, "hdd15": {"type": "number"}}}, "result": {"type": "array", "items": {"type": "object", "properties": {"timestamp": {"type": "integer"}, "date": {"type": "string"}, "hdd12": {"type": "number"}, "hdd15": {"type": "number"}}}}}}
3c834f7a-705e-46f7-862d-6b1abae0e169/c6688c25-3dfb-470b-9423-fc142d6d3f83/0/0
ecoweather
Economically relevant meteorological data like heat degree days, average temperature.
8.8
Niederschlag
Beantwortet die Frage, wie viel Niederschlag innerhalb eines Zeitraums vorhanden gewesen ist. Wird verwendet zum Beispiel bei der Dimensionierung von Regenwassernutzung (Zisterne) oder bei der Planung von Gärten .
200
Response
{"input": {"geo": {"lat": "49.34", "lon": "8.79"}, "timeframe": {"from": "2021-01-01", "to": "2021-09-21"}}, "aggregations": {"precipitationdays": 165, "precipitation": 615.7800000000003}, "result": [{"timestamp": 1609459200000, "date": "2021-01-01", "precipitation": 0.02}, {"timestamp": 1609545600000, "date": "2021-01-02", "precipitation": 0}, {"timestamp": 1609632000000, "date": "2021-01-03", "precipitation": 4.02}, {"timestamp": 1609718400000, "date": "2021-01-04", "precipitation": 0.01}, {"timestamp": 1609804800000, "date": "2021-01-05", "precipitation": 0.05}, {"timestamp": 1609891200000, "date": "2021-01-06", "precipitation": 1.1}, {"timestamp": 1609977600000, "date": "2021-01-07", "precipitation": 0.38}, {"timestamp": 1610064000000, "date": "2021-01-08", "precipitation": 2.58}, {"timestamp": 1610150400000, "date": "2021-01-09", "precipitation": 0}, {"timestamp": 1610236800000, "date": "2021-01-10", "precipitation": 0}, {"timestamp": 1610323200000, "date": "2021-01-11", "precipitation": 0}, {"timestamp": 1610409600000, "date": "2021-01-12", "precipitation": 11.76}, {"timestamp": 1610496000000, "date": "2021-01-13", "precipitation": 0.03}, {"timestamp": 1610582400000, "date": "2021-01-14", "precipitation": 0.05}, {"timestamp": 1610668800000, "date": "2021-01-15", "precipitation": 0}, {"timestamp": 1610755200000, "date": "2021-01-16", "precipitation": 0.11}, {"timestamp": 1610841600000, "date": "2021-01-17", "precipitation": 2.87}, {"timestamp": 1610928000000, "date": "2021-01-18", "precipitation": 1.31}, {"timestamp": 1611014400000, "date": "2021-01-19", "precipitation": 2.89}, {"timestamp": 1611100800000, "date": "2021-01-20", "precipitation": 0}, {"timestamp": 1611187200000, "date": "2021-01-21", "precipitation": 4.7}, {"timestamp": 1611273600000, "date": "2021-01-22", "precipitation": 9.07}, {"timestamp": 1611360000000, "date": "2021-01-23", "precipitation": 4.8}, {"timestamp": 1611446400000, "date": "2021-01-24", "precipitation": 2.19}, {"timestamp": 1611532800000, "date": "2021-01-25", "precipitation": 3.59}, {"timestamp": 1611619200000, "date": "2021-01-26", "precipitation": 0.76}, {"timestamp": 1611705600000, "date": "2021-01-27", "precipitation": 2.71}, {"timestamp": 1611792000000, "date": "2021-01-28", "precipitation": 14.21}, {"timestamp": 1611878400000, "date": "2021-01-29", "precipitation": 8.7}, {"timestamp": 1611964800000, "date": "2021-01-30", "precipitation": 5.64}, {"timestamp": 1612051200000, "date": "2021-01-31", "precipitation": 0.37}, {"timestamp": 1612137600000, "date": "2021-02-01", "precipitation": 7.57}, {"timestamp": 1612224000000, "date": "2021-02-02", "precipitation": 9.72}, {"timestamp": 1612310400000, "date": "2021-02-03", "precipitation": 13.38}, {"timestamp": 1612396800000, "date": "2021-02-04", "precipitation": 0.27}, {"timestamp": 1612483200000, "date": "2021-02-05", "precipitation": 4.55}, {"timestamp": 1612569600000, "date": "2021-02-06", "precipitation": 3.37}, {"timestamp": 1612656000000, "date": "2021-02-07", "precipitation": 5.45}, {"timestamp": 1612742400000, "date": "2021-02-08", "precipitation": 2.57}, {"timestamp": 1612828800000, "date": "2021-02-09", "precipitation": 0.02}, {"timestamp": 1612915200000, "date": "2021-02-10", "precipitation": 1.95}, {"timestamp": 1613001600000, "date": "2021-02-11", "precipitation": 0}, {"timestamp": 1613088000000, "date": "2021-02-12", "precipitation": 0}, {"timestamp": 1613174400000, "date": "2021-02-13", "precipitation": 0}, {"timestamp": 1613260800000, "date": "2021-02-14", "precipitation": 0}, {"timestamp": 1613347200000, "date": "2021-02-15", "precipitation": 0.85}, {"timestamp": 1613433600000, "date": "2021-02-16", "precipitation": 0.1}, {"timestamp": 1613520000000, "date": "2021-02-17", "precipitation": 1.78}, {"timestamp": 1613606400000, "date": "2021-02-18", "precipitation": 0.58}, {"timestamp": 1613692800000, "date": "2021-02-19", "precipitation": 0.72}, {"timestamp": 1613779200000, "date": "2021-02-20", "precipitation": 0}, {"timestamp": 1613865600000, "date": "2021-02-21", "precipitation": 0}, {"timestamp": 1613952000000, "date": "2021-02-22", "precipitation": 0}, {"timestamp": 1614038400000, "date": "2021-02-23", "precipitation": 0}, {"timestamp": 1614124800000, "date": "2021-02-24", "precipitation": 0}, {"timestamp": 1614211200000, "date": "2021-02-25", "precipitation": 0}, {"timestamp": 1614297600000, "date": "2021-02-26", "precipitation": 0.06}, {"timestamp": 1614384000000, "date": "2021-02-27", "precipitation": 0}, {"timestamp": 1614470400000, "date": "2021-02-28", "precipitation": 0}, {"timestamp": 1614556800000, "date": "2021-03-01", "precipitation": 0}, {"timestamp": 1614643200000, "date": "2021-03-02", "precipitation": 0}, {"timestamp": 1614729600000, "date": "2021-03-03", "precipitation": 0}, {"timestamp": 1614816000000, "date": "2021-03-04", "precipitation": 4.94}, {"timestamp": 1614902400000, "date": "2021-03-05", "precipitation": 1.21}, {"timestamp": 1614988800000, "date": "2021-03-06", "precipitation": 0}, {"timestamp": 1615075200000, "date": "2021-03-07", "precipitation": 0}, {"timestamp": 1615161600000, "date": "2021-03-08", "precipitation": 0}, {"timestamp": 1615248000000, "date": "2021-03-09", "precipitation": 0.19}, {"timestamp": 1615334400000, "date": "2021-03-10", "precipitation": 1.44}, {"timestamp": 1615420800000, "date": "2021-03-11", "precipitation": 5.22}, {"timestamp": 1615507200000, "date": "2021-03-12", "precipitation": 4.4}, {"timestamp": 1615593600000, "date": "2021-03-13", "precipitation": 5.75}, {"timestamp": 1615680000000, "date": "2021-03-14", "precipitation": 3.78}, {"timestamp": 1615766400000, "date": "2021-03-15", "precipitation": 7.23}, {"timestamp": 1615852800000, "date": "2021-03-16", "precipitation": 0.92}, {"timestamp": 1615939200000, "date": "2021-03-17", "precipitation": 3.77}, {"timestamp": 1616025600000, "date": "2021-03-18", "precipitation": 0.1}, {"timestamp": 1616112000000, "date": "2021-03-19", "precipitation": 1.42}, {"timestamp": 1616198400000, "date": "2021-03-20", "precipitation": 0}, {"timestamp": 1616284800000, "date": "2021-03-21", "precipitation": 0.03}, {"timestamp": 1616371200000, "date": "2021-03-22", "precipitation": 0.02}, {"timestamp": 1616457600000, "date": "2021-03-23", "precipitation": 0}, {"timestamp": 1616544000000, "date": "2021-03-24", "precipitation": 0}, {"timestamp": 1616630400000, "date": "2021-03-25", "precipitation": 0}, {"timestamp": 1616716800000, "date": "2021-03-26", "precipitation": 0}, {"timestamp": 1616803200000, "date": "2021-03-27", "precipitation": 1.72}, {"timestamp": 1616889600000, "date": "2021-03-28", "precipitation": 0}, {"timestamp": 1616976000000, "date": "2021-03-29", "precipitation": 0}, {"timestamp": 1617062400000, "date": "2021-03-30", "precipitation": 0}, {"timestamp": 1617148800000, "date": "2021-03-31", "precipitation": 0}, {"timestamp": 1617235200000, "date": "2021-04-01", "precipitation": 0}, {"timestamp": 1617321600000, "date": "2021-04-02", "precipitation": 0}, {"timestamp": 1617408000000, "date": "2021-04-03", "precipitation": 0}, {"timestamp": 1617494400000, "date": "2021-04-04", "precipitation": 0}, {"timestamp": 1617580800000, "date": "2021-04-05", "precipitation": 3.69}, {"timestamp": 1617667200000, "date": "2021-04-06", "precipitation": 2.5}, {"timestamp": 1617753600000, "date": "2021-04-07", "precipitation": 2.8}, {"timestamp": 1617840000000, "date": "2021-04-08", "precipitation": 0}, {"timestamp": 1617926400000, "date": "2021-04-09", "precipitation": 0}, {"timestamp": 1618012800000, "date": "2021-04-10", "precipitation": 0.27}, {"timestamp": 1618099200000, "date": "2021-04-11", "precipitation": 3.86}, {"timestamp": 1618185600000, "date": "2021-04-12", "precipitation": 1.18}, {"timestamp": 1618272000000, "date": "2021-04-13", "precipitation": 0}, {"timestamp": 1618358400000, "date": "2021-04-14", "precipitation": 0.39}, {"timestamp": 1618444800000, "date": "2021-04-15", "precipitation": 0.04}, {"timestamp": 1618531200000, "date": "2021-04-16", "precipitation": 0}, {"timestamp": 1618617600000, "date": "2021-04-17", "precipitation": 0.15}, {"timestamp": 1618704000000, "date": "2021-04-18", "precipitation": 0.19}, {"timestamp": 1618790400000, "date": "2021-04-19", "precipitation": 0.8}, {"timestamp": 1618876800000, "date": "2021-04-20", "precipitation": 0}, {"timestamp": 1618963200000, "date": "2021-04-21", "precipitation": 0.02}, {"timestamp": 1619049600000, "date": "2021-04-22", "precipitation": 0}, {"timestamp": 1619136000000, "date": "2021-04-23", "precipitation": 0}, {"timestamp": 1619222400000, "date": "2021-04-24", "precipitation": 0}, {"timestamp": 1619308800000, "date": "2021-04-25", "precipitation": 0}, {"timestamp": 1619395200000, "date": "2021-04-26", "precipitation": 0}, {"timestamp": 1619481600000, "date": "2021-04-27", "precipitation": 0}, {"timestamp": 1619568000000, "date": "2021-04-28", "precipitation": 0.15}, {"timestamp": 1619654400000, "date": "2021-04-29", "precipitation": 7.31}, {"timestamp": 1619740800000, "date": "2021-04-30", "precipitation": 0}, {"timestamp": 1619827200000, "date": "2021-05-01", "precipitation": 0}, {"timestamp": 1619913600000, "date": "2021-05-02", "precipitation": 0.82}, {"timestamp": 1620000000000, "date": "2021-05-03", "precipitation": 0}, {"timestamp": 1620086400000, "date": "2021-05-04", "precipitation": 5.47}, {"timestamp": 1620172800000, "date": "2021-05-05", "precipitation": 3.72}, {"timestamp": 1620259200000, "date": "2021-05-06", "precipitation": 6.83}, {"timestamp": 1620345600000, "date": "2021-05-07", "precipitation": 0.44}, {"timestamp": 1620432000000, "date": "2021-05-08", "precipitation": 0}, {"timestamp": 1620518400000, "date": "2021-05-09", "precipitation": 0}, {"timestamp": 1620604800000, "date": "2021-05-10", "precipitation": 0.25}, {"timestamp": 1620691200000, "date": "2021-05-11", "precipitation": 5.37}, {"timestamp": 1620777600000, "date": "2021-05-12", "precipitation": 2.94}, {"timestamp": 1620864000000, "date": "2021-05-13", "precipitation": 0.49}, {"timestamp": 1620950400000, "date": "2021-05-14", "precipitation": 0.02}, {"timestamp": 1621036800000, "date": "2021-05-15", "precipitation": 1.62}, {"timestamp": 1621123200000, "date": "2021-05-16", "precipitation": 2.78}, {"timestamp": 1621209600000, "date": "2021-05-17", "precipitation": 3.4}, {"timestamp": 1621296000000, "date": "2021-05-18", "precipitation": 3.56}, {"timestamp": 1621382400000, "date": "2021-05-19", "precipitation": 0.91}, {"timestamp": 1621468800000, "date": "2021-05-20", "precipitation": 1.36}, {"timestamp": 1621555200000, "date": "2021-05-21", "precipitation": 0.33}, {"timestamp": 1621641600000, "date": "2021-05-22", "precipitation": 4.43}, {"timestamp": 1621728000000, "date": "2021-05-23", "precipitation": 0.38}, {"timestamp": 1621814400000, "date": "2021-05-24", "precipitation": 0.26}, {"timestamp": 1621900800000, "date": "2021-05-25", "precipitation": 2.14}, {"timestamp": 1621987200000, "date": "2021-05-26", "precipitation": 5.69}, {"timestamp": 1622073600000, "date": "2021-05-27", "precipitation": 2.52}, {"timestamp": 1622160000000, "date": "2021-05-28", "precipitation": 0.6}, {"timestamp": 1622246400000, "date": "2021-05-29", "precipitation": 0}, {"timestamp": 1622332800000, "date": "2021-05-30", "precipitation": 0}, {"timestamp": 1622419200000, "date": "2021-05-31", "precipitation": 0}, {"timestamp": 1622505600000, "date": "2021-06-01", "precipitation": 0}, {"timestamp": 1622592000000, "date": "2021-06-02", "precipitation": 0}, {"timestamp": 1622678400000, "date": "2021-06-03", "precipitation": 0.04}, {"timestamp": 1622764800000, "date": "2021-06-04", "precipitation": 0.37}, {"timestamp": 1622851200000, "date": "2021-06-05", "precipitation": 15.39}, {"timestamp": 1622937600000, "date": "2021-06-06", "precipitation": 3.54}, {"timestamp": 1623024000000, "date": "2021-06-07", "precipitation": 5.23}, {"timestamp": 1623110400000, "date": "2021-06-08", "precipitation": 3.56}, {"timestamp": 1623196800000, "date": "2021-06-09", "precipitation": 10.35}, {"timestamp": 1623283200000, "date": "2021-06-10", "precipitation": 0.32}, {"timestamp": 1623369600000, "date": "2021-06-11", "precipitation": 0}, {"timestamp": 1623456000000, "date": "2021-06-12", "precipitation": 0}, {"timestamp": 1623542400000, "date": "2021-06-13", "precipitation": 0}, {"timestamp": 1623628800000, "date": "2021-06-14", "precipitation": 0}, {"timestamp": 1623715200000, "date": "2021-06-15", "precipitation": 0}, {"timestamp": 1623801600000, "date": "2021-06-16", "precipitation": 0}, {"timestamp": 1623888000000, "date": "2021-06-17", "precipitation": 0}, {"timestamp": 1623974400000, "date": "2021-06-18", "precipitation": 0}, {"timestamp": 1624060800000, "date": "2021-06-19", "precipitation": 0.13}, {"timestamp": 1624147200000, "date": "2021-06-20", "precipitation": 18.1}, {"timestamp": 1624233600000, "date": "2021-06-21", "precipitation": 0.75}, {"timestamp": 1624320000000, "date": "2021-06-22", "precipitation": 13.81}, {"timestamp": 1624406400000, "date": "2021-06-23", "precipitation": 16.92}, {"timestamp": 1624492800000, "date": "2021-06-24", "precipitation": 17.03}, {"timestamp": 1624579200000, "date": "2021-06-25", "precipitation": 6.7}, {"timestamp": 1624665600000, "date": "2021-06-26", "precipitation": 0}, {"timestamp": 1624752000000, "date": "2021-06-27", "precipitation": 0.44}, {"timestamp": 1624838400000, "date": "2021-06-28", "precipitation": 7.83}, {"timestamp": 1624924800000, "date": "2021-06-29", "precipitation": 14.27}, {"timestamp": 1625011200000, "date": "2021-06-30", "precipitation": 2.87}, {"timestamp": 1625097600000, "date": "2021-07-01", "precipitation": 2.5}, {"timestamp": 1625184000000, "date": "2021-07-02", "precipitation": 0}, {"timestamp": 1625270400000, "date": "2021-07-03", "precipitation": 0}, {"timestamp": 1625356800000, "date": "2021-07-04", "precipitation": 27.83}, {"timestamp": 1625443200000, "date": "2021-07-05", "precipitation": 1.38}, {"timestamp": 1625529600000, "date": "2021-07-06", "precipitation": 11.23}, {"timestamp": 1625616000000, "date": "2021-07-07", "precipitation": 0.03}, {"timestamp": 1625702400000, "date": "2021-07-08", "precipitation": 7.07}, {"timestamp": 1625788800000, "date": "2021-07-09", "precipitation": 9.96}, {"timestamp": 1625875200000, "date": "2021-07-10", "precipitation": 2.92}, {"timestamp": 1625961600000, "date": "2021-07-11", "precipitation": 7.14}, {"timestamp": 1626048000000, "date": "2021-07-12", "precipitation": 0.24}, {"timestamp": 1626134400000, "date": "2021-07-13", "precipitation": 42.46}, {"timestamp": 1626220800000, "date": "2021-07-14", "precipitation": 2.58}, {"timestamp": 1626307200000, "date": "2021-07-15", "precipitation": 4.56}, {"timestamp": 1626393600000, "date": "2021-07-16", "precipitation": 0.6}, {"timestamp": 1626480000000, "date": "2021-07-17", "precipitation": 0}, {"timestamp": 1626566400000, "date": "2021-07-18", "precipitation": 0}, {"timestamp": 1626652800000, "date": "2021-07-19", "precipitation": 0}, {"timestamp": 1626739200000, "date": "2021-07-20", "precipitation": 0}, {"timestamp": 1626825600000, "date": "2021-07-21", "precipitation": 0}, {"timestamp": 1626912000000, "date": "2021-07-22", "precipitation": 0}, {"timestamp": 1626998400000, "date": "2021-07-23", "precipitation": 0}, {"timestamp": 1627084800000, "date": "2021-07-24", "precipitation": 1.01}, {"timestamp": 1627171200000, "date": "2021-07-25", "precipitation": 0.05}, {"timestamp": 1627257600000, "date": "2021-07-26", "precipitation": 1.59}, {"timestamp": 1627344000000, "date": "2021-07-27", "precipitation": 0.38}, {"timestamp": 1627430400000, "date": "2021-07-28", "precipitation": 3.44}, {"timestamp": 1627516800000, "date": "2021-07-29", "precipitation": 0}, {"timestamp": 1627603200000, "date": "2021-07-30", "precipitation": 0}, {"timestamp": 1627689600000, "date": "2021-07-31", "precipitation": 0}, {"timestamp": 1627776000000, "date": "2021-08-01", "precipitation": 3.18}, {"timestamp": 1627862400000, "date": "2021-08-02", "precipitation": 6.69}, {"timestamp": 1627948800000, "date": "2021-08-03", "precipitation": 6.74}, {"timestamp": 1628035200000, "date": "2021-08-04", "precipitation": 0.03}, {"timestamp": 1628121600000, "date": "2021-08-05", "precipitation": 0.02}, {"timestamp": 1628208000000, "date": "2021-08-06", "precipitation": 4.13}, {"timestamp": 1628294400000, "date": "2021-08-07", "precipitation": 1.19}, {"timestamp": 1628380800000, "date": "2021-08-08", "precipitation": 1.47}, {"timestamp": 1628467200000, "date": "2021-08-09", "precipitation": 0.06}, {"timestamp": 1628553600000, "date": "2021-08-10", "precipitation": 0.02}, {"timestamp": 1628640000000, "date": "2021-08-11", "precipitation": 0.01}, {"timestamp": 1628726400000, "date": "2021-08-12", "precipitation": 0}, {"timestamp": 1628812800000, "date": "2021-08-13", "precipitation": 1.22}, {"timestamp": 1628899200000, "date": "2021-08-14", "precipitation": 0}, {"timestamp": 1628985600000, "date": "2021-08-15", "precipitation": 0.24}, {"timestamp": 1629072000000, "date": "2021-08-16", "precipitation": 6.58}, {"timestamp": 1629158400000, "date": "2021-08-17", "precipitation": 5.59}, {"timestamp": 1629244800000, "date": "2021-08-18", "precipitation": 0.48}, {"timestamp": 1629331200000, "date": "2021-08-19", "precipitation": 0.07}, {"timestamp": 1629417600000, "date": "2021-08-20", "precipitation": 0.01}, {"timestamp": 1629504000000, "date": "2021-08-21", "precipitation": 0}, {"timestamp": 1629590400000, "date": "2021-08-22", "precipitation": 11.69}, {"timestamp": 1629676800000, "date": "2021-08-23", "precipitation": 1.56}, {"timestamp": 1629763200000, "date": "2021-08-24", "precipitation": 0.07}, {"timestamp": 1629849600000, "date": "2021-08-25", "precipitation": 0}, {"timestamp": 1629936000000, "date": "2021-08-26", "precipitation": 4.31}, {"timestamp": 1630022400000, "date": "2021-08-27", "precipitation": 1.9}, {"timestamp": 1630108800000, "date": "2021-08-28", "precipitation": 0.36}, {"timestamp": 1630195200000, "date": "2021-08-29", "precipitation": 16.29}, {"timestamp": 1630281600000, "date": "2021-08-30", "precipitation": 1.37}, {"timestamp": 1630368000000, "date": "2021-08-31", "precipitation": 0.07}, {"timestamp": 1630454400000, "date": "2021-09-01", "precipitation": 0}, {"timestamp": 1630540800000, "date": "2021-09-02", "precipitation": 0}, {"timestamp": 1630627200000, "date": "2021-09-03", "precipitation": 0}, {"timestamp": 1630713600000, "date": "2021-09-04", "precipitation": 0}, {"timestamp": 1630800000000, "date": "2021-09-05", "precipitation": 0}, {"timestamp": 1630886400000, "date": "2021-09-06", "precipitation": 0}, {"timestamp": 1630972800000, "date": "2021-09-07", "precipitation": 0}, {"timestamp": 1631059200000, "date": "2021-09-08", "precipitation": 0}, {"timestamp": 1631145600000, "date": "2021-09-09", "precipitation": 0}, {"timestamp": 1631232000000, "date": "2021-09-10", "precipitation": 0.7}, {"timestamp": 1631318400000, "date": "2021-09-11", "precipitation": 1.6}, {"timestamp": 1631404800000, "date": "2021-09-12", "precipitation": 0.19}, {"timestamp": 1631491200000, "date": "2021-09-13", "precipitation": 0}, {"timestamp": 1631577600000, "date": "2021-09-14", "precipitation": 0}, {"timestamp": 1631664000000, "date": "2021-09-15", "precipitation": 11.97}, {"timestamp": 1631750400000, "date": "2021-09-16", "precipitation": 2.67}, {"timestamp": 1631836800000, "date": "2021-09-17", "precipitation": 0}, {"timestamp": 1631923200000, "date": "2021-09-18", "precipitation": 0}, {"timestamp": 1632009600000, "date": "2021-09-19", "precipitation": 0}, {"timestamp": 1632096000000, "date": "2021-09-20", "precipitation": 0}, {"timestamp": 1632182400000, "date": "2021-09-21", "precipitation": 0}]}
{"type": "object", "properties": {"input": {"type": "object", "properties": {"geo": {"type": "object", "properties": {"lat": {"type": "string"}, "lon": {"type": "string"}}}, "timeframe": {"type": "object", "properties": {"from": {"type": "string"}, "to": {"type": "string"}}}}}, "aggregations": {"type": "object", "properties": {"precipitationdays": {"type": "integer"}, "precipitation": {"type": "number"}}}, "result": {"type": "array", "items": {"type": "object", "properties": {"timestamp": {"type": "integer"}, "date": {"type": "string"}, "precipitation": {"type": "number"}}}}}}
f41cde5a-4484-4b00-b027-8ca0d5569d39/2d28e22c-d782-41bd-a94d-24766d467ce2/0/0
Fuels Live
An API with the latest Fuel News around the world
null
Get Individual News based on Press Name
This endpoint will return news from a specific press resource
200
New Example
[{"title": "Truckers block Dublin bridge in fuel price protest", "url": "https://www.bbc.com/news/world-europe-61068961", "source": "bbc"}, {"title": "Police probe rise in fuel thefts", "url": "https://www.bbc.com/news/uk-england-stoke-staffordshire-61040050", "source": "bbc"}, {"title": "Sri Lanka fuel crisis: 'Only God can help us now'", "url": "https://www.bbc.com/news/world-asia-61028654", "source": "bbc"}, {"title": "Full fuel duty cut not being passed on to drivers", "url": "https://www.bbc.com/news/business-60912704", "source": "bbc"}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}}
f41cde5a-4484-4b00-b027-8ca0d5569d39/bd5bd95e-39ec-4858-9612-176f972fa994/0/0
Fuels Live
An API with the latest Fuel News around the world
null
Get All Fuel News
This endpoint will return all news about Fuel from all over the world
200
New Example
[{"title": "Just Stop Oil protesters halt fuel tanker near M4 in west London \u2013 video", "url": "https://www.theguardian.com/environment/video/2022/apr/14/just-stop-oil-protesters-halt-fuel-tanker-m4-west-london-video", "source": "guardian"}, {"title": "Nine in ten forecourts outside London and South East stocked with both fuel grades", "url": "https://news.sky.com/story/story/fuel-crisis-nine-in-ten-forecourts-outside-london-and-south-east-stocked-with-both-grades-12427637", "source": "newssky"}, {"title": "Biofuel & Ag Leaders Respond to EPA Decision to Reverse Refinery Exemptions", "url": "https://fuelsmarketnews.com/biofuel-ag-leaders-respond-to-epa-decision-to-reverse-refinery-exemptions/", "source": "fuelsmarketnews"}, {"title": "High fuel prices to hit near-term demand, recovery seen in H2: Report", "url": "https://economictimes.indiatimes.com/industry/energy/oil-gas/high-fuel-prices-to-hit-near-term-demand-recovery-seen-in-h2-report/articleshow/90844312.cms", "source": "economictimes"}]
{"$schema": "http://json-schema.org/schema#", "type": "array", "items": {"type": "object", "properties": {"title": {"type": "string"}, "url": {"type": "string"}, "source": {"type": "string"}}, "required": ["source", "title", "url"]}}
4a85467f-1eb0-4c3e-a7d9-9350e1401742/4ab4bee3-07c5-4a1e-821f-a2338976ae73/0/0
Marktdaten Deutschland
Prognose des regionalen Strompreises
9.2
marketdata
Abruf einer regionalen Prognose des Strompreises.
200
Response
{"object": "list", "url": "/v2.0/marketdata?zip=69256", "license": "", "data": [{"start_timestamp": 1669248000000, "end_timestamp": 1669251600000, "marketprice": 132.95, "unit": "Eur/MWh", "localprice": 132.95, "localcell": "Mauer"}, {"start_timestamp": 1669248900000, "end_timestamp": 1669252500000, "marketprice": 134.05, "unit": "Eur/MWh", "localprice": 134.05, "localcell": "Mauer"}, {"start_timestamp": 1669249800000, "end_timestamp": 1669253400000, "marketprice": 126.75, "unit": "Eur/MWh", "localprice": 126.75, "localcell": "Mauer"}, {"start_timestamp": 1669250700000, "end_timestamp": 1669254300000, "marketprice": 114.98, "unit": "Eur/MWh", "localprice": 114.98, "localcell": "Mauer"}, {"start_timestamp": 1669251600000, "end_timestamp": 1669255200000, "marketprice": 124.98, "unit": "Eur/MWh", "localprice": 124.98, "localcell": "Mauer"}, {"start_timestamp": 1669252500000, "end_timestamp": 1669256100000, "marketprice": 123.72, "unit": "Eur/MWh", "localprice": 123.72, "localcell": "Mauer"}, {"start_timestamp": 1669253400000, "end_timestamp": 1669257000000, "marketprice": 131.78, "unit": "Eur/MWh", "localprice": 131.78, "localcell": "Mauer"}, {"start_timestamp": 1669254300000, "end_timestamp": 1669257900000, "marketprice": 122.44, "unit": "Eur/MWh", "localprice": 122.44, "localcell": "Mauer"}, {"start_timestamp": 1669255200000, "end_timestamp": 1669258800000, "marketprice": 109.99, "unit": "Eur/MWh", "localprice": 109.99, "localcell": "Mauer"}, {"start_timestamp": 1669256100000, "end_timestamp": 1669259700000, "marketprice": 114.99, "unit": "Eur/MWh", "localprice": 114.99, "localcell": "Mauer"}, {"start_timestamp": 1669257000000, "end_timestamp": 1669260600000, "marketprice": 130.35, "unit": "Eur/MWh", "localprice": 130.35, "localcell": "Mauer"}, {"start_timestamp": 1669257900000, "end_timestamp": 1669261500000, "marketprice": 136.67, "unit": "Eur/MWh", "localprice": 136.67, "localcell": "Mauer"}, {"start_timestamp": 1669258800000, "end_timestamp": 1669262400000, "marketprice": 107.56, "unit": "Eur/MWh", "localprice": 107.56, "localcell": "Mauer"}, {"start_timestamp": 1669259700000, "end_timestamp": 1669263300000, "marketprice": 107.42, "unit": "Eur/MWh", "localprice": 107.42, "localcell": "Mauer"}, {"start_timestamp": 1669260600000, "end_timestamp": 1669264200000, "marketprice": 129.92, "unit": "Eur/MWh", "localprice": 129.92, "localcell": "Mauer"}, {"start_timestamp": 1669261500000, "end_timestamp": 1669265100000, "marketprice": 142.44, "unit": "Eur/MWh", "localprice": 142.44, "localcell": "Mauer"}, {"start_timestamp": 1669262400000, "end_timestamp": 1669266000000, "marketprice": 99.99, "unit": "Eur/MWh", "localprice": 99.99, "localcell": "Mauer"}, {"start_timestamp": 1669263300000, "end_timestamp": 1669266900000, "marketprice": 133.49, "unit": "Eur/MWh", "localprice": 133.49, "localcell": "Mauer"}, {"start_timestamp": 1669264200000, "end_timestamp": 1669267800000, "marketprice": 163.67, "unit": "Eur/MWh", "localprice": 163.67, "localcell": "Mauer"}, {"start_timestamp": 1669265100000, "end_timestamp": 1669268700000, "marketprice": 209.98, "unit": "Eur/MWh", "localprice": 209.98, "localcell": "Mauer"}, {"start_timestamp": 1669266000000, "end_timestamp": 1669269600000, "marketprice": 169.97, "unit": "Eur/MWh", "localprice": 169.97, "localcell": "Mauer"}, {"start_timestamp": 1669266900000, "end_timestamp": 1669270500000, "marketprice": 210.73, "unit": "Eur/MWh", "localprice": 210.73, "localcell": "Mauer"}, {"start_timestamp": 1669267800000, "end_timestamp": 1669271400000, "marketprice": 247.69, "unit": "Eur/MWh", "localprice": 247.69, "localcell": "Mauer"}, {"start_timestamp": 1669268700000, "end_timestamp": 1669272300000, "marketprice": 284.91, "unit": "Eur/MWh", "localprice": 284.91, "localcell": "Mauer"}, {"start_timestamp": 1669269600000, "end_timestamp": 1669273200000, "marketprice": 282.88, "unit": "Eur/MWh", "localprice": 282.88, "localcell": "Mauer"}, {"start_timestamp": 1669270500000, "end_timestamp": 1669274100000, "marketprice": 281.26, "unit": "Eur/MWh", "localprice": 281.26, "localcell": "Mauer"}, {"start_timestamp": 1669271400000, "end_timestamp": 1669275000000, "marketprice": 284.69, "unit": "Eur/MWh", "localprice": 284.69, "localcell": "Mauer"}, {"start_timestamp": 1669272300000, "end_timestamp": 1669275900000, "marketprice": 298.74, "unit": "Eur/MWh", "localprice": 298.74, "localcell": "Mauer"}, {"start_timestamp": 1669273200000, "end_timestamp": 1669276800000, "marketprice": 303.59, "unit": "Eur/MWh", "localprice": 303.59, "localcell": "Mauer"}, {"start_timestamp": 1669274100000, "end_timestamp": 1669277700000, "marketprice": 306.74, "unit": "Eur/MWh", "localprice": 306.74, "localcell": "Mauer"}, {"start_timestamp": 1669275000000, "end_timestamp": 1669278600000, "marketprice": 305.39, "unit": "Eur/MWh", "localprice": 305.39, "localcell": "Mauer"}, {"start_timestamp": 1669275900000, "end_timestamp": 1669279500000, "marketprice": 299.93, "unit": "Eur/MWh", "localprice": 299.93, "localcell": "Mauer"}, {"start_timestamp": 1669276800000, "end_timestamp": 1669280400000, "marketprice": 291.14, "unit": "Eur/MWh", "localprice": 291.14, "localcell": "Mauer"}, {"start_timestamp": 1669277700000, "end_timestamp": 1669281300000, "marketprice": 271.9, "unit": "Eur/MWh", "localprice": 271.9, "localcell": "Mauer"}, {"start_timestamp": 1669278600000, "end_timestamp": 1669282200000, "marketprice": 272.72, "unit": "Eur/MWh", "localprice": 272.72, "localcell": "Mauer"}, {"start_timestamp": 1669279500000, "end_timestamp": 1669283100000, "marketprice": 265.3, "unit": "Eur/MWh", "localprice": 265.3, "localcell": "Mauer"}, {"start_timestamp": 1669280400000, "end_timestamp": 1669284000000, "marketprice": 289.93, "unit": "Eur/MWh", "localprice": 289.93, "localcell": "Mauer"}, {"start_timestamp": 1669281300000, "end_timestamp": 1669284900000, "marketprice": 257.73, "unit": "Eur/MWh", "localprice": 257.73, "localcell": "Mauer"}, {"start_timestamp": 1669282200000, "end_timestamp": 1669285800000, "marketprice": 259.65, "unit": "Eur/MWh", "localprice": 259.65, "localcell": "Mauer"}, {"start_timestamp": 1669283100000, "end_timestamp": 1669286700000, "marketprice": 259.91, "unit": "Eur/MWh", "localprice": 259.91, "localcell": "Mauer"}, {"start_timestamp": 1669284000000, "end_timestamp": 1669287600000, "marketprice": 288.04, "unit": "Eur/MWh", "localprice": 288.04, "localcell": "Mauer"}, {"start_timestamp": 1669284900000, "end_timestamp": 1669288500000, "marketprice": 263.94, "unit": "Eur/MWh", "localprice": 263.94, "localcell": "Mauer"}, {"start_timestamp": 1669285800000, "end_timestamp": 1669289400000, "marketprice": 258.69, "unit": "Eur/MWh", "localprice": 258.69, "localcell": "Mauer"}, {"start_timestamp": 1669286700000, "end_timestamp": 1669290300000, "marketprice": 254.95, "unit": "Eur/MWh", "localprice": 254.95, "localcell": "Mauer"}, {"start_timestamp": 1669287600000, "end_timestamp": 1669291200000, "marketprice": 261.96, "unit": "Eur/MWh", "localprice": 261.96, "localcell": "Mauer"}, {"start_timestamp": 1669288500000, "end_timestamp": 1669292100000, "marketprice": 250, "unit": "Eur/MWh", "localprice": 250, "localcell": "Mauer"}, {"start_timestamp": 1669289400000, "end_timestamp": 1669293000000, "marketprice": 261.71, "unit": "Eur/MWh", "localprice": 261.71, "localcell": "Mauer"}, {"start_timestamp": 1669290300000, "end_timestamp": 1669293900000, "marketprice": 278.76, "unit": "Eur/MWh", "localprice": 278.76, "localcell": "Mauer"}, {"start_timestamp": 1669291200000, "end_timestamp": 1669294800000, "marketprice": 279.19, "unit": "Eur/MWh", "localprice": 279.19, "localcell": "Mauer"}, {"start_timestamp": 1669292100000, "end_timestamp": 1669295700000, "marketprice": 253.94, "unit": "Eur/MWh", "localprice": 253.94, "localcell": "Mauer"}, {"start_timestamp": 1669293000000, "end_timestamp": 1669296600000, "marketprice": 259.03, "unit": "Eur/MWh", "localprice": 259.03, "localcell": "Mauer"}, {"start_timestamp": 1669293900000, "end_timestamp": 1669297500000, "marketprice": 265.04, "unit": "Eur/MWh", "localprice": 265.04, "localcell": "Mauer"}, {"start_timestamp": 1669294800000, "end_timestamp": 1669298400000, "marketprice": 240.03, "unit": "Eur/MWh", "localprice": 240.03, "localcell": "Mauer"}, {"start_timestamp": 1669295700000, "end_timestamp": 1669299300000, "marketprice": 259.93, "unit": "Eur/MWh", "localprice": 259.93, "localcell": "Mauer"}, {"start_timestamp": 1669296600000, "end_timestamp": 1669300200000, "marketprice": 274.96, "unit": "Eur/MWh", "localprice": 274.96, "localcell": "Mauer"}, {"start_timestamp": 1669297500000, "end_timestamp": 1669301100000, "marketprice": 293.8, "unit": "Eur/MWh", "localprice": 293.8, "localcell": "Mauer"}, {"start_timestamp": 1669298400000, "end_timestamp": 1669302000000, "marketprice": 264.57, "unit": "Eur/MWh", "localprice": 264.57, "localcell": "Mauer"}, {"start_timestamp": 1669299300000, "end_timestamp": 1669302900000, "marketprice": 289.93, "unit": "Eur/MWh", "localprice": 289.93, "localcell": "Mauer"}, {"start_timestamp": 1669300200000, "end_timestamp": 1669303800000, "marketprice": 304.91, "unit": "Eur/MWh", "localprice": 304.91, "localcell": "Mauer"}, {"start_timestamp": 1669301100000, "end_timestamp": 1669304700000, "marketprice": 317.35, "unit": "Eur/MWh", "localprice": 317.35, "localcell": "Mauer"}, {"start_timestamp": 1669302000000, "end_timestamp": 1669305600000, "marketprice": 302.78, "unit": "Eur/MWh", "localprice": 302.78, "localcell": "Mauer"}, {"start_timestamp": 1669302900000, "end_timestamp": 1669306500000, "marketprice": 316.19, "unit": "Eur/MWh", "localprice": 316.19, "localcell": "Mauer"}, {"start_timestamp": 1669303800000, "end_timestamp": 1669307400000, "marketprice": 310.62, "unit": "Eur/MWh", "localprice": 310.62, "localcell": "Mauer"}, {"start_timestamp": 1669304700000, "end_timestamp": 1669308300000, "marketprice": 325.77, "unit": "Eur/MWh", "localprice": 325.77, "localcell": "Mauer"}, {"start_timestamp": 1669305600000, "end_timestamp": 1669309200000, "marketprice": 341.61, "unit": "Eur/MWh", "localprice": 341.61, "localcell": "Mauer"}, {"start_timestamp": 1669306500000, "end_timestamp": 1669310100000, "marketprice": 339.22, "unit": "Eur/MWh", "localprice": 339.22, "localcell": "Mauer"}, {"start_timestamp": 1669307400000, "end_timestamp": 1669311000000, "marketprice": 337.17, "unit": "Eur/MWh", "localprice": 337.17, "localcell": "Mauer"}, {"start_timestamp": 1669308300000, "end_timestamp": 1669311900000, "marketprice": 343.79, "unit": "Eur/MWh", "localprice": 343.79, "localcell": "Mauer"}, {"start_timestamp": 1669309200000, "end_timestamp": 1669312800000, "marketprice": 338.04, "unit": "Eur/MWh", "localprice": 338.04, "localcell": "Mauer"}, {"start_timestamp": 1669310100000, "end_timestamp": 1669313700000, "marketprice": 320.68, "unit": "Eur/MWh", "localprice": 320.68, "localcell": "Mauer"}, {"start_timestamp": 1669311000000, "end_timestamp": 1669314600000, "marketprice": 315.25, "unit": "Eur/MWh", "localprice": 315.25, "localcell": "Mauer"}, {"start_timestamp": 1669311900000, "end_timestamp": 1669315500000, "marketprice": 296.5, "unit": "Eur/MWh", "localprice": 296.5, "localcell": "Mauer"}, {"start_timestamp": 1669312800000, "end_timestamp": 1669316400000, "marketprice": 334.04, "unit": "Eur/MWh", "localprice": 334.04, "localcell": "Mauer"}, {"start_timestamp": 1669313700000, "end_timestamp": 1669317300000, "marketprice": 306.12, "unit": "Eur/MWh", "localprice": 306.12, "localcell": "Mauer"}, {"start_timestamp": 1669314600000, "end_timestamp": 1669318200000, "marketprice": 285.5, "unit": "Eur/MWh", "localprice": 285.5, "localcell": "Mauer"}, {"start_timestamp": 1669315500000, "end_timestamp": 1669319100000, "marketprice": 260, "unit": "Eur/MWh", "localprice": 260, "localcell": "Mauer"}, {"start_timestamp": 1669316400000, "end_timestamp": 1669320000000, "marketprice": 356.68, "unit": "Eur/MWh", "localprice": 356.68, "localcell": "Mauer"}, {"start_timestamp": 1669317300000, "end_timestamp": 1669320900000, "marketprice": 274.97, "unit": "Eur/MWh", "localprice": 274.97, "localcell": "Mauer"}, {"start_timestamp": 1669318200000, "end_timestamp": 1669321800000, "marketprice": 244.74, "unit": "Eur/MWh", "localprice": 244.74, "localcell": "Mauer"}, {"start_timestamp": 1669319100000, "end_timestamp": 1669322700000, "marketprice": 235.6, "unit": "Eur/MWh", "localprice": 235.6, "localcell": "Mauer"}, {"start_timestamp": 1669320000000, "end_timestamp": 1669323600000, "marketprice": 279.98, "unit": "Eur/MWh", "localprice": 279.98, "localcell": "Mauer"}, {"start_timestamp": 1669320900000, "end_timestamp": 1669324500000, "marketprice": 269.91, "unit": "Eur/MWh", "localprice": 269.91, "localcell": "Mauer"}, {"start_timestamp": 1669321800000, "end_timestamp": 1669325400000, "marketprice": 247.96, "unit": "Eur/MWh", "localprice": 247.96, "localcell": "Mauer"}, {"start_timestamp": 1669322700000, "end_timestamp": 1669326300000, "marketprice": 224.87, "unit": "Eur/MWh", "localprice": 224.87, "localcell": "Mauer"}, {"start_timestamp": 1669323600000, "end_timestamp": 1669327200000, "marketprice": 259.97, "unit": "Eur/MWh", "localprice": 259.97, "localcell": "Mauer"}, {"start_timestamp": 1669324500000, "end_timestamp": 1669328100000, "marketprice": 209.95, "unit": "Eur/MWh", "localprice": 209.95, "localcell": "Mauer"}, {"start_timestamp": 1669325400000, "end_timestamp": 1669329000000, "marketprice": 208.65, "unit": "Eur/MWh", "localprice": 208.65, "localcell": "Mauer"}, {"start_timestamp": 1669326300000, "end_timestamp": 1669329900000, "marketprice": 177.38, "unit": "Eur/MWh", "localprice": 177.38, "localcell": "Mauer"}, {"start_timestamp": 1669327200000, "end_timestamp": 1669330800000, "marketprice": 206.48, "unit": "Eur/MWh", "localprice": 206.48, "localcell": "Mauer"}, {"start_timestamp": 1669328100000, "end_timestamp": 1669331700000, "marketprice": 179.95, "unit": "Eur/MWh", "localprice": 179.95, "localcell": "Mauer"}, {"start_timestamp": 1669329000000, "end_timestamp": 1669332600000, "marketprice": 186.49, "unit": "Eur/MWh", "localprice": 186.49, "localcell": "Mauer"}, {"start_timestamp": 1669329900000, "end_timestamp": 1669333500000, "marketprice": 143.79, "unit": "Eur/MWh", "localprice": 143.79, "localcell": "Mauer"}, {"start_timestamp": 1669248000000, "end_timestamp": 1669251600000, "marketprice": 126.18, "unit": "Eur/MWh", "localprice": 126.18, "localcell": "Mauer"}, {"start_timestamp": 1669248900000, "end_timestamp": 1669252500000, "marketprice": 153.56, "unit": "Eur/MWh", "localprice": 153.56, "localcell": "Mauer"}, {"start_timestamp": 1669249800000, "end_timestamp": 1669253400000, "marketprice": 207.39, "unit": "Eur/MWh", "localprice": 207.39, "localcell": "Mauer"}, {"start_timestamp": 1669250700000, "end_timestamp": 1669254300000, "marketprice": 293.16, "unit": "Eur/MWh", "localprice": 293.16, "localcell": "Mauer"}, {"start_timestamp": 1669251600000, "end_timestamp": 1669255200000, "marketprice": 309.09, "unit": "Eur/MWh", "localprice": 309.09, "localcell": "Mauer"}, {"start_timestamp": 1669252500000, "end_timestamp": 1669256100000, "marketprice": 294.94, "unit": "Eur/MWh", "localprice": 294.94, "localcell": "Mauer"}, {"start_timestamp": 1669253400000, "end_timestamp": 1669257000000, "marketprice": 295.02, "unit": "Eur/MWh", "localprice": 295.02, "localcell": "Mauer"}, {"start_timestamp": 1669254300000, "end_timestamp": 1669257900000, "marketprice": 289.9, "unit": "Eur/MWh", "localprice": 289.9, "localcell": "Mauer"}, {"start_timestamp": 1669255200000, "end_timestamp": 1669258800000, "marketprice": 272.93, "unit": "Eur/MWh", "localprice": 272.93, "localcell": "Mauer"}, {"start_timestamp": 1669256100000, "end_timestamp": 1669259700000, "marketprice": 269.92, "unit": "Eur/MWh", "localprice": 269.92, "localcell": "Mauer"}, {"start_timestamp": 1669257000000, "end_timestamp": 1669260600000, "marketprice": 272.24, "unit": "Eur/MWh", "localprice": 272.24, "localcell": "Mauer"}, {"start_timestamp": 1669257900000, "end_timestamp": 1669261500000, "marketprice": 300.36, "unit": "Eur/MWh", "localprice": 300.36, "localcell": "Mauer"}, {"start_timestamp": 1669258800000, "end_timestamp": 1669262400000, "marketprice": 315.05, "unit": "Eur/MWh", "localprice": 315.05, "localcell": "Mauer"}, {"start_timestamp": 1669259700000, "end_timestamp": 1669263300000, "marketprice": 322.72, "unit": "Eur/MWh", "localprice": 322.72, "localcell": "Mauer"}, {"start_timestamp": 1669260600000, "end_timestamp": 1669264200000, "marketprice": 299.59, "unit": "Eur/MWh", "localprice": 299.59, "localcell": "Mauer"}, {"start_timestamp": 1669261500000, "end_timestamp": 1669265100000, "marketprice": 285.91, "unit": "Eur/MWh", "localprice": 285.91, "localcell": "Mauer"}, {"start_timestamp": 1669262400000, "end_timestamp": 1669266000000, "marketprice": 261.56, "unit": "Eur/MWh", "localprice": 261.56, "localcell": "Mauer"}, {"start_timestamp": 1669263300000, "end_timestamp": 1669266900000, "marketprice": 229.94, "unit": "Eur/MWh", "localprice": 229.94, "localcell": "Mauer"}, {"start_timestamp": 1669264200000, "end_timestamp": 1669267800000, "marketprice": 217.1, "unit": "Eur/MWh", "localprice": 217.1, "localcell": "Mauer"}, {"start_timestamp": 1669265100000, "end_timestamp": 1669268700000, "marketprice": 173.64, "unit": "Eur/MWh", "localprice": 173.64, "localcell": "Mauer"}]}
{"type": "object", "properties": {"object": {"type": "string"}, "url": {"type": "string"}, "license": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"start_timestamp": {"type": "integer"}, "end_timestamp": {"type": "integer"}, "marketprice": {"type": "number"}, "unit": {"type": "string"}, "localprice": {"type": "number"}, "localcell": {"type": "string"}}}}}}
dc52af13-b9cf-4326-af79-3b49ec59c853/4c816f49-ff46-48f4-b51e-031b61bb0be0/0/0
PLN Name API
Validate PLN Meter You can validate PLN meter number before reload your PLN balance
8.1
pln
Sent POST request to this endpoint to validate your meter number
200
valid meter number
{"status": true, "code": 200, "message": "success", "data": {"customer_no": "45026038757", "meter_no": "45026038757", "subscriber_id": "173300890154", "name": "SETYO BUDI", "segment_power": "R1M /000000900"}}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "boolean"}, "code": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "object", "properties": {"customer_no": {"type": "string"}, "meter_no": {"type": "string"}, "subscriber_id": {"type": "string"}, "name": {"type": "string"}, "segment_power": {"type": "string"}}, "required": ["customer_no", "meter_no", "name", "segment_power", "subscriber_id"]}}, "required": ["code", "data", "message", "status"]}
dc52af13-b9cf-4326-af79-3b49ec59c853/4c816f49-ff46-48f4-b51e-031b61bb0be0/1/0
PLN Name API
Validate PLN Meter You can validate PLN meter number before reload your PLN balance
8.1
pln
Sent POST request to this endpoint to validate your meter number
400
invalid idpel
{"status": false, "code": 400, "message": "failed"}
{"type": "object", "properties": {"idpel": {"type": "string"}}}
d3a3cbde-14d3-4d3d-8a66-ca33a1d46002/e8124ab9-4c90-4f30-9041-b891dde4dfb3/0/0
CAISO
API for California Independent System Operator data provided from caiso.com. It includes data on energy emissions, demand, supply, and prices. Updated daily.
8.4
caiso
Gets standard CAISO data
200
Response
{"CAISOFile": "https://buildingviz-api.s3.amazonaws.com/output/caiso/co2_20220101_20220901_904336.csv?AWSAccessKeyId=ASIAZHYIUUBGORWM3OBZ&Signature=yV42UmG94KmCcMAoc3FnsoNXrRs%3D&x-amz-security-token=IQoJb3JpZ2luX2VjELn%2F%2F%2F%2F%2F%2F%2F%2F%2F%2FwEaCXVzLXdlc3QtMSJGMEQCIAeC6NYHWpXPAdXGvV2rV2aq%2B7QiHkChBuLFn1skXdsAAiA8atTBpOFxIIffNzkMgqpuMUiD%2BTNOJ4%2BVHKYk9ia8Wir0AghSEAIaDDYzNTEzNjQxNzg2OCIMypZe8lvR9A1Tc23cKtEC5SIWPYTQ42Oqy56c6VmMZSCvl6tuBRLULOkV2qEQcFR%2FfgMoXS0XFdtaxXGYViDw2N9MGLGRwFtBzK%2Fjz4qXUwP3bi6jkyaEpRbPVYl2xWt3srIRQ0J%2BOemqnah%2Fsf5c%2BKqzgjHAFDG23rFOqw22M5mKaMRSidbn4EWNEkFEcjTGSop60oS5A1naxKhuh4wFl38906UKOSsAiDT1Q2Yal4WFCoOzO8K3gDkggUrhp%2Fv5lNLw9KDZongoCeiM%2BTxAcllkE5HVNS4yAOP%2BBa%2By%2BpAaWH%2FmOGVhhDsguGq9eqfKaBpX0E08raCnfq%2BmmkxcJ9MiyTad8%2BIByqURWK3CpUcRJMNMJEn7kSIqPIrZqyqbnb40%2Bg4C8ZKiWD4%2FHxScqeoNnS3l8ftPljrqLO2jwp7JB9toxMg4EGIDB32KpHReqwTZLykXPheaudPkzY7LdjCFte%2BYBjqfAbTwbnxhrblJCpoZFXgp3u3u0n%2BmwcXGeXE74KvuTtlQn8M57GDFER%2FIJgAQMX0mmyEuFq%2Fb53dD%2Fr2fAruZdqWIN6SEpoAQ5sxuMXZxTctHyPfeJXvqbl1BgYMfaYhkM8rVsVVDwFiHG2v%2FQAhav7rnReOA6OKkMMS8c94VAgHcep3KqRwyyCFLwiNr61btGg5%2FOB0zXNyfVJwS%2BPD%2Bug%3D%3D&Expires=1662773400"}
{"type": "object", "properties": {"CAISOFile": {"type": "string"}}}
d3a3cbde-14d3-4d3d-8a66-ca33a1d46002/1970cb7e-112a-469d-9ce9-664e3d2ebf65/0/0
CAISO
API for California Independent System Operator data provided from caiso.com. It includes data on energy emissions, demand, supply, and prices. Updated daily.
8.4
caisonode
Returns nodes where prices are tracked by CAISO
200
Response
{"nodes": [{"node_name": "AG_LNODER1A", "node_type": "Node", "node_region": "APS", "node_ntype": "LOAD", "node_lat": 33.9443779999881, "node_long": -113.17928367347}, {"node_name": "AG_LNODER3A", "node_type": "Node", "node_region": "APS", "node_ntype": "LOAD", "node_lat": 33.9443779999881, "node_long": -113.17939232653}, {"node_name": "AN_LNODE18A", "node_type": "Node", "node_region": "APS", "node_ntype": "LOAD", "node_lat": 34.6299032593284, "node_long": -112.440411}, {"node_name": "AN_LNODE22A", "node_type": "Node", "node_region": "APS", "node_ntype": "LOAD", "node_lat": 34.6298218703225, "node_long": -112.440353893009}, {"node_name": "AN_LNODE26A", "node_type": "Node", "node_region": "APS", "node_ntype": "LOAD", "node_lat": 34.6298218703225, "node_long": -112.440468106991}, {"node_name": "BGD_GNODEBAG", "node_type": "Node", "node_region": "APS", "node_ntype": "GEN", "node_lat": 34.5657409999877, "node_long": -113.175399088307}, {"node_name": "BGD_LNODER4A", "node_type": "Node", "node_region": "APS", "node_ntype": "LOAD", "node_lat": 34.5657409999877, "node_long": -113.175508911693}, {"node_name": "BIGBEND_LNODE-1", "node_type": "Node", "node_region": "NV", "node_ntype": "LOAD", "node_lat": 35.1582409999875, "node_long": -114.581606868611}, {"node_name": "BIGBEND_LNODE-2", "node_type": "Node", "node_region": "NV", "node_ntype": "LOAD", "node_lat": 35.1582409999875, "node_long": -114.581717131389}, {"node_name": "BLYTHESC_1_N005", "node_type": "Node", "node_region": "CA", "node_ntype": "LOAD", "node_lat": 33.614957, "node_long": -114.682935}, {"node_name": "BMT_LNODE10A", "node_type": "Node", "node_region": "APS", "node_ntype": "LOAD", "node_lat": 34.577787, "node_long": -112.356605}, {"node_name": "BMT_LNODE12A", "node_type": "Node", "node_region": "APS", "node_ntype": "LOAD", "node_lat": 34.5777869999508, "node_long": -112.35649516108}, {"node_name": "BMT_LNODER1A", "node_type": "Node", "node_region": "APS", "node_ntype": "LOAD", "node_lat": 34.5776965634164, "node_long": -112.356605}, {"node_name": "BMT_LNODER2A", "node_type": "Node", "node_region": "APS", "node_ntype": "LOAD", "node_lat": 34.5777869999508, "node_long": -112.35671483892}, {"node_name": "BMT_LNODER9A", "node_type": "Node", "node_region": "APS", "node_ntype": "LOAD", "node_lat": 34.5778774365837, "node_long": -112.356605}, {"node_name": "CAMINO_2_N001", "node_type": "Node", "node_region": "CA", "node_ntype": "LOAD", "node_lat": 34.83, "node_long": -114.99}, {"node_name": "CIMA_2_N101", "node_type": "Node", "node_region": "CA", "node_ntype": "LOAD", "node_lat": 35.2691, "node_long": -115.49292}, {"node_name": "CV_LNODE10A", "node_type": "Node", "node_region": "APS", "node_ntype": "LOAD", "node_lat": 34.7531762415922, "node_long": -112.465811}, {"node_name": "CV_LNODE14A", "node_type": "Node", "node_region": "APS", "node_ntype": "LOAD", "node_lat": 34.7530948791905, "node_long": -112.46575382659}, {"node_name": "CV_LNODER6A", "node_type": "Node", "node_region": "APS", "node_ntype": "LOAD", "node_lat": 34.7530948791905, "node_long": -112.46586817341}, {"node_name": "DE_LNODE10A", "node_type": "Node", "node_region": "APS", "node_ntype": "LOAD", "node_lat": 34.5712582620719, "node_long": -112.481319}, {"node_name": "DE_LNODER1A", "node_type": "Node", "node_region": "APS", "node_ntype": "LOAD", "node_lat": 34.5711768689508, "node_long": -112.481261930433}, {"node_name": "DE_LNODER5A", "node_type": "Node", "node_region": "APS", "node_ntype": "LOAD", "node_lat": 34.5711768689508, "node_long": -112.481376069567}, {"node_name": "DEVERS_1_N057", "node_type": "Node", "node_region": "CA", "node_ntype": "GEN", "node_lat": 34.245053, "node_long": -115.568108}, {"node_name": "EAGLEMTN_2_N001", "node_type": "Node", "node_region": "CA", "node_ntype": "LOAD", "node_lat": 33.8199999999881, "node_long": -115.439945818687}, {"node_name": "EAGLEMTN_2_N002", "node_type": "Node", "node_region": "CA", "node_ntype": "LOAD", "node_lat": 33.8199999999881, "node_long": -115.440054181313}, {"node_name": "EAGLEMTN_LNODEHI", "node_type": "Node", "node_region": "PACW", "node_ntype": "LOAD", "node_lat": 33.8199729920039, "node_long": -115.440056306854}, {"node_name": "FE_LNODER2A", "node_type": "Node", "node_region": "APS", "node_ntype": "LOAD", "node_lat": 33.9631559999881, "node_long": -112.783975651881}, {"node_name": "FE_LNODER4A", "node_type": "Node", "node_region": "APS", "node_ntype": "LOAD", "node_lat": 33.9631559999881, "node_long": -112.784084348119}, {"node_name": "FLR_LNODER2A", "node_type": "Node", "node_region": "APS", "node_ntype": "LOAD", "node_lat": 34.057365999988, "node_long": -112.81659454577}, {"node_name": "FLR_LNODER4A", "node_type": "Node", "node_region": "APS", "node_ntype": "LOAD", "node_lat": 34.057365999988, "node_long": -112.81670345423}, {"node_name": "GBS_LNODE10A", "node_type": "Node", "node_region": "APS", "node_ntype": "LOAD", "node_lat": 34.7491229999876, "node_long": -112.578913986672}, {"node_name": "GBS_LNODE12A", "node_type": "Node", "node_region": "APS", "node_ntype": "LOAD", "node_lat": 34.7491229999876, "node_long": -112.579024013328}, {"node_name": "GENE_2_N001", "node_type": "Node", "node_region": "CA", "node_ntype": "LOAD", "node_lat": 34.3, "node_long": -114.23}, {"node_name": "GK_GNODECHV", "node_type": "Node", "node_region": "APS", "node_ntype": "GEN", "node_lat": 34.718401, "node_long": -112.429842}, {"node_name": "HIGGINS_GNODEST", "node_type": "Node", "node_region": "NV", "node_ntype": "GEN", "node_lat": 35.615015, "node_long": -115.356203}, {"node_name": "HIGGINS_GNODET1", "node_type": "Node", "node_region": "NV", "node_ntype": "GEN", "node_lat": 35.6150149999497, "node_long": -115.356092600989}, {"node_name": "HIGGINS_GNODET2", "node_type": "Node", "node_region": "NV", "node_ntype": "GEN", "node_lat": 35.6149372753546, "node_long": -115.356147800548}, {"node_name": "HIGGINS_LNODET1", "node_type": "Node", "node_region": "NV", "node_ntype": "LOAD", "node_lat": 35.6149372753546, "node_long": -115.356258199452}, {"node_name": "HIGGINS_LNODET2", "node_type": "Node", "node_region": "NV", "node_ntype": "LOAD", "node_lat": 35.6150149999497, "node_long": -115.356313399011}, {"node_name": "HIGGINS_LNODET3", "node_type": "Node", "node_region": "NV", "node_ntype": "LOAD", "node_lat": 35.6150927246202, "node_long": -115.356258199559}, {"node_name": "IRONMTN_2_N001", "node_type": "Node", "node_region": "CA", "node_ntype": "LOAD", "node_lat": 34.16, "node_long": -115.12}, {"node_name": "KIDWELL_LNODE-1", "node_type": "Node", "node_region": "NV", "node_ntype": "LOAD", "node_lat": 35.29501, "node_long": -114.836487}, {"node_name": "KJ_LNODE10A", "node_type": "Node", "node_region": "APS", "node_ntype": "LOAD", "node_lat": 34.3655329999878, "node_long": -112.668887239843}, {"node_name": "KJ_LNODE12A", "node_type": "Node", "node_region": "APS", "node_ntype": "LOAD", "node_lat": 34.3655329999878, "node_long": -112.668996760157}, {"node_name": "NELSON_LNODE-1", "node_type": "Node", "node_region": "NV", "node_ntype": "LOAD", "node_lat": 35.707808, "node_long": -114.824876}, {"node_name": "NV SOLR1_GNODEIT", "node_type": "Node", "node_region": "NV", "node_ntype": "GEN", "node_lat": 35.796849, "node_long": -114.981903}, {"node_name": "PF_LNODEMR4", "node_type": "Node", "node_region": "APS", "node_ntype": "LOAD", "node_lat": 34.749614, "node_long": -112.452709}, {"node_name": "PU_LNODER2A", "node_type": "Node", "node_region": "APS", "node_ntype": "LOAD", "node_lat": 34.8879509999875, "node_long": -112.470498932074}, {"node_name": "PU_LNODER4A", "node_type": "Node", "node_region": "APS", "node_ntype": "LOAD", "node_lat": 34.8879509999875, "node_long": -112.470609067926}, {"node_name": "RIVERRD_LNODE-1", "node_type": "Node", "node_region": "NV", "node_ntype": "LOAD", "node_lat": 35.1267659999875, "node_long": -114.636177873856}, {"node_name": "RIVERRD_LNODE-2", "node_type": "Node", "node_region": "NV", "node_ntype": "LOAD", "node_lat": 35.1267659999875, "node_long": -114.636288126144}, {"node_name": "SDG_LNODE12A", "node_type": "Node", "node_region": "APS", "node_ntype": "LOAD", "node_lat": 34.5681084368074, "node_long": -112.427136173535}, {"node_name": "SDG_LNODER1A", "node_type": "Node", "node_region": "APS", "node_ntype": "LOAD", "node_lat": 34.5679275630943, "node_long": -112.427136173774}, {"node_name": "SDG_LNODER5A", "node_type": "Node", "node_region": "APS", "node_ntype": "LOAD", "node_lat": 34.5679275630943, "node_long": -112.427355826226}, {"node_name": "SDG_LNODER9A", "node_type": "Node", "node_region": "APS", "node_ntype": "LOAD", "node_lat": 34.5681084368074, "node_long": -112.427355826465}, {"node_name": "SEARCHLT_LNODE-1", "node_type": "Node", "node_region": "NV", "node_ntype": "LOAD", "node_lat": 35.4597358783658, "node_long": -114.935371655207}, {"node_name": "SEARCHLT_LNODEKV", "node_type": "Node", "node_region": "NV", "node_ntype": "LOAD", "node_lat": 35.4595561215337, "node_long": -114.935371655454}, {"node_name": "SEARCHLT_LNODEVG", "node_type": "Node", "node_region": "NV", "node_ntype": "LOAD", "node_lat": 35.4595561215337, "node_long": -114.935592344546}, {"node_name": "SLVSTSLR_GNODEIT", "node_type": "Node", "node_region": "NV", "node_ntype": "GEN", "node_lat": 35.6150927246202, "node_long": -115.356147800441}, {"node_name": "SOPOINT_LNODE-1", "node_type": "Node", "node_region": "NV", "node_ntype": "LOAD", "node_lat": 35.1518229999875, "node_long": -114.578048869648}, {"node_name": "SOPOINT_LNODE-2", "node_type": "Node", "node_region": "NV", "node_ntype": "LOAD", "node_lat": 35.1518229999875, "node_long": -114.578159130352}, {"node_name": "SRG_GNODEPAS", "node_type": "Node", "node_region": "APS", "node_ntype": "GEN", "node_lat": 34.6553232569842, "node_long": -112.425419}, {"node_name": "SRG_GNODEPCT", "node_type": "Node", "node_region": "APS", "node_ntype": "GEN", "node_lat": 34.6552418714946, "node_long": -112.425361877968}, {"node_name": "SRG_LNODE12A", "node_type": "Node", "node_region": "APS", "node_ntype": "LOAD", "node_lat": 34.6552418714946, "node_long": -112.425476122032}, {"node_name": "SWIFT_GNODEIT", "node_type": "Node", "node_region": "NV", "node_ntype": "GEN", "node_lat": 35.4597358783658, "node_long": -114.935592344793}, {"node_name": "WB_LNODE10A", "node_type": "Node", "node_region": "APS", "node_ntype": "LOAD", "node_lat": 33.9842621698207, "node_long": -112.739091255629}, {"node_name": "WB_LNODE14A", "node_type": "Node", "node_region": "APS", "node_ntype": "LOAD", "node_lat": 33.9840818300837, "node_long": -112.73909125586}, {"node_name": "WB_LNODER2A", "node_type": "Node", "node_region": "APS", "node_ntype": "LOAD", "node_lat": 33.9840818300837, "node_long": -112.73930874414}, {"node_name": "WB_LNODER6A", "node_type": "Node", "node_region": "APS", "node_ntype": "LOAD", "node_lat": 33.9842621698207, "node_long": -112.739308744371}, {"node_name": "WLF_LNODER2A", "node_type": "Node", "node_region": "APS", "node_ntype": "LOAD", "node_lat": 34.6321979999877, "node_long": -112.360015047388}, {"node_name": "WLF_LNODER4A", "node_type": "Node", "node_region": "APS", "node_ntype": "LOAD", "node_lat": 34.6321979999877, "node_long": -112.360124952612}, {"node_name": "WQ_LNODER2A", "node_type": "Node", "node_region": "APS", "node_ntype": "LOAD", "node_lat": 34.429858, "node_long": -112.61174}, {"node_name": "WSP_LNODE10A", "node_type": "Node", "node_region": "APS", "node_ntype": "LOAD", "node_lat": 34.529609261748, "node_long": -112.472914}, {"node_name": "WSP_LNODE12A", "node_type": "Node", "node_region": "APS", "node_ntype": "LOAD", "node_lat": 34.5295278691128, "node_long": -112.472856959331}, {"node_name": "WSP_LNODER2A", "node_type": "Node", "node_region": "APS", "node_ntype": "LOAD", "node_lat": 34.5295278691128, "node_long": -112.472971040669}, {"node_name": "YU_6_TGEN1GNODE", "node_type": "Node", "node_region": "APS", "node_ntype": "GEN", "node_lat": 34.6552689999507, "node_long": -112.425528931438}, {"node_name": "YU_6_TGEN2GNODE", "node_type": "Node", "node_region": "APS", "node_ntype": "GEN", "node_lat": 34.6553594283071, "node_long": -112.425419}]}
{"type": "object", "properties": {"nodes": {"type": "array", "items": {"type": "object", "properties": {"node_name": {"type": "string"}, "node_type": {"type": "string"}, "node_region": {"type": "string"}, "node_ntype": {"type": "string"}, "node_lat": {"type": "number"}, "node_long": {"type": "number"}}}}}}
d3a3cbde-14d3-4d3d-8a66-ca33a1d46002/3f83b086-4022-4279-9da6-1ec81c3d851b/0/0
CAISO
API for California Independent System Operator data provided from caiso.com. It includes data on energy emissions, demand, supply, and prices. Updated daily.
8.4
caisoregion
Gets Regional Authorities where node prices are tracked by CAISO
200
Response
{"regions": [{"region_code": "APS", "region_name": "Arizona Public Service"}, {"region_code": "AVA", "region_name": "Avista Corporation"}, {"region_code": "BANC", "region_name": "Balancing Authority of Northern California"}, {"region_code": "BCHA", "region_name": "Powerex"}, {"region_code": "BPAT", "region_name": "Bonneville Power Administration"}, {"region_code": "CA", "region_name": "California ISO"}, {"region_code": "IPCO", "region_name": "Idaho Power"}, {"region_code": "LADWP", "region_name": "Los Angeles Department of Water & Power"}, {"region_code": "NV", "region_name": "NV Energy"}, {"region_code": "NWMT", "region_name": "NorthWestern Energy"}, {"region_code": "PACE", "region_name": "PacifiCorp East"}, {"region_code": "PACW", "region_name": "PacifiCorp West"}, {"region_code": "PGE", "region_name": "Portland General Electric"}, {"region_code": "PNM", "region_name": "Public Service Company of New Mexico"}, {"region_code": "PSE", "region_name": "Puget Sound Energy"}, {"region_code": "SCL", "region_name": "Seattle City Light"}, {"region_code": "SRP", "region_name": "Salt River Project"}, {"region_code": "TEPC", "region_name": "Tucson Electric Power"}, {"region_code": "TIDC", "region_name": "Turlock Irrigation District"}, {"region_code": "TPWR", "region_name": "Tacoma Power"}]}
{"type": "object", "properties": {"regions": {"type": "array", "items": {"type": "object", "properties": {"region_code": {"type": "string"}, "region_name": {"type": "string"}}}}}}
3aeb0169-8bf1-42af-9785-52933f34c197/5ddfd21b-3adb-41a1-b8a0-d88afb7b9d4d/0/0
nemy
nemy tracks the National Electricity Market (NEM) in Australia. nemy API has a collection of simple endpoints that are designed to help people align their electricity usage with times of abundant renewable energy.
8.9
/NEM/summary/current
Gets current summary of NEM data from AEMO based on user-defined parameters.
200
null
{"time_interval": "2022-04-19 12:00:00", "price_household": 26.12, "price_dispatch": 120.02, "price_percentile": 36.2, "price_category": "free", "renewables": 45.64, "renewables_no_rooftop": 38.98, "renewables_percentile": 74.2, "renewables_category": "extremely green"}
{"type": "object", "required": ["time_interval", "price_household", "price_dispatch", "price_percentile", "price_category", "renewables", "renewables_no_rooftop", "renewables_percentile", "renewables_category"], "properties": {"time_interval": {"type": "string", "description": "Time for the data interval. This represents the time at the end of the interval (e.g. for NEM data this is UTC+10 - without daylight savings. Formatted as a ISO 8601 time).", "format": "date-time"}, "price_household": {"type": "number", "description": "Retail household price in the user-defined state (e.g. VIC1). The household price is the dispatch price (including GST) plus a flat 15 c/kWh amount which estimates non-wholesale-generation-charges (e.g. network chargers, market charges). Price provided in c/kWh."}, "price_dispatch": {"type": "number", "description": "Wholesale dispatch price in the user-defined state (e.g. VIC1). Price provided in $/MWh."}, "price_percentile": {"type": "number", "description": "Percentile in the user-defined state (e.g. VIC1) based on a rolling one month view of wholesale prices."}, "price_category": {"type": "string", "description": "User-friendly indicator of whether it is a cheap time to use electricity in the user-defined state (e.g. VIC1).", "enum": ["free", "cheap", "typical", "expensive", "spike"]}, "renewables": {"type": "number", "description": "Renewable energy percentage [%] in the user-defined state (e.g. VIC1)."}, "renewables_no_rooftop": {"type": "number", "description": "Renewable energy percentage [%] in the user-defined state (e.g. VIC1). Calculation does not consider rooftop solar generation."}, "renewables_percentile": {"type": "number", "description": "Percentile in the user-defined state (e.g. VIC1) based on a rolling one month view of generation sources."}, "renewables_category": {"type": "string", "description": "User-friendly indicator of whether it is a green time to use electricity in the user-defined state (e.g. VIC1).", "enum": ["extremely green", "green", "typical", "polluting", "extremely polluting"]}}}
25d6751b-4930-4240-ae23-8720c456f7f5/a62581ec-5050-4ef1-846b-e6662b57ecc6/0/0
Fuel Rates India
We have a dedicated and separate section for fuels which mainly contains petrol, diesel, LPG and CNG prices.
null
Search By City- Diesel Prices
Last 10 Days of Diesel Prices CityWise
200
Response
{"result": [{"Date": "Oct 23, 2022", "Price": "96.63 "}, {"Date": "Oct 22, 2022", "Price": "96.77 "}, {"Date": "Oct 21, 2022", "Price": "96.38 "}, {"Date": "Oct 20, 2022", "Price": "96.77 "}, {"Date": "Oct 19, 2022", "Price": "96.39 "}, {"Date": "Oct 18, 2022", "Price": "96.38 "}, {"Date": "Oct 17, 2022", "Price": "96.38 "}, {"Date": "Oct 16, 2022", "Price": "96.30 "}, {"Date": "Oct 15, 2022", "Price": "96.35 "}, {"Date": "Oct 14, 2022", "Price": "96.47 "}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"result": {"type": "array", "items": {"type": "object", "properties": {"Date": {"type": "string"}, "Price": {"type": "string"}}, "required": ["Date", "Price"]}}}, "required": ["result"]}
25d6751b-4930-4240-ae23-8720c456f7f5/e4c433c1-a85f-4719-9d1f-993ee74accf8/0/0
Fuel Rates India
We have a dedicated and separate section for fuels which mainly contains petrol, diesel, LPG and CNG prices.
null
Search By State- Petrol Prices
Search By State- Petrol Prices
200
Response
{"result": [{"Date": "Oct 23, 2022", "Price": "96.72 "}, {"Date": "Oct 22, 2022", "Price": "96.72 "}, {"Date": "Oct 21, 2022", "Price": "96.72 "}, {"Date": "Oct 20, 2022", "Price": "96.72 "}, {"Date": "Oct 19, 2022", "Price": "96.72 "}, {"Date": "Oct 18, 2022", "Price": "96.72 "}, {"Date": "Oct 17, 2022", "Price": "96.72 "}, {"Date": "Oct 16, 2022", "Price": "96.72 "}, {"Date": "Oct 15, 2022", "Price": "96.72 "}, {"Date": "Oct 14, 2022", "Price": "96.72 "}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"result": {"type": "array", "items": {"type": "object", "properties": {"Date": {"type": "string"}, "Price": {"type": "string"}}, "required": ["Date", "Price"]}}}, "required": ["result"]}
25d6751b-4930-4240-ae23-8720c456f7f5/ee4a8183-e883-40e6-a483-832abb4fe7df/0/0
Fuel Rates India
We have a dedicated and separate section for fuels which mainly contains petrol, diesel, LPG and CNG prices.
null
Search By City- Petrol Prices
Last 10 Days of Petrol Prices CityWise
200
Response
{"result": [{"Date": "Oct 23, 2022", "Price": "96.63 "}, {"Date": "Oct 22, 2022", "Price": "96.77 "}, {"Date": "Oct 21, 2022", "Price": "96.38 "}, {"Date": "Oct 20, 2022", "Price": "96.77 "}, {"Date": "Oct 19, 2022", "Price": "96.39 "}, {"Date": "Oct 18, 2022", "Price": "96.38 "}, {"Date": "Oct 17, 2022", "Price": "96.38 "}, {"Date": "Oct 16, 2022", "Price": "96.30 "}, {"Date": "Oct 15, 2022", "Price": "96.35 "}, {"Date": "Oct 14, 2022", "Price": "96.47 "}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"result": {"type": "array", "items": {"type": "object", "properties": {"Date": {"type": "string"}, "Price": {"type": "string"}}, "required": ["Date", "Price"]}}}, "required": ["result"]}
25d6751b-4930-4240-ae23-8720c456f7f5/41e1798e-e55b-4ad9-b8a6-17257aa8fbab/0/0
Fuel Rates India
We have a dedicated and separate section for fuels which mainly contains petrol, diesel, LPG and CNG prices.
null
Last 6 Month High and Low Prices of Diesel By City
Search Historical Price of Diesel Citywise
200
Response
{"result": [{"Month": " Highest Rate In October ", "Price": "Rs. 89.93 on October 3rd"}, {"Month": " Lowest Rate In October ", "Price": "Rs. 89.28 on October 1st"}, {"Month": " Highest Rate In September ", "Price": "Rs. 89.93 on September 5th"}, {"Month": " Lowest Rate In September ", "Price": "Rs. 89.27 on September 2nd"}, {"Month": " Highest Rate In August ", "Price": "Rs. 89.93 on August 13th"}, {"Month": " Lowest Rate In August ", "Price": "Rs. 89.27 on August 29th"}, {"Month": " Highest Rate In July ", "Price": "Rs. 89.93 on July 22nd"}, {"Month": " Lowest Rate In July ", "Price": "Rs. 89.28 on July 7th"}, {"Month": " Highest Rate In June ", "Price": "Rs. 89.96 on June 3rd"}, {"Month": " Lowest Rate In June ", "Price": "Rs. 89.44 on June 6th"}, {"Month": " Highest Rate In May ", "Price": "Rs. 97.00 on May 8th"}, {"Month": " Lowest Rate In May ", "Price": "Rs. 89.44 on May 24th"}, {"Month": " Highest Rate In April ", "Price": "Rs. 97.02 on April 26th"}, {"Month": " Lowest Rate In April ", "Price": "Rs. 93.05 on April 1st"}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"result": {"type": "array", "items": {"type": "object", "properties": {"Month": {"type": "string"}, "Price": {"type": "string"}}, "required": ["Month", "Price"]}}}, "required": ["result"]}
25d6751b-4930-4240-ae23-8720c456f7f5/aa7c0ee3-969e-4250-8a0a-163d2071e90b/0/0
Fuel Rates India
We have a dedicated and separate section for fuels which mainly contains petrol, diesel, LPG and CNG prices.
null
Diesel Prices in Cities of India
Find the Prices of Diesel today in the various cities of India
200
Response
{"result": [{"city": "Adilabad", "Price": "99.69 "}, {"city": "Agar Malwa", "Price": "94.89 "}, {"city": "Agra", "Price": "89.80 "}, {"city": "Ahmadnagar", "Price": "92.94 "}, {"city": "Ahmedabad", "Price": "92.17 "}, {"city": "Aizawl", "Price": "82.25 "}, {"city": "Ajmer", "Price": "93.62 "}, {"city": "Akola", "Price": "92.69 "}, {"city": "Alappuzha", "Price": "95.44 "}, {"city": "Aligarh", "Price": "89.78 "}, {"city": "Alipurduar", "Price": "93.90 "}, {"city": "Alirajpur", "Price": "95.67 "}, {"city": "Allahabad", "Price": "90.64 "}, {"city": "Almora", "Price": "90.54 "}, {"city": "Alwar", "Price": "94.05 "}, {"city": "Ambala", "Price": "90.08 "}, {"city": "Ambedkarnagar", "Price": "90.69 "}, {"city": "Amethi Csm Nagar", "Price": "90.72 "}, {"city": "Amravati", "Price": "93.70 "}, {"city": "Amreli", "Price": "93.01 "}, {"city": "Amritsar", "Price": "87.24 "}, {"city": "Amroha", "Price": "90.25 "}, {"city": "Anand", "Price": "91.92 "}, {"city": "Anantapur", "Price": "99.52 "}, {"city": "Anantnag", "Price": "85.89 "}, {"city": "Angul", "Price": "96.14 "}, {"city": "Anupur", "Price": "96.16 "}, {"city": "Araria", "Price": "95.88 "}, {"city": "Aravalli", "Price": "93.10 "}, {"city": "Ariyalur", "Price": "95.50 "}, {"city": "Arwal", "Price": "94.57 "}, {"city": "Ashoknagar", "Price": "94.22 "}, {"city": "Auraiya", "Price": "90.11 "}, {"city": "Aurangabad", "Price": "95.59 "}, {"city": "Azamgarh", "Price": "90.20 "}, {"city": "Badgam", "Price": "86.77 "}, {"city": "Badwani", "Price": "95.22 "}, {"city": "Bagalkot", "Price": "88.42 "}, {"city": "Bageshwar", "Price": "91.01 "}, {"city": "Baghpat", "Price": "89.57 "}, {"city": "Bahraich", "Price": "90.30 "}, {"city": "Baksa", "Price": "87.24 "}, {"city": "Balaghat", "Price": "95.72 "}, {"city": "Baleshwar", "Price": "94.76 "}, {"city": "Ballia", "Price": "91.22 "}, {"city": "Balod", "Price": "96.55 "}, {"city": "Balodabazar", "Price": "95.98 "}, {"city": "Balrampur", "Price": "97.62 "}, {"city": "Banas Kantha", "Price": "92.16 "}, {"city": "Banda", "Price": "90.63 "}, {"city": "Bandipora", "Price": "87.19 "}, {"city": "Bangalore", "Price": "87.89 "}, {"city": "Bangalore Rural", "Price": "87.95 "}, {"city": "Banka", "Price": "95.51 "}, {"city": "Bankura", "Price": "93.01 "}, {"city": "Banswara", "Price": "95.37 "}, {"city": "Barabanki", "Price": "89.84 "}, {"city": "Baramullah", "Price": "87.13 "}, {"city": "Baran", "Price": "93.78 "}, {"city": "Bareilly", "Price": "89.45 "}, {"city": "Bargarh", "Price": "95.98 "}, {"city": "Barmer", "Price": "94.36 "}, {"city": "Barnala", "Price": "86.85 "}, {"city": "Barpeta", "Price": "87.44 "}, {"city": "Bastar", "Price": "98.23 "}, {"city": "Basti", "Price": "90.41 "}, {"city": "Bathinda", "Price": "86.65 "}, {"city": "Begusarai", "Price": "93.74 "}, {"city": "Belgaum", "Price": "87.94 "}, {"city": "Bellary", "Price": "89.68 "}, {"city": "Bemetara", "Price": "95.88 "}, {"city": "Betul", "Price": "94.83 "}, {"city": "Bhadradri Kothagudem", "Price": "98.78 "}, {"city": "Bhadrak", "Price": "95.29 "}, {"city": "Bhagalpur", "Price": "95.36 "}, {"city": "Bhandara", "Price": "93.53 "}, {"city": "Bharatpur", "Price": "93.69 "}, {"city": "Bharuch", "Price": "92.52 "}, {"city": "Bhavnagar", "Price": "93.41 "}, {"city": "Bhilwara", "Price": "94.25 "}, {"city": "Bhind", "Price": "93.95 "}, {"city": "Bhiwani", "Price": "90.35 "}, {"city": "Bhojpur", "Price": "94.67 "}, {"city": "Bhopal", "Price": "93.90 "}, {"city": "Bid", "Price": "94.42 "}, {"city": "Bidar", "Price": "88.44 "}, {"city": "Bijapur", "Price": "99.77 "}, {"city": "Bijnor", "Price": "90.04 "}, {"city": "Bikaner", "Price": "96.08 "}, {"city": "Bilaspur", "Price": "95.66 "}, {"city": "Birbhum", "Price": "93.34 "}, {"city": "Bishnupur", "Price": "87.20 "}, {"city": "Biswanath", "Price": "87.79 "}, {"city": "Bokaro", "Price": "94.93 "}, {"city": "Bolangir", "Price": "96.54 "}, {"city": "Bongaigaon", "Price": "86.94 "}, {"city": "Botad", "Price": "93.83 "}, {"city": "Boudh", "Price": "96.24 "}, {"city": "Budaun", "Price": "89.80 "}, {"city": "Bulandshahr", "Price": "90.42 "}, {"city": "Buldhana", "Price": "93.58 "}, {"city": "Bundi", "Price": "94.05 "}, {"city": "Burhanpur", "Price": "95.55 "}, {"city": "Buxar", "Price": "95.42 "}, {"city": "Cachar", "Price": "87.52 "}, {"city": "Central Delhi", "Price": "89.62 "}, {"city": "Chamba", "Price": "82.85 "}, {"city": "Chamoli", "Price": "92.94 "}, {"city": "Champawat", "Price": "90.37 "}, {"city": "Champhai", "Price": "83.83 "}, {"city": "Chamrajnagar", "Price": "88.66 "}, {"city": "Chandauli", "Price": "89.72 "}, {"city": "Chandel", "Price": "87.58 "}, {"city": "Chandigarh", "Price": "84.26 "}, {"city": "Chandrapur", "Price": "92.68 "}, {"city": "Changlang", "Price": "84.81 "}, {"city": "Charaideo", "Price": "87.64 "}, {"city": "Charki Dadri", "Price": "90.14 "}, {"city": "Chatra", "Price": "96.26 "}, {"city": "Chennai", "Price": "94.24 "}, {"city": "Chhatarpur", "Price": "95.11 "}, {"city": "Chhindware", "Price": "95.54 "}, {"city": "Chhotaudepur", "Price": "92.40 "}, {"city": "Chikkaballapura", "Price": "87.67 "}, {"city": "Chikmagalur", "Price": "88.98 "}, {"city": "Chirang", "Price": "86.91 "}, {"city": "Chitradurga", "Price": "89.10 "}, {"city": "Chitrakut", "Price": "90.71 "}, {"city": "Chittaurgarh", "Price": "93.99 "}, {"city": "Chittoor", "Price": "99.36 "}, {"city": "Churachandpur", "Price": "87.53 "}, {"city": "Churu", "Price": "95.91 "}, {"city": "Coimbatore", "Price": "94.78 "}, {"city": "Cooch Bihar", "Price": "94.03 "}, {"city": "Cuddalore", "Price": "95.39 "}, {"city": "Cuddapah", "Price": "98.91 "}, {"city": "Cuttack", "Price": "95.10 "}, {"city": "Dahod", "Price": "93.05 "}, {"city": "Dakshin Dinajpur", "Price": "93.07 "}, {"city": "Dakshin Kannad", "Price": "87.43 "}, {"city": "Daman", "Price": "89.79 "}, {"city": "Damoh", "Price": "94.79 "}, {"city": "Dantewada", "Price": "99.58 "}, {"city": "Darbhanga", "Price": "94.65 "}, {"city": "Darjeeling", "Price": "92.72 "}, {"city": "Darrang", "Price": "87.31 "}, {"city": "Datia", "Price": "94.56 "}, {"city": "Dausa", "Price": "94.75 "}, {"city": "Davangere", "Price": "89.63 "}, {"city": "Dehradun", "Price": "90.33 "}, {"city": "Delhi Shahdara", "Price": "89.62 "}, {"city": "Deogarh", "Price": "94.35 "}, {"city": "Deoria", "Price": "89.81 "}, {"city": "Devbhumi Dwarka", "Price": "91.96 "}, {"city": "Dewas", "Price": "93.84 "}, {"city": "Dhalai", "Price": "87.66 "}, {"city": "Dhamtari", "Price": "95.66 "}, {"city": "Dhanbad", "Price": "95.10 "}, {"city": "Dhar", "Price": "95.12 "}, {"city": "Dharmapuri", "Price": "95.50 "}, {"city": "Dharwad", "Price": "87.71 "}, {"city": "Dhaulpur", "Price": "93.90 "}, {"city": "Dhemaji", "Price": "88.00 "}, {"city": "Dhenkanal", "Price": "95.52 "}, {"city": "Dhuburi", "Price": "88.26 "}, {"city": "Dhule", "Price": "92.66 "}, {"city": "Dibang Valley", "Price": "84.72 "}, {"city": "Dibrugarh", "Price": "87.17 "}, {"city": "Dima Hasao", "Price": "88.75 "}, {"city": "Dimapur", "Price": "86.65 "}, {"city": "Dindigul", "Price": "95.51 "}, {"city": "Dindori", "Price": "95.41 "}, {"city": "Diu", "Price": "90.81 "}, {"city": "Doda", "Price": "85.70 "}, {"city": "Dumka", "Price": "94.92 "}, {"city": "Dungarpur", "Price": "95.30 "}, {"city": "Durg", "Price": "95.61 "}, {"city": "East Champaran", "Price": "95.35 "}, {"city": "East Delhi", "Price": "89.62 "}, {"city": "East District", "Price": "89.80 "}, {"city": "East Garo Hills", "Price": "84.87 "}, {"city": "East Godavari", "Price": "99.64 "}, {"city": "East Imphal", "Price": "87.16 "}, {"city": "East Jaintia Hills", "Price": "85.35 "}, {"city": "East Khameng", "Price": "83.92 "}, {"city": "East Khasi Hills", "Price": "84.88 "}, {"city": "East Siang", "Price": "83.81 "}, {"city": "East Singhbhum", "Price": "95.08 "}, {"city": "Ernakulam", "Price": "94.70 "}, {"city": "Erode", "Price": "95.12 "}, {"city": "Etah", "Price": "89.85 "}, {"city": "Etawah", "Price": "90.06 "}, {"city": "Faizabad", "Price": "90.42 "}, {"city": "Faridabad", "Price": "90.35 "}, {"city": "Faridkot", "Price": "86.81 "}, {"city": "Farrukkhabad", "Price": "90.31 "}, {"city": "Fatehabad", "Price": "90.81 "}, {"city": "Fatehgarh Sahib", "Price": "87.19 "}, {"city": "Fatehpur", "Price": "90.51 "}, {"city": "Fazilka", "Price": "87.08 "}, {"city": "Firozabad", "Price": "89.69 "}, {"city": "Firozpur", "Price": "87.31 "}, {"city": "Gadag", "Price": "88.20 "}, {"city": "Gadchiroli", "Price": "93.45 "}, {"city": "Gajapati", "Price": "97.13 "}, {"city": "Ganderbal", "Price": "87.11 "}, {"city": "Gandhi Nagar", "Price": "92.44 "}, {"city": "Ganganagar", "Price": "98.24 "}, {"city": "Ganjam", "Price": "96.17 "}, {"city": "Garhwa", "Price": "97.10 "}, {"city": "Gariyaband", "Price": "96.05 "}, {"city": "Gautam Budh Nagar", "Price": "90.14 "}, {"city": "Gaya", "Price": "95.55 "}, {"city": "Ghaziabad", "Price": "89.75 "}, {"city": "Ghazipur", "Price": "91.31 "}, {"city": "Gir Somnath", "Price": "93.58 "}, {"city": "Giridih", "Price": "94.93 "}, {"city": "Goalpara", "Price": "87.75 "}, {"city": "Godda", "Price": "95.30 "}, {"city": "Golaghat", "Price": "86.96 "}, {"city": "Gomati", "Price": "88.89 "}, {"city": "Gonda", "Price": "89.96 "}, {"city": "Gondia", "Price": "94.02 "}, {"city": "Gopalganj", "Price": "95.46 "}, {"city": "Gorakhpur", "Price": "90.29 "}, {"city": "Greater Mumbai", "Price": "94.44 "}, {"city": "Gulbarga", "Price": "87.97 "}, {"city": "Gumla", "Price": "95.09 "}, {"city": "Guna", "Price": "94.36 "}, {"city": "Guntur", "Price": "99.42 "}, {"city": "Gurdaspur", "Price": "87.37 "}, {"city": "Gurgaon", "Price": "90.05 "}, {"city": "Gwalior", "Price": "93.84 "}, {"city": "Hailakandi", "Price": "87.57 "}, {"city": "Hamirpur", "Price": "81.57 "}, {"city": "Hanumangarh", "Price": "96.65 "}, {"city": "Hapur", "Price": "89.80 "}, {"city": "Harda", "Price": "94.37 "}, {"city": "Hardoi", "Price": "90.37 "}, {"city": "Haridwar", "Price": "89.50 "}, {"city": "Hassan", "Price": "87.67 "}, {"city": "Hathras", "Price": "89.88 "}, {"city": "Haveri", "Price": "88.74 "}, {"city": "Hazaribagh", "Price": "95.30 "}, {"city": "Hingoli", "Price": "93.58 "}, {"city": "Hisar", "Price": "90.70 "}, {"city": "Hojai", "Price": "87.82 "}, {"city": "Hooghly", "Price": "93.27 "}, {"city": "Hoshangabad", "Price": "94.42 "}, {"city": "Hoshiarpur", "Price": "86.75 "}, {"city": "Howrah", "Price": "92.76 "}, {"city": "Hyderabad", "Price": "97.82 "}, {"city": "Idukki", "Price": "95.04 "}, {"city": "Indore", "Price": "93.86 "}, {"city": "Jabalpur", "Price": "93.96 "}, {"city": "Jagatsinghpur", "Price": "94.27 "}, {"city": "Jagitial", "Price": "98.45 "}, {"city": "Jahanabad", "Price": "94.51 "}, {"city": "Jahbua", "Price": "94.26 "}, {"city": "Jaintia Hills", "Price": "85.26 "}, {"city": "Jaipur", "Price": "93.60 "}, {"city": "Jaisalmer", "Price": "96.18 "}, {"city": "Jajpur", "Price": "95.29 "}, {"city": "Jalandhar", "Price": "86.55 "}, {"city": "Jalaun", "Price": "90.44 "}, {"city": "Jalgaon", "Price": "92.94 "}, {"city": "Jalna", "Price": "94.36 "}, {"city": "Jalor", "Price": "94.57 "}, {"city": "Jalpaiguri", "Price": "92.48 "}, {"city": "Jammu", "Price": "83.26 "}, {"city": "Jamnagar", "Price": "92.18 "}, {"city": "Jamtara", "Price": "95.10 "}, {"city": "Jamui", "Price": "95.65 "}, {"city": "Jangaon", "Price": "98.12 "}, {"city": "Janjgir", "Price": "95.72 "}, {"city": "Jashpur", "Price": "96.99 "}, {"city": "Jaunpur", "Price": "90.87 "}, {"city": "Jayashankar Bhupalpa", "Price": "97.80 "}, {"city": "Jhajjar", "Price": "90.24 "}, {"city": "Jhalawar", "Price": "93.94 "}, {"city": "Jhansi", "Price": "89.43 "}, {"city": "Jhargram", "Price": "93.53 "}, {"city": "Jharsuguda", "Price": "94.85 "}, {"city": "Jhunjhunun", "Price": "94.68 "}, {"city": "Jind", "Price": "89.66 "}, {"city": "Jiribam", "Price": "88.98 "}, {"city": "Jodhpur", "Price": "94.22 "}, {"city": "Jogulamba Gadwal", "Price": "99.55 "}, {"city": "Jorhat", "Price": "87.36 "}, {"city": "Junagadh", "Price": "92.79 "}, {"city": "Kaimur", "Price": "95.95 "}, {"city": "Kaithal", "Price": "89.89 "}, {"city": "Kakching", "Price": "87.43 "}, {"city": "Kalahandi", "Price": "97.62 "}, {"city": "Kalimpong", "Price": "92.71 "}, {"city": "Kamareddy", "Price": "98.59 "}, {"city": "Kamrup", "Price": "86.95 "}, {"city": "Kamrup Metro", "Price": "86.95 "}, {"city": "Kanchipuram", "Price": "94.82 "}, {"city": "Kandhamal", "Price": "96.41 "}, {"city": "Kangpokpi", "Price": "87.48 "}, {"city": "Kangra", "Price": "82.14 "}, {"city": "Kanker", "Price": "96.89 "}, {"city": "Kanniyakumari", "Price": "95.50 "}, {"city": "Kannuaj", "Price": "90.31 "}, {"city": "Kannur", "Price": "94.88 "}, {"city": "Kanpur Rural", "Price": "89.60 "}, {"city": "Kanpur Urban", "Price": "89.45 "}, {"city": "Kapurthala", "Price": "86.43 "}, {"city": "Karaikal", "Price": "86.16 "}, {"city": "Karauli", "Price": "93.92 "}, {"city": "Karbi Anglong", "Price": "88.01 "}, {"city": "Karim Nagar", "Price": "97.63 "}, {"city": "Karimganj", "Price": "88.12 "}, {"city": "Karnal", "Price": "89.49 "}, {"city": "Karur", "Price": "94.68 "}, {"city": "Kasaragod", "Price": "95.48 "}, {"city": "Kashi Ram Nagar", "Price": "90.07 "}, {"city": "Kathua", "Price": "83.66 "}, {"city": "Katihar", "Price": "95.38 "}, {"city": "Katni", "Price": "95.35 "}, {"city": "Kaushambi", "Price": "89.96 "}, {"city": "Kawardha", "Price": "96.37 "}, {"city": "Kendrapara", "Price": "94.66 "}, {"city": "Keonjhar", "Price": "96.80 "}, {"city": "Khagaria", "Price": "94.34 "}, {"city": "Khammam", "Price": "97.82 "}, {"city": "Khandwa", "Price": "95.08 "}, {"city": "Khargone", "Price": "94.47 "}, {"city": "Kheda", "Price": "92.35 "}, {"city": "Khordha", "Price": "94.76 "}, {"city": "Khowai", "Price": "88.03 "}, {"city": "Khunti", "Price": "94.72 "}, {"city": "Kinnaur", "Price": "84.78 "}, {"city": "Kiphere", "Price": "89.76 "}, {"city": "Kishanganj", "Price": "95.99 "}, {"city": "Kishtwar", "Price": "86.09 "}, {"city": "Kodagu", "Price": "88.92 "}, {"city": "Koderma", "Price": "95.42 "}, {"city": "Kohima", "Price": "87.59 "}, {"city": "Kokrajhar", "Price": "87.47 "}, {"city": "Kolar", "Price": "87.90 "}, {"city": "Kolasib", "Price": "81.24 "}, {"city": "Kolhapur", "Price": "93.94 "}, {"city": "Kolkata", "Price": "92.76 "}, {"city": "Kollam", "Price": "96.05 "}, {"city": "Komram Bheem Asifaba", "Price": "99.47 "}, {"city": "Kondagaon", "Price": "97.40 "}, {"city": "Koppal", "Price": "88.92 "}, {"city": "Koraput", "Price": "99.21 "}, {"city": "Korba", "Price": "95.17 "}, {"city": "Koria", "Price": "96.11 "}, {"city": "Kota", "Price": "93.24 "}, {"city": "Kottayam", "Price": "95.41 "}, {"city": "Kozhikode", "Price": "94.82 "}, {"city": "Krishna", "Price": "99.35 "}, {"city": "Krishnagiri", "Price": "96.29 "}, {"city": "Kulgam", "Price": "86.24 "}, {"city": "Kullu", "Price": "83.17 "}, {"city": "Kupwara", "Price": "87.37 "}, {"city": "Kurnool", "Price": "99.66 "}, {"city": "Kurukshetra", "Price": "90.07 "}, {"city": "Kushinagar", "Price": "89.85 "}, {"city": "Kutch", "Price": "91.96 "}, {"city": "Lahul & Spiti", "Price": "85.18 "}, {"city": "Lakhimpur", "Price": "88.65 "}, {"city": "Lalitpur", "Price": "90.31 "}, {"city": "Latehar", "Price": "95.68 "}, {"city": "Latur", "Price": "93.74 "}, {"city": "Lawngtlai", "Price": "84.09 "}, {"city": "Lohardaga", "Price": "95.53 "}, {"city": "Lohit", "Price": "84.81 "}, {"city": "Longding", "Price": "84.01 "}, {"city": "Longleng", "Price": "88.94 "}, {"city": "Lower Dibang Valley", "Price": "84.98 "}, {"city": "Lower Subansiri", "Price": "83.23 "}, {"city": "Luckeesarai", "Price": "94.97 "}, {"city": "Lucknow", "Price": "89.64 "}, {"city": "Ludhiana", "Price": "87.18 "}, {"city": "Lunglei", "Price": "83.51 "}, {"city": "Madhepura", "Price": "94.96 "}, {"city": "Madhubani", "Price": "95.32 "}, {"city": "Madurai", "Price": "94.98 "}, {"city": "Mahabubabad", "Price": "97.63 "}, {"city": "Maharajganj", "Price": "90.42 "}, {"city": "Mahasamund", "Price": "96.69 "}, {"city": "Mahe", "Price": "83.72 "}, {"city": "Mahendragarh", "Price": "89.98 "}, {"city": "Mahisagar", "Price": "93.02 "}, {"city": "Mahoba", "Price": "90.68 "}, {"city": "Mainpuri", "Price": "90.22 "}, {"city": "Majuli", "Price": "89.14 "}, {"city": "Malappuram", "Price": "95.18 "}, {"city": "Malda", "Price": "92.70 "}, {"city": "Malkangiri", "Price": "100.29 "}, {"city": "Mamit", "Price": "82.59 "}, {"city": "Mancherial", "Price": "99.03 "}, {"city": "Mandi", "Price": "82.37 "}, {"city": "Mandla", "Price": "94.44 "}, {"city": "Mandsaur", "Price": "94.93 "}, {"city": "Mandya", "Price": "87.49 "}, {"city": "Mansa", "Price": "86.90 "}, {"city": "Mathura", "Price": "89.61 "}, {"city": "Maunathbhanjan", "Price": "90.42 "}, {"city": "Mayurbhanj", "Price": "96.22 "}, {"city": "Medak", "Price": "98.88 "}, {"city": "Medchal Malkajgiri", "Price": "97.82 "}, {"city": "Meerut", "Price": "89.64 "}, {"city": "Mehabubnagar", "Price": "98.55 "}, {"city": "Mehsana", "Price": "92.38 "}, {"city": "Mewat", "Price": "90.11 "}, {"city": "Mirzapur", "Price": "90.63 "}, {"city": "Moga", "Price": "87.22 "}, {"city": "Mokokchung", "Price": "88.97 "}, {"city": "Mon", "Price": "88.62 "}, {"city": "Moradabad", "Price": "90.01 "}, {"city": "Morbi", "Price": "92.16 "}, {"city": "Morena", "Price": "94.01 "}, {"city": "Morigaon", "Price": "88.19 "}, {"city": "Muktsar", "Price": "86.66 "}, {"city": "Mulugu", "Price": "97.47 "}, {"city": "Mumbai City", "Price": "94.27 "}, {"city": "Mungeli", "Price": "96.16 "}, {"city": "Munger", "Price": "95.80 "}, {"city": "Murshidabad", "Price": "93.68 "}, {"city": "Muzaffarnagar", "Price": "89.63 "}, {"city": "Muzaffarpur", "Price": "94.75 "}, {"city": "Mysore", "Price": "87.49 "}, {"city": "Nabarangapur", "Price": "99.21 "}, {"city": "Nadia", "Price": "94.27 "}, {"city": "Nagaon", "Price": "87.60 "}, {"city": "Nagapattinam", "Price": "95.70 "}, {"city": "Nagarkurnool", "Price": "99.37 "}, {"city": "Nagaur", "Price": "94.86 "}, {"city": "Nagpur", "Price": "92.59 "}, {"city": "Nainital", "Price": "89.97 "}, {"city": "Nalanda", "Price": "94.75 "}, {"city": "Nalbari", "Price": "87.56 "}, {"city": "Nalgonda", "Price": "97.72 "}, {"city": "Namakkal", "Price": "94.93 "}, {"city": "Namsai", "Price": "84.57 "}, {"city": "Nanded", "Price": "94.96 "}, {"city": "Nandurbar", "Price": "93.71 "}, {"city": "Narayanpet", "Price": "99.45 "}, {"city": "Narmada", "Price": "92.40 "}, {"city": "Narsimhapur", "Price": "94.90 "}, {"city": "Nashik", "Price": "93.02 "}, {"city": "Navsari", "Price": "92.22 "}, {"city": "Nawada", "Price": "95.11 "}, {"city": "Nayagarh", "Price": "95.03 "}, {"city": "Neemach", "Price": "95.15 "}, {"city": "Nellore", "Price": "98.90 "}, {"city": "New Delhi", "Price": "89.62 "}, {"city": "Nicobar", "Price": "79.74 "}, {"city": "Nilgiris", "Price": "96.30 "}, {"city": "Nirmal", "Price": "99.84 "}, {"city": "Nizamabad", "Price": "99.40 "}, {"city": "Noney", "Price": "87.51 "}, {"city": "North 24 Parganas", "Price": "93.29 "}, {"city": "North And Middle Andaman", "Price": "79.74 "}, {"city": "North Delhi", "Price": "89.62 "}, {"city": "North District", "Price": "89.80 "}, {"city": "North East Delhi", "Price": "89.62 "}, {"city": "North Garo Hills", "Price": "84.19 "}, {"city": "North Goa", "Price": "90.39 "}, {"city": "North Tripura", "Price": "87.42 "}, {"city": "North West Delhi", "Price": "89.62 "}, {"city": "Nuaparha", "Price": "97.24 "}, {"city": "Osmanabad", "Price": "93.43 "}, {"city": "Pakur", "Price": "95.97 "}, {"city": "Palakkad", "Price": "95.61 "}, {"city": "Palamau", "Price": "96.57 "}, {"city": "Palghar", "Price": "92.44 "}, {"city": "Pali", "Price": "94.37 "}, {"city": "Palwal", "Price": "90.42 "}, {"city": "Panch Mahal", "Price": "92.43 "}, {"city": "Panchkula", "Price": "90.65 "}, {"city": "Panipat", "Price": "89.33 "}, {"city": "Panna", "Price": "95.48 "}, {"city": "Papumpare", "Price": "82.15 "}, {"city": "Parbhani", "Price": "94.93 "}, {"city": "Paschim Bardhaman", "Price": "92.61 "}, {"city": "Paschim Medinipur", "Price": "93.33 "}, {"city": "Patan", "Price": "92.38 "}, {"city": "Pathananthitta", "Price": "95.54 "}, {"city": "Pathankot", "Price": "87.53 "}, {"city": "Patiala", "Price": "86.51 "}, {"city": "Patna", "Price": "94.04 "}, {"city": "Pauri", "Price": "91.33 "}, {"city": "Peddapalli", "Price": "98.31 "}, {"city": "Perambalur", "Price": "95.17 "}, {"city": "Peren", "Price": "86.99 "}, {"city": "Phek", "Price": "89.14 "}, {"city": "Pherzawl", "Price": "88.81 "}, {"city": "Pilibhit", "Price": "90.31 "}, {"city": "Pithoragarh", "Price": "92.59 "}, {"city": "Pondicherry", "Price": "86.45 "}, {"city": "Poonch", "Price": "85.81 "}, {"city": "Porbander", "Price": "92.69 "}, {"city": "Prakasam", "Price": "98.59 "}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"result": {"type": "array", "items": {"type": "object", "properties": {"city": {"type": "string"}, "Price": {"type": "string"}}, "required": ["Price", "city"]}}}, "required": ["result"]}
25d6751b-4930-4240-ae23-8720c456f7f5/c540be38-4c41-4e43-9c2b-ee8cdc8efa1d/0/0
Fuel Rates India
We have a dedicated and separate section for fuels which mainly contains petrol, diesel, LPG and CNG prices.
null
Diesel Prices By Name Of Indian States
Find the Prices of Diesel in Indian State List
200
Response
{"result": [{"State": "Andaman And Nicobar", "Price": "79.74 "}, {"State": "Andhra Pradesh", "Price": "99.52 "}, {"State": "Arunachal Pradesh", "Price": "84.81 "}, {"State": "Assam", "Price": "87.24 "}, {"State": "Bihar", "Price": "95.88 "}, {"State": "Chandigarh", "Price": "84.26 "}, {"State": "Chhatisgarh", "Price": "96.55 "}, {"State": "Dadra And Nagar Haveli", "Price": "89.98 "}, {"State": "Daman And Diu", "Price": "89.79 "}, {"State": "Delhi", "Price": "89.62 "}, {"State": "Goa", "Price": "90.39 "}, {"State": "Gujarat", "Price": "92.17 "}, {"State": "Haryana", "Price": "90.08 "}, {"State": "Himachal Pradesh", "Price": "81.99 "}, {"State": "Jammu And Kashmir", "Price": "85.89 "}, {"State": "Jharkhand", "Price": "94.93 "}, {"State": "Karnataka", "Price": "88.42 "}, {"State": "Kerala", "Price": "95.44 "}, {"State": "Madhya Pradesh", "Price": "94.89 "}, {"State": "Maharashtra", "Price": "92.94 "}, {"State": "Manipur", "Price": "87.20 "}, {"State": "Meghalaya", "Price": "84.87 "}, {"State": "Mizoram", "Price": "82.25 "}, {"State": "Nagaland", "Price": "86.65 "}, {"State": "Odisha", "Price": "96.14 "}, {"State": "Pondicherry", "Price": "86.16 "}, {"State": "Punjab", "Price": "87.24 "}, {"State": "Rajasthan", "Price": "93.62 "}, {"State": "Sikkim", "Price": "89.80 "}, {"State": "Tamil Nadu", "Price": "95.50 "}, {"State": "Telangana", "Price": "99.69 "}, {"State": "Tripura", "Price": "87.66 "}, {"State": "Uttar Pradesh", "Price": "89.80 "}, {"State": "Uttarakhand", "Price": "90.54 "}, {"State": "West Bengal", "Price": "93.90 "}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"result": {"type": "array", "items": {"type": "object", "properties": {"State": {"type": "string"}, "Price": {"type": "string"}}, "required": ["Price", "State"]}}}, "required": ["result"]}
25d6751b-4930-4240-ae23-8720c456f7f5/3f2ba913-ca92-41cb-bab1-2f059b3eca4a/0/0
Fuel Rates India
We have a dedicated and separate section for fuels which mainly contains petrol, diesel, LPG and CNG prices.
null
Last 6 Month High and Low Prices of Petrol By City
Last 6 Month Historical Petrol Prices With City Name
200
Response
{"result": [{"Month": " Highest Rate In October ", "Price": "Rs. 96.77 on October 3rd"}, {"Month": " Lowest Rate In October ", "Price": "Rs. 96.10 on October 1st"}, {"Month": " Highest Rate In September ", "Price": "Rs. 96.77 on September 5th"}, {"Month": " Lowest Rate In September ", "Price": "Rs. 96.10 on September 2nd"}, {"Month": " Highest Rate In August ", "Price": "Rs. 96.77 on August 13th"}, {"Month": " Lowest Rate In August ", "Price": "Rs. 96.10 on August 29th"}, {"Month": " Highest Rate In July ", "Price": "Rs. 96.77 on July 22nd"}, {"Month": " Lowest Rate In July ", "Price": "Rs. 96.10 on July 7th"}, {"Month": " Highest Rate In June ", "Price": "Rs. 96.80 on June 3rd"}, {"Month": " Lowest Rate In June ", "Price": "Rs. 96.27 on June 6th"}, {"Month": " Highest Rate In May ", "Price": "Rs. 105.45 on May 8th"}, {"Month": " Lowest Rate In May ", "Price": "Rs. 96.27 on May 24th"}, {"Month": " Highest Rate In April ", "Price": "Rs. 105.48 on April 26th"}, {"Month": " Lowest Rate In April ", "Price": "Rs. 101.51 on April 1st"}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"result": {"type": "array", "items": {"type": "object", "properties": {"Month": {"type": "string"}, "Price": {"type": "string"}}, "required": ["Month", "Price"]}}}, "required": ["result"]}
25d6751b-4930-4240-ae23-8720c456f7f5/04bddb4e-2971-4e19-85d3-d03f25e55c03/0/0
Fuel Rates India
We have a dedicated and separate section for fuels which mainly contains petrol, diesel, LPG and CNG prices.
null
Petrol Prices By State Name
List of Petrol Prices By State Name
200
Response
{"result": [{"State": "Andaman And Nicobar", "Price": "84.10 "}, {"State": "Andhra Pradesh", "Price": "111.79 "}, {"State": "Arunachal Pradesh", "Price": "95.89 "}, {"State": "Assam", "Price": "97.32 "}, {"State": "Bihar", "Price": "109.23 "}, {"State": "Chandigarh", "Price": "96.20 "}, {"State": "Chhatisgarh", "Price": "103.58 "}, {"State": "Dadra And Nagar Haveli", "Price": "94.43 "}, {"State": "Daman And Diu", "Price": "94.24 "}, {"State": "Delhi", "Price": "96.72 "}, {"State": "Goa", "Price": "97.84 "}, {"State": "Gujarat", "Price": "96.42 "}, {"State": "Haryana", "Price": "97.24 "}, {"State": "Himachal Pradesh", "Price": "95.74 "}, {"State": "Jammu And Kashmir", "Price": "100.54 "}, {"State": "Jharkhand", "Price": "100.13 "}, {"State": "Karnataka", "Price": "102.50 "}, {"State": "Kerala", "Price": "106.56 "}, {"State": "Madhya Pradesh", "Price": "109.70 "}, {"State": "Maharashtra", "Price": "106.42 "}, {"State": "Manipur", "Price": "101.28 "}, {"State": "Meghalaya", "Price": "96.41 "}, {"State": "Mizoram", "Price": "95.84 "}, {"State": "Nagaland", "Price": "98.28 "}, {"State": "Odisha", "Price": "104.60 "}, {"State": "Pondicherry", "Price": "95.93 "}, {"State": "Punjab", "Price": "96.89 "}, {"State": "Rajasthan", "Price": "108.37 "}, {"State": "Sikkim", "Price": "102.70 "}, {"State": "Tamil Nadu", "Price": "103.88 "}, {"State": "Telangana", "Price": "111.67 "}, {"State": "Tripura", "Price": "98.66 "}, {"State": "Uttar Pradesh", "Price": "96.63 "}, {"State": "Uttarakhand", "Price": "95.58 "}, {"State": "West Bengal", "Price": "107.26 "}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"result": {"type": "array", "items": {"type": "object", "properties": {"State": {"type": "string"}, "Price": {"type": "string"}}, "required": ["Price", "State"]}}}, "required": ["result"]}
25d6751b-4930-4240-ae23-8720c456f7f5/c31d11ba-ec50-4749-af12-45117a7e6e8b/0/0
Fuel Rates India
We have a dedicated and separate section for fuels which mainly contains petrol, diesel, LPG and CNG prices.
null
Petrol Prices By City Name List
List of Cities with Daily Petrol Prices.
200
Response
{"result": [{"city": "Adilabad", "Price": "111.67 "}, {"city": "Agar Malwa", "Price": "109.70 "}, {"city": "Agra", "Price": "96.63 "}, {"city": "Ahmadnagar", "Price": "106.42 "}, {"city": "Ahmedabad", "Price": "96.42 "}, {"city": "Aizawl", "Price": "95.84 "}, {"city": "Ajmer", "Price": "108.37 "}, {"city": "Akola", "Price": "106.14 "}, {"city": "Alappuzha", "Price": "106.56 "}, {"city": "Aligarh", "Price": "96.63 "}, {"city": "Alipurduar", "Price": "107.26 "}, {"city": "Alirajpur", "Price": "110.57 "}, {"city": "Allahabad", "Price": "97.46 "}, {"city": "Almora", "Price": "95.58 "}, {"city": "Alwar", "Price": "108.87 "}, {"city": "Ambala", "Price": "97.24 "}, {"city": "Ambedkarnagar", "Price": "97.53 "}, {"city": "Amethi Csm Nagar", "Price": "97.55 "}, {"city": "Amravati", "Price": "107.19 "}, {"city": "Amreli", "Price": "97.25 "}, {"city": "Amritsar", "Price": "96.89 "}, {"city": "Amroha", "Price": "97.08 "}, {"city": "Anand", "Price": "96.18 "}, {"city": "Anantapur", "Price": "111.79 "}, {"city": "Anantnag", "Price": "100.54 "}, {"city": "Angul", "Price": "104.60 "}, {"city": "Anupur", "Price": "111.10 "}, {"city": "Araria", "Price": "109.23 "}, {"city": "Aravalli", "Price": "97.36 "}, {"city": "Ariyalur", "Price": "103.88 "}, {"city": "Arwal", "Price": "107.81 "}, {"city": "Ashoknagar", "Price": "109.01 "}, {"city": "Auraiya", "Price": "96.94 "}, {"city": "Aurangabad", "Price": "108.90 "}, {"city": "Azamgarh", "Price": "97.02 "}, {"city": "Badgam", "Price": "101.67 "}, {"city": "Badwani", "Price": "110.06 "}, {"city": "Bagalkot", "Price": "102.50 "}, {"city": "Bageshwar", "Price": "95.95 "}, {"city": "Baghpat", "Price": "96.39 "}, {"city": "Bahraich", "Price": "97.11 "}, {"city": "Baksa", "Price": "97.32 "}, {"city": "Balaghat", "Price": "110.61 "}, {"city": "Baleshwar", "Price": "103.18 "}, {"city": "Ballia", "Price": "98.07 "}, {"city": "Balod", "Price": "103.58 "}, {"city": "Balodabazar", "Price": "103.01 "}, {"city": "Balrampur", "Price": "104.66 "}, {"city": "Banas Kantha", "Price": "96.40 "}, {"city": "Banda", "Price": "97.48 "}, {"city": "Bandipora", "Price": "102.13 "}, {"city": "Bangalore", "Price": "101.94 "}, {"city": "Bangalore Rural", "Price": "102.01 "}, {"city": "Banka", "Price": "108.84 "}, {"city": "Bankura", "Price": "106.28 "}, {"city": "Banswara", "Price": "110.30 "}, {"city": "Barabanki", "Price": "96.65 "}, {"city": "Baramullah", "Price": "102.07 "}, {"city": "Baran", "Price": "108.55 "}, {"city": "Bareilly", "Price": "96.26 "}, {"city": "Bargarh", "Price": "104.44 "}, {"city": "Barmer", "Price": "109.18 "}, {"city": "Barnala", "Price": "96.50 "}, {"city": "Barpeta", "Price": "97.53 "}, {"city": "Bastar", "Price": "105.29 "}, {"city": "Basti", "Price": "97.24 "}, {"city": "Bathinda", "Price": "96.29 "}, {"city": "Begusarai", "Price": "106.95 "}, {"city": "Belgaum", "Price": "101.97 "}, {"city": "Bellary", "Price": "103.90 "}, {"city": "Bemetara", "Price": "102.91 "}, {"city": "Betul", "Price": "109.66 "}, {"city": "Bhadradri Kothagudem", "Price": "110.71 "}, {"city": "Bhadrak", "Price": "103.73 "}, {"city": "Bhagalpur", "Price": "108.68 "}, {"city": "Bhandara", "Price": "107.01 "}, {"city": "Bharatpur", "Price": "108.47 "}, {"city": "Bharuch", "Price": "96.77 "}, {"city": "Bhavnagar", "Price": "97.66 "}, {"city": "Bhilwara", "Price": "109.08 "}, {"city": "Bhind", "Price": "108.70 "}, {"city": "Bhiwani", "Price": "97.49 "}, {"city": "Bhojpur", "Price": "107.92 "}, {"city": "Bhopal", "Price": "108.65 "}, {"city": "Bid", "Price": "107.96 "}, {"city": "Bidar", "Price": "102.52 "}, {"city": "Bijapur", "Price": "106.85 "}, {"city": "Bijnor", "Price": "96.86 "}, {"city": "Bikaner", "Price": "111.08 "}, {"city": "Bilaspur", "Price": "102.67 "}, {"city": "Birbhum", "Price": "106.64 "}, {"city": "Bishnupur", "Price": "101.28 "}, {"city": "Biswanath", "Price": "97.87 "}, {"city": "Bokaro", "Price": "100.13 "}, {"city": "Bolangir", "Price": "105.02 "}, {"city": "Bongaigaon", "Price": "97.01 "}, {"city": "Botad", "Price": "98.08 "}, {"city": "Boudh", "Price": "104.74 "}, {"city": "Budaun", "Price": "96.62 "}, {"city": "Bulandshahr", "Price": "97.29 "}, {"city": "Buldhana", "Price": "107.07 "}, {"city": "Bundi", "Price": "108.85 "}, {"city": "Burhanpur", "Price": "110.42 "}, {"city": "Buxar", "Price": "108.72 "}, {"city": "Cachar", "Price": "97.57 "}, {"city": "Central Delhi", "Price": "96.72 "}, {"city": "Chamba", "Price": "96.80 "}, {"city": "Chamoli", "Price": "98.10 "}, {"city": "Champawat", "Price": "95.25 "}, {"city": "Champhai", "Price": "97.69 "}, {"city": "Chamrajnagar", "Price": "102.79 "}, {"city": "Chandauli", "Price": "96.53 "}, {"city": "Chandel", "Price": "101.70 "}, {"city": "Chandigarh", "Price": "96.20 "}, {"city": "Chandrapur", "Price": "106.12 "}, {"city": "Changlang", "Price": "95.89 "}, {"city": "Charaideo", "Price": "97.74 "}, {"city": "Charki Dadri", "Price": "97.28 "}, {"city": "Chatra", "Price": "101.46 "}, {"city": "Chennai", "Price": "102.63 "}, {"city": "Chhatarpur", "Price": "109.98 "}, {"city": "Chhindware", "Price": "110.43 "}, {"city": "Chhotaudepur", "Price": "96.66 "}, {"city": "Chikkaballapura", "Price": "101.69 "}, {"city": "Chikmagalur", "Price": "103.32 "}, {"city": "Chirang", "Price": "96.98 "}, {"city": "Chitradurga", "Price": "103.47 "}, {"city": "Chitrakut", "Price": "97.53 "}, {"city": "Chittaurgarh", "Price": "108.77 "}, {"city": "Chittoor", "Price": "111.65 "}, {"city": "Churachandpur", "Price": "101.66 "}, {"city": "Churu", "Price": "110.91 "}, {"city": "Coimbatore", "Price": "103.17 "}, {"city": "Cooch Bihar", "Price": "107.39 "}, {"city": "Cuddalore", "Price": "103.77 "}, {"city": "Cuddapah", "Price": "111.14 "}, {"city": "Cuttack", "Price": "103.54 "}, {"city": "Dahod", "Price": "97.30 "}, {"city": "Dakshin Dinajpur", "Price": "106.36 "}, {"city": "Dakshin Kannad", "Price": "101.47 "}, {"city": "Daman", "Price": "94.24 "}, {"city": "Damoh", "Price": "109.62 "}, {"city": "Dantewada", "Price": "106.65 "}, {"city": "Darbhanga", "Price": "107.91 "}, {"city": "Darjeeling", "Price": "105.98 "}, {"city": "Darrang", "Price": "97.40 "}, {"city": "Datia", "Price": "109.36 "}, {"city": "Dausa", "Price": "109.65 "}, {"city": "Davangere", "Price": "104.04 "}, {"city": "Dehradun", "Price": "95.28 "}, {"city": "Delhi Shahdara", "Price": "96.72 "}, {"city": "Deogarh", "Price": "99.57 "}, {"city": "Deoria", "Price": "96.63 "}, {"city": "Devbhumi Dwarka", "Price": "96.21 "}, {"city": "Dewas", "Price": "108.56 "}, {"city": "Dhalai", "Price": "98.66 "}, {"city": "Dhamtari", "Price": "102.68 "}, {"city": "Dhanbad", "Price": "100.31 "}, {"city": "Dhar", "Price": "109.95 "}, {"city": "Dharmapuri", "Price": "103.90 "}, {"city": "Dharwad", "Price": "101.71 "}, {"city": "Dhaulpur", "Price": "108.70 "}, {"city": "Dhemaji", "Price": "98.11 "}, {"city": "Dhenkanal", "Price": "103.98 "}, {"city": "Dhuburi", "Price": "98.38 "}, {"city": "Dhule", "Price": "106.13 "}, {"city": "Dibang Valley", "Price": "95.79 "}, {"city": "Dibrugarh", "Price": "97.26 "}, {"city": "Dima Hasao", "Price": "98.83 "}, {"city": "Dimapur", "Price": "98.28 "}, {"city": "Dindigul", "Price": "103.91 "}, {"city": "Dindori", "Price": "110.27 "}, {"city": "Diu", "Price": "95.26 "}, {"city": "Doda", "Price": "100.43 "}, {"city": "Dumka", "Price": "100.15 "}, {"city": "Dungarpur", "Price": "110.22 "}, {"city": "Durg", "Price": "102.63 "}, {"city": "East Champaran", "Price": "108.64 "}, {"city": "East Delhi", "Price": "96.72 "}, {"city": "East District", "Price": "102.70 "}, {"city": "East Garo Hills", "Price": "96.41 "}, {"city": "East Godavari", "Price": "111.92 "}, {"city": "East Imphal", "Price": "101.24 "}, {"city": "East Jaintia Hills", "Price": "97.03 "}, {"city": "East Khameng", "Price": "95.01 "}, {"city": "East Khasi Hills", "Price": "96.69 "}, {"city": "East Siang", "Price": "94.81 "}, {"city": "East Singhbhum", "Price": "100.29 "}, {"city": "Ernakulam", "Price": "105.77 "}, {"city": "Erode", "Price": "103.52 "}, {"city": "Etah", "Price": "96.68 "}, {"city": "Etawah", "Price": "96.90 "}, {"city": "Faizabad", "Price": "97.25 "}, {"city": "Faridabad", "Price": "97.49 "}, {"city": "Faridkot", "Price": "96.46 "}, {"city": "Farrukkhabad", "Price": "97.13 "}, {"city": "Fatehabad", "Price": "97.98 "}, {"city": "Fatehgarh Sahib", "Price": "96.85 "}, {"city": "Fatehpur", "Price": "97.35 "}, {"city": "Fazilka", "Price": "96.74 "}, {"city": "Firozabad", "Price": "96.53 "}, {"city": "Firozpur", "Price": "96.97 "}, {"city": "Gadag", "Price": "102.25 "}, {"city": "Gadchiroli", "Price": "106.92 "}, {"city": "Gajapati", "Price": "105.66 "}, {"city": "Ganderbal", "Price": "102.04 "}, {"city": "Gandhi Nagar", "Price": "96.70 "}, {"city": "Ganganagar", "Price": "113.48 "}, {"city": "Ganjam", "Price": "104.66 "}, {"city": "Garhwa", "Price": "102.30 "}, {"city": "Gariyaband", "Price": "103.08 "}, {"city": "Gautam Budh Nagar", "Price": "97.00 "}, {"city": "Gaya", "Price": "108.85 "}, {"city": "Ghaziabad", "Price": "96.58 "}, {"city": "Ghazipur", "Price": "98.15 "}, {"city": "Gir Somnath", "Price": "97.82 "}, {"city": "Giridih", "Price": "100.13 "}, {"city": "Goalpara", "Price": "97.86 "}, {"city": "Godda", "Price": "100.53 "}, {"city": "Golaghat", "Price": "97.03 "}, {"city": "Gomati", "Price": "99.98 "}, {"city": "Gonda", "Price": "96.76 "}, {"city": "Gondia", "Price": "107.53 "}, {"city": "Gopalganj", "Price": "108.77 "}, {"city": "Gorakhpur", "Price": "97.12 "}, {"city": "Greater Mumbai", "Price": "106.49 "}, {"city": "Gulbarga", "Price": "102.00 "}, {"city": "Gumla", "Price": "100.28 "}, {"city": "Guna", "Price": "109.16 "}, {"city": "Guntur", "Price": "111.66 "}, {"city": "Gurdaspur", "Price": "97.03 "}, {"city": "Gurgaon", "Price": "97.18 "}, {"city": "Gwalior", "Price": "108.58 "}, {"city": "Hailakandi", "Price": "97.63 "}, {"city": "Hamirpur", "Price": "95.29 "}, {"city": "Hanumangarh", "Price": "111.72 "}, {"city": "Hapur", "Price": "96.62 "}, {"city": "Harda", "Price": "109.15 "}, {"city": "Hardoi", "Price": "97.19 "}, {"city": "Haridwar", "Price": "94.39 "}, {"city": "Hassan", "Price": "101.88 "}, {"city": "Hathras", "Price": "96.73 "}, {"city": "Haveri", "Price": "102.85 "}, {"city": "Hazaribagh", "Price": "100.50 "}, {"city": "Hingoli", "Price": "107.06 "}, {"city": "Hisar", "Price": "97.87 "}, {"city": "Hojai", "Price": "97.90 "}, {"city": "Hooghly", "Price": "106.57 "}, {"city": "Hoshangabad", "Price": "109.20 "}, {"city": "Hoshiarpur", "Price": "96.38 "}, {"city": "Howrah", "Price": "106.03 "}, {"city": "Hyderabad", "Price": "109.66 "}, {"city": "Idukki", "Price": "106.13 "}, {"city": "Indore", "Price": "108.58 "}, {"city": "Jabalpur", "Price": "108.68 "}, {"city": "Jagatsinghpur", "Price": "102.71 "}, {"city": "Jagitial", "Price": "110.35 "}, {"city": "Jahanabad", "Price": "107.74 "}, {"city": "Jahbua", "Price": "109.02 "}, {"city": "Jaintia Hills", "Price": "96.99 "}, {"city": "Jaipur", "Price": "108.34 "}, {"city": "Jaisalmer", "Price": "111.19 "}, {"city": "Jajpur", "Price": "103.77 "}, {"city": "Jalandhar", "Price": "96.18 "}, {"city": "Jalaun", "Price": "97.29 "}, {"city": "Jalgaon", "Price": "106.42 "}, {"city": "Jalna", "Price": "107.91 "}, {"city": "Jalor", "Price": "109.41 "}, {"city": "Jalpaiguri", "Price": "105.73 "}, {"city": "Jammu", "Price": "97.50 "}, {"city": "Jamnagar", "Price": "96.43 "}, {"city": "Jamtara", "Price": "100.32 "}, {"city": "Jamui", "Price": "108.96 "}, {"city": "Jangaon", "Price": "109.99 "}, {"city": "Janjgir", "Price": "102.74 "}, {"city": "Jashpur", "Price": "104.02 "}, {"city": "Jaunpur", "Price": "97.70 "}, {"city": "Jayashankar Bhupalpa", "Price": "109.66 "}, {"city": "Jhajjar", "Price": "97.38 "}, {"city": "Jhalawar", "Price": "108.74 "}, {"city": "Jhansi", "Price": "96.25 "}, {"city": "Jhargram", "Price": "106.89 "}, {"city": "Jharsuguda", "Price": "103.26 "}, {"city": "Jhunjhunun", "Price": "109.54 "}, {"city": "Jind", "Price": "96.80 "}, {"city": "Jiribam", "Price": "103.26 "}, {"city": "Jodhpur", "Price": "109.02 "}, {"city": "Jogulamba Gadwal", "Price": "111.51 "}, {"city": "Jorhat", "Price": "97.45 "}, {"city": "Junagadh", "Price": "97.02 "}, {"city": "Kaimur", "Price": "109.28 "}, {"city": "Kaithal", "Price": "97.04 "}, {"city": "Kakching", "Price": "101.54 "}, {"city": "Kalahandi", "Price": "106.14 "}, {"city": "Kalimpong", "Price": "105.98 "}, {"city": "Kamareddy", "Price": "110.50 "}, {"city": "Kamrup", "Price": "97.02 "}, {"city": "Kamrup Metro", "Price": "97.02 "}, {"city": "Kanchipuram", "Price": "103.24 "}, {"city": "Kandhamal", "Price": "104.91 "}, {"city": "Kangpokpi", "Price": "101.60 "}, {"city": "Kangra", "Price": "95.94 "}, {"city": "Kanker", "Price": "103.92 "}, {"city": "Kanniyakumari", "Price": "103.87 "}, {"city": "Kannuaj", "Price": "97.14 "}, {"city": "Kannur", "Price": "105.93 "}, {"city": "Kanpur Rural", "Price": "96.41 "}, {"city": "Kanpur Urban", "Price": "96.27 "}, {"city": "Kapurthala", "Price": "96.05 "}, {"city": "Karaikal", "Price": "95.93 "}, {"city": "Karauli", "Price": "108.73 "}, {"city": "Karbi Anglong", "Price": "98.10 "}, {"city": "Karim Nagar", "Price": "109.47 "}, {"city": "Karimganj", "Price": "98.19 "}, {"city": "Karnal", "Price": "96.62 "}, {"city": "Karur", "Price": "103.05 "}, {"city": "Kasaragod", "Price": "106.57 "}, {"city": "Kashi Ram Nagar", "Price": "96.91 "}, {"city": "Kathua", "Price": "97.93 "}, {"city": "Katihar", "Price": "108.70 "}, {"city": "Katni", "Price": "110.20 "}, {"city": "Kaushambi", "Price": "96.76 "}, {"city": "Kawardha", "Price": "103.41 "}, {"city": "Kendrapara", "Price": "103.11 "}, {"city": "Keonjhar", "Price": "105.34 "}, {"city": "Khagaria", "Price": "107.59 "}, {"city": "Khammam", "Price": "109.68 "}, {"city": "Khandwa", "Price": "109.91 "}, {"city": "Khargone", "Price": "109.24 "}, {"city": "Kheda", "Price": "96.61 "}, {"city": "Khordha", "Price": "103.19 "}, {"city": "Khowai", "Price": "99.06 "}, {"city": "Khunti", "Price": "99.91 "}, {"city": "Kinnaur", "Price": "99.11 "}, {"city": "Kiphere", "Price": "101.77 "}, {"city": "Kishanganj", "Price": "109.35 "}, {"city": "Kishtwar", "Price": "100.85 "}, {"city": "Kodagu", "Price": "103.26 "}, {"city": "Koderma", "Price": "100.64 "}, {"city": "Kohima", "Price": "99.50 "}, {"city": "Kokrajhar", "Price": "97.57 "}, {"city": "Kolar", "Price": "101.95 "}, {"city": "Kolasib", "Price": "94.64 "}, {"city": "Kolhapur", "Price": "107.45 "}, {"city": "Kolkata", "Price": "106.03 "}, {"city": "Kollam", "Price": "107.21 "}, {"city": "Komram Bheem Asifaba", "Price": "111.43 "}, {"city": "Kondagaon", "Price": "104.45 "}, {"city": "Koppal", "Price": "103.03 "}, {"city": "Koraput", "Price": "107.79 "}, {"city": "Korba", "Price": "102.18 "}, {"city": "Koria", "Price": "103.13 "}, {"city": "Kota", "Price": "107.96 "}, {"city": "Kottayam", "Price": "106.53 "}, {"city": "Kozhikode", "Price": "105.87 "}, {"city": "Krishna", "Price": "111.59 "}, {"city": "Krishnagiri", "Price": "104.70 "}, {"city": "Kulgam", "Price": "101.01 "}, {"city": "Kullu", "Price": "97.16 "}, {"city": "Kupwara", "Price": "102.33 "}, {"city": "Kurnool", "Price": "111.95 "}, {"city": "Kurukshetra", "Price": "97.23 "}, {"city": "Kushinagar", "Price": "96.67 "}, {"city": "Kutch", "Price": "96.22 "}, {"city": "Lahul & Spiti", "Price": "99.72 "}, {"city": "Lakhimpur", "Price": "98.77 "}, {"city": "Lalitpur", "Price": "97.15 "}, {"city": "Latehar", "Price": "100.87 "}, {"city": "Latur", "Price": "107.25 "}, {"city": "Lawngtlai", "Price": "97.86 "}, {"city": "Lohardaga", "Price": "100.72 "}, {"city": "Lohit", "Price": "95.89 "}, {"city": "Longding", "Price": "95.03 "}, {"city": "Longleng", "Price": "100.76 "}, {"city": "Lower Dibang Valley", "Price": "96.15 "}, {"city": "Lower Subansiri", "Price": "94.45 "}, {"city": "Luckeesarai", "Price": "108.24 "}, {"city": "Lucknow", "Price": "96.44 "}, {"city": "Ludhiana", "Price": "96.85 "}, {"city": "Lunglei", "Price": "97.25 "}, {"city": "Madhepura", "Price": "108.25 "}, {"city": "Madhubani", "Price": "108.63 "}, {"city": "Madurai", "Price": "103.35 "}, {"city": "Mahabubabad", "Price": "109.47 "}, {"city": "Maharajganj", "Price": "97.25 "}, {"city": "Mahasamund", "Price": "103.73 "}, {"city": "Mahe", "Price": "93.80 "}, {"city": "Mahendragarh", "Price": "97.11 "}, {"city": "Mahisagar", "Price": "97.27 "}, {"city": "Mahoba", "Price": "97.54 "}, {"city": "Mainpuri", "Price": "97.07 "}, {"city": "Majuli", "Price": "99.30 "}, {"city": "Malappuram", "Price": "106.25 "}, {"city": "Malda", "Price": "105.96 "}, {"city": "Malkangiri", "Price": "108.92 "}, {"city": "Mamit", "Price": "96.27 "}, {"city": "Mancherial", "Price": "110.97 "}, {"city": "Mandi", "Price": "96.18 "}, {"city": "Mandla", "Price": "109.21 "}, {"city": "Mandsaur", "Price": "109.75 "}, {"city": "Mandya", "Price": "101.50 "}, {"city": "Mansa", "Price": "96.56 "}, {"city": "Mathura", "Price": "96.45 "}, {"city": "Maunathbhanjan", "Price": "97.25 "}, {"city": "Mayurbhanj", "Price": "104.70 "}, {"city": "Medak", "Price": "110.79 "}, {"city": "Medchal Malkajgiri", "Price": "109.66 "}, {"city": "Meerut", "Price": "96.46 "}, {"city": "Mehabubnagar", "Price": "110.44 "}, {"city": "Mehsana", "Price": "96.62 "}, {"city": "Mewat", "Price": "97.24 "}, {"city": "Mirzapur", "Price": "97.45 "}, {"city": "Moga", "Price": "96.89 "}, {"city": "Mokokchung", "Price": "100.99 "}, {"city": "Mon", "Price": "100.44 "}, {"city": "Moradabad", "Price": "96.83 "}, {"city": "Morbi", "Price": "96.40 "}, {"city": "Morena", "Price": "108.76 "}, {"city": "Morigaon", "Price": "98.31 "}, {"city": "Muktsar", "Price": "96.30 "}, {"city": "Mulugu", "Price": "109.29 "}, {"city": "Mumbai City", "Price": "106.31 "}, {"city": "Mungeli", "Price": "103.18 "}, {"city": "Munger", "Price": "109.15 "}, {"city": "Murshidabad", "Price": "107.01 "}, {"city": "Muzaffarnagar", "Price": "96.45 "}, {"city": "Muzaffarpur", "Price": "108.02 "}, {"city": "Mysore", "Price": "101.50 "}, {"city": "Nabarangapur", "Price": "107.79 "}, {"city": "Nadia", "Price": "107.65 "}, {"city": "Nagaon", "Price": "97.68 "}, {"city": "Nagapattinam", "Price": "104.08 "}, {"city": "Nagarkurnool", "Price": "111.31 "}, {"city": "Nagaur", "Price": "109.74 "}, {"city": "Nagpur", "Price": "106.04 "}, {"city": "Nainital", "Price": "94.85 "}, {"city": "Nalanda", "Price": "108.00 "}, {"city": "Nalbari", "Price": "97.66 "}, {"city": "Nalgonda", "Price": "109.57 "}, {"city": "Namakkal", "Price": "103.31 "}, {"city": "Namsai", "Price": "95.63 "}, {"city": "Nanded", "Price": "108.50 "}, {"city": "Nandurbar", "Price": "107.22 "}, {"city": "Narayanpet", "Price": "111.40 "}, {"city": "Narmada", "Price": "96.66 "}, {"city": "Narsimhapur", "Price": "109.75 "}, {"city": "Nashik", "Price": "106.51 "}, {"city": "Navsari", "Price": "96.45 "}, {"city": "Nawada", "Price": "108.39 "}, {"city": "Nayagarh", "Price": "103.47 "}, {"city": "Neemach", "Price": "110.00 "}, {"city": "Nellore", "Price": "111.16 "}, {"city": "New Delhi", "Price": "96.72 "}, {"city": "Nicobar", "Price": "84.10 "}, {"city": "Nilgiris", "Price": "104.86 "}, {"city": "Nirmal", "Price": "111.83 "}, {"city": "Nizamabad", "Price": "111.36 "}, {"city": "Noney", "Price": "101.62 "}, {"city": "North 24 Parganas", "Price": "106.59 "}, {"city": "North And Middle Andaman", "Price": "84.10 "}, {"city": "North Delhi", "Price": "96.72 "}, {"city": "North District", "Price": "102.70 "}, {"city": "North East Delhi", "Price": "96.72 "}, {"city": "North Garo Hills", "Price": "95.67 "}, {"city": "North Goa", "Price": "97.84 "}, {"city": "North Tripura", "Price": "98.40 "}, {"city": "North West Delhi", "Price": "96.72 "}, {"city": "Nuaparha", "Price": "105.75 "}, {"city": "Osmanabad", "Price": "106.92 "}, {"city": "Pakur", "Price": "101.20 "}, {"city": "Palakkad", "Price": "106.74 "}, {"city": "Palamau", "Price": "101.77 "}, {"city": "Palghar", "Price": "105.94 "}, {"city": "Pali", "Price": "109.19 "}, {"city": "Palwal", "Price": "97.56 "}, {"city": "Panch Mahal", "Price": "96.69 "}, {"city": "Panchkula", "Price": "97.82 "}, {"city": "Panipat", "Price": "96.47 "}, {"city": "Panna", "Price": "110.38 "}, {"city": "Papumpare", "Price": "93.02 "}, {"city": "Parbhani", "Price": "108.50 "}, {"city": "Paschim Bardhaman", "Price": "105.86 "}, {"city": "Paschim Medinipur", "Price": "106.67 "}, {"city": "Patan", "Price": "96.62 "}, {"city": "Pathananthitta", "Price": "106.67 "}, {"city": "Pathankot", "Price": "97.21 "}, {"city": "Patiala", "Price": "96.14 "}, {"city": "Patna", "Price": "107.24 "}, {"city": "Pauri", "Price": "96.37 "}, {"city": "Peddapalli", "Price": "110.20 "}, {"city": "Perambalur", "Price": "103.54 "}, {"city": "Peren", "Price": "98.65 "}, {"city": "Phek", "Price": "101.19 "}, {"city": "Pherzawl", "Price": "103.06 "}, {"city": "Pilibhit", "Price": "97.15 "}, {"city": "Pithoragarh", "Price": "97.70 "}, {"city": "Pondicherry", "Price": "96.28 "}, {"city": "Poonch", "Price": "100.52 "}, {"city": "Porbander", "Price": "96.94 "}, {"city": "Prakasam", "Price": "110.79 "}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"result": {"type": "array", "items": {"type": "object", "properties": {"city": {"type": "string"}, "Price": {"type": "string"}}, "required": ["Price", "city"]}}}, "required": ["result"]}
249316fb-7813-465a-9880-87d8eec710da/0a4b9058-f4bf-4a8c-b3db-77cad11c497c/0/0
Electricity Price
The Electricity Price API offers real-time spot prices for European electricity with analytical tools for market analysis.
5.7
Generation
The /api/generation endpoint is a part of the Electricity Price API that returns a list of hourly electricity generation data for a selected date in MAW. The endpoint accepts a date parameter and returns the hourly generation data for major European countries, including the type of energy source used for generation (e.g. wind, solar, gas, etc.)
200
Response
{"generation": {"items": [{"name": "Biomass", "value": 7891, "values": [769, 789, 797, 797, 808, 815, 790, 783, 771, 772]}, {"name": "Fossil Gas", "value": 1932, "values": [200, 199, 199, 194, 194, 191, 185, 194, 191, 185]}, {"name": "Fossil Hard coal", "value": 2814, "values": [281, 280, 280, 281, 282, 281, 283, 282, 282, 282]}, {"name": "Fossil Oil", "value": 41, "values": [0, 0, 0, 0, 0, 0, 0, 0, 27, 14]}, {"name": "Fossil Peat", "value": 4168, "values": [373, 366, 369, 376, 395, 434, 469, 468, 464, 454]}, {"name": "Hydro Run-of-river and poundage", "value": 14968, "values": [1250, 1203, 1146, 1210, 1380, 1591, 1789, 1850, 1777, 1772]}, {"name": "Nuclear", "value": 27708, "values": [2771, 2771, 2771, 2770, 2770, 2770, 2770, 2770, 2773, 2772]}, {"name": "Other", "value": 768, "values": [74, 74, 74, 74, 74, 76, 83, 81, 80, 78]}, {"name": "Other renewable", "value": 20, "values": [2, 2, 2, 2, 2, 2, 2, 2, 2, 2]}, {"name": "Waste", "value": 70, "values": [7, 7, 7, 7, 7, 7, 7, 7, 7, 7]}, {"name": "Wind Onshore", "value": 30636, "values": [2558, 2707, 2815, 2893, 3023, 3211, 3331, 3326, 3397, 3375]}], "labels": ["03:00 16.02", "04:00 16.02", "05:00 16.02", "06:00 16.02", "07:00 16.02", "08:00 16.02", "09:00 16.02", "10:00 16.02", "11:00 16.02", "12:00 16.02"], "dates": ["2023-02-16T01:00:00.000Z", "2023-02-16T02:00:00.000Z", "2023-02-16T03:00:00.000Z", "2023-02-16T04:00:00.000Z", "2023-02-16T05:00:00.000Z", "2023-02-16T06:00:00.000Z", "2023-02-16T07:00:00.000Z", "2023-02-16T08:00:00.000Z", "2023-02-16T09:00:00.000Z", "2023-02-16T10:00:00.000Z"]}}
{"type": "object", "properties": {"generation": {"type": "object", "properties": {"items": {"type": "array", "items": {"type": "object", "properties": {"name": {"type": "string"}, "value": {"type": "integer"}, "values": {"type": "array", "items": {"type": "integer"}}}}}, "labels": {"type": "array", "items": {"type": "string"}}, "dates": {"type": "array", "items": {"type": "string"}}}}}}
249316fb-7813-465a-9880-87d8eec710da/d759eb35-0ad5-4c9f-b543-4756f6fce1d3/0/0
Electricity Price
The Electricity Price API offers real-time spot prices for European electricity with analytical tools for market analysis.
5.7
Price
The /api/price endpoint is a part of the Electricity Price API that returns a list of hourly electricity prices for a selected date.
200
Response
{"price": {"values": [0.05, 0.05, 0.04, 0.03, 0.03, 0.04, 0.05, 0.07, 0.07, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.06, 0.07, 0.07, 0.07, 0.06, 0.05, 0.05, 0.04], "labels": ["01:00 16.02", "02:00 16.02", "03:00 16.02", "04:00 16.02", "05:00 16.02", "06:00 16.02", "07:00 16.02", "08:00 16.02", "09:00 16.02", "10:00 16.02", "11:00 16.02", "12:00 16.02", "13:00 16.02", "14:00 16.02", "15:00 16.02", "16:00 16.02", "17:00 16.02", "18:00 16.02", "19:00 16.02", "20:00 16.02", "21:00 16.02", "22:00 16.02", "23:00 16.02", "00:00 17.02"], "dates": ["2023-02-15T23:00:00.000Z", "2023-02-16T00:00:00.000Z", "2023-02-16T01:00:00.000Z", "2023-02-16T02:00:00.000Z", "2023-02-16T03:00:00.000Z", "2023-02-16T04:00:00.000Z", "2023-02-16T05:00:00.000Z", "2023-02-16T06:00:00.000Z", "2023-02-16T07:00:00.000Z", "2023-02-16T08:00:00.000Z", "2023-02-16T09:00:00.000Z", "2023-02-16T10:00:00.000Z", "2023-02-16T11:00:00.000Z", "2023-02-16T12:00:00.000Z", "2023-02-16T13:00:00.000Z", "2023-02-16T14:00:00.000Z", "2023-02-16T15:00:00.000Z", "2023-02-16T16:00:00.000Z", "2023-02-16T17:00:00.000Z", "2023-02-16T18:00:00.000Z", "2023-02-16T19:00:00.000Z", "2023-02-16T20:00:00.000Z", "2023-02-16T21:00:00.000Z", "2023-02-16T22:00:00.000Z"], "avgPrice": 0.06, "avgPriceDay": 0.06, "avgPriceNight": 0.04, "priceAtCurrentHour": 0.07}}
{"type": "object", "properties": {"price": {"type": "object", "properties": {"values": {"type": "array", "items": {"type": "number"}}, "labels": {"type": "array", "items": {"type": "string"}}, "dates": {"type": "array", "items": {"type": "string"}}, "avgPrice": {"type": "number"}, "avgPriceDay": {"type": "number"}, "avgPriceNight": {"type": "number"}, "priceAtCurrentHour": {"type": "number"}}}}}
68b019c3-32ec-41a6-8e40-6db31fc23283/da13b210-8b0d-40c0-b76c-ae5dc8284205/0/0
INDIAN FUEL
This API contains the fuel rate of every city in India. The fuel price of a particular city can also be viewed.
null
Data of all cities
Fuel price of all cities
200
Example_1
{"city": {"diesel": "", "petrol": ""}}
{"type": "object", "properties": {"city": {"type": "object", "properties": {"diesel": {"type": "string"}, "petrol": {"type": "string"}}}}}
68b019c3-32ec-41a6-8e40-6db31fc23283/b5cbcd58-f061-41f6-93c4-ad4fa9f95f3a/0/0
INDIAN FUEL
This API contains the fuel rate of every city in India. The fuel price of a particular city can also be viewed.
null
City wise data
City wise fuel data
200
Example_1
{"diesel": "", "petrol": "", "city": ""}
{"type": "object", "properties": {"diesel": {"type": "string"}, "petrol": {"type": "string"}, "city": {"type": "string"}}}
177e9701-5001-480e-80cb-348be1ff61b4/7a4dac5e-8c1d-441c-b9e3-5cf2e217679c/0/0
Regionalkonzept Strom Herkunft
Access to quality items and classifiers in regional energy markets (Regionale Herkunftsnachweise) in Germany.
0.2
Strommix
Resultierender Strommix nach Anwendung der regionalen Ökostromerzeugung im Gebiet einer Postleitzahl.
200
Response
{"source": {"roles": ["Produktion", "Einspeisung", "Erzeugung", "Entnahme", "Bezug", "Entwertung"], "postleitzahl": "69168", "coordinates": [8.71680204279506, 49.3015349119986], "type": "GenerationMix"}, "results": {"avgYear": {"Solar": 0.3333837905411729, "Wasser": 4.6333693120720295e-05, "Wind auf Land": 0.5078016116892968, "Geothermie": 0.0005035006571123239, "Kl\ufffdrgas": 8.88821095273001e-06, "Deponiegas": 0.0027976641036081256, "Biomasse": 0.15545821110473632}, "avgLatest": {"Solar": 0.3105394975071568, "Wasser": 5.499282198169325e-05, "Wind auf Land": 0.4317790025728697, "Geothermie": 0.004028188935035616, "Kl\ufffdrgas": 9.856304019419559e-06, "Deponiegas": 0.004928261699480544, "Biomasse": 0.24866020015945609}, "latest": {"start": 1637740800000, "end": 1639180800000}}}
{"type": "object", "properties": {"source": {"type": "object", "properties": {"roles": {"type": "array", "items": {"type": "string"}}, "postleitzahl": {"type": "string"}, "coordinates": {"type": "array", "items": {"type": "number"}}, "type": {"type": "string"}}}, "results": {"type": "object", "properties": {"avgYear": {"type": "object", "properties": {"Solar": {"type": "number"}, "Wasser": {"type": "number"}, "Wind auf Land": {"type": "number"}, "Geothermie": {"type": "number"}, "Kl\ufffdrgas": {"type": "number"}, "Deponiegas": {"type": "number"}, "Biomasse": {"type": "number"}}}, "avgLatest": {"type": "object", "properties": {"Solar": {"type": "number"}, "Wasser": {"type": "number"}, "Wind auf Land": {"type": "number"}, "Geothermie": {"type": "number"}, "Kl\ufffdrgas": {"type": "number"}, "Deponiegas": {"type": "number"}, "Biomasse": {"type": "number"}}}, "latest": {"type": "object", "properties": {"start": {"type": "integer"}, "end": {"type": "integer"}}}}}}}
d6933165-b0cf-4d64-a980-2a4924d07399/6b9acaad-9c38-4bf1-b324-3d76ca6cd646/0/0
Uruguay Fuels API
This is an API to retrieve current fuel prices in Uruguay. There are 7 different fuel types: Super 95 30S, Premium 97 30S, Gas Oil 10S, Gas Oil 50S, Jet A1, AvGas 110/130, Queroseno.
null
queroseno
Get the current fuel price by fuel type Queroseno
200
Response
{"status": 1, "message": "Fuel prices found", "data": [{"_id": "63126bc796b8a2200e99dd9e", "source": "URSEA", "fuel_type": "Queroseno", "pep": 48.58, "pmit": 50.23, "pvp": 57.61, "currency": "UYU", "request": "queroseno", "since": "2022-09-01T03:00:00.000Z", "__v": 0}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "source": {"type": "string"}, "fuel_type": {"type": "string"}, "pep": {"type": "number"}, "pmit": {"type": "number"}, "pvp": {"type": "number"}, "currency": {"type": "string"}, "request": {"type": "string"}, "since": {"type": "string"}, "__v": {"type": "integer"}}, "required": ["__v", "_id", "currency", "fuel_type", "pep", "pmit", "pvp", "request", "since", "source"]}}}, "required": ["data", "message", "status"]}
d6933165-b0cf-4d64-a980-2a4924d07399/9786ea5d-11e4-4b65-9f51-686ee5513f62/0/0
Uruguay Fuels API
This is an API to retrieve current fuel prices in Uruguay. There are 7 different fuel types: Super 95 30S, Premium 97 30S, Gas Oil 10S, Gas Oil 50S, Jet A1, AvGas 110/130, Queroseno.
null
avgas
Get the current fuel price by fuel type AvGas
200
Response
{"status": 1, "message": "Fuel prices found", "data": [{"_id": "63126cd796b8a2200e99ddad", "source": "URSEA", "fuel_type": "AvGas 110/130", "pep": 94.41, "pvp": 94.41, "currency": "UYU", "request": "avgas", "since": "2022-09-01T03:00:00.000Z", "__v": 0}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "source": {"type": "string"}, "fuel_type": {"type": "string"}, "pep": {"type": "number"}, "pvp": {"type": "number"}, "currency": {"type": "string"}, "request": {"type": "string"}, "since": {"type": "string"}, "__v": {"type": "integer"}}, "required": ["__v", "_id", "currency", "fuel_type", "pep", "pvp", "request", "since", "source"]}}}, "required": ["data", "message", "status"]}
d6933165-b0cf-4d64-a980-2a4924d07399/1dbe422d-42cc-4716-8da0-6b4d57761647/0/0
Uruguay Fuels API
This is an API to retrieve current fuel prices in Uruguay. There are 7 different fuel types: Super 95 30S, Premium 97 30S, Gas Oil 10S, Gas Oil 50S, Jet A1, AvGas 110/130, Queroseno.
null
jet
Get the current fuel price by fuel type Jet A1.
200
Response
{"status": 1, "message": "Fuel prices found", "data": [{"_id": "63126cb696b8a2200e99ddaa", "source": "URSEA", "fuel_type": "Jet A1", "pep": 51.89, "pvp": 51.89, "currency": "UYU", "request": "jet", "since": "2022-09-01T03:00:00.000Z", "__v": 0}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "source": {"type": "string"}, "fuel_type": {"type": "string"}, "pep": {"type": "number"}, "pvp": {"type": "number"}, "currency": {"type": "string"}, "request": {"type": "string"}, "since": {"type": "string"}, "__v": {"type": "integer"}}, "required": ["__v", "_id", "currency", "fuel_type", "pep", "pvp", "request", "since", "source"]}}}, "required": ["data", "message", "status"]}
d6933165-b0cf-4d64-a980-2a4924d07399/de6f9283-c40f-4735-8567-e08c4f37c164/0/0
Uruguay Fuels API
This is an API to retrieve current fuel prices in Uruguay. There are 7 different fuel types: Super 95 30S, Premium 97 30S, Gas Oil 10S, Gas Oil 50S, Jet A1, AvGas 110/130, Queroseno.
null
gasoil50
Get the current fuel price by fuel type gasoil50s
200
Response
{"status": 1, "message": "Fuel prices found", "data": [{"_id": "62faa6732a3adcbf55ed094a", "source": "Ancap", "fuel_type": "Gasoil 50S", "price": "64.99", "currency": "UYU", "request": "gasoil50", "since": "2022-06-01T00:0:00.000Z", "__v": 0}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "source": {"type": "string"}, "fuel_type": {"type": "string"}, "price": {"type": "string"}, "currency": {"type": "string"}, "request": {"type": "string"}, "since": {"type": "string"}, "__v": {"type": "integer"}}, "required": ["__v", "_id", "currency", "fuel_type", "price", "request", "since", "source"]}}}, "required": ["data", "message", "status"]}
d6933165-b0cf-4d64-a980-2a4924d07399/89a4bdb5-eec7-4668-8f51-b0fa3fff13d1/0/0
Uruguay Fuels API
This is an API to retrieve current fuel prices in Uruguay. There are 7 different fuel types: Super 95 30S, Premium 97 30S, Gas Oil 10S, Gas Oil 50S, Jet A1, AvGas 110/130, Queroseno.
null
gasoil10
Get the current fuel price by fuel type gasoil10s
200
Response
{"status": 1, "message": "Fuel prices found", "data": [{"_id": "62faa78d2a3adcbf55ed0977", "source": "Ancap", "fuel_type": "Gasoil 10S", "price": "75.30", "currency": "UYU", "request": "gasoil10", "since": "2022-06-01T00:0:00.000Z", "__v": 0}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "source": {"type": "string"}, "fuel_type": {"type": "string"}, "price": {"type": "string"}, "currency": {"type": "string"}, "request": {"type": "string"}, "since": {"type": "string"}, "__v": {"type": "integer"}}, "required": ["__v", "_id", "currency", "fuel_type", "price", "request", "since", "source"]}}}, "required": ["data", "message", "status"]}
d6933165-b0cf-4d64-a980-2a4924d07399/dc52d41b-77ae-4e16-82f9-cfb9147e6acc/0/0
Uruguay Fuels API
This is an API to retrieve current fuel prices in Uruguay. There are 7 different fuel types: Super 95 30S, Premium 97 30S, Gas Oil 10S, Gas Oil 50S, Jet A1, AvGas 110/130, Queroseno.
null
premium97
Get the current fuel price by fuel type premium97
200
Response
{"status": 1, "message": "Fuel prices found", "data": [{"_id": "631267f596b8a2200e99dd98", "source": "URSEA", "fuel_type": "Premium 97 30S", "pep": 70.01, "pmit": 71.55, "pvp": 79.85, "currency": "UYU", "request": "premium97", "since": "2022-09-01T03:00:00.000Z", "__v": 0}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "source": {"type": "string"}, "fuel_type": {"type": "string"}, "pep": {"type": "number"}, "pmit": {"type": "number"}, "pvp": {"type": "number"}, "currency": {"type": "string"}, "request": {"type": "string"}, "since": {"type": "string"}, "__v": {"type": "integer"}}, "required": ["__v", "_id", "currency", "fuel_type", "pep", "pmit", "pvp", "request", "since", "source"]}}}, "required": ["data", "message", "status"]}
d6933165-b0cf-4d64-a980-2a4924d07399/54a38ba6-54e6-4c6e-a442-ff4b0aaea0ef/0/0
Uruguay Fuels API
This is an API to retrieve current fuel prices in Uruguay. There are 7 different fuel types: Super 95 30S, Premium 97 30S, Gas Oil 10S, Gas Oil 50S, Jet A1, AvGas 110/130, Queroseno.
null
super95
Get the current fuel price by fuel type super95
200
Response
{"status": 1, "message": "Fuel prices found", "data": [{"_id": "62faa3752a3adcbf55ed0914", "source": "Ancap", "fuel_type": "Super 95", "price": "80.88", "currency": "UYU", "request": "super95", "since": "2022-06-01T00:0:00.000Z", "__v": 0}]}
{"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"status": {"type": "integer"}, "message": {"type": "string"}, "data": {"type": "array", "items": {"type": "object", "properties": {"_id": {"type": "string"}, "source": {"type": "string"}, "fuel_type": {"type": "string"}, "price": {"type": "string"}, "currency": {"type": "string"}, "request": {"type": "string"}, "since": {"type": "string"}, "__v": {"type": "integer"}}, "required": ["__v", "_id", "currency", "fuel_type", "price", "request", "since", "source"]}}}, "required": ["data", "message", "status"]}
e0289213-5dff-4da3-b6dc-0834766a8d27/b5cdfbfe-bf1e-4e00-8df3-2799dd3b6a06/0/0
SolarEnergyPrediction
AI-based photovoltaic power prediction for PV plants. Powered by our industry-leading irradiance and real-time weather data.
8.9
/v2.0/solar/estimation
Solar Power Estimation Estimated photovoltaic (PV) system performance per month of an installation with given characteristics.
200
New Example
{"inputs": {"wp": "10000", "lat": "46.123", "lon": "8.0123", "az": "0", "deg": "34", "loss": "14", "tech": "crystSi"}, "outputs": [{"month": 1, "wh": 444370}, {"month": 2, "wh": 555530}, {"month": 3, "wh": 845170}, {"month": 4, "wh": 1007330}, {"month": 5, "wh": 1100810}, {"month": 6, "wh": 1127780}, {"month": 7, "wh": 1201640}, {"month": 8, "wh": 1081790}, {"month": 9, "wh": 990200}, {"month": 10, "wh": 815340}, {"month": 11, "wh": 519490}, {"month": 12, "wh": 414180}]}
{"type": "object", "properties": {"inputs": {"type": "object", "properties": {"wp": {"type": "string"}, "lat": {"type": "string"}, "lon": {"type": "string"}, "az": {"type": "string"}, "deg": {"type": "string"}, "loss": {"type": "string"}, "tech": {"type": "string"}}}, "outputs": {"type": "array", "items": {"type": "object", "properties": {"month": {"type": "integer"}, "wh": {"type": "integer"}}}}}}
2e8d3e40-3f56-4fa1-8d40-8deb88ed4ef2/c8319931-8a7d-4ecf-8f5c-f2bc56a57c38/0/0
Daily Petrol, Diesel, LPG & CNG Fuel Prices in India
null
9.4
LowestFuelPriceCitiesOnDate
List of Cities with Lowest Fuel Price on a Past Date
400
Example_1
{"code": 0, "message": ""}
{"type": "object", "required": ["code", "message"], "properties": {"code": {"description": "The status code of the error", "type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "message": {"description": "The description of the error", "type": "string"}}}
2e8d3e40-3f56-4fa1-8d40-8deb88ed4ef2/c8319931-8a7d-4ecf-8f5c-f2bc56a57c38/1/0
Daily Petrol, Diesel, LPG & CNG Fuel Prices in India
null
9.4
LowestFuelPriceCitiesOnDate
List of Cities with Lowest Fuel Price on a Past Date
404
Example_1
{"code": 0, "message": ""}
{"type": "object", "required": ["code", "message"], "properties": {"code": {"description": "The status code of the error", "type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "message": {"description": "The description of the error", "type": "string"}}}
2e8d3e40-3f56-4fa1-8d40-8deb88ed4ef2/c8319931-8a7d-4ecf-8f5c-f2bc56a57c38/2/0
Daily Petrol, Diesel, LPG & CNG Fuel Prices in India
null
9.4
LowestFuelPriceCitiesOnDate
List of Cities with Lowest Fuel Price on a Past Date
500
Example_1
{"code": 0, "message": ""}
{"type": "object", "required": ["code", "message"], "properties": {"code": {"description": "The status code of the error", "type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "message": {"description": "The description of the error", "type": "string"}}}
2e8d3e40-3f56-4fa1-8d40-8deb88ed4ef2/c8319931-8a7d-4ecf-8f5c-f2bc56a57c38/3/0
Daily Petrol, Diesel, LPG & CNG Fuel Prices in India
null
9.4
LowestFuelPriceCitiesOnDate
List of Cities with Lowest Fuel Price on a Past Date
200
Example_1
{"countryId": "india", "countryName": "India", "cityPrices": [{"cityId": "mumbai", "cityName": "Mumbai", "stateId": "maharashtra", "stateName": "Maharashtra", "applicableOn": "2022-09-01", "fuel": {"petrol": {"retailPrice": 101.34, "retailPriceChange": -0.45, "retailPriceChangeInterval": "day", "retailUnit": "litre", "currency": "INR"}, "diesel": {"retailPrice": 101.34, "retailPriceChange": -0.45, "retailPriceChangeInterval": "day", "retailUnit": "litre", "currency": "INR"}, "lpg": {"retailPrice": 101.34, "retailPriceChange": -0.45, "retailPriceChangeInterval": "day", "retailUnit": "litre", "currency": "INR"}, "cng": {"retailPrice": 101.34, "retailPriceChange": -0.45, "retailPriceChangeInterval": "day", "retailUnit": "litre", "currency": "INR"}}}]}
{"type": "object", "allOf": [{"type": "object", "required": ["countryId", "countryName"], "properties": {"countryId": {"description": "The ID of the Country", "type": "string", "pattern": "[a-z\\-]+"}, "countryName": {"description": "The name of the Country", "type": "string"}}}, {"type": "object", "properties": {"cityPrices": {"type": "array", "items": {"allOf": [{"type": "object", "required": ["cityId", "cityName"], "properties": {"cityId": {"description": "The ID of the City", "type": "string", "pattern": "[a-z\\-]+"}, "cityName": {"description": "The name of the City", "type": "string"}}}, {"type": "object", "required": ["stateId", "stateName"], "properties": {"stateId": {"description": "The ID of the State", "type": "string", "pattern": "[a-z\\-]+"}, "stateName": {"description": "The name of the State", "type": "string"}}}, {"type": "object", "required": ["fuel"], "properties": {"applicableOn": {"type": "string", "format": "date", "description": "The ISO date from which the current retail price is applicable from"}, "fuel": {"type": "object", "properties": {"petrol": {"type": "object", "required": ["retailPrice", "retailPriceChange", "retailUnit", "currency"], "properties": {"retailPrice": {"description": "The price of the fuel in the retail outlets", "type": "number"}, "retailPriceChange": {"description": "The change in the price of the fuel in retail outlets, compared to the previous day", "type": "number"}, "retailPriceChangeInterval": {"description": "The interval within which the retail price change is applicable", "type": "string", "enum": ["month", "day"]}, "retailUnit": {"description": "The unit sold in the retail for which the retailPrice is applicable", "type": "string", "enum": ["litre", "kg", "14.2kg"]}, "currency": {"description": "The currency of the price", "type": "string", "enum": ["INR"]}}}, "diesel": {"type": "object", "required": ["retailPrice", "retailPriceChange", "retailUnit", "currency"], "properties": {"retailPrice": {"description": "The price of the fuel in the retail outlets", "type": "number"}, "retailPriceChange": {"description": "The change in the price of the fuel in retail outlets, compared to the previous day", "type": "number"}, "retailPriceChangeInterval": {"description": "The interval within which the retail price change is applicable", "type": "string", "enum": ["month", "day"]}, "retailUnit": {"description": "The unit sold in the retail for which the retailPrice is applicable", "type": "string", "enum": ["litre", "kg", "14.2kg"]}, "currency": {"description": "The currency of the price", "type": "string", "enum": ["INR"]}}}, "lpg": {"type": "object", "required": ["retailPrice", "retailPriceChange", "retailUnit", "currency"], "properties": {"retailPrice": {"description": "The price of the fuel in the retail outlets", "type": "number"}, "retailPriceChange": {"description": "The change in the price of the fuel in retail outlets, compared to the previous day", "type": "number"}, "retailPriceChangeInterval": {"description": "The interval within which the retail price change is applicable", "type": "string", "enum": ["month", "day"]}, "retailUnit": {"description": "The unit sold in the retail for which the retailPrice is applicable", "type": "string", "enum": ["litre", "kg", "14.2kg"]}, "currency": {"description": "The currency of the price", "type": "string", "enum": ["INR"]}}}, "cng": {"type": "object", "required": ["retailPrice", "retailPriceChange", "retailUnit", "currency"], "properties": {"retailPrice": {"description": "The price of the fuel in the retail outlets", "type": "number"}, "retailPriceChange": {"description": "The change in the price of the fuel in retail outlets, compared to the previous day", "type": "number"}, "retailPriceChangeInterval": {"description": "The interval within which the retail price change is applicable", "type": "string", "enum": ["month", "day"]}, "retailUnit": {"description": "The unit sold in the retail for which the retailPrice is applicable", "type": "string", "enum": ["litre", "kg", "14.2kg"]}, "currency": {"description": "The currency of the price", "type": "string", "enum": ["INR"]}}}}}}}]}}}}]}
2e8d3e40-3f56-4fa1-8d40-8deb88ed4ef2/c8319931-8a7d-4ecf-8f5c-f2bc56a57c38/4/0
Daily Petrol, Diesel, LPG & CNG Fuel Prices in India
null
9.4
LowestFuelPriceCitiesOnDate
List of Cities with Lowest Fuel Price on a Past Date
401
Example_1
{"code": 0, "message": ""}
{"type": "object", "required": ["code", "message"], "properties": {"code": {"description": "The status code of the error", "type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "message": {"description": "The description of the error", "type": "string"}}}
2e8d3e40-3f56-4fa1-8d40-8deb88ed4ef2/fa2f4b6f-63df-4536-ab7d-e8f3a11df44f/0/0
Daily Petrol, Diesel, LPG & CNG Fuel Prices in India
null
9.4
HighestFuelPriceCitiesOnDate
List of Cities with Highest Fuel Price on a Past Date
400
Example_1
{"code": 0, "message": ""}
{"type": "object", "required": ["code", "message"], "properties": {"code": {"description": "The status code of the error", "type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "message": {"description": "The description of the error", "type": "string"}}}
2e8d3e40-3f56-4fa1-8d40-8deb88ed4ef2/fa2f4b6f-63df-4536-ab7d-e8f3a11df44f/1/0
Daily Petrol, Diesel, LPG & CNG Fuel Prices in India
null
9.4
HighestFuelPriceCitiesOnDate
List of Cities with Highest Fuel Price on a Past Date
500
Example_1
{"code": 0, "message": ""}
{"type": "object", "required": ["code", "message"], "properties": {"code": {"description": "The status code of the error", "type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "message": {"description": "The description of the error", "type": "string"}}}
2e8d3e40-3f56-4fa1-8d40-8deb88ed4ef2/fa2f4b6f-63df-4536-ab7d-e8f3a11df44f/2/0
Daily Petrol, Diesel, LPG & CNG Fuel Prices in India
null
9.4
HighestFuelPriceCitiesOnDate
List of Cities with Highest Fuel Price on a Past Date
200
Example_1
{"countryId": "india", "countryName": "India", "cityPrices": [{"cityId": "mumbai", "cityName": "Mumbai", "stateId": "maharashtra", "stateName": "Maharashtra", "applicableOn": "2022-09-01", "fuel": {"petrol": {"retailPrice": 101.34, "retailPriceChange": -0.45, "retailPriceChangeInterval": "day", "retailUnit": "litre", "currency": "INR"}, "diesel": {"retailPrice": 101.34, "retailPriceChange": -0.45, "retailPriceChangeInterval": "day", "retailUnit": "litre", "currency": "INR"}, "lpg": {"retailPrice": 101.34, "retailPriceChange": -0.45, "retailPriceChangeInterval": "day", "retailUnit": "litre", "currency": "INR"}, "cng": {"retailPrice": 101.34, "retailPriceChange": -0.45, "retailPriceChangeInterval": "day", "retailUnit": "litre", "currency": "INR"}}}]}
{"type": "object", "allOf": [{"type": "object", "required": ["countryId", "countryName"], "properties": {"countryId": {"description": "The ID of the Country", "type": "string", "pattern": "[a-z\\-]+"}, "countryName": {"description": "The name of the Country", "type": "string"}}}, {"type": "object", "properties": {"cityPrices": {"type": "array", "items": {"allOf": [{"type": "object", "required": ["cityId", "cityName"], "properties": {"cityId": {"description": "The ID of the City", "type": "string", "pattern": "[a-z\\-]+"}, "cityName": {"description": "The name of the City", "type": "string"}}}, {"type": "object", "required": ["stateId", "stateName"], "properties": {"stateId": {"description": "The ID of the State", "type": "string", "pattern": "[a-z\\-]+"}, "stateName": {"description": "The name of the State", "type": "string"}}}, {"type": "object", "required": ["fuel"], "properties": {"applicableOn": {"type": "string", "format": "date", "description": "The ISO date from which the current retail price is applicable from"}, "fuel": {"type": "object", "properties": {"petrol": {"type": "object", "required": ["retailPrice", "retailPriceChange", "retailUnit", "currency"], "properties": {"retailPrice": {"description": "The price of the fuel in the retail outlets", "type": "number"}, "retailPriceChange": {"description": "The change in the price of the fuel in retail outlets, compared to the previous day", "type": "number"}, "retailPriceChangeInterval": {"description": "The interval within which the retail price change is applicable", "type": "string", "enum": ["month", "day"]}, "retailUnit": {"description": "The unit sold in the retail for which the retailPrice is applicable", "type": "string", "enum": ["litre", "kg", "14.2kg"]}, "currency": {"description": "The currency of the price", "type": "string", "enum": ["INR"]}}}, "diesel": {"type": "object", "required": ["retailPrice", "retailPriceChange", "retailUnit", "currency"], "properties": {"retailPrice": {"description": "The price of the fuel in the retail outlets", "type": "number"}, "retailPriceChange": {"description": "The change in the price of the fuel in retail outlets, compared to the previous day", "type": "number"}, "retailPriceChangeInterval": {"description": "The interval within which the retail price change is applicable", "type": "string", "enum": ["month", "day"]}, "retailUnit": {"description": "The unit sold in the retail for which the retailPrice is applicable", "type": "string", "enum": ["litre", "kg", "14.2kg"]}, "currency": {"description": "The currency of the price", "type": "string", "enum": ["INR"]}}}, "lpg": {"type": "object", "required": ["retailPrice", "retailPriceChange", "retailUnit", "currency"], "properties": {"retailPrice": {"description": "The price of the fuel in the retail outlets", "type": "number"}, "retailPriceChange": {"description": "The change in the price of the fuel in retail outlets, compared to the previous day", "type": "number"}, "retailPriceChangeInterval": {"description": "The interval within which the retail price change is applicable", "type": "string", "enum": ["month", "day"]}, "retailUnit": {"description": "The unit sold in the retail for which the retailPrice is applicable", "type": "string", "enum": ["litre", "kg", "14.2kg"]}, "currency": {"description": "The currency of the price", "type": "string", "enum": ["INR"]}}}, "cng": {"type": "object", "required": ["retailPrice", "retailPriceChange", "retailUnit", "currency"], "properties": {"retailPrice": {"description": "The price of the fuel in the retail outlets", "type": "number"}, "retailPriceChange": {"description": "The change in the price of the fuel in retail outlets, compared to the previous day", "type": "number"}, "retailPriceChangeInterval": {"description": "The interval within which the retail price change is applicable", "type": "string", "enum": ["month", "day"]}, "retailUnit": {"description": "The unit sold in the retail for which the retailPrice is applicable", "type": "string", "enum": ["litre", "kg", "14.2kg"]}, "currency": {"description": "The currency of the price", "type": "string", "enum": ["INR"]}}}}}}}]}}}}]}
2e8d3e40-3f56-4fa1-8d40-8deb88ed4ef2/fa2f4b6f-63df-4536-ab7d-e8f3a11df44f/3/0
Daily Petrol, Diesel, LPG & CNG Fuel Prices in India
null
9.4
HighestFuelPriceCitiesOnDate
List of Cities with Highest Fuel Price on a Past Date
404
Example_1
{"code": 0, "message": ""}
{"type": "object", "required": ["code", "message"], "properties": {"code": {"description": "The status code of the error", "type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "message": {"description": "The description of the error", "type": "string"}}}
2e8d3e40-3f56-4fa1-8d40-8deb88ed4ef2/fa2f4b6f-63df-4536-ab7d-e8f3a11df44f/4/0
Daily Petrol, Diesel, LPG & CNG Fuel Prices in India
null
9.4
HighestFuelPriceCitiesOnDate
List of Cities with Highest Fuel Price on a Past Date
401
Example_1
{"code": 0, "message": ""}
{"type": "object", "required": ["code", "message"], "properties": {"code": {"description": "The status code of the error", "type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "message": {"description": "The description of the error", "type": "string"}}}
2e8d3e40-3f56-4fa1-8d40-8deb88ed4ef2/e8b54652-6013-4720-adbd-c6323b173ac1/0/0
Daily Petrol, Diesel, LPG & CNG Fuel Prices in India
null
9.4
AllCitiesFuelPriceOnDate
Fuel Price in all Cities on a Past Date
200
Example_1
{"stateId": "maharashtra", "stateName": "Maharashtra", "countryId": "india", "countryName": "India", "cityPrices": [{"cityId": "mumbai", "cityName": "Mumbai", "applicableOn": "2022-09-01", "fuel": {"petrol": {"retailPrice": 101.34, "retailPriceChange": -0.45, "retailPriceChangeInterval": "day", "retailUnit": "litre", "currency": "INR"}, "diesel": {"retailPrice": 101.34, "retailPriceChange": -0.45, "retailPriceChangeInterval": "day", "retailUnit": "litre", "currency": "INR"}, "lpg": {"retailPrice": 101.34, "retailPriceChange": -0.45, "retailPriceChangeInterval": "day", "retailUnit": "litre", "currency": "INR"}, "cng": {"retailPrice": 101.34, "retailPriceChange": -0.45, "retailPriceChangeInterval": "day", "retailUnit": "litre", "currency": "INR"}}}]}
{"type": "object", "allOf": [{"type": "object", "required": ["stateId", "stateName"], "properties": {"stateId": {"description": "The ID of the State", "type": "string", "pattern": "[a-z\\-]+"}, "stateName": {"description": "The name of the State", "type": "string"}}}, {"type": "object", "required": ["countryId", "countryName"], "properties": {"countryId": {"description": "The ID of the Country", "type": "string", "pattern": "[a-z\\-]+"}, "countryName": {"description": "The name of the Country", "type": "string"}}}, {"type": "object", "properties": {"cityPrices": {"type": "array", "items": {"allOf": [{"type": "object", "required": ["cityId", "cityName"], "properties": {"cityId": {"description": "The ID of the City", "type": "string", "pattern": "[a-z\\-]+"}, "cityName": {"description": "The name of the City", "type": "string"}}}, {"type": "object", "required": ["fuel"], "properties": {"applicableOn": {"type": "string", "format": "date", "description": "The ISO date from which the current retail price is applicable from"}, "fuel": {"type": "object", "properties": {"petrol": {"type": "object", "required": ["retailPrice", "retailPriceChange", "retailUnit", "currency"], "properties": {"retailPrice": {"description": "The price of the fuel in the retail outlets", "type": "number"}, "retailPriceChange": {"description": "The change in the price of the fuel in retail outlets, compared to the previous day", "type": "number"}, "retailPriceChangeInterval": {"description": "The interval within which the retail price change is applicable", "type": "string", "enum": ["month", "day"]}, "retailUnit": {"description": "The unit sold in the retail for which the retailPrice is applicable", "type": "string", "enum": ["litre", "kg", "14.2kg"]}, "currency": {"description": "The currency of the price", "type": "string", "enum": ["INR"]}}}, "diesel": {"type": "object", "required": ["retailPrice", "retailPriceChange", "retailUnit", "currency"], "properties": {"retailPrice": {"description": "The price of the fuel in the retail outlets", "type": "number"}, "retailPriceChange": {"description": "The change in the price of the fuel in retail outlets, compared to the previous day", "type": "number"}, "retailPriceChangeInterval": {"description": "The interval within which the retail price change is applicable", "type": "string", "enum": ["month", "day"]}, "retailUnit": {"description": "The unit sold in the retail for which the retailPrice is applicable", "type": "string", "enum": ["litre", "kg", "14.2kg"]}, "currency": {"description": "The currency of the price", "type": "string", "enum": ["INR"]}}}, "lpg": {"type": "object", "required": ["retailPrice", "retailPriceChange", "retailUnit", "currency"], "properties": {"retailPrice": {"description": "The price of the fuel in the retail outlets", "type": "number"}, "retailPriceChange": {"description": "The change in the price of the fuel in retail outlets, compared to the previous day", "type": "number"}, "retailPriceChangeInterval": {"description": "The interval within which the retail price change is applicable", "type": "string", "enum": ["month", "day"]}, "retailUnit": {"description": "The unit sold in the retail for which the retailPrice is applicable", "type": "string", "enum": ["litre", "kg", "14.2kg"]}, "currency": {"description": "The currency of the price", "type": "string", "enum": ["INR"]}}}, "cng": {"type": "object", "required": ["retailPrice", "retailPriceChange", "retailUnit", "currency"], "properties": {"retailPrice": {"description": "The price of the fuel in the retail outlets", "type": "number"}, "retailPriceChange": {"description": "The change in the price of the fuel in retail outlets, compared to the previous day", "type": "number"}, "retailPriceChangeInterval": {"description": "The interval within which the retail price change is applicable", "type": "string", "enum": ["month", "day"]}, "retailUnit": {"description": "The unit sold in the retail for which the retailPrice is applicable", "type": "string", "enum": ["litre", "kg", "14.2kg"]}, "currency": {"description": "The currency of the price", "type": "string", "enum": ["INR"]}}}}}}}]}}}}]}
2e8d3e40-3f56-4fa1-8d40-8deb88ed4ef2/e8b54652-6013-4720-adbd-c6323b173ac1/1/0
Daily Petrol, Diesel, LPG & CNG Fuel Prices in India
null
9.4
AllCitiesFuelPriceOnDate
Fuel Price in all Cities on a Past Date
400
Example_1
{"code": 0, "message": ""}
{"type": "object", "required": ["code", "message"], "properties": {"code": {"description": "The status code of the error", "type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "message": {"description": "The description of the error", "type": "string"}}}
2e8d3e40-3f56-4fa1-8d40-8deb88ed4ef2/e8b54652-6013-4720-adbd-c6323b173ac1/2/0
Daily Petrol, Diesel, LPG & CNG Fuel Prices in India
null
9.4
AllCitiesFuelPriceOnDate
Fuel Price in all Cities on a Past Date
404
Example_1
{"code": 0, "message": ""}
{"type": "object", "required": ["code", "message"], "properties": {"code": {"description": "The status code of the error", "type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "message": {"description": "The description of the error", "type": "string"}}}
2e8d3e40-3f56-4fa1-8d40-8deb88ed4ef2/e8b54652-6013-4720-adbd-c6323b173ac1/3/0
Daily Petrol, Diesel, LPG & CNG Fuel Prices in India
null
9.4
AllCitiesFuelPriceOnDate
Fuel Price in all Cities on a Past Date
401
Example_1
{"code": 0, "message": ""}
{"type": "object", "required": ["code", "message"], "properties": {"code": {"description": "The status code of the error", "type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "message": {"description": "The description of the error", "type": "string"}}}
2e8d3e40-3f56-4fa1-8d40-8deb88ed4ef2/e8b54652-6013-4720-adbd-c6323b173ac1/4/0
Daily Petrol, Diesel, LPG & CNG Fuel Prices in India
null
9.4
AllCitiesFuelPriceOnDate
Fuel Price in all Cities on a Past Date
500
Example_1
{"code": 0, "message": ""}
{"type": "object", "required": ["code", "message"], "properties": {"code": {"description": "The status code of the error", "type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "message": {"description": "The description of the error", "type": "string"}}}
2e8d3e40-3f56-4fa1-8d40-8deb88ed4ef2/e71d341f-9621-4af7-8159-60a3d008d9fa/0/0
Daily Petrol, Diesel, LPG & CNG Fuel Prices in India
null
9.4
CityFuelPriceOnDate
Fuel Price in a City on Past Date
200
Example_1
{"cityId": "mumbai", "cityName": "Mumbai", "stateId": "maharashtra", "stateName": "Maharashtra", "countryId": "india", "countryName": "India", "applicableOn": "2022-09-01", "fuel": {"petrol": {"retailPrice": 101.34, "retailPriceChange": -0.45, "retailPriceChangeInterval": "day", "retailUnit": "litre", "currency": "INR"}, "diesel": {"retailPrice": 101.34, "retailPriceChange": -0.45, "retailPriceChangeInterval": "day", "retailUnit": "litre", "currency": "INR"}, "lpg": {"retailPrice": 101.34, "retailPriceChange": -0.45, "retailPriceChangeInterval": "day", "retailUnit": "litre", "currency": "INR"}, "cng": {"retailPrice": 101.34, "retailPriceChange": -0.45, "retailPriceChangeInterval": "day", "retailUnit": "litre", "currency": "INR"}}}
{"type": "object", "allOf": [{"type": "object", "required": ["cityId", "cityName"], "properties": {"cityId": {"description": "The ID of the City", "type": "string", "pattern": "[a-z\\-]+"}, "cityName": {"description": "The name of the City", "type": "string"}}}, {"type": "object", "required": ["stateId", "stateName"], "properties": {"stateId": {"description": "The ID of the State", "type": "string", "pattern": "[a-z\\-]+"}, "stateName": {"description": "The name of the State", "type": "string"}}}, {"type": "object", "required": ["countryId", "countryName"], "properties": {"countryId": {"description": "The ID of the Country", "type": "string", "pattern": "[a-z\\-]+"}, "countryName": {"description": "The name of the Country", "type": "string"}}}, {"type": "object", "required": ["fuel"], "properties": {"applicableOn": {"type": "string", "format": "date", "description": "The ISO date from which the current retail price is applicable from"}, "fuel": {"type": "object", "properties": {"petrol": {"type": "object", "required": ["retailPrice", "retailPriceChange", "retailUnit", "currency"], "properties": {"retailPrice": {"description": "The price of the fuel in the retail outlets", "type": "number"}, "retailPriceChange": {"description": "The change in the price of the fuel in retail outlets, compared to the previous day", "type": "number"}, "retailPriceChangeInterval": {"description": "The interval within which the retail price change is applicable", "type": "string", "enum": ["month", "day"]}, "retailUnit": {"description": "The unit sold in the retail for which the retailPrice is applicable", "type": "string", "enum": ["litre", "kg", "14.2kg"]}, "currency": {"description": "The currency of the price", "type": "string", "enum": ["INR"]}}}, "diesel": {"type": "object", "required": ["retailPrice", "retailPriceChange", "retailUnit", "currency"], "properties": {"retailPrice": {"description": "The price of the fuel in the retail outlets", "type": "number"}, "retailPriceChange": {"description": "The change in the price of the fuel in retail outlets, compared to the previous day", "type": "number"}, "retailPriceChangeInterval": {"description": "The interval within which the retail price change is applicable", "type": "string", "enum": ["month", "day"]}, "retailUnit": {"description": "The unit sold in the retail for which the retailPrice is applicable", "type": "string", "enum": ["litre", "kg", "14.2kg"]}, "currency": {"description": "The currency of the price", "type": "string", "enum": ["INR"]}}}, "lpg": {"type": "object", "required": ["retailPrice", "retailPriceChange", "retailUnit", "currency"], "properties": {"retailPrice": {"description": "The price of the fuel in the retail outlets", "type": "number"}, "retailPriceChange": {"description": "The change in the price of the fuel in retail outlets, compared to the previous day", "type": "number"}, "retailPriceChangeInterval": {"description": "The interval within which the retail price change is applicable", "type": "string", "enum": ["month", "day"]}, "retailUnit": {"description": "The unit sold in the retail for which the retailPrice is applicable", "type": "string", "enum": ["litre", "kg", "14.2kg"]}, "currency": {"description": "The currency of the price", "type": "string", "enum": ["INR"]}}}, "cng": {"type": "object", "required": ["retailPrice", "retailPriceChange", "retailUnit", "currency"], "properties": {"retailPrice": {"description": "The price of the fuel in the retail outlets", "type": "number"}, "retailPriceChange": {"description": "The change in the price of the fuel in retail outlets, compared to the previous day", "type": "number"}, "retailPriceChangeInterval": {"description": "The interval within which the retail price change is applicable", "type": "string", "enum": ["month", "day"]}, "retailUnit": {"description": "The unit sold in the retail for which the retailPrice is applicable", "type": "string", "enum": ["litre", "kg", "14.2kg"]}, "currency": {"description": "The currency of the price", "type": "string", "enum": ["INR"]}}}}}}}]}
2e8d3e40-3f56-4fa1-8d40-8deb88ed4ef2/e71d341f-9621-4af7-8159-60a3d008d9fa/1/0
Daily Petrol, Diesel, LPG & CNG Fuel Prices in India
null
9.4
CityFuelPriceOnDate
Fuel Price in a City on Past Date
401
Example_1
{"code": 0, "message": ""}
{"type": "object", "required": ["code", "message"], "properties": {"code": {"description": "The status code of the error", "type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "message": {"description": "The description of the error", "type": "string"}}}
2e8d3e40-3f56-4fa1-8d40-8deb88ed4ef2/e71d341f-9621-4af7-8159-60a3d008d9fa/2/0
Daily Petrol, Diesel, LPG & CNG Fuel Prices in India
null
9.4
CityFuelPriceOnDate
Fuel Price in a City on Past Date
400
Example_1
{"code": 0, "message": ""}
{"type": "object", "required": ["code", "message"], "properties": {"code": {"description": "The status code of the error", "type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "message": {"description": "The description of the error", "type": "string"}}}
2e8d3e40-3f56-4fa1-8d40-8deb88ed4ef2/e71d341f-9621-4af7-8159-60a3d008d9fa/3/0
Daily Petrol, Diesel, LPG & CNG Fuel Prices in India
null
9.4
CityFuelPriceOnDate
Fuel Price in a City on Past Date
404
Example_1
{"code": 0, "message": ""}
{"type": "object", "required": ["code", "message"], "properties": {"code": {"description": "The status code of the error", "type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "message": {"description": "The description of the error", "type": "string"}}}
2e8d3e40-3f56-4fa1-8d40-8deb88ed4ef2/e71d341f-9621-4af7-8159-60a3d008d9fa/4/0
Daily Petrol, Diesel, LPG & CNG Fuel Prices in India
null
9.4
CityFuelPriceOnDate
Fuel Price in a City on Past Date
500
Example_1
{"code": 0, "message": ""}
{"type": "object", "required": ["code", "message"], "properties": {"code": {"description": "The status code of the error", "type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "message": {"description": "The description of the error", "type": "string"}}}
2e8d3e40-3f56-4fa1-8d40-8deb88ed4ef2/c43c1479-4856-4dd7-a1f6-8cbae7f9e4a6/0/0
Daily Petrol, Diesel, LPG & CNG Fuel Prices in India
null
9.4
CityFuelPriceHistory
404
null
{"code": 0, "message": ""}
{"type": "object", "required": ["code", "message"], "properties": {"code": {"description": "The status code of the error", "type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "message": {"description": "The description of the error", "type": "string"}}}
2e8d3e40-3f56-4fa1-8d40-8deb88ed4ef2/c43c1479-4856-4dd7-a1f6-8cbae7f9e4a6/1/0
Daily Petrol, Diesel, LPG & CNG Fuel Prices in India
null
9.4
CityFuelPriceHistory
400
null
{"code": 0, "message": ""}
{"type": "object", "required": ["code", "message"], "properties": {"code": {"description": "The status code of the error", "type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "message": {"description": "The description of the error", "type": "string"}}}
2e8d3e40-3f56-4fa1-8d40-8deb88ed4ef2/c43c1479-4856-4dd7-a1f6-8cbae7f9e4a6/2/0
Daily Petrol, Diesel, LPG & CNG Fuel Prices in India
null
9.4
CityFuelPriceHistory
401
null
{"code": 0, "message": ""}
{"type": "object", "required": ["code", "message"], "properties": {"code": {"description": "The status code of the error", "type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "message": {"description": "The description of the error", "type": "string"}}}
2e8d3e40-3f56-4fa1-8d40-8deb88ed4ef2/c43c1479-4856-4dd7-a1f6-8cbae7f9e4a6/3/0
Daily Petrol, Diesel, LPG & CNG Fuel Prices in India
null
9.4
CityFuelPriceHistory
200
null
{"cityId": "mumbai", "cityName": "Mumbai", "stateId": "maharashtra", "stateName": "Maharashtra", "countryId": "india", "countryName": "India", "history": [{"applicableOn": "2022-09-01", "fuel": {"petrol": {"retailPrice": 101.34, "retailPriceChange": -0.45, "retailPriceChangeInterval": "day", "retailUnit": "litre", "currency": "INR"}, "diesel": {"retailPrice": 101.34, "retailPriceChange": -0.45, "retailPriceChangeInterval": "day", "retailUnit": "litre", "currency": "INR"}, "lpg": {"retailPrice": 101.34, "retailPriceChange": -0.45, "retailPriceChangeInterval": "day", "retailUnit": "litre", "currency": "INR"}, "cng": {"retailPrice": 101.34, "retailPriceChange": -0.45, "retailPriceChangeInterval": "day", "retailUnit": "litre", "currency": "INR"}}}]}
{"type": "object", "allOf": [{"type": "object", "required": ["cityId", "cityName"], "properties": {"cityId": {"description": "The ID of the City", "type": "string", "pattern": "[a-z\\-]+"}, "cityName": {"description": "The name of the City", "type": "string"}}}, {"type": "object", "required": ["stateId", "stateName"], "properties": {"stateId": {"description": "The ID of the State", "type": "string", "pattern": "[a-z\\-]+"}, "stateName": {"description": "The name of the State", "type": "string"}}}, {"type": "object", "required": ["countryId", "countryName"], "properties": {"countryId": {"description": "The ID of the Country", "type": "string", "pattern": "[a-z\\-]+"}, "countryName": {"description": "The name of the Country", "type": "string"}}}, {"description": "Sorted descending array of fuel price items, starting from latest date", "type": "object", "properties": {"history": {"type": "array", "items": {"type": "object", "required": ["fuel"], "properties": {"applicableOn": {"type": "string", "format": "date", "description": "The ISO date from which the current retail price is applicable from"}, "fuel": {"type": "object", "properties": {"petrol": {"type": "object", "required": ["retailPrice", "retailPriceChange", "retailUnit", "currency"], "properties": {"retailPrice": {"description": "The price of the fuel in the retail outlets", "type": "number"}, "retailPriceChange": {"description": "The change in the price of the fuel in retail outlets, compared to the previous day", "type": "number"}, "retailPriceChangeInterval": {"description": "The interval within which the retail price change is applicable", "type": "string", "enum": ["month", "day"]}, "retailUnit": {"description": "The unit sold in the retail for which the retailPrice is applicable", "type": "string", "enum": ["litre", "kg", "14.2kg"]}, "currency": {"description": "The currency of the price", "type": "string", "enum": ["INR"]}}}, "diesel": {"type": "object", "required": ["retailPrice", "retailPriceChange", "retailUnit", "currency"], "properties": {"retailPrice": {"description": "The price of the fuel in the retail outlets", "type": "number"}, "retailPriceChange": {"description": "The change in the price of the fuel in retail outlets, compared to the previous day", "type": "number"}, "retailPriceChangeInterval": {"description": "The interval within which the retail price change is applicable", "type": "string", "enum": ["month", "day"]}, "retailUnit": {"description": "The unit sold in the retail for which the retailPrice is applicable", "type": "string", "enum": ["litre", "kg", "14.2kg"]}, "currency": {"description": "The currency of the price", "type": "string", "enum": ["INR"]}}}, "lpg": {"type": "object", "required": ["retailPrice", "retailPriceChange", "retailUnit", "currency"], "properties": {"retailPrice": {"description": "The price of the fuel in the retail outlets", "type": "number"}, "retailPriceChange": {"description": "The change in the price of the fuel in retail outlets, compared to the previous day", "type": "number"}, "retailPriceChangeInterval": {"description": "The interval within which the retail price change is applicable", "type": "string", "enum": ["month", "day"]}, "retailUnit": {"description": "The unit sold in the retail for which the retailPrice is applicable", "type": "string", "enum": ["litre", "kg", "14.2kg"]}, "currency": {"description": "The currency of the price", "type": "string", "enum": ["INR"]}}}, "cng": {"type": "object", "required": ["retailPrice", "retailPriceChange", "retailUnit", "currency"], "properties": {"retailPrice": {"description": "The price of the fuel in the retail outlets", "type": "number"}, "retailPriceChange": {"description": "The change in the price of the fuel in retail outlets, compared to the previous day", "type": "number"}, "retailPriceChangeInterval": {"description": "The interval within which the retail price change is applicable", "type": "string", "enum": ["month", "day"]}, "retailUnit": {"description": "The unit sold in the retail for which the retailPrice is applicable", "type": "string", "enum": ["litre", "kg", "14.2kg"]}, "currency": {"description": "The currency of the price", "type": "string", "enum": ["INR"]}}}}}}}}}}]}
2e8d3e40-3f56-4fa1-8d40-8deb88ed4ef2/c43c1479-4856-4dd7-a1f6-8cbae7f9e4a6/4/0
Daily Petrol, Diesel, LPG & CNG Fuel Prices in India
null
9.4
CityFuelPriceHistory
500
null
{"code": 0, "message": ""}
{"type": "object", "required": ["code", "message"], "properties": {"code": {"description": "The status code of the error", "type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "message": {"description": "The description of the error", "type": "string"}}}
2e8d3e40-3f56-4fa1-8d40-8deb88ed4ef2/0a6c8265-9762-477a-b15e-4fe004e17e32/0/0
Daily Petrol, Diesel, LPG & CNG Fuel Prices in India
null
9.4
HighestFuelPriceCitiesToday
400
null
{"code": 0, "message": ""}
{"type": "object", "required": ["code", "message"], "properties": {"code": {"description": "The status code of the error", "type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "message": {"description": "The description of the error", "type": "string"}}}
2e8d3e40-3f56-4fa1-8d40-8deb88ed4ef2/0a6c8265-9762-477a-b15e-4fe004e17e32/1/0
Daily Petrol, Diesel, LPG & CNG Fuel Prices in India
null
9.4
HighestFuelPriceCitiesToday
500
null
{"code": 0, "message": ""}
{"type": "object", "required": ["code", "message"], "properties": {"code": {"description": "The status code of the error", "type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "message": {"description": "The description of the error", "type": "string"}}}
2e8d3e40-3f56-4fa1-8d40-8deb88ed4ef2/0a6c8265-9762-477a-b15e-4fe004e17e32/2/0
Daily Petrol, Diesel, LPG & CNG Fuel Prices in India
null
9.4
HighestFuelPriceCitiesToday
404
null
{"code": 0, "message": ""}
{"type": "object", "required": ["code", "message"], "properties": {"code": {"description": "The status code of the error", "type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "message": {"description": "The description of the error", "type": "string"}}}
2e8d3e40-3f56-4fa1-8d40-8deb88ed4ef2/0a6c8265-9762-477a-b15e-4fe004e17e32/3/0
Daily Petrol, Diesel, LPG & CNG Fuel Prices in India
null
9.4
HighestFuelPriceCitiesToday
200
null
{"countryId": "india", "countryName": "India", "cityPrices": [{"cityId": "mumbai", "cityName": "Mumbai", "stateId": "maharashtra", "stateName": "Maharashtra", "applicableOn": "2022-09-01", "fuel": {"petrol": {"retailPrice": 101.34, "retailPriceChange": -0.45, "retailPriceChangeInterval": "day", "retailUnit": "litre", "currency": "INR"}, "diesel": {"retailPrice": 101.34, "retailPriceChange": -0.45, "retailPriceChangeInterval": "day", "retailUnit": "litre", "currency": "INR"}, "lpg": {"retailPrice": 101.34, "retailPriceChange": -0.45, "retailPriceChangeInterval": "day", "retailUnit": "litre", "currency": "INR"}, "cng": {"retailPrice": 101.34, "retailPriceChange": -0.45, "retailPriceChangeInterval": "day", "retailUnit": "litre", "currency": "INR"}}}]}
{"type": "object", "allOf": [{"type": "object", "required": ["countryId", "countryName"], "properties": {"countryId": {"description": "The ID of the Country", "type": "string", "pattern": "[a-z\\-]+"}, "countryName": {"description": "The name of the Country", "type": "string"}}}, {"type": "object", "properties": {"cityPrices": {"type": "array", "items": {"allOf": [{"type": "object", "required": ["cityId", "cityName"], "properties": {"cityId": {"description": "The ID of the City", "type": "string", "pattern": "[a-z\\-]+"}, "cityName": {"description": "The name of the City", "type": "string"}}}, {"type": "object", "required": ["stateId", "stateName"], "properties": {"stateId": {"description": "The ID of the State", "type": "string", "pattern": "[a-z\\-]+"}, "stateName": {"description": "The name of the State", "type": "string"}}}, {"type": "object", "required": ["fuel"], "properties": {"applicableOn": {"type": "string", "format": "date", "description": "The ISO date from which the current retail price is applicable from"}, "fuel": {"type": "object", "properties": {"petrol": {"type": "object", "required": ["retailPrice", "retailPriceChange", "retailUnit", "currency"], "properties": {"retailPrice": {"description": "The price of the fuel in the retail outlets", "type": "number"}, "retailPriceChange": {"description": "The change in the price of the fuel in retail outlets, compared to the previous day", "type": "number"}, "retailPriceChangeInterval": {"description": "The interval within which the retail price change is applicable", "type": "string", "enum": ["month", "day"]}, "retailUnit": {"description": "The unit sold in the retail for which the retailPrice is applicable", "type": "string", "enum": ["litre", "kg", "14.2kg"]}, "currency": {"description": "The currency of the price", "type": "string", "enum": ["INR"]}}}, "diesel": {"type": "object", "required": ["retailPrice", "retailPriceChange", "retailUnit", "currency"], "properties": {"retailPrice": {"description": "The price of the fuel in the retail outlets", "type": "number"}, "retailPriceChange": {"description": "The change in the price of the fuel in retail outlets, compared to the previous day", "type": "number"}, "retailPriceChangeInterval": {"description": "The interval within which the retail price change is applicable", "type": "string", "enum": ["month", "day"]}, "retailUnit": {"description": "The unit sold in the retail for which the retailPrice is applicable", "type": "string", "enum": ["litre", "kg", "14.2kg"]}, "currency": {"description": "The currency of the price", "type": "string", "enum": ["INR"]}}}, "lpg": {"type": "object", "required": ["retailPrice", "retailPriceChange", "retailUnit", "currency"], "properties": {"retailPrice": {"description": "The price of the fuel in the retail outlets", "type": "number"}, "retailPriceChange": {"description": "The change in the price of the fuel in retail outlets, compared to the previous day", "type": "number"}, "retailPriceChangeInterval": {"description": "The interval within which the retail price change is applicable", "type": "string", "enum": ["month", "day"]}, "retailUnit": {"description": "The unit sold in the retail for which the retailPrice is applicable", "type": "string", "enum": ["litre", "kg", "14.2kg"]}, "currency": {"description": "The currency of the price", "type": "string", "enum": ["INR"]}}}, "cng": {"type": "object", "required": ["retailPrice", "retailPriceChange", "retailUnit", "currency"], "properties": {"retailPrice": {"description": "The price of the fuel in the retail outlets", "type": "number"}, "retailPriceChange": {"description": "The change in the price of the fuel in retail outlets, compared to the previous day", "type": "number"}, "retailPriceChangeInterval": {"description": "The interval within which the retail price change is applicable", "type": "string", "enum": ["month", "day"]}, "retailUnit": {"description": "The unit sold in the retail for which the retailPrice is applicable", "type": "string", "enum": ["litre", "kg", "14.2kg"]}, "currency": {"description": "The currency of the price", "type": "string", "enum": ["INR"]}}}}}}}]}}}}]}
2e8d3e40-3f56-4fa1-8d40-8deb88ed4ef2/0a6c8265-9762-477a-b15e-4fe004e17e32/4/0
Daily Petrol, Diesel, LPG & CNG Fuel Prices in India
null
9.4
HighestFuelPriceCitiesToday
401
null
{"code": 0, "message": ""}
{"type": "object", "required": ["code", "message"], "properties": {"code": {"description": "The status code of the error", "type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "message": {"description": "The description of the error", "type": "string"}}}
2e8d3e40-3f56-4fa1-8d40-8deb88ed4ef2/66a2ef03-5b47-45d1-9521-7907c0861a64/0/0
Daily Petrol, Diesel, LPG & CNG Fuel Prices in India
null
9.4
AllStatesFuelPriceToday
400
null
{"code": 0, "message": ""}
{"type": "object", "required": ["code", "message"], "properties": {"code": {"description": "The status code of the error", "type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "message": {"description": "The description of the error", "type": "string"}}}
2e8d3e40-3f56-4fa1-8d40-8deb88ed4ef2/66a2ef03-5b47-45d1-9521-7907c0861a64/1/0
Daily Petrol, Diesel, LPG & CNG Fuel Prices in India
null
9.4
AllStatesFuelPriceToday
401
null
{"code": 0, "message": ""}
{"type": "object", "required": ["code", "message"], "properties": {"code": {"description": "The status code of the error", "type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "message": {"description": "The description of the error", "type": "string"}}}
2e8d3e40-3f56-4fa1-8d40-8deb88ed4ef2/66a2ef03-5b47-45d1-9521-7907c0861a64/2/0
Daily Petrol, Diesel, LPG & CNG Fuel Prices in India
null
9.4
AllStatesFuelPriceToday
404
null
{"code": 0, "message": ""}
{"type": "object", "required": ["code", "message"], "properties": {"code": {"description": "The status code of the error", "type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "message": {"description": "The description of the error", "type": "string"}}}
2e8d3e40-3f56-4fa1-8d40-8deb88ed4ef2/66a2ef03-5b47-45d1-9521-7907c0861a64/3/0
Daily Petrol, Diesel, LPG & CNG Fuel Prices in India
null
9.4
AllStatesFuelPriceToday
200
null
{"countryId": "india", "countryName": "India", "statePrices": [{"stateId": "maharashtra", "stateName": "Maharashtra", "applicableOn": "2022-09-01", "fuel": {"petrol": {"retailPrice": 101.34, "retailPriceChange": -0.45, "retailPriceChangeInterval": "day", "retailUnit": "litre", "currency": "INR"}, "diesel": {"retailPrice": 101.34, "retailPriceChange": -0.45, "retailPriceChangeInterval": "day", "retailUnit": "litre", "currency": "INR"}, "lpg": {"retailPrice": 101.34, "retailPriceChange": -0.45, "retailPriceChangeInterval": "day", "retailUnit": "litre", "currency": "INR"}, "cng": {"retailPrice": 101.34, "retailPriceChange": -0.45, "retailPriceChangeInterval": "day", "retailUnit": "litre", "currency": "INR"}}}]}
{"type": "object", "allOf": [{"type": "object", "required": ["countryId", "countryName"], "properties": {"countryId": {"description": "The ID of the Country", "type": "string", "pattern": "[a-z\\-]+"}, "countryName": {"description": "The name of the Country", "type": "string"}}}, {"type": "object", "properties": {"statePrices": {"type": "array", "items": {"allOf": [{"type": "object", "required": ["stateId", "stateName"], "properties": {"stateId": {"description": "The ID of the State", "type": "string", "pattern": "[a-z\\-]+"}, "stateName": {"description": "The name of the State", "type": "string"}}}, {"type": "object", "required": ["fuel"], "properties": {"applicableOn": {"type": "string", "format": "date", "description": "The ISO date from which the current retail price is applicable from"}, "fuel": {"type": "object", "properties": {"petrol": {"type": "object", "required": ["retailPrice", "retailPriceChange", "retailUnit", "currency"], "properties": {"retailPrice": {"description": "The price of the fuel in the retail outlets", "type": "number"}, "retailPriceChange": {"description": "The change in the price of the fuel in retail outlets, compared to the previous day", "type": "number"}, "retailPriceChangeInterval": {"description": "The interval within which the retail price change is applicable", "type": "string", "enum": ["month", "day"]}, "retailUnit": {"description": "The unit sold in the retail for which the retailPrice is applicable", "type": "string", "enum": ["litre", "kg", "14.2kg"]}, "currency": {"description": "The currency of the price", "type": "string", "enum": ["INR"]}}}, "diesel": {"type": "object", "required": ["retailPrice", "retailPriceChange", "retailUnit", "currency"], "properties": {"retailPrice": {"description": "The price of the fuel in the retail outlets", "type": "number"}, "retailPriceChange": {"description": "The change in the price of the fuel in retail outlets, compared to the previous day", "type": "number"}, "retailPriceChangeInterval": {"description": "The interval within which the retail price change is applicable", "type": "string", "enum": ["month", "day"]}, "retailUnit": {"description": "The unit sold in the retail for which the retailPrice is applicable", "type": "string", "enum": ["litre", "kg", "14.2kg"]}, "currency": {"description": "The currency of the price", "type": "string", "enum": ["INR"]}}}, "lpg": {"type": "object", "required": ["retailPrice", "retailPriceChange", "retailUnit", "currency"], "properties": {"retailPrice": {"description": "The price of the fuel in the retail outlets", "type": "number"}, "retailPriceChange": {"description": "The change in the price of the fuel in retail outlets, compared to the previous day", "type": "number"}, "retailPriceChangeInterval": {"description": "The interval within which the retail price change is applicable", "type": "string", "enum": ["month", "day"]}, "retailUnit": {"description": "The unit sold in the retail for which the retailPrice is applicable", "type": "string", "enum": ["litre", "kg", "14.2kg"]}, "currency": {"description": "The currency of the price", "type": "string", "enum": ["INR"]}}}, "cng": {"type": "object", "required": ["retailPrice", "retailPriceChange", "retailUnit", "currency"], "properties": {"retailPrice": {"description": "The price of the fuel in the retail outlets", "type": "number"}, "retailPriceChange": {"description": "The change in the price of the fuel in retail outlets, compared to the previous day", "type": "number"}, "retailPriceChangeInterval": {"description": "The interval within which the retail price change is applicable", "type": "string", "enum": ["month", "day"]}, "retailUnit": {"description": "The unit sold in the retail for which the retailPrice is applicable", "type": "string", "enum": ["litre", "kg", "14.2kg"]}, "currency": {"description": "The currency of the price", "type": "string", "enum": ["INR"]}}}}}}}]}}}}]}
2e8d3e40-3f56-4fa1-8d40-8deb88ed4ef2/66a2ef03-5b47-45d1-9521-7907c0861a64/4/0
Daily Petrol, Diesel, LPG & CNG Fuel Prices in India
null
9.4
AllStatesFuelPriceToday
500
null
{"code": 0, "message": ""}
{"type": "object", "required": ["code", "message"], "properties": {"code": {"description": "The status code of the error", "type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "message": {"description": "The description of the error", "type": "string"}}}
2e8d3e40-3f56-4fa1-8d40-8deb88ed4ef2/fc554eaa-17c4-45a3-8629-19db4a177bdb/0/0
Daily Petrol, Diesel, LPG & CNG Fuel Prices in India
null
9.4
StateFuelPriceOnDate
Fuel Price in a State on Past Date
200
Example_1
{"stateId": "maharashtra", "stateName": "Maharashtra", "countryId": "india", "countryName": "India", "applicableOn": "2022-09-01", "fuel": {"petrol": {"retailPrice": 101.34, "retailPriceChange": -0.45, "retailPriceChangeInterval": "day", "retailUnit": "litre", "currency": "INR"}, "diesel": {"retailPrice": 101.34, "retailPriceChange": -0.45, "retailPriceChangeInterval": "day", "retailUnit": "litre", "currency": "INR"}, "lpg": {"retailPrice": 101.34, "retailPriceChange": -0.45, "retailPriceChangeInterval": "day", "retailUnit": "litre", "currency": "INR"}, "cng": {"retailPrice": 101.34, "retailPriceChange": -0.45, "retailPriceChangeInterval": "day", "retailUnit": "litre", "currency": "INR"}}}
{"type": "object", "allOf": [{"type": "object", "required": ["stateId", "stateName"], "properties": {"stateId": {"description": "The ID of the State", "type": "string", "pattern": "[a-z\\-]+"}, "stateName": {"description": "The name of the State", "type": "string"}}}, {"type": "object", "required": ["countryId", "countryName"], "properties": {"countryId": {"description": "The ID of the Country", "type": "string", "pattern": "[a-z\\-]+"}, "countryName": {"description": "The name of the Country", "type": "string"}}}, {"type": "object", "required": ["fuel"], "properties": {"applicableOn": {"type": "string", "format": "date", "description": "The ISO date from which the current retail price is applicable from"}, "fuel": {"type": "object", "properties": {"petrol": {"type": "object", "required": ["retailPrice", "retailPriceChange", "retailUnit", "currency"], "properties": {"retailPrice": {"description": "The price of the fuel in the retail outlets", "type": "number"}, "retailPriceChange": {"description": "The change in the price of the fuel in retail outlets, compared to the previous day", "type": "number"}, "retailPriceChangeInterval": {"description": "The interval within which the retail price change is applicable", "type": "string", "enum": ["month", "day"]}, "retailUnit": {"description": "The unit sold in the retail for which the retailPrice is applicable", "type": "string", "enum": ["litre", "kg", "14.2kg"]}, "currency": {"description": "The currency of the price", "type": "string", "enum": ["INR"]}}}, "diesel": {"type": "object", "required": ["retailPrice", "retailPriceChange", "retailUnit", "currency"], "properties": {"retailPrice": {"description": "The price of the fuel in the retail outlets", "type": "number"}, "retailPriceChange": {"description": "The change in the price of the fuel in retail outlets, compared to the previous day", "type": "number"}, "retailPriceChangeInterval": {"description": "The interval within which the retail price change is applicable", "type": "string", "enum": ["month", "day"]}, "retailUnit": {"description": "The unit sold in the retail for which the retailPrice is applicable", "type": "string", "enum": ["litre", "kg", "14.2kg"]}, "currency": {"description": "The currency of the price", "type": "string", "enum": ["INR"]}}}, "lpg": {"type": "object", "required": ["retailPrice", "retailPriceChange", "retailUnit", "currency"], "properties": {"retailPrice": {"description": "The price of the fuel in the retail outlets", "type": "number"}, "retailPriceChange": {"description": "The change in the price of the fuel in retail outlets, compared to the previous day", "type": "number"}, "retailPriceChangeInterval": {"description": "The interval within which the retail price change is applicable", "type": "string", "enum": ["month", "day"]}, "retailUnit": {"description": "The unit sold in the retail for which the retailPrice is applicable", "type": "string", "enum": ["litre", "kg", "14.2kg"]}, "currency": {"description": "The currency of the price", "type": "string", "enum": ["INR"]}}}, "cng": {"type": "object", "required": ["retailPrice", "retailPriceChange", "retailUnit", "currency"], "properties": {"retailPrice": {"description": "The price of the fuel in the retail outlets", "type": "number"}, "retailPriceChange": {"description": "The change in the price of the fuel in retail outlets, compared to the previous day", "type": "number"}, "retailPriceChangeInterval": {"description": "The interval within which the retail price change is applicable", "type": "string", "enum": ["month", "day"]}, "retailUnit": {"description": "The unit sold in the retail for which the retailPrice is applicable", "type": "string", "enum": ["litre", "kg", "14.2kg"]}, "currency": {"description": "The currency of the price", "type": "string", "enum": ["INR"]}}}}}}}]}
2e8d3e40-3f56-4fa1-8d40-8deb88ed4ef2/fc554eaa-17c4-45a3-8629-19db4a177bdb/1/0
Daily Petrol, Diesel, LPG & CNG Fuel Prices in India
null
9.4
StateFuelPriceOnDate
Fuel Price in a State on Past Date
404
Example_1
{"code": 0, "message": ""}
{"type": "object", "required": ["code", "message"], "properties": {"code": {"description": "The status code of the error", "type": "integer", "format": "int32", "minimum": -2147483648, "maximum": 2147483647}, "message": {"description": "The description of the error", "type": "string"}}}