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.

URI Format

Parameters

Required path parameters

tableName

The name of an Open SGID table. Use the table name endpoint to find a table name or read the getting connected guide to browse the Open SGID for a table name.

  • Type: string
  • Example: county_boundaries

Optional query string parameters

category

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": [
"name",
"fips"
],
"status": 200
}