Altruistiq · Schema
Altruistiq Emission Record
A single row of calculated emissions returned by the Altruistiq corporate Export API. Activity-based, attributed to a business unit, facility, and reporting period; classified by GHG Protocol scope and category.
SustainabilityClimateCarbon AccountingEmissionsGreenhouse GasScope 3Product Carbon FootprintCorporate Carbon FootprintSupply ChainFMCGFood and BeverageESGCSRDSBTiPACTSustainability Intelligence
Properties
| Name | Type | Description |
|---|---|---|
| scope | string | GHG Protocol scope. |
| category | string | Scope 3 category (1-15) or sub-classification. |
| co2eKg | number | Emissions in kilograms of CO2 equivalent. |
| method | string | Calculation method (spend-based, activity-based, supplier-specific, hybrid). |
| activityId | string | |
| datasourceId | string | |
| facilityId | string | |
| businessUnitId | string | |
| productId | string | |
| reportingPeriodStart | string | |
| reportingPeriodEnd | string | |
| emissionFactorId | string | Identifier of the emission factor applied. |
| emissionFactorSource | string | Provenance of the emission factor (e.g. DEFRA, ecoinvent, supplier-specific). |
JSON Schema
{
"$schema": "https://json-schema.org/draft/2020-12/schema",
"$id": "https://raw.githubusercontent.com/api-evangelist/altruistiq/main/json-schema/altruistiq-emission-record-schema.json",
"title": "Altruistiq Emission Record",
"description": "A single row of calculated emissions returned by the Altruistiq corporate Export API. Activity-based, attributed to a business unit, facility, and reporting period; classified by GHG Protocol scope and category.",
"type": "object",
"required": ["scope", "co2eKg"],
"properties": {
"scope": {
"type": "string",
"enum": ["1", "2", "3"],
"description": "GHG Protocol scope."
},
"category": { "type": "string", "description": "Scope 3 category (1-15) or sub-classification." },
"co2eKg": { "type": "number", "description": "Emissions in kilograms of CO2 equivalent." },
"method": { "type": "string", "description": "Calculation method (spend-based, activity-based, supplier-specific, hybrid)." },
"activityId": { "type": "string" },
"datasourceId": { "type": "string" },
"facilityId": { "type": "string" },
"businessUnitId": { "type": "string" },
"productId": { "type": "string" },
"reportingPeriodStart": { "type": "string", "format": "date" },
"reportingPeriodEnd": { "type": "string", "format": "date" },
"emissionFactorId": { "type": "string", "description": "Identifier of the emission factor applied." },
"emissionFactorSource": { "type": "string", "description": "Provenance of the emission factor (e.g. DEFRA, ecoinvent, supplier-specific)." }
}
}
Work with this as data
Every JSON Schema here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for schemas
4 MCP tools reach this
find_json_schemasBrowse and filter every JSON Schema in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
This JSON Schema
curl "https://apis.io/api/v1/json-schemas/altruistiq-emission-record"
All schemas
curl "https://apis.io/api/v1/json-schemas?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.