Skip to main content
GET
/
pact
/
2
/
footprint
/
{id}
Get a Product Carbon Footprint
curl --request GET \
  --url https://app.variable.global/api/pact/2/footprint/{id} \
  --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"
  }
}

Documentation Index

Fetch the complete documentation index at: https://docs.variable.global/llms.txt

Use this file to discover all available pages before exploring further.

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.

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

A Product Carbon Footprint

data
object