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", "MERC... |
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": ["targ... |
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:FINI... | {"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": ... |
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": ["targ... | |
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-... | {"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", "... |
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/schedu... |
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 c... | 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... |
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 P... | 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... |
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 P... | 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-1ed320d33... | {"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 las... | |
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"... |
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"}... | {"$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"}}, "requi... |
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", "... | {"$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"]}}, "u... |
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": ["... |
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": "... | {"$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"]}}, "u... |
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_acc... |
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_acc... |
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_acc... |
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_acc... |
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_acc... |
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_acc... |
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_acc... |
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_acc... |
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_acc... |
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_acc... |
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_acc... |
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_acc... |
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_acc... |
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_acc... |
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... | {"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", "prope... |
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", "hd... | {"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", "prope... |
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... | {"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", "prope... |
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 G... | {"$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 wi... | {"$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.... | {"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":... |
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"}, "nam... |
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%2B7QiHkChBuLFn1skXdsAAi... | {"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... | {"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": "Bonn... | {"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 represen... |
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.... | {"$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.... | {"$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.... | {"$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 2... | {"$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"... | {"$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": ... | {"$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 2... | {"$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"... | {"$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", "Pr... | {"$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.... | 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, ... | {"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": "s... |
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 ... | {"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"}, "av... |
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.5078016116... | {"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": ... |
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": "num... |
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": "num... |
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": "num... |
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": "s... |
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": "s... |
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": "num... |
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": "s... |
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":... | {"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": "obj... |
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", "... | {"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": {"city... |
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", "... | {"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": {"city... |
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", "... | {"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", "count... |
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"... | {"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"], ... |
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", "cur... | {"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"], ... | |
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", "... | {"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": {"city... | |
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": {"retailPric... | {"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": {"stat... | |
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, "reta... | {"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", "count... |
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"}}} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.