Download OpenAPI specification:
REST API for the webscraper database.
[- {
- "id": "fc1abf41-5d4c-44d9-ac73-b0849f8255bb",
- "name": "Bear Creek Canyon",
- "type": "Canyon",
- "coordinates": {
- "lat": -111.456,
- "lon": 40.123
}
}, - {
- "id": "2bf9d566-66d8-4f60-b6eb-ebbbf04f4f19",
- "name": "Devil Gulch",
- "type": "Unknown",
- "coordinates": {
- "lat": -111.5,
- "lon": 40.2
}
}
]Returns the built API documentation files.
| file required | string Enum: "index.html" "openapi.yaml" "openapi.json" The documentation file to return |