Skip to content

Table attribute information

This UGRC API endpoint returns a list of attribute names for a specific table usable by the search endpoint’s fields parameter. Use this endpoint to discover the data points from the chosen table for your search endpoint needs.

Optional query string parameters

Our SGID datasets are organized into categories, such as Boundaries, Cadastre, Demographic, or Water to name just a few. Each one contains related datasets to help you find what you need and discover related datasets you might not have known about. Set this property to filter the results for the specific category.

  • Type: string
  • Can be one of: bioscience, boundaries, cadastre, climate, demographic, economy, elevation, energy, environment, farming, geoscience, health, history, indices, location, planning, political, public, recreation, society, transportation, utilities, water

The callback function to execute for cross domain javascript calls (jsonp). This API supports CORS and does not recommend the use of callback and jsonp.

  • Type: string
{
"result": [
"name",
"fips"
],
"status": 200
}