Get one registry dataset entry
postcode_get_datasetFull registry entry for one dataset, by id.
Returns everything needed to call the source yourself: its home page, machine-readable endpoint, API documentation, format, licence, geographic coverage, update cadence, and the concrete questions it can answer.
Args:
id (string): registry id, e.g. "police-street-crime", "land-registry-ppd", "ea-flood"
response_format ('markdown' | 'json'): default 'markdown'
Examples:
"How do I call the police API?" -> id="police-street-crime"
"What licence is Price Paid under?" -> id="land-registry-ppd"
Errors:
Returns the closest matching ids when the id is not found.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Registry id, e.g. "police-street-crime" — find one with postcode_search_datasets | |
| response_format | No | markdown |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | ||
| api | Yes | ||
| link | Yes | ||
| format | Yes | ||
| dataset | Yes | ||
| licence | Yes | ||
| api_docs | Yes | ||
| category | Yes | ||
| coverage | Yes | ||
| publisher | Yes | ||
| questions | Yes | ||
| update_frequency | Yes |