Sample Response: JSON
{
"confidence": "100.0",
"jurisdiction": {
"state": {
"code": "08",
"name": "CO"
},
"county": {
"code": "097",
"name": "Pitkin"
},
"place": {
"name": "Aspen",
"code": "03620",
"gnisCode": "002409743",
"selfCollected": "true",
"classCode": "C1",
"incorporatedFlag": "Inc",
"lastAnnexedDate": "10/2013",
"lastUpdatedDate": "05/2019",
"lastVerifiedDate": "12/2018"
},
"spds": {
"spd": [
{
"@districtNumber": "00001",
"districtName": "Pitkin County Mtd",
"districtCode": "RTA",
"versionDate": "092006",
"effectiveDate": "012005",
"compiledDate": "092006",
"updateDate": "062019"
},
{
"@districtNumber": "00037",
"districtName": "Roaring Fork Rta-Pitkin County",
"districtCode": "RTA",
"versionDate": "122008",
"effectiveDate": "012009",
"compiledDate": "122008",
"updateDate": "062019"
}
]
}
},
"matchedAddress": {
"formattedAddress": "793 Cemetery Ln # 727 Aspen, CO 81611-1141",
"mainAddressLine": "793 Cemetery Ln # 727",
"addressLastLine": "Aspen, CO 81611-1141",
"placeName": null,
"areaName1": "CO",
"areaName2": null,
"areaName3": "Aspen",
"areaName4": null,
"postCode": "81611",
"postCodeExt": "1141",
"country": "USA",
"addressNumber": null,
"streetName": null,
"unitType": null,
"unitValue": null
},
"salesTax": {
"totalTaxRate": "0.093",
"stateTaxRate": "0.029",
"countyTaxRate": "0.031",
"municipalTaxRate": "0.024",
"spdsTax": {
"spdTax": [
{
"@districtNumber": "00001",
"taxRate": "0.005"
},
{
"@districtNumber": "00037",
"taxRate": "0.004"
}
]
}
},
"useTax": {
"totalTaxRate": "0.033",
"stateTaxRate": "0.029",
"countyTaxRate": "0.0",
"municipalTaxRate": "0.0",
"spdsTax": {
"spdTax": [
{
"@districtNumber": "00001",
"taxRate": "0.0"
},
{
"@districtNumber": "00037",
"taxRate": "0.004"
}
]
}
},
"location": {
"matchCode": "5",
"matchLevel": "ZIP",
"streetMatchCode": null,
"streetMatchLevel": null,
"geometry": {
"type": "Point",
"coordinates": [
"-106.836485",
"39.200289"
]
}
}
}
In case no data is found, the following response is returned:
{}