Email usContact us
  • Getting started
    • Welcome
    • Authentication and Certificates
  • API Reference
LogoLogo
Email usContact us
API ReferenceGAF

Perform Goat calculation

POST
https://emissionscalculator-mtls.production.aiaapi.com/calculator/2.0.0/goat
POST
/calculator/2.0.0/goat
1curl -X POST https://emissionscalculator-mtls.production.aiaapi.com/calculator/2.0.0/goat \
2 -H "Authorization: Bearer <token>" \
3 -H "Content-Type: application/json" \
4 -d '{
5 "state": "nsw",
6 "rainfallAbove600": true,
7 "goats": [
8 {
9 "classes": {},
10 "limestone": 1.1,
11 "limestoneFraction": 1.1,
12 "fertiliser": {
13 "singleSuperphosphate": 1.1,
14 "pastureDryland": 1.1,
15 "pastureIrrigated": 1.1,
16 "cropsDryland": 1.1,
17 "cropsIrrigated": 1.1
18 },
19 "diesel": 1.1,
20 "petrol": 1.1,
21 "lpg": 1.1,
22 "mineralSupplementation": {},
23 "electricitySource": "State Grid",
24 "electricityRenewable": 1.1,
25 "electricityUse": 1.1,
26 "grainFeed": 1.1,
27 "hayFeed": 1.1,
28 "herbicide": 1.1,
29 "herbicideOther": 1.1
30 }
31 ]
32}'
Try it
200Successful
1{
2 "scope1": {
3 "fuelCO2": 1.1,
4 "fuelCH4": 1.1,
5 "fuelN2O": 1.1,
6 "ureaCO2": 1.1,
7 "limeCO2": 1.1,
8 "fertiliserN2O": 1.1,
9 "entericCH4": 1.1,
10 "manureManagementCH4": 1.1,
11 "urineAndDungN2O": 1.1,
12 "atmosphericDepositionN2O": 1.1,
13 "leachingAndRunoffN2O": 1.1,
14 "totalCO2": 1.1,
15 "totalCH4": 1.1,
16 "totalN2O": 1.1,
17 "total": 1.1
18 },
19 "scope2": {
20 "electricity": 1.1,
21 "total": 1.1
22 },
23 "scope3": {
24 "fertiliser": 1.1,
25 "purchasedMineralSupplementation": 1.1,
26 "purchasedFeed": 1.1,
27 "herbicide": 1.1,
28 "electricity": 1.1,
29 "fuel": 1.1,
30 "lime": 1.1,
31 "purchasedLivestock": 1.1,
32 "total": 1.1
33 },
34 "carbonSequestration": {
35 "total": 1.1,
36 "intermediate": [
37 1.1
38 ]
39 },
40 "net": {
41 "total": 1.1
42 },
43 "intensities": {
44 "amountMeatProduced": 1.1,
45 "amountWoolProduced": 1.1,
46 "goatMeatBreedingIncludingSequestration": 1.1,
47 "goatMeatBreedingExcludingSequestration": 1.1,
48 "woolIncludingSequestration": 1.1,
49 "woolExcludingSequestration": 1.1
50 },
51 "intermediate": [
52 {
53 "id": "id",
54 "scope1": {
55 "fuelCO2": 1.1,
56 "fuelCH4": 1.1,
57 "fuelN2O": 1.1,
58 "ureaCO2": 1.1,
59 "limeCO2": 1.1,
60 "fertiliserN2O": 1.1,
61 "entericCH4": 1.1,
62 "manureManagementCH4": 1.1,
63 "urineAndDungN2O": 1.1,
64 "atmosphericDepositionN2O": 1.1,
65 "leachingAndRunoffN2O": 1.1,
66 "totalCO2": 1.1,
67 "totalCH4": 1.1,
68 "totalN2O": 1.1,
69 "total": 1.1
70 },
71 "scope2": {
72 "electricity": 1.1,
73 "total": 1.1
74 },
75 "scope3": {
76 "fertiliser": 1.1,
77 "purchasedMineralSupplementation": 1.1,
78 "purchasedFeed": 1.1,
79 "herbicide": 1.1,
80 "electricity": 1.1,
81 "fuel": 1.1,
82 "lime": 1.1,
83 "purchasedLivestock": 1.1,
84 "total": 1.1
85 },
86 "net": {
87 "total": 1.1
88 },
89 "intensities": {
90 "amountMeatProduced": 1.1,
91 "amountWoolProduced": 1.1,
92 "goatMeatBreedingIncludingSequestration": 1.1,
93 "goatMeatBreedingExcludingSequestration": 1.1,
94 "woolIncludingSequestration": 1.1,
95 "woolExcludingSequestration": 1.1
96 },
97 "carbonSequestration": {
98 "total": 1.1
99 }
100 }
101 ]
102}
Retrieve a simple JSON response
Was this page helpful?
Previous

Perform Grains calculation

Next
Built with
Perform Grains calculation
Retrieve a simple JSON response

Headers

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

Request

This endpoint expects an object.
stateenumRequired
What state the location is in. Note: Western Australia is split up into two regions, `wa_nw` is North-West Western Australia, `wa_sw` is South-West Western Australia
rainfallAbove600booleanRequired
Is there enough rainfall to drain through the soil profile. Note: this is typically above 600mm
goatslist of objectsRequired
vegetationlist of objectsOptional

Response

This endpoint returns an object.
scope1object
Scope 1 greenhouse gas emissions are the emissions released to the atmosphere as a direct result of an activity, in tonnes-CO2e (tonnes of carbon dioxide equivalent)
scope2object
Scope 2 greenhouse gas emissions are the emissions released to the atmosphere from the indirect consumption of an energy commodity, in tonnes-CO2e (tonnes of carbon dioxide equivalent)
scope3object
Scope 3 emissions are indirect greenhouse gas emissions other than scope 2 emissions that are generated in the wider economy, in tonnes-CO2e (tonnes of carbon dioxide equivalent)
carbonSequestrationobject
Carbon sequestration, in tonnes-CO2e
netobject
Net emissions for goat
intensitiesobject
intermediatelist of objects

Errors

Scope 1 greenhouse gas emissions are the emissions released to the atmosphere as a direct result of an activity, in tonnes-CO2e (tonnes of carbon dioxide equivalent)

Scope 2 greenhouse gas emissions are the emissions released to the atmosphere from the indirect consumption of an energy commodity, in tonnes-CO2e (tonnes of carbon dioxide equivalent)

Scope 3 emissions are indirect greenhouse gas emissions other than scope 2 emissions that are generated in the wider economy, in tonnes-CO2e (tonnes of carbon dioxide equivalent)

Carbon sequestration, in tonnes-CO2e

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

What state the location is in. Note: Western Australia is split up into two regions, wa_nw is North-West Western Australia, wa_sw is South-West Western Australia

Is there enough rainfall to drain through the soil profile. Note: this is typically above 600mm