Search public datasets
search_datasetsFull-text search over every public dataset on Mostly Right. No account needed. Example: {"query": "hourly airport weather observations", "limit": 10}. Returns {datasets: [{id, slug, title, summary, topics, publisher, published_at, canonical_url}], next_cursor}. publisher is the ACCOUNT that published the dataset here, never the organisation that publishes the data it was built from — those are named on the dataset page as its sources. Pass next_cursor back as cursor for the next page; a null next_cursor means there are no more. Omit query to list the most recently published datasets. Follow up with get_dataset(slug) for tables and schemas.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| query | No | ||
| topic | No | ||
| cursor | No |