Cip Service Upstreamdownstream Resp Structure
upstreamdownstream_resp schema from CIP-service Indexing API
upstreamdownstream_resp is a JSON Structure definition published by EPA — U.S. Environmental Protection Agency, describing 27 properties. It conforms to the https://json-structure.org/meta/core/v0/# meta-schema.
Properties
Meta-schema: https://json-structure.org/meta/core/v0/#
JSON Structure
{
"$schema": "https://json-structure.org/meta/core/v0/#",
"$id": "https://raw.githubusercontent.com/api-evangelist/epa/refs/heads/main/json-structure/cip-service-upstreamdownstream-resp-structure.json",
"name": "upstreamdownstream_resp",
"description": "upstreamdownstream_resp schema from CIP-service Indexing API",
"type": "object",
"properties": {
"flowlines": {
"$ref": "#/components/schemas/geojson_featurecollection"
},
"flowline_count": {
"type": "int32",
"description": "Total flowlines navigated by the search."
},
"catchments": {
"$ref": "#/components/schemas/geojson_featurecollection"
},
"catchment_count": {
"type": "int32",
"description": "Total catchments returned by the search."
},
"linked_data_sfid_found": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"rows": {
"type": "array",
"items": {
"type": "object",
"properties": {
"eventtype": {
"type": "int32"
},
"source_originator": {
"type": "string"
},
"source_featureid": {
"type": "string"
},
"source_featureid2": {
"type": "string"
},
"source_series": {
"type": "string"
},
"source_subdivision": {
"type": "string"
},
"source_joinkey": {
"type": "string"
},
"start_date": {
"type": "date"
},
"end_date": {
"type": "date"
},
"sfiddetailurl": {
"type": "string"
},
"src_event_count": {
"type": "int32"
},
"rad_event_count": {
"type": "int32"
},
"src_cat_joinkey_count": {
"type": "int32"
},
"nearest_cip_distancekm_permid": {
"type": "double"
},
"nearest_cip_distancekm_cat": {
"type": "double"
},
"nearest_cip_network_distancekm": {
"type": "double"
},
"nearest_rad_distancekm_permid": {
"type": "string"
},
"nearest_rad_network_distancekm": {
"type": "double"
},
"nearest_cip_flowtimeday_permid": {
"type": "string"
},
"nearest_cip_flowtimeday_cat": {
"type": "double"
},
"nearest_cip_network_flowtimeday": {
"type": "double"
},
"nearest_rad_flowtimeday_permid": {
"type": "string"
},
"nearest_rad_network_flowtimeday": {
"type": "double"
}
}
}
}
},
"example": {}
},
"linked_data_sfid_count": {
"type": "int32",
"description": "Total sfids discovered by the search."
},
"linked_data_cip_found": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"rows": {
"type": "array",
"items": {
"type": "object",
"properties": {
"eventtype": {
"type": "int32"
},
"permid_joinkey": {
"type": "string"
},
"source_originator": {
"type": "string"
},
"source_featureid": {
"type": "string"
},
"source_featureid2": {
"type": "string"
},
"source_series": {
"type": "string"
},
"source_subdivision": {
"type": "string"
},
"source_joinkey": {
"type": "string"
},
"start_date": {
"type": "date"
},
"end_date": {
"type": "date"
},
"cat_joinkey": {
"type": "string"
},
"catchmentstatecode": {
"type": "string"
},
"nhdplusid": {
"type": "int64"
},
"xwalk_huc12": {
"type": "string"
},
"network_distancekm": {
"type": "double"
},
"network_flowtimeday": {
"type": "double"
}
}
}
}
},
"example": {}
},
"linked_data_cip_count": {
"type": "int32",
"description": "Total CIP indexed catchments discovered by the search."
},
"linked_data_huc12_found": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"rows": {
"type": "array",
"items": {
"type": "object",
"properties": {
"eventtype": {
"type": "int32"
},
"permid_joinkey": {
"type": "string"
},
"source_originator": {
"type": "string"
},
"source_featureid": {
"type": "string"
},
"source_featureid2": {
"type": "string"
},
"source_series": {
"type": "string"
},
"source_subdivision": {
"type": "string"
},
"source_joinkey": {
"type": "string"
},
"start_date": {
"type": "date"
},
"end_date": {
"type": "date"
},
"xwalk_huc12": {
"type": "string"
},
"network_distancekm": {
"type": "double"
},
"network_flowtimeday": {
"type": "double"
}
}
}
}
},
"example": {}
},
"linked_data_huc12_count": {
"type": "int32",
"description": "Total CIP indexed xwalk HUC12s discovered by the search."
},
"linked_data_source_points": {
"$ref": "#/components/schemas/geojson_feature"
},
"linked_data_source_lines": {
"$ref": "#/components/schemas/geojson_feature"
},
"linked_data_source_areas": {
"$ref": "#/components/schemas/geojson_feature"
},
"linked_data_source_count": {
"type": "int32",
"description": "Total source events discovered by the search."
},
"linked_data_reached_points": {
"$ref": "#/components/schemas/geojson_feature"
},
"linked_data_reached_lines": {
"$ref": "#/components/schemas/geojson_feature"
},
"linked_data_reached_areas": {
"$ref": "#/components/schemas/geojson_feature"
},
"linked_data_reached_count": {
"type": "int32",
"description": "Total reach indexed events discovered by the search."
},
"linked_data_attributes": {
"type": "object",
"properties": {
"type": {
"type": "string"
},
"rows": {
"type": "array",
"items": {
"oneOf": [
{
"$ref": "#/components/schemas/linked_data_wqp"
}
]
}
}
},
"example": {}
},
"start_nhdplusid": {
"$ref": "#/components/schemas/nhdplusid"
},
"start_measure": {
"$ref": "#/components/schemas/measure"
},
"start_linked_data_program": {
"$ref": "#/components/schemas/linked_data_program"
},
"stop_nhdplusid": {
"$ref": "#/components/schemas/nhdplusid"
},
"stop_measure": {
"$ref": "#/components/schemas/measure"
},
"stop_linked_data_program": {
"$ref": "#/components/schemas/linked_data_program"
},
"return_code": {
"$ref": "#/components/schemas/return_code"
},
"status_message": {
"$ref": "#/components/schemas/status_message"
}
}
}
Work with this as data
Every JSON Structure here is available over the APIs.io API and to AI agents over MCP.
MCP server
One button, every client — Claude, Cursor, VS Code and the rest.
https://apis.io/mcp
Tools for json structure
4 MCP tools reach this
find_json_structuresBrowse and filter every JSON Structure in the catalog.apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.resolveTurn a domain, URL or GitHub org into the provider it belongs to.find_cohortsEvery scored population of providers in the catalog.
Call it yourself
curl for this page
curl "https://apis.io/api/v1/json-structures/cip-service-upstreamdownstream-resp-structure"
curl "https://apis.io/api/v1/json-structures?limit=25"
Discovery needs no key. Ratings and market analysis are Pro.
Get an API key
Free tier, no form to fill in. Signing in shares your email address with us — we store it to create your key and to recognise you if you sign in with another provider. See our Privacy Policy and Terms.
A second provider on the same verified email joins the account you already have.