DMQT CHARM API (1.0.0)

Download OpenAPI specification:Download

Charm - DMQT API

DMQT is a data and models query tool the development of which will provide emergency management agencies and communities with the ability to search, discover, and reuse any of the models that are developed as a part of the RBFS effort.

Search model result files by bounding box and filters

Request Body schema: application/json
required
bbox
required
string

Serialized GeoJSON Polygon bounding box (stringified JSON)

filter
Array of strings

File extensions to include in the results

page
integer
Default: 1
limit
integer
Default: 100

Responses

Request samples

Content type
application/json
{
  • "bbox": "{\"coordinates\":[[[-98.23333620700753,28.600232539761564],[-98.81561159763287,27.426668621858852],[-97.6950061288826,26.78120530350901],[-97.39837526950767,27.37790047645116],[-96.84905886325764,28.09745909077826],[-97.18963503513301,28.69664611619497],[-98.23333620700753,28.600232539761564]]],\"type\":\"Polygon\"}",
  • "filter": [
    ],
  • "page": 1,
  • "limit": 100
}

Response samples

Content type
application/json
{
  • "files": [
    ],
  • "total_files": 27,
  • "page": 1,
  • "limit": 100
}