Open repository in Console
Readme
Updated 2 months ago
‧ Indexed 10 minutes ago
EBRP Tax Roll
This dataset is a full listing of tax parcels in East Baton Rouge Parish including the cities of Baton Rouge, Baker, Central and Zachary. The records contained herein include information about taxpayers, homestead exemptions, adjudications, property details, and many other topics. The Assessor's Office provides this information for public use in an effort to better serve the taxpayers and property owners of East Baton Rouge Parish, Louisiana.
Querying over HTTP
Splitgraph serves as an HTTP API that lets you run SQL queries directly on this data to power Web applications. For example:
curl https://data.splitgraph.com/sql/query/ddn \ -H "Content-Type: application/json" \ -d@-<<EOF {"sql": " SELECT * FROM \"brla-gov/ebrp-tax-roll-myfc-nh6n\".\"ebrp_tax_roll\" LIMIT 100 "} EOF
See the Splitgraph documentation for more information.
Upstream Metadata