action change_get_api_v1_donations_carbon_stats { label: "Retrieve carbon offset stats" description: "Measures your carbon offset impact in relatable terms. Provide the id of a donation to CarbonFund to see stats about that specific donation. If you omit the donation id, this endpoint returns aggregate stats for all of your CarbonFund donations." provider: change method: GET path: "/api/v1/donations/carbon_stats" encoding: json input: { type: "object" properties: { id: { type: "number" } } additionalProperties: false } output: { type: "object" additionalProperties: true } }