ISDA Soil API

Takes lat, long as input and returns a JSON object representing the soil's "nitrogen_total", "phosphorous_extractable", "potassium_extractable", "pH" and "texture_class" using the ISDA Soil API

Loading...
Variables

  lat

string

  long

string

Secrets

Run cost = 1 credits

Functions are free if called from another workflow.

With each run, you agree to Gooey.AI's terms & privacy policy.

Return value

{5 Items
"ph"
:
string
"5.9"
"texture_class"
:
string
"Sandy Loam"
"nitrogen_total"
:
string
"0.6 g/kg"
"potassium_extractable"
:
string
"48.4 ppm"
"phosphorous_extractable"
:
string
"7.2 ppm"
}