ArcGIS REST Services Directory Login | Get Token
JSON

Raster Attribute Table (KansasLandCover/KS_2021_CDL_cultivated_layer)

{
 "objectIdFieldName": "",
 "fields": [
  {
   "name": "OID",
   "type": "esriFieldTypeOID",
   "alias": "OID",
   "domain": null
  },
  {
   "name": "Value",
   "type": "esriFieldTypeInteger",
   "alias": "Value",
   "domain": null
  },
  {
   "name": "Count",
   "type": "esriFieldTypeDouble",
   "alias": "Count",
   "domain": null
  },
  {
   "name": "Class_Name",
   "type": "esriFieldTypeString",
   "alias": "Class_Name",
   "domain": null,
   "length": 254
  }
 ],
 "features": [
  {"attributes": {
   "OID": 0,
   "Value": 0,
   "Count": 3,
   "Class_Name": "Background"
  }},
  {"attributes": {
   "OID": 1,
   "Value": 1,
   "Count": 124777331,
   "Class_Name": "Non-Cultivated"
  }},
  {"attributes": {
   "OID": 2,
   "Value": 2,
   "Count": 112023902,
   "Class_Name": "Cultivated"
  }}
 ]
}