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

Perform Buffalo calculation

POST
https://emissionscalculator-mtls.production.aiaapi.com/calculator/2.0.0/buffalo
POST
/calculator/2.0.0/buffalo
1curl -X POST https://emissionscalculator-mtls.production.aiaapi.com/calculator/2.0.0/buffalo \
2 -H "Authorization: Bearer <token>" \
3 -H "Content-Type: application/json" \
4 -d '{
5 "state": "nsw",
6 "rainfallAbove600": true,
7 "buffalos": [
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 "electricitySource": "State Grid",
23 "electricityRenewable": 1.1,
24 "electricityUse": 1.1,
25 "grainFeed": 1.1,
26 "hayFeed": 1.1,
27 "herbicide": 1.1,
28 "herbicideOther": 1.1,
29 "cowsCalving": {
30 "spring": 1.1,
31 "summer": 1.1,
32 "autumn": 1.1,
33 "winter": 1.1
34 },
35 "seasonalCalving": {
36 "spring": 1.1,
37 "summer": 1.1,
38 "autumn": 1.1,
39 "winter": 1.1
40 }
41 }
42 ]
43}'
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 "purchasedFeed": 1.1,
26 "herbicide": 1.1,
27 "electricity": 1.1,
28 "fuel": 1.1,
29 "lime": 1.1,
30 "purchasedLivestock": 1.1,
31 "total": 1.1
32 },
33 "carbonSequestration": {
34 "total": 1.1,
35 "intermediate": [
36 1.1
37 ]
38 },
39 "net": {
40 "total": 1.1
41 },
42 "intensities": {
43 "liveweightProducedKg": 1.1,
44 "buffaloMeatExcludingSequestration": 1.1,
45 "buffaloMeatIncludingSequestration": 1.1
46 },
47 "intermediate": [
48 {
49 "id": "id",
50 "scope1": {
51 "fuelCO2": 1.1,
52 "fuelCH4": 1.1,
53 "fuelN2O": 1.1,
54 "ureaCO2": 1.1,
55 "limeCO2": 1.1,
56 "fertiliserN2O": 1.1,
57 "entericCH4": 1.1,
58 "manureManagementCH4": 1.1,
59 "urineAndDungN2O": 1.1,
60 "atmosphericDepositionN2O": 1.1,
61 "leachingAndRunoffN2O": 1.1,
62 "totalCO2": 1.1,
63 "totalCH4": 1.1,
64 "totalN2O": 1.1,
65 "total": 1.1
66 },
67 "scope2": {
68 "electricity": 1.1,
69 "total": 1.1
70 },
71 "scope3": {
72 "fertiliser": 1.1,
73 "purchasedFeed": 1.1,
74 "herbicide": 1.1,
75 "electricity": 1.1,
76 "fuel": 1.1,
77 "lime": 1.1,
78 "purchasedLivestock": 1.1,
79 "total": 1.1
80 },
81 "net": {
82 "total": 1.1
83 },
84 "intensities": {
85 "liveweightProducedKg": 1.1,
86 "buffaloMeatExcludingSequestration": 1.1,
87 "buffaloMeatIncludingSequestration": 1.1
88 },
89 "carbonSequestration": {
90 "total": 1.1
91 }
92 }
93 ]
94}
Retrieve a simple JSON response
Was this page helpful?
Previous

Perform Cotton calculation

Next
Built with
Perform Cotton 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
buffaloslist 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 Buffalo
intensitiesobject
intermediatelist of objects

Errors

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