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
|
---|---|---|---|---|---|---|---|---|---|
2e8d3e40-3f56-4fa1-8d40-8deb88ed4ef2/fc554eaa-17c4-45a3-8629-19db4a177bdb/2/0 | Daily Petrol, Diesel, LPG & CNG Fuel Prices in India | null | 9.4 | StateFuelPriceOnDate | Fuel Price in a State 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/fc554eaa-17c4-45a3-8629-19db4a177bdb/3/0 | Daily Petrol, Diesel, LPG & CNG Fuel Prices in India | null | 9.4 | StateFuelPriceOnDate | Fuel Price in a State 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/fc554eaa-17c4-45a3-8629-19db4a177bdb/4/0 | Daily Petrol, Diesel, LPG & CNG Fuel Prices in India | null | 9.4 | StateFuelPriceOnDate | Fuel Price in a State 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/0f90d97e-c2c1-4bc8-9ce4-80cd5baec85a/0/0 | Daily Petrol, Diesel, LPG & CNG Fuel Prices in India | null | 9.4 | CityFuelPriceToday | 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/0f90d97e-c2c1-4bc8-9ce4-80cd5baec85a/1/0 | Daily Petrol, Diesel, LPG & CNG Fuel Prices in India | null | 9.4 | CityFuelPriceToday | 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/0f90d97e-c2c1-4bc8-9ce4-80cd5baec85a/2/0 | Daily Petrol, Diesel, LPG & CNG Fuel Prices in India | null | 9.4 | CityFuelPriceToday | 200 | null | {"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/0f90d97e-c2c1-4bc8-9ce4-80cd5baec85a/3/0 | Daily Petrol, Diesel, LPG & CNG Fuel Prices in India | null | 9.4 | CityFuelPriceToday | 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/0f90d97e-c2c1-4bc8-9ce4-80cd5baec85a/4/0 | Daily Petrol, Diesel, LPG & CNG Fuel Prices in India | null | 9.4 | CityFuelPriceToday | 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/a199f1fe-29a8-4527-8c36-52fdfcf96e83/0/0 | Daily Petrol, Diesel, LPG & CNG Fuel Prices in India | null | 9.4 | AllStatesFuelPriceOnDate | Fuel Price in all States 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/a199f1fe-29a8-4527-8c36-52fdfcf96e83/1/0 | Daily Petrol, Diesel, LPG & CNG Fuel Prices in India | null | 9.4 | AllStatesFuelPriceOnDate | Fuel Price in all States on a Past Date | 200 | Example_1 | {"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/a199f1fe-29a8-4527-8c36-52fdfcf96e83/2/0 | Daily Petrol, Diesel, LPG & CNG Fuel Prices in India | null | 9.4 | AllStatesFuelPriceOnDate | Fuel Price in all States 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/a199f1fe-29a8-4527-8c36-52fdfcf96e83/3/0 | Daily Petrol, Diesel, LPG & CNG Fuel Prices in India | null | 9.4 | AllStatesFuelPriceOnDate | Fuel Price in all States 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/a199f1fe-29a8-4527-8c36-52fdfcf96e83/4/0 | Daily Petrol, Diesel, LPG & CNG Fuel Prices in India | null | 9.4 | AllStatesFuelPriceOnDate | Fuel Price in all States 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/2bd2f710-e9d3-42d4-8c24-abb257b7ab68/0/0 | Daily Petrol, Diesel, LPG & CNG Fuel Prices in India | null | 9.4 | ListCities | 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/2bd2f710-e9d3-42d4-8c24-abb257b7ab68/1/0 | Daily Petrol, Diesel, LPG & CNG Fuel Prices in India | null | 9.4 | ListCities | 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/2bd2f710-e9d3-42d4-8c24-abb257b7ab68/2/0 | Daily Petrol, Diesel, LPG & CNG Fuel Prices in India | null | 9.4 | ListCities | 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/2bd2f710-e9d3-42d4-8c24-abb257b7ab68/3/0 | Daily Petrol, Diesel, LPG & CNG Fuel Prices in India | null | 9.4 | ListCities | 200 | null | {"countryId": "india", "countryName": "India", "stateId": "maharashtra", "stateName": "Maharashtra", "cities": [{"cityId": "mumbai", "cityName": "Mumbai"}]} | {"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", "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", "properties": {"cities": {"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"}}}]}}}}]} |
|
2e8d3e40-3f56-4fa1-8d40-8deb88ed4ef2/2bd2f710-e9d3-42d4-8c24-abb257b7ab68/4/0 | Daily Petrol, Diesel, LPG & CNG Fuel Prices in India | null | 9.4 | ListCities | 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/d3b69451-8f83-46d4-940a-c9be54c24afa/0/0 | Daily Petrol, Diesel, LPG & CNG Fuel Prices in India | null | 9.4 | ListStates | 200 | null | {"countryId": "india", "countryName": "India", "states": [{"stateId": "maharashtra", "stateName": "Maharashtra"}]} | {"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": {"states": {"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"}}}]}}}}]} |
|
2e8d3e40-3f56-4fa1-8d40-8deb88ed4ef2/d3b69451-8f83-46d4-940a-c9be54c24afa/1/0 | Daily Petrol, Diesel, LPG & CNG Fuel Prices in India | null | 9.4 | ListStates | 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/d3b69451-8f83-46d4-940a-c9be54c24afa/2/0 | Daily Petrol, Diesel, LPG & CNG Fuel Prices in India | null | 9.4 | ListStates | 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/d3b69451-8f83-46d4-940a-c9be54c24afa/3/0 | Daily Petrol, Diesel, LPG & CNG Fuel Prices in India | null | 9.4 | ListStates | 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/d1a6500c-6f65-457d-a55c-7208723d59fa/0/0 | Daily Petrol, Diesel, LPG & CNG Fuel Prices in India | null | 9.4 | AllCitiesFuelPriceToday | 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/d1a6500c-6f65-457d-a55c-7208723d59fa/1/0 | Daily Petrol, Diesel, LPG & CNG Fuel Prices in India | null | 9.4 | AllCitiesFuelPriceToday | 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/d1a6500c-6f65-457d-a55c-7208723d59fa/2/0 | Daily Petrol, Diesel, LPG & CNG Fuel Prices in India | null | 9.4 | AllCitiesFuelPriceToday | 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/d1a6500c-6f65-457d-a55c-7208723d59fa/3/0 | Daily Petrol, Diesel, LPG & CNG Fuel Prices in India | null | 9.4 | AllCitiesFuelPriceToday | 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/d1a6500c-6f65-457d-a55c-7208723d59fa/4/0 | Daily Petrol, Diesel, LPG & CNG Fuel Prices in India | null | 9.4 | AllCitiesFuelPriceToday | 200 | null | {"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/d79e2ef6-002b-4846-a72d-b272a2f14003/0/0 | Daily Petrol, Diesel, LPG & CNG Fuel Prices in India | null | 9.4 | StateFuelPriceToday | 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/d79e2ef6-002b-4846-a72d-b272a2f14003/1/0 | Daily Petrol, Diesel, LPG & CNG Fuel Prices in India | null | 9.4 | StateFuelPriceToday | 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/d79e2ef6-002b-4846-a72d-b272a2f14003/2/0 | Daily Petrol, Diesel, LPG & CNG Fuel Prices in India | null | 9.4 | StateFuelPriceToday | 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/d79e2ef6-002b-4846-a72d-b272a2f14003/3/0 | Daily Petrol, Diesel, LPG & CNG Fuel Prices in India | null | 9.4 | StateFuelPriceToday | 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/d79e2ef6-002b-4846-a72d-b272a2f14003/4/0 | Daily Petrol, Diesel, LPG & CNG Fuel Prices in India | null | 9.4 | StateFuelPriceToday | 200 | null | {"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/56a59284-2cf6-45eb-a0d0-6c666df8ddef/0/0 | Daily Petrol, Diesel, LPG & CNG Fuel Prices in India | null | 9.4 | StateFuelPriceHistory | 200 | null | {"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": ["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/56a59284-2cf6-45eb-a0d0-6c666df8ddef/1/0 | Daily Petrol, Diesel, LPG & CNG Fuel Prices in India | null | 9.4 | StateFuelPriceHistory | 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/56a59284-2cf6-45eb-a0d0-6c666df8ddef/2/0 | Daily Petrol, Diesel, LPG & CNG Fuel Prices in India | null | 9.4 | StateFuelPriceHistory | 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/56a59284-2cf6-45eb-a0d0-6c666df8ddef/3/0 | Daily Petrol, Diesel, LPG & CNG Fuel Prices in India | null | 9.4 | StateFuelPriceHistory | 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/56a59284-2cf6-45eb-a0d0-6c666df8ddef/4/0 | Daily Petrol, Diesel, LPG & CNG Fuel Prices in India | null | 9.4 | StateFuelPriceHistory | 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/66cb512c-2b59-4a24-922c-01e247e9672c/0/0 | Daily Petrol, Diesel, LPG & CNG Fuel Prices in India | null | 9.4 | LowestFuelPriceCitiesToday | 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/66cb512c-2b59-4a24-922c-01e247e9672c/1/0 | Daily Petrol, Diesel, LPG & CNG Fuel Prices in India | null | 9.4 | LowestFuelPriceCitiesToday | 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/66cb512c-2b59-4a24-922c-01e247e9672c/2/0 | Daily Petrol, Diesel, LPG & CNG Fuel Prices in India | null | 9.4 | LowestFuelPriceCitiesToday | 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/66cb512c-2b59-4a24-922c-01e247e9672c/3/0 | Daily Petrol, Diesel, LPG & CNG Fuel Prices in India | null | 9.4 | LowestFuelPriceCitiesToday | 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/66cb512c-2b59-4a24-922c-01e247e9672c/4/0 | Daily Petrol, Diesel, LPG & CNG Fuel Prices in India | null | 9.4 | LowestFuelPriceCitiesToday | 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"}}} |
|
26f1a230-28d3-4073-8481-904640de1e64/a17c844a-68db-425d-9719-64dcc9687cf0/0/0 | PVPC hourly Spanish energy prices API | Aggregated hourly data for Spanish electricity prices "Precio voluntario para el pequeño consumidor" (PVPC). | 7.2 | electricity price - daily average | Returns JSON with price average for the day that matches the timestamp in the given zone.
Returned "time" object is l o c a l time in the given zone.
Parameter 1:
number - timestamp: in s e c o n d s unix time U T C
if timestamp is 0, current local time for the zone will be used
Parameter 2:
String - zone: either peninsular, canarias, baleares, ceuta or melilla | 200 | Example_1 | {"time": "2023-04-05 00:00:00.000", "zone": "canarias", "average_price": 0.17787} | {"type": "object", "properties": {"time": {"type": "string"}, "zone": {"type": "string"}, "average_price": {"type": "number"}}} |
26f1a230-28d3-4073-8481-904640de1e64/6d0ad941-9529-4cf5-81d6-5e3b0935b2c9/0/0 | PVPC hourly Spanish energy prices API | Aggregated hourly data for Spanish electricity prices "Precio voluntario para el pequeño consumidor" (PVPC). | 7.2 | electricity price (daily) | Returns JSON with price data for the day that matches the timestamp in the given zone.
Returned "time" object is l o c a l time in the given zone.
Parameter 1:
number - timestamp: in s e c o n d s unix time U T C
if timestamp is 0, current day for the zone will be used
Parameter 2:
String - zone: either peninsular, canarias, baleares, ceuta or melilla | 200 | Example | [{"time": "2023-05-18 00:00:00.000+0200", "zone": "peninsular", "price": 0.09833, "price_rating_percent": 86.08, "price_rating": "off_peak"}, {"time": "2023-05-18 01:00:00.000+0200", "zone": "peninsular", "price": 0.08796, "price_rating_percent": 77, "price_rating": "off_peak"}, {"time": "2023-05-18 02:00:00.000+0200", "zone": "peninsular", "price": 0.08684, "price_rating_percent": 76.02, "price_rating": "off_peak"}, {"time": "2023-05-18 03:00:00.000+0200", "zone": "peninsular", "price": 0.08833, "price_rating_percent": 77.33, "price_rating": "off_peak"}, {"time": "2023-05-18 04:00:00.000+0200", "zone": "peninsular", "price": 0.10084, "price_rating_percent": 88.28, "price_rating": "off_peak"}, {"time": "2023-05-18 05:00:00.000+0200", "zone": "peninsular", "price": 0.10146, "price_rating_percent": 88.82, "price_rating": "off_peak"}, {"time": "2023-05-18 06:00:00.000+0200", "zone": "peninsular", "price": 0.10163, "price_rating_percent": 88.97, "price_rating": "off_peak"}, {"time": "2023-05-18 07:00:00.000+0200", "zone": "peninsular", "price": 0.12068, "price_rating_percent": 105.65, "price_rating": "peak"}, {"time": "2023-05-18 08:00:00.000+0200", "zone": "peninsular", "price": 0.12974, "price_rating_percent": 113.58, "price_rating": "peak"}, {"time": "2023-05-18 09:00:00.000+0200", "zone": "peninsular", "price": 0.10382, "price_rating_percent": 90.89, "price_rating": "peak"}, {"time": "2023-05-18 10:00:00.000+0200", "zone": "peninsular", "price": 0.14001, "price_rating_percent": 122.57, "price_rating": "peak"}, {"time": "2023-05-18 11:00:00.000+0200", "zone": "peninsular", "price": 0.13314, "price_rating_percent": 116.55, "price_rating": "peak"}, {"time": "2023-05-18 12:00:00.000+0200", "zone": "peninsular", "price": 0.1273, "price_rating_percent": 111.44, "price_rating": "peak"}, {"time": "2023-05-18 13:00:00.000+0200", "zone": "peninsular", "price": 0.11858, "price_rating_percent": 103.81, "price_rating": "peak"}, {"time": "2023-05-18 14:00:00.000+0200", "zone": "peninsular", "price": 0.07063, "price_rating_percent": 61.83, "price_rating": "off_peak"}, {"time": "2023-05-18 15:00:00.000+0200", "zone": "peninsular", "price": 0.07111, "price_rating_percent": 62.25, "price_rating": "off_peak"}, {"time": "2023-05-18 16:00:00.000+0200", "zone": "peninsular", "price": 0.06534, "price_rating_percent": 57.2, "price_rating": "off_peak"}, {"time": "2023-05-18 17:00:00.000+0200", "zone": "peninsular", "price": 0.07158, "price_rating_percent": 62.66, "price_rating": "off_peak"}, {"time": "2023-05-18 18:00:00.000+0200", "zone": "peninsular", "price": 0.12702, "price_rating_percent": 111.2, "price_rating": "peak"}, {"time": "2023-05-18 19:00:00.000+0200", "zone": "peninsular", "price": 0.14055, "price_rating_percent": 123.04, "price_rating": "peak"}, {"time": "2023-05-18 20:00:00.000+0200", "zone": "peninsular", "price": 0.17302, "price_rating_percent": 151.47, "price_rating": "peak"}, {"time": "2023-05-18 21:00:00.000+0200", "zone": "peninsular", "price": 0.20029, "price_rating_percent": 175.34, "price_rating": "peak"}, {"time": "2023-05-18 22:00:00.000+0200", "zone": "peninsular", "price": 0.14956, "price_rating_percent": 130.93, "price_rating": "peak"}, {"time": "2023-05-18 23:00:00.000+0200", "zone": "peninsular", "price": 0.13384, "price_rating_percent": 117.17, "price_rating": "peak"}] | {"type": "array", "items": {"type": "object", "properties": {"time": {"type": "string"}, "zone": {"type": "string"}, "price": {"type": "number"}, "price_rating_percent": {"type": "number"}, "price_rating": {"type": "string"}}}} |
26f1a230-28d3-4073-8481-904640de1e64/c43b1083-15b0-4085-a10a-2871d554dc42/0/0 | PVPC hourly Spanish energy prices API | Aggregated hourly data for Spanish electricity prices "Precio voluntario para el pequeño consumidor" (PVPC). | 7.2 | electricity price (hourly) | Returns JSON with price data for the hour that matches the timestamp in the given zone.
Returned "time" object is l o c a l time in the given zone.
Parameter 1:
number - timestamp: in s e c o n d s unix time U T C
if timestamp is 0, current local time for the zone will be used
Parameter 2:
String - zone: either peninsular, canarias, baleares, ceuta or melilla | 200 | Example_1 | {"time": "2023-04-05 14:00:00.000+0200", "zone": "peninsular", "price": 0.11416, "price_rating_percent": 64.18, "price_rating": "off_peak"} | {"type": "object", "properties": {"time": {"type": "string"}, "zone": {"type": "string"}, "price": {"type": "number"}, "price_rating_percent": {"type": "number"}, "price_rating": {"type": "string"}}} |
21c422ce-bb6d-42d9-9379-0cec49ce0f77/d397e9df-f710-4daa-a813-a0dd5fddf78a/0/0 | ELECTRIC VEHICLE CHARGING STATION AND POINT | Ev charging station and point over the world API | 7.9 | Elec 'EV' Station for CA | Find electric vehicle charging stations in the United States | 200 | Response | {"1": {"access_code": "public", "access_days_time": "24 hours daily", "access_days_time_fr": "24 heures par jour", "access_detail_code": "", "bd_blends": "", "bd_blends_fr": "", "cards_accepted": "", "city": "Airdrie", "cng_dispenser_num": "", "cng_fill_type_code": "", "cng_psi": "", "cng_renewable_source": "", "cng_total_compression": "", "cng_total_storage": "", "cng_vehicle_class": "", "date_last_confirmed": "2022-02-10", "e85_blender_pump": "", "e85_other_ethanol_blends": "", "ev_connector_types": "J1772", "ev_dc_fast_num": "", "ev_level1_evse_num": "", "ev_level2_evse_num": "2", "ev_network": "Non-Networked", "ev_network_web": "", "ev_other_evse": "", "ev_pricing": "Free", "ev_pricing_fr": "Gratuit", "ev_renewable_source": "", "expected_date": "", "facility_type": "CAR_DEALER", "federal_agency_code": "", "federal_agency_id": "", "federal_agency_name": "", "fuel_type_code": "ELEC", "geocode_status": "200-9", "groups_with_access_code": "Public", "groups_with_access_code_fr": "Public", "hy_is_retail": "", "hy_pressures": "", "hy_standards": "", "hy_status_link": "", "intersection_directions": "", "intersection_directions_fr": "", "latitude": "51.288119", "lng_renewable_source": "", "lng_vehicle_class": "", "longitude": "-113.998284", "lpg_nozzle_types": "", "lpg_primary": "", "ng_fill_type_code": "", "ng_psi": "", "ng_vehicle_class": "", "open_date": "2015-01-15", "owner_type_code": "P", "plus4": "", "postcode": "T4A 2H9", "restricted_access": "false", "state": "AB", "station_name": "Davis Chevrolet", "station_phone": "403-948-6909", "status_code": "E", "street_address": "149 E Lake Crescent NE", "updated_at": "2022-04-26 16:04:15 UTC"}, "399": {"access_code": "public", "access_days_time": "24 hours daily; donations accepted", "access_days_time_fr": "24 heures par jour; dons accept\u00c3\u00a9s", "access_detail_code": "", "bd_blends": "", "bd_blends_fr": "", "cards_accepted": "", "city": "Airdrie", "cng_dispenser_num": "", "cng_fill_type_code": "", "cng_psi": "", "cng_renewable_source": "", "cng_total_compression": "", "cng_total_storage": "", "cng_vehicle_class": "", "date_last_confirmed": "2021-11-02", "e85_blender_pump": "", "e85_other_ethanol_blends": "", "ev_connector_types": "J1772", "ev_dc_fast_num": "", "ev_level1_evse_num": "", "ev_level2_evse_num": "1", "ev_network": "Non-Networked", "ev_network_web": "", "ev_other_evse": "", "ev_pricing": "Free", "ev_pricing_fr": "Gratuit", "ev_renewable_source": "", "expected_date": "2022-03-01", "facility_type": "HOTEL", "federal_agency_code": "", "federal_agency_id": "", "federal_agency_name": "", "fuel_type_code": "ELEC", "geocode_status": "200-9", "groups_with_access_code": "TEMPORARILY UNAVAILABLE (Public)", "groups_with_access_code_fr": "TEMPORAIREMENT SUSPENDU (Public)", "hy_is_retail": "", "hy_pressures": "", "hy_standards": "", "hy_status_link": "", "intersection_directions": "", "intersection_directions_fr": "", "latitude": "51.290673", "lng_renewable_source": "", "lng_vehicle_class": "", "longitude": "-114.002815", "lpg_nozzle_types": "", "lpg_primary": "", "ng_fill_type_code": "", "ng_psi": "", "ng_vehicle_class": "", "open_date": "2020-09-17", "owner_type_code": "P", "plus4": "", "postcode": "T4B 1S2", "restricted_access": "false", "state": "AB", "station_name": "Best Western Airdrie", "station_phone": "403-948-3838", "status_code": "T", "street_address": "121 Edmonton Trail SE", "updated_at": "2022-04-26 16:04:15 UTC"}, "1238": {"access_code": "public", "access_days_time": "24 hours daily; for customer use only", "access_days_time_fr": "Accessible 24 heures par jour; r\u00e9serv\u00e9 aux clients", "access_detail_code": "", "bd_blends": "", "bd_blends_fr": "", "cards_accepted": "", "city": "Airdrie", "cng_dispenser_num": "", "cng_fill_type_code": "", "cng_psi": "", "cng_renewable_source": "", "cng_total_compression": "", "cng_total_storage": "", "cng_vehicle_class": "", "date_last_confirmed": "2020-11-03", "e85_blender_pump": "", "e85_other_ethanol_blends": "", "ev_connector_types": "J1772 TESLA", "ev_dc_fast_num": "", "ev_level1_evse_num": "", "ev_level2_evse_num": "2", "ev_network": "Tesla Destination", "ev_network_web": "https://www.tesla.com/destination-charging", "ev_other_evse": "", "ev_pricing": "Free", "ev_pricing_fr": "Gratuit", "ev_renewable_source": "", "expected_date": "", "facility_type": "HOTEL", "federal_agency_code": "", "federal_agency_id": "", "federal_agency_name": "", "fuel_type_code": "ELEC", "geocode_status": "200-9", "groups_with_access_code": "Public", "groups_with_access_code_fr": "Public", "hy_is_retail": "", "hy_pressures": "", "hy_standards": "", "hy_status_link": "", "intersection_directions": "", "intersection_directions_fr": "", "latitude": "51.26837", "lng_renewable_source": "", "lng_vehicle_class": "", "longitude": "-114.0037", "lpg_nozzle_types": "", "lpg_primary": "", "ng_fill_type_code": "", "ng_psi": "", "ng_vehicle_class": "", "open_date": "2015-01-01", "owner_type_code": "P", "plus4": "", "postcode": "T4B 3G7", "restricted_access": "false", "state": "AB", "station_name": "Comfort Inn & Suites Airdrie - Tesla Destination", "station_phone": "403-948-3411 877-798-3752", "status_code": "E", "street_address": "133 Sierra Springs Dr SE", "updated_at": "2021-06-07 17:08:43 UTC"}, "1239": {"access_code": "public", "access_days_time": "24 hours daily; for customer use only; see front desk for access", "access_days_time_fr": "Accessible 24 heures par jour; r\u00e9serv\u00e9 aux clients; rendez-vous \u00e0 la r\u00e9ception pour avoir acc\u00e8s", "access_detail_code": "", "bd_blends": "", "bd_blends_fr": "", "cards_accepted": "", "city": "Airdrie", "cng_dispenser_num": "", "cng_fill_type_code": "", "cng_psi": "", "cng_renewable_source": "", "cng_total_compression": "", "cng_total_storage": "", "cng_vehicle_class": "", "date_last_confirmed": "2020-11-03", "e85_blender_pump": "", "e85_other_ethanol_blends": "", "ev_connector_types": "TESLA", "ev_dc_fast_num": "", "ev_level1_evse_num": "", "ev_level2_evse_num": "3", "ev_network": "Tesla Destination", "ev_network_web": "https://www.tesla.com/destination-charging", "ev_other_evse": "", "ev_pricing": "Free", "ev_pricing_fr": "Gratuit", "ev_renewable_source": "", "expected_date": "", "facility_type": "INN", "federal_agency_code": "", "federal_agency_id": "", "federal_agency_name": "", "fuel_type_code": "ELEC", "geocode_status": "200-8", "groups_with_access_code": "Public", "groups_with_access_code_fr": "Public", "hy_is_retail": "", "hy_pressures": "", "hy_standards": "", "hy_status_link": "", "intersection_directions": "", "intersection_directions_fr": "", "latitude": "51.295324", "lng_renewable_source": "", "lng_vehicle_class": "", "longitude": "-113.996709", "lpg_nozzle_types": "", "lpg_primary": "", "ng_fill_type_code": "", "ng_psi": "", "ng_vehicle_class": "", "open_date": "2017-07-15", "owner_type_code": "P", "plus4": "", "postcode": "T4A 2G8", "restricted_access": "false", "state": "AB", "station_name": "Hampton Inn & Suites by Hilton Airdrie - Tesla Destination", "station_phone": "403-980-4477 877-798-3752", "status_code": "E", "street_address": "53 E Lake Ave NE", "updated_at": "2021-06-07 17:08:43 UTC"}, "1240": {"access_code": "public", "access_days_time": "24 hours daily; for customer use only", "access_days_time_fr": "Accessible 24 heures par jour; r\u00e9serv\u00e9 aux clients", "access_detail_code": "CALL", "bd_blends": "", "bd_blends_fr": "", "cards_accepted": "", "city": "Airdrie", "cng_dispenser_num": "", "cng_fill_type_code": "", "cng_psi": "", "cng_renewable_source": "", "cng_total_compression": "", "cng_total_storage": "", "cng_vehicle_class": "", "date_last_confirmed": "2020-11-03", "e85_blender_pump": "", "e85_other_ethanol_blends": "", "ev_connector_types": "TESLA", "ev_dc_fast_num": "", "ev_level1_evse_num": "", "ev_level2_evse_num": "2", "ev_network": "Tesla Destination", "ev_network_web": "https://www.tesla.com/destination-charging", "ev_other_evse": "", "ev_pricing": "Free", "ev_pricing_fr": "Gratuit", "ev_renewable_source": "", "expected_date": "", "facility_type": "HOTEL", "federal_agency_code": "", "federal_agency_id": "", "federal_agency_name": "", "fuel_type_code": "ELEC", "geocode_status": "200-9", "groups_with_access_code": "Public - Call ahead", "groups_with_access_code_fr": "Public - Appeler \u00e0 l'avance", "hy_is_retail": "", "hy_pressures": "", "hy_standards": "", "hy_status_link": "", "intersection_directions": "", "intersection_directions_fr": "", "latitude": "51.300971", "lng_renewable_source": "", "lng_vehicle_class": "", "longitude": "-113.997595", "lpg_nozzle_types": "", "lpg_primary": "", "ng_fill_type_code": "", "ng_psi": "", "ng_vehicle_class": "", "open_date": "2018-11-01", "owner_type_code": "P", "plus4": "", "postcode": "T4A 0R2", "restricted_access": "false", "state": "AB", "station_name": "Days Inn and Suites, Airdrie - Tesla Destination", "station_phone": "800-329-7466 877-798-3752", "status_code": "E", "street_address": "911 Highland Park Cove NE", "updated_at": "2021-06-07 17:08:43 UTC"}} | {"type": "object", "properties": {"1": {"type": "object", "properties": {"access_code": {"type": "string"}, "access_days_time": {"type": "string"}, "access_days_time_fr": {"type": "string"}, "access_detail_code": {"type": "string"}, "bd_blends": {"type": "string"}, "bd_blends_fr": {"type": "string"}, "cards_accepted": {"type": "string"}, "city": {"type": "string"}, "cng_dispenser_num": {"type": "string"}, "cng_fill_type_code": {"type": "string"}, "cng_psi": {"type": "string"}, "cng_renewable_source": {"type": "string"}, "cng_total_compression": {"type": "string"}, "cng_total_storage": {"type": "string"}, "cng_vehicle_class": {"type": "string"}, "date_last_confirmed": {"type": "string"}, "e85_blender_pump": {"type": "string"}, "e85_other_ethanol_blends": {"type": "string"}, "ev_connector_types": {"type": "string"}, "ev_dc_fast_num": {"type": "string"}, "ev_level1_evse_num": {"type": "string"}, "ev_level2_evse_num": {"type": "string"}, "ev_network": {"type": "string"}, "ev_network_web": {"type": "string"}, "ev_other_evse": {"type": "string"}, "ev_pricing": {"type": "string"}, "ev_pricing_fr": {"type": "string"}, "ev_renewable_source": {"type": "string"}, "expected_date": {"type": "string"}, "facility_type": {"type": "string"}, "federal_agency_code": {"type": "string"}, "federal_agency_id": {"type": "string"}, "federal_agency_name": {"type": "string"}, "fuel_type_code": {"type": "string"}, "geocode_status": {"type": "string"}, "groups_with_access_code": {"type": "string"}, "groups_with_access_code_fr": {"type": "string"}, "hy_is_retail": {"type": "string"}, "hy_pressures": {"type": "string"}, "hy_standards": {"type": "string"}, "hy_status_link": {"type": "string"}, "intersection_directions": {"type": "string"}, "intersection_directions_fr": {"type": "string"}, "latitude": {"type": "string"}, "lng_renewable_source": {"type": "string"}, "lng_vehicle_class": {"type": "string"}, "longitude": {"type": "string"}, "lpg_nozzle_types": {"type": "string"}, "lpg_primary": {"type": "string"}, "ng_fill_type_code": {"type": "string"}, "ng_psi": {"type": "string"}, "ng_vehicle_class": {"type": "string"}, "open_date": {"type": "string"}, "owner_type_code": {"type": "string"}, "plus4": {"type": "string"}, "postcode": {"type": "string"}, "restricted_access": {"type": "string"}, "state": {"type": "string"}, "station_name": {"type": "string"}, "station_phone": {"type": "string"}, "status_code": {"type": "string"}, "street_address": {"type": "string"}, "updated_at": {"type": "string"}}}, "399": {"type": "object", "properties": {"access_code": {"type": "string"}, "access_days_time": {"type": "string"}, "access_days_time_fr": {"type": "string"}, "access_detail_code": {"type": "string"}, "bd_blends": {"type": "string"}, "bd_blends_fr": {"type": "string"}, "cards_accepted": {"type": "string"}, "city": {"type": "string"}, "cng_dispenser_num": {"type": "string"}, "cng_fill_type_code": {"type": "string"}, "cng_psi": {"type": "string"}, "cng_renewable_source": {"type": "string"}, "cng_total_compression": {"type": "string"}, "cng_total_storage": {"type": "string"}, "cng_vehicle_class": {"type": "string"}, "date_last_confirmed": {"type": "string"}, "e85_blender_pump": {"type": "string"}, "e85_other_ethanol_blends": {"type": "string"}, "ev_connector_types": {"type": "string"}, "ev_dc_fast_num": {"type": "string"}, "ev_level1_evse_num": {"type": "string"}, "ev_level2_evse_num": {"type": "string"}, "ev_network": {"type": "string"}, "ev_network_web": {"type": "string"}, "ev_other_evse": {"type": "string"}, "ev_pricing": {"type": "string"}, "ev_pricing_fr": {"type": "string"}, "ev_renewable_source": {"type": "string"}, "expected_date": {"type": "string"}, "facility_type": {"type": "string"}, "federal_agency_code": {"type": "string"}, "federal_agency_id": {"type": "string"}, "federal_agency_name": {"type": "string"}, "fuel_type_code": {"type": "string"}, "geocode_status": {"type": "string"}, "groups_with_access_code": {"type": "string"}, "groups_with_access_code_fr": {"type": "string"}, "hy_is_retail": {"type": "string"}, "hy_pressures": {"type": "string"}, "hy_standards": {"type": "string"}, "hy_status_link": {"type": "string"}, "intersection_directions": {"type": "string"}, "intersection_directions_fr": {"type": "string"}, "latitude": {"type": "string"}, "lng_renewable_source": {"type": "string"}, "lng_vehicle_class": {"type": "string"}, "longitude": {"type": "string"}, "lpg_nozzle_types": {"type": "string"}, "lpg_primary": {"type": "string"}, "ng_fill_type_code": {"type": "string"}, "ng_psi": {"type": "string"}, "ng_vehicle_class": {"type": "string"}, "open_date": {"type": "string"}, "owner_type_code": {"type": "string"}, "plus4": {"type": "string"}, "postcode": {"type": "string"}, "restricted_access": {"type": "string"}, "state": {"type": "string"}, "station_name": {"type": "string"}, "station_phone": {"type": "string"}, "status_code": {"type": "string"}, "street_address": {"type": "string"}, "updated_at": {"type": "string"}}}, "1238": {"type": "object", "properties": {"access_code": {"type": "string"}, "access_days_time": {"type": "string"}, "access_days_time_fr": {"type": "string"}, "access_detail_code": {"type": "string"}, "bd_blends": {"type": "string"}, "bd_blends_fr": {"type": "string"}, "cards_accepted": {"type": "string"}, "city": {"type": "string"}, "cng_dispenser_num": {"type": "string"}, "cng_fill_type_code": {"type": "string"}, "cng_psi": {"type": "string"}, "cng_renewable_source": {"type": "string"}, "cng_total_compression": {"type": "string"}, "cng_total_storage": {"type": "string"}, "cng_vehicle_class": {"type": "string"}, "date_last_confirmed": {"type": "string"}, "e85_blender_pump": {"type": "string"}, "e85_other_ethanol_blends": {"type": "string"}, "ev_connector_types": {"type": "string"}, "ev_dc_fast_num": {"type": "string"}, "ev_level1_evse_num": {"type": "string"}, "ev_level2_evse_num": {"type": "string"}, "ev_network": {"type": "string"}, "ev_network_web": {"type": "string"}, "ev_other_evse": {"type": "string"}, "ev_pricing": {"type": "string"}, "ev_pricing_fr": {"type": "string"}, "ev_renewable_source": {"type": "string"}, "expected_date": {"type": "string"}, "facility_type": {"type": "string"}, "federal_agency_code": {"type": "string"}, "federal_agency_id": {"type": "string"}, "federal_agency_name": {"type": "string"}, "fuel_type_code": {"type": "string"}, "geocode_status": {"type": "string"}, "groups_with_access_code": {"type": "string"}, "groups_with_access_code_fr": {"type": "string"}, "hy_is_retail": {"type": "string"}, "hy_pressures": {"type": "string"}, "hy_standards": {"type": "string"}, "hy_status_link": {"type": "string"}, "intersection_directions": {"type": "string"}, "intersection_directions_fr": {"type": "string"}, "latitude": {"type": "string"}, "lng_renewable_source": {"type": "string"}, "lng_vehicle_class": {"type": "string"}, "longitude": {"type": "string"}, "lpg_nozzle_types": {"type": "string"}, "lpg_primary": {"type": "string"}, "ng_fill_type_code": {"type": "string"}, "ng_psi": {"type": "string"}, "ng_vehicle_class": {"type": "string"}, "open_date": {"type": "string"}, "owner_type_code": {"type": "string"}, "plus4": {"type": "string"}, "postcode": {"type": "string"}, "restricted_access": {"type": "string"}, "state": {"type": "string"}, "station_name": {"type": "string"}, "station_phone": {"type": "string"}, "status_code": {"type": "string"}, "street_address": {"type": "string"}, "updated_at": {"type": "string"}}}, "1239": {"type": "object", "properties": {"access_code": {"type": "string"}, "access_days_time": {"type": "string"}, "access_days_time_fr": {"type": "string"}, "access_detail_code": {"type": "string"}, "bd_blends": {"type": "string"}, "bd_blends_fr": {"type": "string"}, "cards_accepted": {"type": "string"}, "city": {"type": "string"}, "cng_dispenser_num": {"type": "string"}, "cng_fill_type_code": {"type": "string"}, "cng_psi": {"type": "string"}, "cng_renewable_source": {"type": "string"}, "cng_total_compression": {"type": "string"}, "cng_total_storage": {"type": "string"}, "cng_vehicle_class": {"type": "string"}, "date_last_confirmed": {"type": "string"}, "e85_blender_pump": {"type": "string"}, "e85_other_ethanol_blends": {"type": "string"}, "ev_connector_types": {"type": "string"}, "ev_dc_fast_num": {"type": "string"}, "ev_level1_evse_num": {"type": "string"}, "ev_level2_evse_num": {"type": "string"}, "ev_network": {"type": "string"}, "ev_network_web": {"type": "string"}, "ev_other_evse": {"type": "string"}, "ev_pricing": {"type": "string"}, "ev_pricing_fr": {"type": "string"}, "ev_renewable_source": {"type": "string"}, "expected_date": {"type": "string"}, "facility_type": {"type": "string"}, "federal_agency_code": {"type": "string"}, "federal_agency_id": {"type": "string"}, "federal_agency_name": {"type": "string"}, "fuel_type_code": {"type": "string"}, "geocode_status": {"type": "string"}, "groups_with_access_code": {"type": "string"}, "groups_with_access_code_fr": {"type": "string"}, "hy_is_retail": {"type": "string"}, "hy_pressures": {"type": "string"}, "hy_standards": {"type": "string"}, "hy_status_link": {"type": "string"}, "intersection_directions": {"type": "string"}, "intersection_directions_fr": {"type": "string"}, "latitude": {"type": "string"}, "lng_renewable_source": {"type": "string"}, "lng_vehicle_class": {"type": "string"}, "longitude": {"type": "string"}, "lpg_nozzle_types": {"type": "string"}, "lpg_primary": {"type": "string"}, "ng_fill_type_code": {"type": "string"}, "ng_psi": {"type": "string"}, "ng_vehicle_class": {"type": "string"}, "open_date": {"type": "string"}, "owner_type_code": {"type": "string"}, "plus4": {"type": "string"}, "postcode": {"type": "string"}, "restricted_access": {"type": "string"}, "state": {"type": "string"}, "station_name": {"type": "string"}, "station_phone": {"type": "string"}, "status_code": {"type": "string"}, "street_address": {"type": "string"}, "updated_at": {"type": "string"}}}, "1240": {"type": "object", "properties": {"access_code": {"type": "string"}, "access_days_time": {"type": "string"}, "access_days_time_fr": {"type": "string"}, "access_detail_code": {"type": "string"}, "bd_blends": {"type": "string"}, "bd_blends_fr": {"type": "string"}, "cards_accepted": {"type": "string"}, "city": {"type": "string"}, "cng_dispenser_num": {"type": "string"}, "cng_fill_type_code": {"type": "string"}, "cng_psi": {"type": "string"}, "cng_renewable_source": {"type": "string"}, "cng_total_compression": {"type": "string"}, "cng_total_storage": {"type": "string"}, "cng_vehicle_class": {"type": "string"}, "date_last_confirmed": {"type": "string"}, "e85_blender_pump": {"type": "string"}, "e85_other_ethanol_blends": {"type": "string"}, "ev_connector_types": {"type": "string"}, "ev_dc_fast_num": {"type": "string"}, "ev_level1_evse_num": {"type": "string"}, "ev_level2_evse_num": {"type": "string"}, "ev_network": {"type": "string"}, "ev_network_web": {"type": "string"}, "ev_other_evse": {"type": "string"}, "ev_pricing": {"type": "string"}, "ev_pricing_fr": {"type": "string"}, "ev_renewable_source": {"type": "string"}, "expected_date": {"type": "string"}, "facility_type": {"type": "string"}, "federal_agency_code": {"type": "string"}, "federal_agency_id": {"type": "string"}, "federal_agency_name": {"type": "string"}, "fuel_type_code": {"type": "string"}, "geocode_status": {"type": "string"}, "groups_with_access_code": {"type": "string"}, "groups_with_access_code_fr": {"type": "string"}, "hy_is_retail": {"type": "string"}, "hy_pressures": {"type": "string"}, "hy_standards": {"type": "string"}, "hy_status_link": {"type": "string"}, "intersection_directions": {"type": "string"}, "intersection_directions_fr": {"type": "string"}, "latitude": {"type": "string"}, "lng_renewable_source": {"type": "string"}, "lng_vehicle_class": {"type": "string"}, "longitude": {"type": "string"}, "lpg_nozzle_types": {"type": "string"}, "lpg_primary": {"type": "string"}, "ng_fill_type_code": {"type": "string"}, "ng_psi": {"type": "string"}, "ng_vehicle_class": {"type": "string"}, "open_date": {"type": "string"}, "owner_type_code": {"type": "string"}, "plus4": {"type": "string"}, "postcode": {"type": "string"}, "restricted_access": {"type": "string"}, "state": {"type": "string"}, "station_name": {"type": "string"}, "station_phone": {"type": "string"}, "status_code": {"type": "string"}, "street_address": {"type": "string"}, "updated_at": {"type": "string"}}}}} |
21c422ce-bb6d-42d9-9379-0cec49ce0f77/cbc48f62-fb77-4729-a684-c0fadeef6b17/0/0 | ELECTRIC VEHICLE CHARGING STATION AND POINT | Ev charging station and point over the world API | 7.9 | Elec 'EV' Station for US | Find electric vehicle charging stations in the United States | 400 | Response | {"error": "equalTo cannot be specified in addition to startAt or endAt"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"error": {"type": "string"}}, "required": ["error"]} |
21c422ce-bb6d-42d9-9379-0cec49ce0f77/cbc48f62-fb77-4729-a684-c0fadeef6b17/1/0 | ELECTRIC VEHICLE CHARGING STATION AND POINT | Ev charging station and point over the world API | 7.9 | Elec 'EV' Station for US | Find electric vehicle charging stations in the United States | 200 | Response | {"0": {"access_code": "private", "access_days_time": "Fleet use only", "access_days_time_fr": "", "access_detail_code": "", "bd_blends": "", "bd_blends_fr": "", "cards_accepted": "", "city": "Sun Valley", "cng_dispenser_num": "", "cng_fill_type_code": "", "cng_psi": "", "cng_renewable_source": "", "cng_total_compression": "", "cng_total_storage": "", "cng_vehicle_class": "", "date_last_confirmed": "2021-07-14", "e85_blender_pump": "", "e85_other_ethanol_blends": "", "ev_connector_types": "CHADEMO J1772 J1772COMBO", "ev_dc_fast_num": "3", "ev_level1_evse_num": "", "ev_level2_evse_num": "39", "ev_network": "Non-Networked", "ev_network_web": "", "ev_other_evse": "", "ev_pricing": "", "ev_pricing_fr": "", "ev_renewable_source": "", "expected_date": "", "facility_type": "UTILITY", "federal_agency_code": "", "federal_agency_id": "", "federal_agency_name": "", "fuel_type_code": "ELEC", "geocode_status": "GPS", "groups_with_access_code": "Private", "groups_with_access_code_fr": "Priv\u00e9", "hy_is_retail": "", "hy_pressures": "", "hy_standards": "", "hy_status_link": "", "intersection_directions": "", "intersection_directions_fr": "", "latitude": "34.2483191527193", "lng_renewable_source": "", "lng_vehicle_class": "", "longitude": "-118.3879713743439", "lpg_nozzle_types": "", "lpg_primary": "", "ng_fill_type_code": "", "ng_psi": "", "ng_vehicle_class": "", "open_date": "1999-10-15", "owner_type_code": "LG", "plus4": "", "postcode": "91352", "restricted_access": "", "state": "CA", "station_name": "LADWP - Truesdale Center", "station_phone": "", "status_code": "E", "street_address": "11797 Truesdale St", "updated_at": "2022-07-18 11:36:50 UTC"}, "104": {"access_code": "private", "access_days_time": "Fleet and employee use only", "access_days_time_fr": "", "access_detail_code": "", "bd_blends": "", "bd_blends_fr": "", "cards_accepted": "", "city": "Sun Valley", "cng_dispenser_num": "", "cng_fill_type_code": "", "cng_psi": "", "cng_renewable_source": "", "cng_total_compression": "", "cng_total_storage": "", "cng_vehicle_class": "", "date_last_confirmed": "2021-07-14", "e85_blender_pump": "", "e85_other_ethanol_blends": "", "ev_connector_types": "J1772", "ev_dc_fast_num": "", "ev_level1_evse_num": "", "ev_level2_evse_num": "17", "ev_network": "Non-Networked", "ev_network_web": "", "ev_other_evse": "", "ev_pricing": "", "ev_pricing_fr": "", "ev_renewable_source": "", "expected_date": "", "facility_type": "UTILITY", "federal_agency_code": "", "federal_agency_id": "", "federal_agency_name": "", "fuel_type_code": "ELEC", "geocode_status": "200-8", "groups_with_access_code": "Private", "groups_with_access_code_fr": "Priv\u00e9", "hy_is_retail": "", "hy_pressures": "", "hy_standards": "", "hy_status_link": "", "intersection_directions": "Between Glenoaks Blvd and San Fernando Rd", "intersection_directions_fr": "", "latitude": "34.241928", "lng_renewable_source": "", "lng_vehicle_class": "", "longitude": "-118.390147", "lpg_nozzle_types": "", "lpg_primary": "", "ng_fill_type_code": "", "ng_psi": "", "ng_vehicle_class": "", "open_date": "1999-10-15", "owner_type_code": "LG", "plus4": "", "postcode": "91352", "restricted_access": "", "state": "CA", "station_name": "LADWP - Valley Generating Station", "station_phone": "", "status_code": "E", "street_address": "11801 Sheldon St", "updated_at": "2022-07-18 11:36:50 UTC"}, "7244": {"access_code": "public", "access_days_time": "24 hours daily", "access_days_time_fr": "", "access_detail_code": "", "bd_blends": "", "bd_blends_fr": "", "cards_accepted": "", "city": "Sun Valley", "cng_dispenser_num": "", "cng_fill_type_code": "", "cng_psi": "", "cng_renewable_source": "", "cng_total_compression": "", "cng_total_storage": "", "cng_vehicle_class": "", "date_last_confirmed": "2022-08-13", "e85_blender_pump": "", "e85_other_ethanol_blends": "", "ev_connector_types": "J1772", "ev_dc_fast_num": "", "ev_level1_evse_num": "", "ev_level2_evse_num": "2", "ev_network": "Greenlots", "ev_network_web": "http://greenlots.com/", "ev_other_evse": "", "ev_pricing": "", "ev_pricing_fr": "", "ev_renewable_source": "", "expected_date": "", "facility_type": "", "federal_agency_code": "", "federal_agency_id": "", "federal_agency_name": "", "fuel_type_code": "ELEC", "geocode_status": "200-9", "groups_with_access_code": "Public", "groups_with_access_code_fr": "Public", "hy_is_retail": "", "hy_pressures": "", "hy_standards": "", "hy_status_link": "", "intersection_directions": "", "intersection_directions_fr": "", "latitude": "34.215022", "lng_renewable_source": "", "lng_vehicle_class": "", "longitude": "-118.370958", "lpg_nozzle_types": "", "lpg_primary": "", "ng_fill_type_code": "", "ng_psi": "", "ng_vehicle_class": "", "open_date": "2018-06-14", "owner_type_code": "", "plus4": "", "postcode": "91352", "restricted_access": "false", "state": "CA", "station_name": "Sun Valley", "station_phone": "855-900-7584", "status_code": "E", "street_address": "7935 Vineland Ave.", "updated_at": "2022-08-13 01:54:11 UTC"}, "8187": {"access_code": "public", "access_days_time": "24 hours daily", "access_days_time_fr": "", "access_detail_code": "", "bd_blends": "", "bd_blends_fr": "", "cards_accepted": "", "city": "Sun Valley", "cng_dispenser_num": "", "cng_fill_type_code": "", "cng_psi": "", "cng_renewable_source": "", "cng_total_compression": "", "cng_total_storage": "", "cng_vehicle_class": "", "date_last_confirmed": "2021-07-14", "e85_blender_pump": "", "e85_other_ethanol_blends": "", "ev_connector_types": "J1772", "ev_dc_fast_num": "", "ev_level1_evse_num": "", "ev_level2_evse_num": "1", "ev_network": "Non-Networked", "ev_network_web": "", "ev_other_evse": "", "ev_pricing": "Free", "ev_pricing_fr": "", "ev_renewable_source": "", "expected_date": "", "facility_type": "UTILITY", "federal_agency_code": "", "federal_agency_id": "", "federal_agency_name": "", "fuel_type_code": "ELEC", "geocode_status": "200-8", "groups_with_access_code": "Public", "groups_with_access_code_fr": "Public", "hy_is_retail": "", "hy_pressures": "", "hy_standards": "", "hy_status_link": "", "intersection_directions": "", "intersection_directions_fr": "", "latitude": "34.225334", "lng_renewable_source": "", "lng_vehicle_class": "", "longitude": "-118.384372", "lpg_nozzle_types": "", "lpg_primary": "", "ng_fill_type_code": "", "ng_psi": "", "ng_vehicle_class": "", "open_date": "2019-12-20", "owner_type_code": "T", "plus4": "", "postcode": "91352", "restricted_access": "false", "state": "CA", "station_name": "LADWP - Tuxford Street", "station_phone": "800-342-5397", "status_code": "E", "street_address": "11571 Tuxford St", "updated_at": "2022-07-18 11:36:50 UTC"}, "9925": {"access_code": "public", "access_days_time": "24 hours daily; for customer use only; see front desk for access", "access_days_time_fr": "", "access_detail_code": "", "bd_blends": "", "bd_blends_fr": "", "cards_accepted": "", "city": "Sun Valley", "cng_dispenser_num": "", "cng_fill_type_code": "", "cng_psi": "", "cng_renewable_source": "", "cng_total_compression": "", "cng_total_storage": "", "cng_vehicle_class": "", "date_last_confirmed": "2020-11-03", "e85_blender_pump": "", "e85_other_ethanol_blends": "", "ev_connector_types": "J1772 TESLA", "ev_dc_fast_num": "", "ev_level1_evse_num": "", "ev_level2_evse_num": "2", "ev_network": "Tesla Destination", "ev_network_web": "https://www.tesla.com/destination-charging", "ev_other_evse": "", "ev_pricing": "Free", "ev_pricing_fr": "", "ev_renewable_source": "", "expected_date": "", "facility_type": "HOTEL", "federal_agency_code": "", "federal_agency_id": "", "federal_agency_name": "", "fuel_type_code": "ELEC", "geocode_status": "GPS", "groups_with_access_code": "Public", "groups_with_access_code_fr": "Public", "hy_is_retail": "", "hy_pressures": "", "hy_standards": "", "hy_status_link": "", "intersection_directions": "", "intersection_directions_fr": "", "latitude": "43.695009", "lng_renewable_source": "", "lng_vehicle_class": "", "longitude": "-114.354334", "lpg_nozzle_types": "", "lpg_primary": "", "ng_fill_type_code": "", "ng_psi": "", "ng_vehicle_class": "", "open_date": "2016-02-01", "owner_type_code": "P", "plus4": "", "postcode": "83353", "restricted_access": "false", "state": "ID", "station_name": "Sun Valley Resort - Tesla Destination", "station_phone": "800-786-8259 877-798-3752", "status_code": "E", "street_address": "1 Sun Valley Rd", "updated_at": "2021-03-11 23:22:17 UTC"}} | {"type": "object", "properties": {"0": {"type": "object", "properties": {"access_code": {"type": "string"}, "access_days_time": {"type": "string"}, "access_days_time_fr": {"type": "string"}, "access_detail_code": {"type": "string"}, "bd_blends": {"type": "string"}, "bd_blends_fr": {"type": "string"}, "cards_accepted": {"type": "string"}, "city": {"type": "string"}, "cng_dispenser_num": {"type": "string"}, "cng_fill_type_code": {"type": "string"}, "cng_psi": {"type": "string"}, "cng_renewable_source": {"type": "string"}, "cng_total_compression": {"type": "string"}, "cng_total_storage": {"type": "string"}, "cng_vehicle_class": {"type": "string"}, "date_last_confirmed": {"type": "string"}, "e85_blender_pump": {"type": "string"}, "e85_other_ethanol_blends": {"type": "string"}, "ev_connector_types": {"type": "string"}, "ev_dc_fast_num": {"type": "string"}, "ev_level1_evse_num": {"type": "string"}, "ev_level2_evse_num": {"type": "string"}, "ev_network": {"type": "string"}, "ev_network_web": {"type": "string"}, "ev_other_evse": {"type": "string"}, "ev_pricing": {"type": "string"}, "ev_pricing_fr": {"type": "string"}, "ev_renewable_source": {"type": "string"}, "expected_date": {"type": "string"}, "facility_type": {"type": "string"}, "federal_agency_code": {"type": "string"}, "federal_agency_id": {"type": "string"}, "federal_agency_name": {"type": "string"}, "fuel_type_code": {"type": "string"}, "geocode_status": {"type": "string"}, "groups_with_access_code": {"type": "string"}, "groups_with_access_code_fr": {"type": "string"}, "hy_is_retail": {"type": "string"}, "hy_pressures": {"type": "string"}, "hy_standards": {"type": "string"}, "hy_status_link": {"type": "string"}, "intersection_directions": {"type": "string"}, "intersection_directions_fr": {"type": "string"}, "latitude": {"type": "string"}, "lng_renewable_source": {"type": "string"}, "lng_vehicle_class": {"type": "string"}, "longitude": {"type": "string"}, "lpg_nozzle_types": {"type": "string"}, "lpg_primary": {"type": "string"}, "ng_fill_type_code": {"type": "string"}, "ng_psi": {"type": "string"}, "ng_vehicle_class": {"type": "string"}, "open_date": {"type": "string"}, "owner_type_code": {"type": "string"}, "plus4": {"type": "string"}, "postcode": {"type": "string"}, "restricted_access": {"type": "string"}, "state": {"type": "string"}, "station_name": {"type": "string"}, "station_phone": {"type": "string"}, "status_code": {"type": "string"}, "street_address": {"type": "string"}, "updated_at": {"type": "string"}}}, "104": {"type": "object", "properties": {"access_code": {"type": "string"}, "access_days_time": {"type": "string"}, "access_days_time_fr": {"type": "string"}, "access_detail_code": {"type": "string"}, "bd_blends": {"type": "string"}, "bd_blends_fr": {"type": "string"}, "cards_accepted": {"type": "string"}, "city": {"type": "string"}, "cng_dispenser_num": {"type": "string"}, "cng_fill_type_code": {"type": "string"}, "cng_psi": {"type": "string"}, "cng_renewable_source": {"type": "string"}, "cng_total_compression": {"type": "string"}, "cng_total_storage": {"type": "string"}, "cng_vehicle_class": {"type": "string"}, "date_last_confirmed": {"type": "string"}, "e85_blender_pump": {"type": "string"}, "e85_other_ethanol_blends": {"type": "string"}, "ev_connector_types": {"type": "string"}, "ev_dc_fast_num": {"type": "string"}, "ev_level1_evse_num": {"type": "string"}, "ev_level2_evse_num": {"type": "string"}, "ev_network": {"type": "string"}, "ev_network_web": {"type": "string"}, "ev_other_evse": {"type": "string"}, "ev_pricing": {"type": "string"}, "ev_pricing_fr": {"type": "string"}, "ev_renewable_source": {"type": "string"}, "expected_date": {"type": "string"}, "facility_type": {"type": "string"}, "federal_agency_code": {"type": "string"}, "federal_agency_id": {"type": "string"}, "federal_agency_name": {"type": "string"}, "fuel_type_code": {"type": "string"}, "geocode_status": {"type": "string"}, "groups_with_access_code": {"type": "string"}, "groups_with_access_code_fr": {"type": "string"}, "hy_is_retail": {"type": "string"}, "hy_pressures": {"type": "string"}, "hy_standards": {"type": "string"}, "hy_status_link": {"type": "string"}, "intersection_directions": {"type": "string"}, "intersection_directions_fr": {"type": "string"}, "latitude": {"type": "string"}, "lng_renewable_source": {"type": "string"}, "lng_vehicle_class": {"type": "string"}, "longitude": {"type": "string"}, "lpg_nozzle_types": {"type": "string"}, "lpg_primary": {"type": "string"}, "ng_fill_type_code": {"type": "string"}, "ng_psi": {"type": "string"}, "ng_vehicle_class": {"type": "string"}, "open_date": {"type": "string"}, "owner_type_code": {"type": "string"}, "plus4": {"type": "string"}, "postcode": {"type": "string"}, "restricted_access": {"type": "string"}, "state": {"type": "string"}, "station_name": {"type": "string"}, "station_phone": {"type": "string"}, "status_code": {"type": "string"}, "street_address": {"type": "string"}, "updated_at": {"type": "string"}}}, "7244": {"type": "object", "properties": {"access_code": {"type": "string"}, "access_days_time": {"type": "string"}, "access_days_time_fr": {"type": "string"}, "access_detail_code": {"type": "string"}, "bd_blends": {"type": "string"}, "bd_blends_fr": {"type": "string"}, "cards_accepted": {"type": "string"}, "city": {"type": "string"}, "cng_dispenser_num": {"type": "string"}, "cng_fill_type_code": {"type": "string"}, "cng_psi": {"type": "string"}, "cng_renewable_source": {"type": "string"}, "cng_total_compression": {"type": "string"}, "cng_total_storage": {"type": "string"}, "cng_vehicle_class": {"type": "string"}, "date_last_confirmed": {"type": "string"}, "e85_blender_pump": {"type": "string"}, "e85_other_ethanol_blends": {"type": "string"}, "ev_connector_types": {"type": "string"}, "ev_dc_fast_num": {"type": "string"}, "ev_level1_evse_num": {"type": "string"}, "ev_level2_evse_num": {"type": "string"}, "ev_network": {"type": "string"}, "ev_network_web": {"type": "string"}, "ev_other_evse": {"type": "string"}, "ev_pricing": {"type": "string"}, "ev_pricing_fr": {"type": "string"}, "ev_renewable_source": {"type": "string"}, "expected_date": {"type": "string"}, "facility_type": {"type": "string"}, "federal_agency_code": {"type": "string"}, "federal_agency_id": {"type": "string"}, "federal_agency_name": {"type": "string"}, "fuel_type_code": {"type": "string"}, "geocode_status": {"type": "string"}, "groups_with_access_code": {"type": "string"}, "groups_with_access_code_fr": {"type": "string"}, "hy_is_retail": {"type": "string"}, "hy_pressures": {"type": "string"}, "hy_standards": {"type": "string"}, "hy_status_link": {"type": "string"}, "intersection_directions": {"type": "string"}, "intersection_directions_fr": {"type": "string"}, "latitude": {"type": "string"}, "lng_renewable_source": {"type": "string"}, "lng_vehicle_class": {"type": "string"}, "longitude": {"type": "string"}, "lpg_nozzle_types": {"type": "string"}, "lpg_primary": {"type": "string"}, "ng_fill_type_code": {"type": "string"}, "ng_psi": {"type": "string"}, "ng_vehicle_class": {"type": "string"}, "open_date": {"type": "string"}, "owner_type_code": {"type": "string"}, "plus4": {"type": "string"}, "postcode": {"type": "string"}, "restricted_access": {"type": "string"}, "state": {"type": "string"}, "station_name": {"type": "string"}, "station_phone": {"type": "string"}, "status_code": {"type": "string"}, "street_address": {"type": "string"}, "updated_at": {"type": "string"}}}, "8187": {"type": "object", "properties": {"access_code": {"type": "string"}, "access_days_time": {"type": "string"}, "access_days_time_fr": {"type": "string"}, "access_detail_code": {"type": "string"}, "bd_blends": {"type": "string"}, "bd_blends_fr": {"type": "string"}, "cards_accepted": {"type": "string"}, "city": {"type": "string"}, "cng_dispenser_num": {"type": "string"}, "cng_fill_type_code": {"type": "string"}, "cng_psi": {"type": "string"}, "cng_renewable_source": {"type": "string"}, "cng_total_compression": {"type": "string"}, "cng_total_storage": {"type": "string"}, "cng_vehicle_class": {"type": "string"}, "date_last_confirmed": {"type": "string"}, "e85_blender_pump": {"type": "string"}, "e85_other_ethanol_blends": {"type": "string"}, "ev_connector_types": {"type": "string"}, "ev_dc_fast_num": {"type": "string"}, "ev_level1_evse_num": {"type": "string"}, "ev_level2_evse_num": {"type": "string"}, "ev_network": {"type": "string"}, "ev_network_web": {"type": "string"}, "ev_other_evse": {"type": "string"}, "ev_pricing": {"type": "string"}, "ev_pricing_fr": {"type": "string"}, "ev_renewable_source": {"type": "string"}, "expected_date": {"type": "string"}, "facility_type": {"type": "string"}, "federal_agency_code": {"type": "string"}, "federal_agency_id": {"type": "string"}, "federal_agency_name": {"type": "string"}, "fuel_type_code": {"type": "string"}, "geocode_status": {"type": "string"}, "groups_with_access_code": {"type": "string"}, "groups_with_access_code_fr": {"type": "string"}, "hy_is_retail": {"type": "string"}, "hy_pressures": {"type": "string"}, "hy_standards": {"type": "string"}, "hy_status_link": {"type": "string"}, "intersection_directions": {"type": "string"}, "intersection_directions_fr": {"type": "string"}, "latitude": {"type": "string"}, "lng_renewable_source": {"type": "string"}, "lng_vehicle_class": {"type": "string"}, "longitude": {"type": "string"}, "lpg_nozzle_types": {"type": "string"}, "lpg_primary": {"type": "string"}, "ng_fill_type_code": {"type": "string"}, "ng_psi": {"type": "string"}, "ng_vehicle_class": {"type": "string"}, "open_date": {"type": "string"}, "owner_type_code": {"type": "string"}, "plus4": {"type": "string"}, "postcode": {"type": "string"}, "restricted_access": {"type": "string"}, "state": {"type": "string"}, "station_name": {"type": "string"}, "station_phone": {"type": "string"}, "status_code": {"type": "string"}, "street_address": {"type": "string"}, "updated_at": {"type": "string"}}}, "9925": {"type": "object", "properties": {"access_code": {"type": "string"}, "access_days_time": {"type": "string"}, "access_days_time_fr": {"type": "string"}, "access_detail_code": {"type": "string"}, "bd_blends": {"type": "string"}, "bd_blends_fr": {"type": "string"}, "cards_accepted": {"type": "string"}, "city": {"type": "string"}, "cng_dispenser_num": {"type": "string"}, "cng_fill_type_code": {"type": "string"}, "cng_psi": {"type": "string"}, "cng_renewable_source": {"type": "string"}, "cng_total_compression": {"type": "string"}, "cng_total_storage": {"type": "string"}, "cng_vehicle_class": {"type": "string"}, "date_last_confirmed": {"type": "string"}, "e85_blender_pump": {"type": "string"}, "e85_other_ethanol_blends": {"type": "string"}, "ev_connector_types": {"type": "string"}, "ev_dc_fast_num": {"type": "string"}, "ev_level1_evse_num": {"type": "string"}, "ev_level2_evse_num": {"type": "string"}, "ev_network": {"type": "string"}, "ev_network_web": {"type": "string"}, "ev_other_evse": {"type": "string"}, "ev_pricing": {"type": "string"}, "ev_pricing_fr": {"type": "string"}, "ev_renewable_source": {"type": "string"}, "expected_date": {"type": "string"}, "facility_type": {"type": "string"}, "federal_agency_code": {"type": "string"}, "federal_agency_id": {"type": "string"}, "federal_agency_name": {"type": "string"}, "fuel_type_code": {"type": "string"}, "geocode_status": {"type": "string"}, "groups_with_access_code": {"type": "string"}, "groups_with_access_code_fr": {"type": "string"}, "hy_is_retail": {"type": "string"}, "hy_pressures": {"type": "string"}, "hy_standards": {"type": "string"}, "hy_status_link": {"type": "string"}, "intersection_directions": {"type": "string"}, "intersection_directions_fr": {"type": "string"}, "latitude": {"type": "string"}, "lng_renewable_source": {"type": "string"}, "lng_vehicle_class": {"type": "string"}, "longitude": {"type": "string"}, "lpg_nozzle_types": {"type": "string"}, "lpg_primary": {"type": "string"}, "ng_fill_type_code": {"type": "string"}, "ng_psi": {"type": "string"}, "ng_vehicle_class": {"type": "string"}, "open_date": {"type": "string"}, "owner_type_code": {"type": "string"}, "plus4": {"type": "string"}, "postcode": {"type": "string"}, "restricted_access": {"type": "string"}, "state": {"type": "string"}, "station_name": {"type": "string"}, "station_phone": {"type": "string"}, "status_code": {"type": "string"}, "street_address": {"type": "string"}, "updated_at": {"type": "string"}}}}} |
b1edd3d9-e31e-4154-8231-9b2a183abf0c/1947bb2e-a862-4363-9e66-772f87591525/0/0 | CBECS | CBECS survey microdata from the Energy Information Administration.
Based on the 2018 survey microdata found here: https://www.eia.gov/consumption/commercial/data/2018/index.php?view=consumption
Download the codebook here: https://www.eia.gov/consumption/commercial/data/2018/xls/2018microdata_codebook.xlsx | null | /buildings/list | List the buildings in the CBECS database.
Each request responds with 1 page of building data. | 200 | null | {"buildings": {}, "metadata": {"cbecsVersion": "2018", "currentPage": 0, "pageSize": 10, "totalBuildingCount": 6436, "totalPageCount": 644}} | {"type": "object", "properties": {"buildings": {"type": "object", "items": {"type": "object"}}, "metadata": {"type": "object", "properties": {"cbecsVersion": {"type": "string"}, "currentPage": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "pageSize": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "totalBuildingCount": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}, "totalPageCount": {"type": "integer", "format": "int64", "minimum": -9223372036854776000, "maximum": 9223372036854776000}}}}} |
ec6b6187-7b05-42c0-89ab-2c5d6f0d702b/d632d9ce-7b82-409a-8f8e-6578617fdd70/0/0 | Electricity Carbon Footprint Germany | CO2 Footprint of current electricity in Germany. | 7.6 | CO2 Emission | The CO2 Emission endpoint will provide carbon emissions in grams per Kilo-Watt-Hour. To latest and historical footprint information for electricity in Germany. | 200 | Response | {"date": "20211021", "co2perKwh": 214, "trend": {"avg30": 411, "avg365": 404}} | {"type": "object", "properties": {"date": {"type": "string"}, "co2perKwh": {"type": "integer"}, "trend": {"type": "object", "properties": {"avg30": {"type": "integer"}, "avg365": {"type": "integer"}}}}} |
51b88691-9b49-4f88-a380-c5e0d75f77a7/3b273713-7846-4b3d-98c5-36b3eea91fcd/0/0 | OliveGaea | Olive Gaea Carbon offsets APIs enable meaningful climate action by engaging your customers. You can build sustainable products for your customers through our API, no matter what type of transaction you are conducting, from payments to travel to shipping. By enabling customers to offset their emissions at the point of sale, you'll help the environment. Less Carbon - More Life!
What will the Olive Gaea Carbon Offset API do?
Let your customers offset their last mile delivery emissions.
Tak...
| null | Confirm Carbon Footprint Transaction | Using this API business end user's can confirm their payment for the transaction | 200 | Example_1 | {"name": "Stokes", "certificate_id": "[email protected]", "value": 96, "certificate_file": "https://redlof-og.s3.ap-south-1.amazonaws.com/certificates/ddfa42c6-7a23-42c8-9181-0afb3d675989"} | {"type": "object", "properties": {"name": {"type": "string"}, "certificate_id": {"type": "string"}, "value": {"type": "integer"}, "certificate_file": {"type": "string"}}} |
51b88691-9b49-4f88-a380-c5e0d75f77a7/3b273713-7846-4b3d-98c5-36b3eea91fcd/1/0 | OliveGaea | Olive Gaea Carbon offsets APIs enable meaningful climate action by engaging your customers. You can build sustainable products for your customers through our API, no matter what type of transaction you are conducting, from payments to travel to shipping. By enabling customers to offset their emissions at the point of sale, you'll help the environment. Less Carbon - More Life!
What will the Olive Gaea Carbon Offset API do?
Let your customers offset their last mile delivery emissions.
Tak...
| null | Confirm Carbon Footprint Transaction | Using this API business end user's can confirm their payment for the transaction | 422 | New Example | {"error": true, "message": "", "status": 422, "body": [{"message": "Please provid the transaction id", "param": "id", "location": "body"}, {"message": "Please provide the amount.", "param": "amount", "location": "body"}]} | {"type": "object", "properties": {"error": {"type": "boolean"}, "message": {"type": "string"}, "status": {"type": "integer"}, "body": {"type": "array", "items": {"type": "object", "properties": {"message": {"type": "string"}, "param": {"type": "string"}, "location": {"type": "string"}}}}}} |
51b88691-9b49-4f88-a380-c5e0d75f77a7/58f97795-6143-43ba-902d-04fe24d456ef/0/0 | OliveGaea | Olive Gaea Carbon offsets APIs enable meaningful climate action by engaging your customers. You can build sustainable products for your customers through our API, no matter what type of transaction you are conducting, from payments to travel to shipping. By enabling customers to offset their emissions at the point of sale, you'll help the environment. Less Carbon - More Life!
What will the Olive Gaea Carbon Offset API do?
Let your customers offset their last mile delivery emissions.
Tak...
| null | Calculate Carbon Footprint | Using this API business end user's can calculate the carbon foot print for a perticular transaction. | 422 | New Example | {"error": true, "message": "", "status": 422, "body": [{"message": "Please enter the reference id", "param": "reference_id", "location": "body"}, {"message": "Please select the transaction type.", "param": "type", "location": "body"}]} | {"type": "object", "properties": {"error": {"type": "boolean"}, "message": {"type": "string"}, "status": {"type": "integer"}, "body": {"type": "array", "items": {"type": "object", "properties": {"message": {"type": "string"}, "param": {"type": "string"}, "location": {"type": "string"}}}}}} |
51b88691-9b49-4f88-a380-c5e0d75f77a7/58f97795-6143-43ba-902d-04fe24d456ef/1/0 | OliveGaea | Olive Gaea Carbon offsets APIs enable meaningful climate action by engaging your customers. You can build sustainable products for your customers through our API, no matter what type of transaction you are conducting, from payments to travel to shipping. By enabling customers to offset their emissions at the point of sale, you'll help the environment. Less Carbon - More Life!
What will the Olive Gaea Carbon Offset API do?
Let your customers offset their last mile delivery emissions.
Tak...
| null | Calculate Carbon Footprint | Using this API business end user's can calculate the carbon foot print for a perticular transaction. | 200 | Example_1 | {"reference_id": "", "name": "", "type": "", "quantity": "", "distance": "300", "phone": 0, "email": "", "note": ""} | {"type": "object", "properties": {"reference_id": {"type": "string"}, "name": {"type": "string"}, "type": {"type": "string"}, "quantity": {"type": "string"}, "distance": {"type": "string"}, "phone": {"type": "integer"}, "email": {"type": "string"}, "note": {"type": "string"}}} |
f2eb0d84-5a9a-45fb-aa31-ade5b97eb501/da315e3b-b951-41d5-b4d5-ac83bdf50544/0/0 | Electronic Certificate Verification | This API allows users to send an X.509 certificate in base64-encoded DER format, and receive information about the certificate. The API returns the expiration date, issuer information, key algorithm, serial number, and subject information for the provided certificate. | null | CertInfo | Get information about your certificate. Certificate has to in the base64 encoded string format. For details, see Readme and Documentation. | 200 | New Example | {"valid_from_date": "2/20/2023 1:20:07 AM", "expiration_date": "2/21/2024 1:20:07 AM", "serial_number": "4C45950AB24720FF912A116193DCA272F07132F9", "issuer": {"E": "[email protected]", "CN": "John Doe", "OU": "Engineering", "O": "Example Company Inc", "L": "San Francisco", "S": "CA", "C": "US"}, "subject": {"E": "[email protected]", "CN": "John Doe", "OU": "Engineering", "O": "Example Company Inc", "L": "San Francisco", "S": "CA", "C": "US"}, "key_algorithm": {"key_algorithm_oid": "1.2.840.113549.1.1.1", "key_algorithm_name": "RSA"}} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"valid_from_date": {"type": "string"}, "expiration_date": {"type": "string"}, "serial_number": {"type": "string"}, "issuer": {"type": "object", "properties": {"E": {"type": "string"}, "CN": {"type": "string"}, "OU": {"type": "string"}, "O": {"type": "string"}, "L": {"type": "string"}, "S": {"type": "string"}, "C": {"type": "string"}}, "required": ["C", "CN", "E", "L", "O", "OU", "S"]}, "subject": {"type": "object", "properties": {"E": {"type": "string"}, "CN": {"type": "string"}, "OU": {"type": "string"}, "O": {"type": "string"}, "L": {"type": "string"}, "S": {"type": "string"}, "C": {"type": "string"}}, "required": ["C", "CN", "E", "L", "O", "OU", "S"]}, "key_algorithm": {"type": "object", "properties": {"key_algorithm_oid": {"type": "string"}, "key_algorithm_name": {"type": "string"}}, "required": ["key_algorithm_name", "key_algorithm_oid"]}}, "required": ["expiration_date", "issuer", "key_algorithm", "serial_number", "subject", "valid_from_date"]} |
a2dcbd59-90a1-49e6-b7c3-eee13c17bb71/4d2c98b7-955c-4d18-8537-75afb0ba5bfe/0/0 | 3Des Decyption API | 3Des Decryption API to easily decrypt any TripleDes (3Des) encrypted file once the keyfile is supplied. | null | 3Des Decryption | 3Des Decryption | 200 | New Example | {"message": "value", "decrypted": "value"} | {"$schema": "http://json-schema.org/schema#", "type": "object", "properties": {"message": {"type": "string"}, "decrypted": {"type": "string"}}, "required": ["decrypted", "message"]} |
8257df94-41ca-45f7-a311-1db332b74973/8790e7a4-d5f3-401c-bbab-89be426eea87/0/0 | Fun Crypto Ciphers | An imeplementation of a large selection of common ciphers for educational purposes. | 5.3 | mono_alphabetic_substitution_encrypt_encrypt_post | 422 | null | {"code": 0, "description": "", "name": ""} | {"properties": {"code": {"title": "Code", "type": "integer"}, "description": {"title": "Description", "type": "string"}, "name": {"title": "Name", "type": "string"}}, "required": ["code", "name", "description"], "title": "ExceptionSchema", "type": "object"} |
|
8257df94-41ca-45f7-a311-1db332b74973/8790e7a4-d5f3-401c-bbab-89be426eea87/1/0 | Fun Crypto Ciphers | An imeplementation of a large selection of common ciphers for educational purposes. | 5.3 | mono_alphabetic_substitution_encrypt_encrypt_post | 200 | null | {"cipher": "MLYLWB TLVH GSVIV ZMB NLIV YVXZFHV RGH GLL XILDWVW", "key": {}, "message": "NOBODY GOES THERE ANY MORE BECAUSE ITS TOO CROWDED"} | {"properties": {"cipher": {"title": "Cipher", "type": "string"}, "key": {"anyOf": [{"type": "string"}, {"type": "null"}], "title": "Key"}, "message": {"title": "Message", "type": "string"}}, "required": ["cipher", "message"], "title": "MonoAlphabeticSubstitutionResultSchema", "type": "object"} |
|
8257df94-41ca-45f7-a311-1db332b74973/26f08e2b-1533-4f0f-add9-94428d9a6bf3/0/0 | Fun Crypto Ciphers | An imeplementation of a large selection of common ciphers for educational purposes. | 5.3 | one_time_pad_decrypt_decrypt_post | 422 | null | {"code": 0, "description": "", "name": ""} | {"properties": {"code": {"title": "Code", "type": "integer"}, "description": {"title": "Description", "type": "string"}, "name": {"title": "Name", "type": "string"}}, "required": ["code", "name", "description"], "title": "ExceptionSchema", "type": "object"} |
|
8257df94-41ca-45f7-a311-1db332b74973/26f08e2b-1533-4f0f-add9-94428d9a6bf3/1/0 | Fun Crypto Ciphers | An imeplementation of a large selection of common ciphers for educational purposes. | 5.3 | one_time_pad_decrypt_decrypt_post | 200 | null | {"cipher": "ZQMKX", "key": "LFNNY", "message": "PEACE"} | {"properties": {"cipher": {"title": "Cipher", "type": "string"}, "key": {"title": "Key", "type": "string"}, "message": {"title": "Message", "type": "string"}}, "required": ["cipher", "key", "message"], "title": "OneTimePadResultSchema", "type": "object"} |
|
8257df94-41ca-45f7-a311-1db332b74973/d583a484-ea75-4157-9c26-32be6206f218/0/0 | Fun Crypto Ciphers | An imeplementation of a large selection of common ciphers for educational purposes. | 5.3 | mono_alphabetic_substitution_decrypt_decrypt_post | 200 | null | {"cipher": "MLYLWB TLVH GSVIV ZMB NLIV YVXZFHV RGH GLL XILDWVW", "key": {}, "message": "NOBODY GOES THERE ANY MORE BECAUSE ITS TOO CROWDED"} | {"properties": {"cipher": {"title": "Cipher", "type": "string"}, "key": {"anyOf": [{"type": "string"}, {"type": "null"}], "title": "Key"}, "message": {"title": "Message", "type": "string"}}, "required": ["cipher", "message"], "title": "MonoAlphabeticSubstitutionResultSchema", "type": "object"} |
|
8257df94-41ca-45f7-a311-1db332b74973/d583a484-ea75-4157-9c26-32be6206f218/1/0 | Fun Crypto Ciphers | An imeplementation of a large selection of common ciphers for educational purposes. | 5.3 | mono_alphabetic_substitution_decrypt_decrypt_post | 422 | null | {"code": 0, "description": "", "name": ""} | {"properties": {"code": {"title": "Code", "type": "integer"}, "description": {"title": "Description", "type": "string"}, "name": {"title": "Name", "type": "string"}}, "required": ["code", "name", "description"], "title": "ExceptionSchema", "type": "object"} |
|
8257df94-41ca-45f7-a311-1db332b74973/602467cf-dcbf-4f67-a47f-0b52e58795fa/0/0 | Fun Crypto Ciphers | An imeplementation of a large selection of common ciphers for educational purposes. | 5.3 | fractioned_morse_decrypt_decrypt_post | 200 | null | {"cipher": "IKUOKUBDZIKTCZQOAIFEIHPLKSAZCTHAMECTQXCZVNLUIWVMLGTG", "intermediate_morse": "", "key": "CROWDED", "message": "NOBODY GOES THERE ANY MORE BECAUSE ITS TOO CROWDED"} | {"properties": {"cipher": {"title": "Cipher", "type": "string"}, "intermediate_morse": {"title": "Intermediate Morse", "type": "string"}, "key": {"title": "Key", "type": "string"}, "message": {"title": "Message", "type": "string"}}, "required": ["cipher", "key", "message", "intermediate_morse"], "title": "FractionedMorseResultSchema", "type": "object"} |
|
8257df94-41ca-45f7-a311-1db332b74973/602467cf-dcbf-4f67-a47f-0b52e58795fa/1/0 | Fun Crypto Ciphers | An imeplementation of a large selection of common ciphers for educational purposes. | 5.3 | fractioned_morse_decrypt_decrypt_post | 422 | null | {"code": 0, "description": "", "name": ""} | {"properties": {"code": {"title": "Code", "type": "integer"}, "description": {"title": "Description", "type": "string"}, "name": {"title": "Name", "type": "string"}}, "required": ["code", "name", "description"], "title": "ExceptionSchema", "type": "object"} |
|
8257df94-41ca-45f7-a311-1db332b74973/f52915d8-9ec8-4a7e-af2d-a5af99a6efa1/0/0 | Fun Crypto Ciphers | An imeplementation of a large selection of common ciphers for educational purposes. | 5.3 | one_time_pad_encrypt_encrypt_post | 422 | null | {"code": 0, "description": "", "name": ""} | {"properties": {"code": {"title": "Code", "type": "integer"}, "description": {"title": "Description", "type": "string"}, "name": {"title": "Name", "type": "string"}}, "required": ["code", "name", "description"], "title": "ExceptionSchema", "type": "object"} |
|
8257df94-41ca-45f7-a311-1db332b74973/f52915d8-9ec8-4a7e-af2d-a5af99a6efa1/1/0 | Fun Crypto Ciphers | An imeplementation of a large selection of common ciphers for educational purposes. | 5.3 | one_time_pad_encrypt_encrypt_post | 200 | null | {"cipher": "ZQMKX", "key": "LFNNY", "message": "PEACE"} | {"properties": {"cipher": {"title": "Cipher", "type": "string"}, "key": {"title": "Key", "type": "string"}, "message": {"title": "Message", "type": "string"}}, "required": ["cipher", "key", "message"], "title": "OneTimePadResultSchema", "type": "object"} |
|
8257df94-41ca-45f7-a311-1db332b74973/e8c7fb67-14d1-4d34-9e75-73cd3476d8b3/0/0 | Fun Crypto Ciphers | An imeplementation of a large selection of common ciphers for educational purposes. | 5.3 | fractioned_morse_encrypt_encrypt_post | 422 | null | {"code": 0, "description": "", "name": ""} | {"properties": {"code": {"title": "Code", "type": "integer"}, "description": {"title": "Description", "type": "string"}, "name": {"title": "Name", "type": "string"}}, "required": ["code", "name", "description"], "title": "ExceptionSchema", "type": "object"} |
|
8257df94-41ca-45f7-a311-1db332b74973/e8c7fb67-14d1-4d34-9e75-73cd3476d8b3/1/0 | Fun Crypto Ciphers | An imeplementation of a large selection of common ciphers for educational purposes. | 5.3 | fractioned_morse_encrypt_encrypt_post | 200 | null | {"cipher": "IKUOKUBDZIKTCZQOAIFEIHPLKSAZCTHAMECTQXCZVNLUIWVMLGTG", "intermediate_morse": "", "key": "CROWDED", "message": "NOBODY GOES THERE ANY MORE BECAUSE ITS TOO CROWDED"} | {"properties": {"cipher": {"title": "Cipher", "type": "string"}, "intermediate_morse": {"title": "Intermediate Morse", "type": "string"}, "key": {"title": "Key", "type": "string"}, "message": {"title": "Message", "type": "string"}}, "required": ["cipher", "key", "message", "intermediate_morse"], "title": "FractionedMorseResultSchema", "type": "object"} |
|
8257df94-41ca-45f7-a311-1db332b74973/5aee0c7d-b6d2-487c-9117-a726ff3ee9d4/0/0 | Fun Crypto Ciphers | An imeplementation of a large selection of common ciphers for educational purposes. | 5.3 | caesar_break_break_post | This implementation uses a word dictionary to break a Caesar cipher | 200 | null | {"cipher": "DSKKR JRJZFIKWIRKZSERSSIFE", "message": "MATT IS SHORTER THAN AARON", "shift": 18} | {"properties": {"cipher": {"title": "Cipher", "type": "string"}, "message": {"title": "Message", "type": "string"}, "shift": {"title": "Shift", "type": "integer"}}, "required": ["cipher", "shift", "message"], "title": "CaesarResultSchema", "type": "object"} |
8257df94-41ca-45f7-a311-1db332b74973/5aee0c7d-b6d2-487c-9117-a726ff3ee9d4/1/0 | Fun Crypto Ciphers | An imeplementation of a large selection of common ciphers for educational purposes. | 5.3 | caesar_break_break_post | This implementation uses a word dictionary to break a Caesar cipher | 422 | null | {"code": 0, "description": "", "name": ""} | {"properties": {"code": {"title": "Code", "type": "integer"}, "description": {"title": "Description", "type": "string"}, "name": {"title": "Name", "type": "string"}}, "required": ["code", "name", "description"], "title": "ExceptionSchema", "type": "object"} |
8257df94-41ca-45f7-a311-1db332b74973/f228edd7-a767-4532-a09d-61e9977e85e9/0/0 | Fun Crypto Ciphers | An imeplementation of a large selection of common ciphers for educational purposes. | 5.3 | caesar_decrypt_decrypt_post | This is an decryption implementation of the Caesar cipther that accepts only upper case characters and space (27 characters). Thespace is at index 26. | 422 | null | {"code": 0, "description": "", "name": ""} | {"properties": {"code": {"title": "Code", "type": "integer"}, "description": {"title": "Description", "type": "string"}, "name": {"title": "Name", "type": "string"}}, "required": ["code", "name", "description"], "title": "ExceptionSchema", "type": "object"} |
8257df94-41ca-45f7-a311-1db332b74973/f228edd7-a767-4532-a09d-61e9977e85e9/1/0 | Fun Crypto Ciphers | An imeplementation of a large selection of common ciphers for educational purposes. | 5.3 | caesar_decrypt_decrypt_post | This is an decryption implementation of the Caesar cipther that accepts only upper case characters and space (27 characters). Thespace is at index 26. | 200 | null | {"cipher": "DSKKR JRJZFIKWIRKZSERSSIFE", "message": "MATT IS SHORTER THAN AARON", "shift": 18} | {"properties": {"cipher": {"title": "Cipher", "type": "string"}, "message": {"title": "Message", "type": "string"}, "shift": {"title": "Shift", "type": "integer"}}, "required": ["cipher", "shift", "message"], "title": "CaesarResultSchema", "type": "object"} |
8257df94-41ca-45f7-a311-1db332b74973/d1a58aa6-c729-4111-ba7d-286a22f4a894/0/0 | Fun Crypto Ciphers | An imeplementation of a large selection of common ciphers for educational purposes. | 5.3 | caesar_encrypt_encrypt_post | This is an encryption implementation of the Caesar cipther that accepts only upper case characters and space (27 characters). Thespace is at index 26. | 200 | null | {"cipher": "DSKKR JRJZFIKWIRKZSERSSIFE", "message": "MATT IS SHORTER THAN AARON", "shift": 18} | {"properties": {"cipher": {"title": "Cipher", "type": "string"}, "message": {"title": "Message", "type": "string"}, "shift": {"title": "Shift", "type": "integer"}}, "required": ["cipher", "shift", "message"], "title": "CaesarResultSchema", "type": "object"} |
8257df94-41ca-45f7-a311-1db332b74973/d1a58aa6-c729-4111-ba7d-286a22f4a894/1/0 | Fun Crypto Ciphers | An imeplementation of a large selection of common ciphers for educational purposes. | 5.3 | caesar_encrypt_encrypt_post | This is an encryption implementation of the Caesar cipther that accepts only upper case characters and space (27 characters). Thespace is at index 26. | 422 | null | {"code": 0, "description": "", "name": ""} | {"properties": {"code": {"title": "Code", "type": "integer"}, "description": {"title": "Description", "type": "string"}, "name": {"title": "Name", "type": "string"}}, "required": ["code", "name", "description"], "title": "ExceptionSchema", "type": "object"} |
8257df94-41ca-45f7-a311-1db332b74973/1ccbd7e9-7079-4688-b3b7-abf3c22279df/0/0 | Fun Crypto Ciphers | An imeplementation of a large selection of common ciphers for educational purposes. | 5.3 | vigenere_encrypt_encrypt_post | 422 | null | {"code": 0, "description": "", "name": ""} | {"properties": {"code": {"title": "Code", "type": "integer"}, "description": {"title": "Description", "type": "string"}, "name": {"title": "Name", "type": "string"}}, "required": ["code", "name", "description"], "title": "ExceptionSchema", "type": "object"} |
|
8257df94-41ca-45f7-a311-1db332b74973/1ccbd7e9-7079-4688-b3b7-abf3c22279df/1/0 | Fun Crypto Ciphers | An imeplementation of a large selection of common ciphers for educational purposes. | 5.3 | vigenere_encrypt_encrypt_post | 200 | null | {"cipher": "CVQQCDXJWDQOXXJBRQTKIJPMX", "key": "KOMRADE", "message": "THE CAT IS OUT OF THE BAG"} | {"properties": {"cipher": {"title": "Cipher", "type": "string"}, "key": {"title": "Key", "type": "string"}, "message": {"title": "Message", "type": "string"}}, "required": ["cipher", "key", "message"], "title": "VigenereResultSchema", "type": "object"} |
|
8257df94-41ca-45f7-a311-1db332b74973/95dadbe0-07b4-4680-8e40-da2e1235031c/0/0 | Fun Crypto Ciphers | An imeplementation of a large selection of common ciphers for educational purposes. | 5.3 | vigenere_decrypt_decrypt_post | 422 | null | {"code": 0, "description": "", "name": ""} | {"properties": {"code": {"title": "Code", "type": "integer"}, "description": {"title": "Description", "type": "string"}, "name": {"title": "Name", "type": "string"}}, "required": ["code", "name", "description"], "title": "ExceptionSchema", "type": "object"} |
|
8257df94-41ca-45f7-a311-1db332b74973/95dadbe0-07b4-4680-8e40-da2e1235031c/1/0 | Fun Crypto Ciphers | An imeplementation of a large selection of common ciphers for educational purposes. | 5.3 | vigenere_decrypt_decrypt_post | 200 | null | {"cipher": "CVQQCDXJWDQOXXJBRQTKIJPMX", "key": "KOMRADE", "message": "THE CAT IS OUT OF THE BAG"} | {"properties": {"cipher": {"title": "Cipher", "type": "string"}, "key": {"title": "Key", "type": "string"}, "message": {"title": "Message", "type": "string"}}, "required": ["cipher", "key", "message"], "title": "VigenereResultSchema", "type": "object"} |
|
8257df94-41ca-45f7-a311-1db332b74973/54a3f8de-c9d4-4932-88ea-4825d4ce044d/0/0 | Fun Crypto Ciphers | An imeplementation of a large selection of common ciphers for educational purposes. | 5.3 | homophonic_substitutionn_decrypt_decrypt_post | 422 | null | {"code": 0, "description": "", "name": ""} | {"properties": {"code": {"title": "Code", "type": "integer"}, "description": {"title": "Description", "type": "string"}, "name": {"title": "Name", "type": "string"}}, "required": ["code", "name", "description"], "title": "ExceptionSchema", "type": "object"} |
|
8257df94-41ca-45f7-a311-1db332b74973/54a3f8de-c9d4-4932-88ea-4825d4ce044d/1/0 | Fun Crypto Ciphers | An imeplementation of a large selection of common ciphers for educational purposes. | 5.3 | homophonic_substitutionn_decrypt_decrypt_post | 200 | null | {"cipher": "481815853408 17603230 9614362437 274808 43852436 15320121943032 025530 968560 33491813343734", "key": {}, "message": "NOBODY GOES THERE ANY MORE BECAUSE ITS TOO CROWDED"} | {"properties": {"cipher": {"title": "Cipher", "type": "string"}, "key": {"anyOf": [{"type": "string"}, {"type": "null"}], "title": "Key"}, "message": {"title": "Message", "type": "string"}}, "required": ["cipher", "message"], "title": "HomophonicSubstitutionResultSchema", "type": "object"} |
|
8257df94-41ca-45f7-a311-1db332b74973/baca03cc-aea9-45e0-ab01-fe1732dad270/0/0 | Fun Crypto Ciphers | An imeplementation of a large selection of common ciphers for educational purposes. | 5.3 | homophonic_substitution_encrypt_encrypt_post | 422 | null | {"code": 0, "description": "", "name": ""} | {"properties": {"code": {"title": "Code", "type": "integer"}, "description": {"title": "Description", "type": "string"}, "name": {"title": "Name", "type": "string"}}, "required": ["code", "name", "description"], "title": "ExceptionSchema", "type": "object"} |
|
8257df94-41ca-45f7-a311-1db332b74973/baca03cc-aea9-45e0-ab01-fe1732dad270/1/0 | Fun Crypto Ciphers | An imeplementation of a large selection of common ciphers for educational purposes. | 5.3 | homophonic_substitution_encrypt_encrypt_post | 200 | null | {"cipher": "481815853408 17603230 9614362437 274808 43852436 15320121943032 025530 968560 33491813343734", "key": {}, "message": "NOBODY GOES THERE ANY MORE BECAUSE ITS TOO CROWDED"} | {"properties": {"cipher": {"title": "Cipher", "type": "string"}, "key": {"anyOf": [{"type": "string"}, {"type": "null"}], "title": "Key"}, "message": {"title": "Message", "type": "string"}}, "required": ["cipher", "message"], "title": "HomophonicSubstitutionResultSchema", "type": "object"} |
|
c58137a3-eb29-4718-a904-ab98bad3c847/dcd121b8-24d8-4f01-9ddd-025949282366/0/0 | Reddio NFT, Token and IPFS | Reddio APIs provide the layer 2 zkRollup APIs powered by StarkEx from StarkWare, enabling 0 gas fee on layer 2 and 10k TPS. This new zkRollup technology is being widely use by many NFT marketplaces, GameFi , Defi projects etc. | 8 | GetAssetsbycontractinformation | This request will return asset_id wrapped with return code and error code | 200 | null | {"status": "OK", "data": {"asset_id": "0x400984d6abc96e6fe827e2eca7fb7165f11c909a3afc0d0d1bf595396d1fe21"}} | {"type": "object", "properties": {"status": {"type": "string", "description": "", "default": "OK"}, "error": {}, "error_code": {}, "data": {"type": "object", "properties": {"asset_id": {"type": "string", "description": "", "default": "0x400984d6abc96e6fe827e2eca7fb7165f11c909a3afc0d0d1bf595396d1fe21"}}}}} |
c58137a3-eb29-4718-a904-ab98bad3c847/5757d5e4-d119-4451-90bc-d08b3d050a3d/0/0 | Reddio NFT, Token and IPFS | Reddio APIs provide the layer 2 zkRollup APIs powered by StarkEx from StarkWare, enabling 0 gas fee on layer 2 and 10k TPS. This new zkRollup technology is being widely use by many NFT marketplaces, GameFi , Defi projects etc. | 8 | GetAssetsdetailbyassetid | The API can query every asset_id that exists on reddio's system, if the FT/NFT is not on reddio's system, then the API will not work well
The API returns assets detail including contract_address, type, token_id(if type is ERC721 or ERC721M), quantum and token owners(owns by who) | 200 | null | {"status": "OK", "data": {"asset_id": "0x400984d6abc96e6fe827e2eca7fb7165f11c909a3afc0d0d1bf595396d1fe21"}} | {"type": "object", "properties": {"status": {"type": "string", "description": "", "default": "OK"}, "error": {}, "error_code": {}, "data": {"type": "object", "properties": {"asset_id": {"type": "string", "description": "", "default": "0x400984d6abc96e6fe827e2eca7fb7165f11c909a3afc0d0d1bf595396d1fe21"}}}}} |
c58137a3-eb29-4718-a904-ab98bad3c847/ddaf2f76-3703-43d4-a5dc-811322c2173e/0/0 | Reddio NFT, Token and IPFS | Reddio APIs provide the layer 2 zkRollup APIs powered by StarkEx from StarkWare, enabling 0 gas fee on layer 2 and 10k TPS. This new zkRollup technology is being widely use by many NFT marketplaces, GameFi , Defi projects etc. | 8 | Getvaultsdetailbyvaultid | 200 | null | {"status": "OK", "data": {"asset_id": "0x400984d6abc96e6fe827e2eca7fb7165f11c909a3afc0d0d1bf595396d1fe21"}} | {"type": "object", "properties": {"status": {"type": "string", "description": "", "default": "OK"}, "error": {}, "error_code": {}, "data": {"type": "object", "properties": {"asset_id": {"type": "string", "description": "", "default": "0x400984d6abc96e6fe827e2eca7fb7165f11c909a3afc0d0d1bf595396d1fe21"}}}}} |
|
c58137a3-eb29-4718-a904-ab98bad3c847/c26f2948-ef2f-4ab1-bc99-2c6566f69195/0/0 | Reddio NFT, Token and IPFS | Reddio APIs provide the layer 2 zkRollup APIs powered by StarkEx from StarkWare, enabling 0 gas fee on layer 2 and 10k TPS. This new zkRollup technology is being widely use by many NFT marketplaces, GameFi , Defi projects etc. | 8 | Getvaultsbystark_keyandasset_id | 200 | null | {"status": "OK", "data": {"asset_id": "0x400984d6abc96e6fe827e2eca7fb7165f11c909a3afc0d0d1bf595396d1fe21"}} | {"type": "object", "properties": {"status": {"type": "string", "description": "", "default": "OK"}, "error": {}, "error_code": {}, "data": {"type": "object", "properties": {"asset_id": {"type": "string", "description": "", "default": "0x400984d6abc96e6fe827e2eca7fb7165f11c909a3afc0d0d1bf595396d1fe21"}}}}} |
|
c58137a3-eb29-4718-a904-ab98bad3c847/527237d9-9c23-438a-8de7-ade68996798b/0/0 | Reddio NFT, Token and IPFS | Reddio APIs provide the layer 2 zkRollup APIs powered by StarkEx from StarkWare, enabling 0 gas fee on layer 2 and 10k TPS. This new zkRollup technology is being widely use by many NFT marketplaces, GameFi , Defi projects etc. | 8 | CreateMarketplace | 200 | null | {"status": "OK", "data": {"asset_id": "0x400984d6abc96e6fe827e2eca7fb7165f11c909a3afc0d0d1bf595396d1fe21"}} | {"type": "object", "properties": {"status": {"type": "string", "description": "", "default": "OK"}, "error": {}, "error_code": {}, "data": {"type": "object", "properties": {"asset_id": {"type": "string", "description": "", "default": "0x400984d6abc96e6fe827e2eca7fb7165f11c909a3afc0d0d1bf595396d1fe21"}}}}} |
|
c58137a3-eb29-4718-a904-ab98bad3c847/b759a168-a1cf-4080-a9e4-23813e38a49a/0/0 | Reddio NFT, Token and IPFS | Reddio APIs provide the layer 2 zkRollup APIs powered by StarkEx from StarkWare, enabling 0 gas fee on layer 2 and 10k TPS. This new zkRollup technology is being widely use by many NFT marketplaces, GameFi , Defi projects etc. | 8 | RemoveMarketplace | 200 | null | {"status": "OK", "data": {"asset_id": "0x400984d6abc96e6fe827e2eca7fb7165f11c909a3afc0d0d1bf595396d1fe21"}} | {"type": "object", "properties": {"status": {"type": "string", "description": "", "default": "OK"}, "error": {}, "error_code": {}, "data": {"type": "object", "properties": {"asset_id": {"type": "string", "description": "", "default": "0x400984d6abc96e6fe827e2eca7fb7165f11c909a3afc0d0d1bf595396d1fe21"}}}}} |
|
c58137a3-eb29-4718-a904-ab98bad3c847/b945bec1-630c-409b-839d-618c1a668faa/0/0 | Reddio NFT, Token and IPFS | Reddio APIs provide the layer 2 zkRollup APIs powered by StarkEx from StarkWare, enabling 0 gas fee on layer 2 and 10k TPS. This new zkRollup technology is being widely use by many NFT marketplaces, GameFi , Defi projects etc. | 8 | ListOrders | 200 | null | {"status": "OK", "data": {"asset_id": "0x400984d6abc96e6fe827e2eca7fb7165f11c909a3afc0d0d1bf595396d1fe21"}} | {"type": "object", "properties": {"status": {"type": "string", "description": "", "default": "OK"}, "error": {}, "error_code": {}, "data": {"type": "object", "properties": {"asset_id": {"type": "string", "description": "", "default": "0x400984d6abc96e6fe827e2eca7fb7165f11c909a3afc0d0d1bf595396d1fe21"}}}}} |
|
c58137a3-eb29-4718-a904-ab98bad3c847/fdf8ca61-818c-4f8d-a47f-120b79799fcf/0/0 | Reddio NFT, Token and IPFS | Reddio APIs provide the layer 2 zkRollup APIs powered by StarkEx from StarkWare, enabling 0 gas fee on layer 2 and 10k TPS. This new zkRollup technology is being widely use by many NFT marketplaces, GameFi , Defi projects etc. | 8 | Getwallets | The return field as following
| field | description |
| --- | --- |
| stark_key | the stark public key |
| stark_private_key | the stark private key | | 200 | null | {"status": "OK", "data": {"asset_id": "0x400984d6abc96e6fe827e2eca7fb7165f11c909a3afc0d0d1bf595396d1fe21"}} | {"type": "object", "properties": {"status": {"type": "string", "description": "", "default": "OK"}, "error": {}, "error_code": {}, "data": {"type": "object", "properties": {"asset_id": {"type": "string", "description": "", "default": "0x400984d6abc96e6fe827e2eca7fb7165f11c909a3afc0d0d1bf595396d1fe21"}}}}} |
c58137a3-eb29-4718-a904-ab98bad3c847/c2752b56-80db-4b30-b770-8a563a0d8d24/0/0 | Reddio NFT, Token and IPFS | Reddio APIs provide the layer 2 zkRollup APIs powered by StarkEx from StarkWare, enabling 0 gas fee on layer 2 and 10k TPS. This new zkRollup technology is being widely use by many NFT marketplaces, GameFi , Defi projects etc. | 8 | Getrecordbysignature | 200 | null | {"status": "OK", "data": {"asset_id": "0x400984d6abc96e6fe827e2eca7fb7165f11c909a3afc0d0d1bf595396d1fe21"}} | {"type": "object", "properties": {"status": {"type": "string", "description": "", "default": "OK"}, "error": {}, "error_code": {}, "data": {"type": "object", "properties": {"asset_id": {"type": "string", "description": "", "default": "0x400984d6abc96e6fe827e2eca7fb7165f11c909a3afc0d0d1bf595396d1fe21"}}}}} |
|
c58137a3-eb29-4718-a904-ab98bad3c847/9f8901eb-a7fd-4b63-b629-70e2b9b8fa95/0/0 | Reddio NFT, Token and IPFS | Reddio APIs provide the layer 2 zkRollup APIs powered by StarkEx from StarkWare, enabling 0 gas fee on layer 2 and 10k TPS. This new zkRollup technology is being widely use by many NFT marketplaces, GameFi , Defi projects etc. | 8 | Getrecordbysequenceid | 200 | null | {"status": "OK", "data": {"asset_id": "0x400984d6abc96e6fe827e2eca7fb7165f11c909a3afc0d0d1bf595396d1fe21"}} | {"type": "object", "properties": {"status": {"type": "string", "description": "", "default": "OK"}, "error": {}, "error_code": {}, "data": {"type": "object", "properties": {"asset_id": {"type": "string", "description": "", "default": "0x400984d6abc96e6fe827e2eca7fb7165f11c909a3afc0d0d1bf595396d1fe21"}}}}} |
|
c58137a3-eb29-4718-a904-ab98bad3c847/d48be630-5613-429f-baf7-e4a82c508098/0/0 | Reddio NFT, Token and IPFS | Reddio APIs provide the layer 2 zkRollup APIs powered by StarkEx from StarkWare, enabling 0 gas fee on layer 2 and 10k TPS. This new zkRollup technology is being widely use by many NFT marketplaces, GameFi , Defi projects etc. | 8 | GetRecordsbystark_key | 200 | null | {"status": "OK", "data": {"asset_id": "0x400984d6abc96e6fe827e2eca7fb7165f11c909a3afc0d0d1bf595396d1fe21"}} | {"type": "object", "properties": {"status": {"type": "string", "description": "", "default": "OK"}, "error": {}, "error_code": {}, "data": {"type": "object", "properties": {"asset_id": {"type": "string", "description": "", "default": "0x400984d6abc96e6fe827e2eca7fb7165f11c909a3afc0d0d1bf595396d1fe21"}}}}} |
|
c58137a3-eb29-4718-a904-ab98bad3c847/b0756c5e-9c78-41fe-8cfb-7b460378f14c/0/0 | Reddio NFT, Token and IPFS | Reddio APIs provide the layer 2 zkRollup APIs powered by StarkEx from StarkWare, enabling 0 gas fee on layer 2 and 10k TPS. This new zkRollup technology is being widely use by many NFT marketplaces, GameFi , Defi projects etc. | 8 | Mintsometokens | Body parameters
| item | description |
| --- | --- |
| contract_address | the contract address you registered and want to mint |
| stark_key | the stark_key you want to mint to |
| amount | how many token you want to mint(max 100) | | 200 | null | {"status": "OK", "data": {"asset_id": "0x400984d6abc96e6fe827e2eca7fb7165f11c909a3afc0d0d1bf595396d1fe21"}} | {"type": "object", "properties": {"status": {"type": "string", "description": "", "default": "OK"}, "error": {}, "error_code": {}, "data": {"type": "object", "properties": {"asset_id": {"type": "string", "description": "", "default": "0x400984d6abc96e6fe827e2eca7fb7165f11c909a3afc0d0d1bf595396d1fe21"}}}}} |
c58137a3-eb29-4718-a904-ab98bad3c847/1c10bd09-0261-4a7a-8156-ebc627ecbf02/0/0 | Reddio NFT, Token and IPFS | Reddio APIs provide the layer 2 zkRollup APIs powered by StarkEx from StarkWare, enabling 0 gas fee on layer 2 and 10k TPS. This new zkRollup technology is being widely use by many NFT marketplaces, GameFi , Defi projects etc. | 8 | Aggregationbalanceofastark_keybycontractaddress | The API aggregation balances by contract address, for previous API, each NFT have an asset_id, but in this API. NFT do not have asset_id when return, but has token id | 200 | null | {"status": "OK", "data": {"asset_id": "0x400984d6abc96e6fe827e2eca7fb7165f11c909a3afc0d0d1bf595396d1fe21"}} | {"type": "object", "properties": {"status": {"type": "string", "description": "", "default": "OK"}, "error": {}, "error_code": {}, "data": {"type": "object", "properties": {"asset_id": {"type": "string", "description": "", "default": "0x400984d6abc96e6fe827e2eca7fb7165f11c909a3afc0d0d1bf595396d1fe21"}}}}} |
c58137a3-eb29-4718-a904-ab98bad3c847/de6af5b4-ad1e-42c7-bb7f-cbc635b9bad3/0/0 | Reddio NFT, Token and IPFS | Reddio APIs provide the layer 2 zkRollup APIs powered by StarkEx from StarkWare, enabling 0 gas fee on layer 2 and 10k TPS. This new zkRollup technology is being widely use by many NFT marketplaces, GameFi , Defi projects etc. | 8 | Listallcollections | The API lists all collections on Reddio's layer2 system.
The return field is like the following descrption
| field | description |
| --- | --- |
| contract_address | The contract address |
| symbol | The symbol of |
| type | ERC721 or ERC721M |
| total_supply | Total Supply of the token |
| base_uri | The base uri of NFT |
| asset_type | The asset type is calculated by reddio, the definition is here | | 200 | null | {"status": "OK", "data": {"asset_id": "0x400984d6abc96e6fe827e2eca7fb7165f11c909a3afc0d0d1bf595396d1fe21"}} | {"type": "object", "properties": {"status": {"type": "string", "description": "", "default": "OK"}, "error": {}, "error_code": {}, "data": {"type": "object", "properties": {"asset_id": {"type": "string", "description": "", "default": "0x400984d6abc96e6fe827e2eca7fb7165f11c909a3afc0d0d1bf595396d1fe21"}}}}} |
c58137a3-eb29-4718-a904-ab98bad3c847/4ca6bb84-1e25-40e0-b585-73d2c086dc75/0/0 | Reddio NFT, Token and IPFS | Reddio APIs provide the layer 2 zkRollup APIs powered by StarkEx from StarkWare, enabling 0 gas fee on layer 2 and 10k TPS. This new zkRollup technology is being widely use by many NFT marketplaces, GameFi , Defi projects etc. | 8 | UploadFiles | Upload files will return cid and endpoints | 200 | null | {"status": "OK", "data": {"asset_id": "0x400984d6abc96e6fe827e2eca7fb7165f11c909a3afc0d0d1bf595396d1fe21"}} | {"type": "object", "properties": {"status": {"type": "string", "description": "", "default": "OK"}, "error": {}, "error_code": {}, "data": {"type": "object", "properties": {"asset_id": {"type": "string", "description": "", "default": "0x400984d6abc96e6fe827e2eca7fb7165f11c909a3afc0d0d1bf595396d1fe21"}}}}} |
c58137a3-eb29-4718-a904-ab98bad3c847/026d85c7-78e1-44dc-a02e-86d259bda70f/0/0 | Reddio NFT, Token and IPFS | Reddio APIs provide the layer 2 zkRollup APIs powered by StarkEx from StarkWare, enabling 0 gas fee on layer 2 and 10k TPS. This new zkRollup technology is being widely use by many NFT marketplaces, GameFi , Defi projects etc. | 8 | Getnoncebystark_key | 200 | null | {"status": "OK", "data": {"asset_id": "0x400984d6abc96e6fe827e2eca7fb7165f11c909a3afc0d0d1bf595396d1fe21"}} | {"type": "object", "properties": {"status": {"type": "string", "description": "", "default": "OK"}, "error": {}, "error_code": {}, "data": {"type": "object", "properties": {"asset_id": {"type": "string", "description": "", "default": "0x400984d6abc96e6fe827e2eca7fb7165f11c909a3afc0d0d1bf595396d1fe21"}}}}} |
|
c58137a3-eb29-4718-a904-ab98bad3c847/1f46d093-54d9-404d-84b7-3be44954036f/0/0 | Reddio NFT, Token and IPFS | Reddio APIs provide the layer 2 zkRollup APIs powered by StarkEx from StarkWare, enabling 0 gas fee on layer 2 and 10k TPS. This new zkRollup technology is being widely use by many NFT marketplaces, GameFi , Defi projects etc. | 8 | Balancesofstark_key | The API retrieves the balance of a stark_key, each return value are as the previous field | 200 | null | {"status": "OK", "data": {"asset_id": "0x400984d6abc96e6fe827e2eca7fb7165f11c909a3afc0d0d1bf595396d1fe21"}} | {"type": "object", "properties": {"status": {"type": "string", "description": "", "default": "OK"}, "error": {}, "error_code": {}, "data": {"type": "object", "properties": {"asset_id": {"type": "string", "description": "", "default": "0x400984d6abc96e6fe827e2eca7fb7165f11c909a3afc0d0d1bf595396d1fe21"}}}}} |
c58137a3-eb29-4718-a904-ab98bad3c847/50760302-072e-44d2-881f-b5c3ecf66b1a/0/0 | Reddio NFT, Token and IPFS | Reddio APIs provide the layer 2 zkRollup APIs powered by StarkEx from StarkWare, enabling 0 gas fee on layer 2 and 10k TPS. This new zkRollup technology is being widely use by many NFT marketplaces, GameFi , Defi projects etc. | 8 | GetMarketplaces | 200 | null | {"status": "OK", "data": {"asset_id": "0x400984d6abc96e6fe827e2eca7fb7165f11c909a3afc0d0d1bf595396d1fe21"}} | {"type": "object", "properties": {"status": {"type": "string", "description": "", "default": "OK"}, "error": {}, "error_code": {}, "data": {"type": "object", "properties": {"asset_id": {"type": "string", "description": "", "default": "0x400984d6abc96e6fe827e2eca7fb7165f11c909a3afc0d0d1bf595396d1fe21"}}}}} |
Subsets and Splits
No community queries yet
The top public SQL queries from the community will appear here once available.