Data feeds
The content and data resources of this site are available for you to consume as data feeds for use in your own sites and applications. (Fair usage, bandwidth, and requests quotas may apply)
Some pages of the site can be returned as JSON data instead of HTML by prepending /data/
to their paths.
Examples
Affordable housing database searches
HTML view path | Data view path |
---|---|
/housing/affordable-housing/ | /data/housing/affordable-housing/ |
/housing/affordable-housing/?city=San+Jose | /data/housing/affordable-housing?city=San+Jose/ |
Affordable housing database details
HTML view path | Data view path |
---|---|
/housing/affordable-housing/1250 | /data/housing/affordable-housing/1250 |