Get a list of database footprints
curl --request GET \
--url https://app.variable.global/api/pact/2/footprints \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 123,
"specVersion": "2.1.0",
"precedingPfIds": [
"<string>"
],
"version": 1,
"status": "Active",
"statusComment": "<string>",
"validityPeriodStart": "2025-01-01T00:00:00.000Z",
"validityPeriodEnd": "2025-01-01T00:00:00.000Z",
"companyName": "Acme Corp",
"companyIds": [
"urn:pathfinder:company:customcode:buyer-assigned:acme-corp"
],
"productIds": [
"urn:pathfinder:product:id:cas:64-17-5"
],
"productCategoryCpc": "3342",
"productNameCompany": "Green Widget",
"productDescription": "A sustainable widget made from recycled materials",
"comment": "Verified by third-party auditor",
"pcf": {
"declaredUnit": "kilogram",
"unitaryProductAmount": 1234.5678,
"pCfExcludingBiogenic": 1234.5678,
"pCfIncludingBiogenic": 1234.5678,
"fossilGhgEmissions": 1234.5678,
"fossilCarbonContent": 1234.5678,
"biogenicCarbonContent": 1234.5678,
"dLucGhgEmissions": 1234.5678,
"landManagementGhgEmissions": 1234.5678,
"otherBiogenicGhgEmissions": 1234.5678,
"iLucGhgEmissions": 1234.5678,
"biogenicCarbonWithdrawal": 1234.5678,
"aircraftGhgEmissions": 1234.5678,
"characterizationFactors": "AR6",
"ipccCharacterizationFactorsSources": [
"AR6"
],
"crossSectoralStandardsUsed": [
"GHG Protocol Product standard"
],
"productOrSectorSpecificRules": [
{
"operator": "PEF",
"ruleNames": [
"EN 15804+A2"
]
}
],
"biogenicAccountingMethodology": "GHGP",
"boundaryProcessesDescription": "<string>",
"referencePeriodStart": "2025-01-01T00:00:00.000Z",
"referencePeriodEnd": "2025-01-01T00:00:00.000Z",
"geographyCountrySubdivision": "US-PA",
"geographyCountry": "NO",
"geographyRegionOrSubregion": "Europe",
"secondaryEmissionFactorSources": [
{
"name": "ecoinvent",
"version": "3.9.1"
}
],
"exemptedEmissionsPercent": 2,
"exemptedEmissionsDescription": "<string>",
"packagingEmissionsIncluded": true,
"packagingGhgEmissions": 1234.5678,
"allocationRulesDescription": "<string>",
"uncertaintyAssessmentDescription": "<string>",
"primaryDataShare": 82,
"dqi": {
"coveragePercent": 80,
"technologicalDQR": 2,
"temporalDQR": 2,
"geographicalDQR": 2,
"completenessDQR": 2,
"reliabilityDQR": 2
}
},
"extensions": [
{}
],
"created": "2025-01-01T00:00:00.000Z",
"updated": "2025-01-01T00:00:00.000Z"
}
]
}Endpoints
PACT Footprints
GET
/
pact
/
2
/
footprints
Get a list of database footprints
curl --request GET \
--url https://app.variable.global/api/pact/2/footprints \
--header 'Authorization: Bearer <token>'{
"data": [
{
"id": 123,
"specVersion": "2.1.0",
"precedingPfIds": [
"<string>"
],
"version": 1,
"status": "Active",
"statusComment": "<string>",
"validityPeriodStart": "2025-01-01T00:00:00.000Z",
"validityPeriodEnd": "2025-01-01T00:00:00.000Z",
"companyName": "Acme Corp",
"companyIds": [
"urn:pathfinder:company:customcode:buyer-assigned:acme-corp"
],
"productIds": [
"urn:pathfinder:product:id:cas:64-17-5"
],
"productCategoryCpc": "3342",
"productNameCompany": "Green Widget",
"productDescription": "A sustainable widget made from recycled materials",
"comment": "Verified by third-party auditor",
"pcf": {
"declaredUnit": "kilogram",
"unitaryProductAmount": 1234.5678,
"pCfExcludingBiogenic": 1234.5678,
"pCfIncludingBiogenic": 1234.5678,
"fossilGhgEmissions": 1234.5678,
"fossilCarbonContent": 1234.5678,
"biogenicCarbonContent": 1234.5678,
"dLucGhgEmissions": 1234.5678,
"landManagementGhgEmissions": 1234.5678,
"otherBiogenicGhgEmissions": 1234.5678,
"iLucGhgEmissions": 1234.5678,
"biogenicCarbonWithdrawal": 1234.5678,
"aircraftGhgEmissions": 1234.5678,
"characterizationFactors": "AR6",
"ipccCharacterizationFactorsSources": [
"AR6"
],
"crossSectoralStandardsUsed": [
"GHG Protocol Product standard"
],
"productOrSectorSpecificRules": [
{
"operator": "PEF",
"ruleNames": [
"EN 15804+A2"
]
}
],
"biogenicAccountingMethodology": "GHGP",
"boundaryProcessesDescription": "<string>",
"referencePeriodStart": "2025-01-01T00:00:00.000Z",
"referencePeriodEnd": "2025-01-01T00:00:00.000Z",
"geographyCountrySubdivision": "US-PA",
"geographyCountry": "NO",
"geographyRegionOrSubregion": "Europe",
"secondaryEmissionFactorSources": [
{
"name": "ecoinvent",
"version": "3.9.1"
}
],
"exemptedEmissionsPercent": 2,
"exemptedEmissionsDescription": "<string>",
"packagingEmissionsIncluded": true,
"packagingGhgEmissions": 1234.5678,
"allocationRulesDescription": "<string>",
"uncertaintyAssessmentDescription": "<string>",
"primaryDataShare": 82,
"dqi": {
"coveragePercent": 80,
"technologicalDQR": 2,
"temporalDQR": 2,
"geographicalDQR": 2,
"completenessDQR": 2,
"reliabilityDQR": 2
}
},
"extensions": [
{}
],
"created": "2025-01-01T00:00:00.000Z",
"updated": "2025-01-01T00:00:00.000Z"
}
]
}The path is relative to your company specific url:https://your_subdomain.variable.global/api
Only footprints that are valid according to the PACT standard will show in the API, regardless of the sharing
setting.This generally means footprints that have all of the required fields filled out.
Details on the PACT standard and required fields can be found in the PACT
documentation.
⌘I