action corrently_tariff_slph0 { label: "Energy Tariff information" description: "Provides pricing data for private households with standard load profiles (Standardlastprofil H0).\n" provider: corrently method: GET path: "/tariff/slph0" encoding: json input: { type: "object" properties: { zipcode: { type: "string" } } additionalProperties: false } output: { type: "array" items: { type: "object" properties: { ap: { type: "integer" description: "Energy price in cent per kwh. (Arbeitspreis) including all taxes and fees." } gp: { type: "integer" description: "Base price in euro per montah (Grundpreis) including all taxes and fees." } } } } }