Endpoints
PACT Footprints
Endpoints
PACT Footprints
GET
/
pact
/
2
/
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": [
"<any>"
],
"version": 1,
"status": "Active",
"statusComment": "<string>",
"validityPeriodStart": "2023-11-07T05:31:56Z",
"validityPeriodEnd": "2023-11-07T05:31:56Z",
"companyName": "<string>",
"companyIds": [
"<any>"
],
"productIds": [
"<any>"
],
"productCategoryCpc": "<string>",
"productNameCompany": "<string>",
"productDescription": "<string>",
"comment": "<string>",
"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": [
"<any>"
],
"biogenicAccountingMethodology": "GHGP",
"boundaryProcessesDescription": "<string>",
"referencePeriodStart": "2023-11-07T05:31:56Z",
"referencePeriodEnd": "2023-11-07T05:31:56Z",
"geographyCountrySubdivision": "US-PA",
"geographyCountry": "NO",
"geographyRegionOrSubregion": "Europe",
"secondaryEmissionFactorSources": [
"<any>"
],
"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": [
"<any>"
],
"created": "2023-11-07T05:31:56Z",
"updated": "2023-11-07T05:31:56Z"
}
]
}
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
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Response
200
application/json
A list of Product Carbon Footprints
Example:
123
Example:
"2.1.0"
Example:
1
Example:
"Active"
Example:
"kilogram"
Example:
1234.5678
Example:
1234.5678
Example:
1234.5678
Example:
1234.5678
Example:
1234.5678
Example:
1234.5678
Example:
1234.5678
Example:
1234.5678
Example:
1234.5678
Example:
1234.5678
Example:
1234.5678
Example:
1234.5678
Example:
"AR6"
Example:
["AR6"]
Example:
["GHG Protocol Product standard"]
Example:
"GHGP"
Example:
"US-PA"
Example:
"NO"
Example:
"Europe"
Example:
2
Example:
1234.5678
Example:
82
Example:
80
number from 1 - 3
Example:
2
number from 1 - 3
Example:
2
number from 1 - 3
Example:
2
number from 1 - 3
Example:
2
number from 1 - 3
Example:
2
curl --request GET \
--url https://app.variable.global/api/pact/2/footprints \
--header 'Authorization: Bearer <token>'
{
"data": [
{
"id": 123,
"specVersion": "2.1.0",
"precedingPfIds": [
"<any>"
],
"version": 1,
"status": "Active",
"statusComment": "<string>",
"validityPeriodStart": "2023-11-07T05:31:56Z",
"validityPeriodEnd": "2023-11-07T05:31:56Z",
"companyName": "<string>",
"companyIds": [
"<any>"
],
"productIds": [
"<any>"
],
"productCategoryCpc": "<string>",
"productNameCompany": "<string>",
"productDescription": "<string>",
"comment": "<string>",
"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": [
"<any>"
],
"biogenicAccountingMethodology": "GHGP",
"boundaryProcessesDescription": "<string>",
"referencePeriodStart": "2023-11-07T05:31:56Z",
"referencePeriodEnd": "2023-11-07T05:31:56Z",
"geographyCountrySubdivision": "US-PA",
"geographyCountry": "NO",
"geographyRegionOrSubregion": "Europe",
"secondaryEmissionFactorSources": [
"<any>"
],
"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": [
"<any>"
],
"created": "2023-11-07T05:31:56Z",
"updated": "2023-11-07T05:31:56Z"
}
]
}