Skip to content

Table name information

This UGRC API endpoint returns a list of table names usable by the search endpoint’s table parameter. If you omit the category parameter, the API will return a list of all tables in the Open SGID. You can narrow your search by specifying a SGID category, and see only the tables within that category.

URI Format

Parameters

Optional query string parameters

sgidCategory

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

callback

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

Response Shapes

{
"result": [
"boundaries.county_boundaries"
],
"status": 200
}