Search

Soil API

Access Soil data for any location on Nepal. Data is available in JSON, XML format.

By Geographic Coordinates

Description:

you can call by geographic coordinates. API responds with list of results that match a searching word.

API Call:

domain/api/soildata?lat={lat}&lon={lon}

Parameters:

Lat, Lon coordinates of the location of Nepal

Examples of API calls:

JSON:

Click here for demo..

API response:

          {
            "coord": {
                "lon": 80.695,
                "lat": 28.746
            },
            "parent_soil": "Fluvial non calcareous",
            "ph": 6.98,
            "clay": "22.19 %",
            "organic_matter": "2.26 %",
            "total_nitrogen": "0.12 %",
            "boron": "1.09 ppm",
            "p2o5": "74.16 kg/ha",
            "sand": "30.36 %",
            "zinc": "1.18 ppm",
            "potassium": "202.48 kg/ha"
        }
        

Parameters:

  • coord
    • coord.lon geo location, longitude
    • coord.lat geo location, latitude
  • parent_soil Parent Soil.
  • Ph Ph value of the soil.
  • Clay Clay Contents in the soil. Unit Default:percentage
  • organic_matter Organic Matter Contents in the soil. Unit Default:percentage
  • total_nitrogen Total Nitrogen Contents in the soil. Unit Default:percentage
  • boron Boron Contents in the soil. Unit Default:Parts Per Millions
  • p2o5 P2o5 Contents in the soil.
  • sand sand Contents in the soil.
  • zinc zinc Contents in the soil.
  • potassium potassium Contents in the soil.