# Mostly Right Mostly Right publishes open, machine-readable datasets as immutable Apache Parquet versions: time series, benchmarks and reference data for analysis and machine learning. Every dataset carries a documented column schema, column profiles, an explicit licence and a named publisher. There are three tiers. Reading metadata, schemas and sample rows needs no account, and neither does a bounded query of up to 100 rows a page (POST /api/public/tables/{table_id}/query). Querying a whole table — up to 10000 rows a page, paged to the end — and downloading a full snapshot need a free account and an API key from Settings → Access; the first request connects the dataset to your workspace. Building a new dataset — writing a recipe, running it and publishing the result — needs a paid subscription on that workspace. - Dataset directory: /datasets - Every public dataset and table, in one file: /llms-full.txt - One dataset as Markdown: /datasets/{slug}/llms.txt - Public Dataset API: https://mostlyright.md/docs/reference/public-dataset-api/ - Use a public dataset: https://mostlyright.md/docs/guides/use-public-datasets/ - Quickstart for agents: https://mostlyright.md/docs/guides/for-agents/ - Connect an AI tool with MCP: https://mostlyright.md/docs/guides/mcp/ - MCP server: /api/mcp (server card: /.well-known/mcp.json) - Agent skills: /.well-known/agent-skills/index.json - How to build a dataset: /.well-known/agent-skills/mostlyright-build/SKILL.md - OpenAPI: /api/v2/public/openapi.json Use the traditional HTTP API for application code. GET /api/v2/public/datasets searches the catalogue and needs no key. GET /api/v2/public/tables/{tableId}/schema and GET /api/v2/public/tables/{tableId}/preview need no key. GET /api/v2/public/tables/{tableId}/current returns application/vnd.apache.parquet. POST /api/v2/public/tables/{tableId}/query returns bounded JSON. The last two take a workspace key as x-api-key: mr_use_…. Do not assume arbitrary SQL is available. Agents can use the MCP server at /api/mcp instead: Streamable HTTP, protocol 2025-11-25 (2025-06-18, 2025-03-26 and 2024-11-05 also negotiate), stateless, no session id. Server card: /.well-known/mcp.json. search, fetch, search_datasets, get_dataset, list_tables, get_table_schema, sample_rows, get_download_instructions and get_access_instructions answer with NO credential; search and fetch are the two-tool connector contract, where search returns {id, title, url} per dataset and fetch returns that dataset as Markdown. query_table, catalog_search and list_connected_datasets take a read-only mr_use_ workspace key as Authorization: Bearer, or an OAuth connection. connect_dataset changes the workspace and needs the OAuth connection. catalog_search is a different question from the rest: it searches a sealed snapshot of public data SOURCES — one provider, Data.gov, partially swept — rather than the datasets published here. The same server also builds datasets, on a paid workspace, over an OAuth connection carrying the datasets:build scope: create_dataset, update_dataset, list_my_datasets, get_my_dataset, register_recipe, propose_revision, replay_run, start_run, confirm_run, cancel_run, get_run, run_events, list_runs, query_run, run_artifacts, get_artifact_download, write_note, promote_table, get_table, diagnose_table and list_source_credentials. An mr_use_ key cannot build. Source credentials are pasted by a person at /dashboard/settings/secrets and referenced from a recipe by name; no secret passes through MCP. The loop is written out at /.well-known/agent-skills/mostlyright-build/SKILL.md and served as the mostlyright://build-guide resource. Results should cite the dataset, table, immutable version, content digest, and query time. ## Datasets 100 public datasets, most recently published first. ### Kalshi settlement rules and sources, 2026 - Slug: kalshi-settlement-rules-and-sources-2026 - Summary: Each row is a Kalshi contract series with one of its settlement sources, or an open Kalshi market with full settlement rules, from Kalshi's public trading interface. About 12,300 series and 6,000 open markets, updated every 6 hours. ## Cov… - Page: https://mostlyright.md/datasets/kalshi-settlement-rules-and-sources-2026 - Publisher: bobby - Topics: prediction markets, united states, settlement rules, kalshi, event contracts, cftc filings - Published: 2026-09-11T13:01:56.047Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/kalshi-settlement-rules-and-sources-2026 - This dataset as Markdown: https://mostlyright.md/datasets/kalshi-settlement-rules-and-sources-2026/llms.txt Tables (2): - series_settlement_sources (series-settlement-sources) - tableId: d5fa97c1-0527-4e4d-ae90-bd75c5733b57 - version_id: 5ebea19f-eb0b-4eb7-a9fc-706dc8bdae50 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/d5fa97c1-0527-4e4d-ae90-bd75c5733b57/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/d5fa97c1-0527-4e4d-ae90-bd75c5733b57/preview - Query: POST https://mostlyright.md/api/v2/public/tables/d5fa97c1-0527-4e4d-ae90-bd75c5733b57/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/d5fa97c1-0527-4e4d-ae90-bd75c5733b57/current (x-api-key: mr_use_…, Parquet) - market_rules (market-rules) - tableId: 502bcf43-674a-4d21-bcf5-db1ec1ba3956 - version_id: 862eb804-fb43-4b9f-af02-754accbe0feb - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/502bcf43-674a-4d21-bcf5-db1ec1ba3956/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/502bcf43-674a-4d21-bcf5-db1ec1ba3956/preview - Query: POST https://mostlyright.md/api/v2/public/tables/502bcf43-674a-4d21-bcf5-db1ec1ba3956/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/502bcf43-674a-4d21-bcf5-db1ec1ba3956/current (x-api-key: mr_use_…, Parquet) ### Kalshi US city temperature order books, live - Slug: kalshi-us-city-temperature-order-books-live - Summary: Each row is the resting YES order book of one Kalshi temperature strike after each second, recorded live from the Kalshi websocket from 10 September 2026 for 24 US cities. One table per city series: daily high, daily low, and hourly temper… - Page: https://mostlyright.md/datasets/kalshi-us-city-temperature-order-books-live - Publisher: mostlyrightmd - Topics: prediction markets, kalshi, weather, temperature, order book, limit order book, us cities - Published: 2026-09-10T20:46:13.089Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/kalshi-us-city-temperature-order-books-live - This dataset as Markdown: https://mostlyright.md/datasets/kalshi-us-city-temperature-order-books-live/llms.txt Tables (52): - kalshi_low_lax_orderbook (kalshi-low-lax-orderbook) - tableId: 967d804b-2cd2-4473-9926-5d713cfe4825 - version_id: cba14956-a138-428f-a377-03638663bd44 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/967d804b-2cd2-4473-9926-5d713cfe4825/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/967d804b-2cd2-4473-9926-5d713cfe4825/preview - Query: POST https://mostlyright.md/api/v2/public/tables/967d804b-2cd2-4473-9926-5d713cfe4825/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/967d804b-2cd2-4473-9926-5d713cfe4825/current (x-api-key: mr_use_…, Parquet) - kalshi_high_sdf_orderbook (kalshi-high-sdf-orderbook) - tableId: a410772d-b5dc-448f-a537-853faea96076 - version_id: 22c692e2-e3fa-40d1-a51a-ae733d0a3151 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/a410772d-b5dc-448f-a537-853faea96076/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/a410772d-b5dc-448f-a537-853faea96076/preview - Query: POST https://mostlyright.md/api/v2/public/tables/a410772d-b5dc-448f-a537-853faea96076/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/a410772d-b5dc-448f-a537-853faea96076/current (x-api-key: mr_use_…, Parquet) - kalshi_low_lv_orderbook (kalshi-low-lv-orderbook) - tableId: cb6a10e2-3532-4f99-9df1-bf4483b0eca1 - version_id: cd21be35-498e-4be8-90af-cbdca8e593dc - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/cb6a10e2-3532-4f99-9df1-bf4483b0eca1/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/cb6a10e2-3532-4f99-9df1-bf4483b0eca1/preview - Query: POST https://mostlyright.md/api/v2/public/tables/cb6a10e2-3532-4f99-9df1-bf4483b0eca1/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/cb6a10e2-3532-4f99-9df1-bf4483b0eca1/current (x-api-key: mr_use_…, Parquet) - kalshi_low_msp_orderbook (kalshi-low-msp-orderbook) - tableId: 8e44324b-d7d7-4b85-88e3-12cbcd7ab96f - version_id: 65adee7e-90db-4c04-aafa-e4166935b7a8 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/8e44324b-d7d7-4b85-88e3-12cbcd7ab96f/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/8e44324b-d7d7-4b85-88e3-12cbcd7ab96f/preview - Query: POST https://mostlyright.md/api/v2/public/tables/8e44324b-d7d7-4b85-88e3-12cbcd7ab96f/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/8e44324b-d7d7-4b85-88e3-12cbcd7ab96f/current (x-api-key: mr_use_…, Parquet) - kalshi_high_okc_orderbook (kalshi-high-okc-orderbook) - tableId: c334b5c1-9711-4fe6-99c1-4f0d0c12fb5f - version_id: a28a56a2-40e4-458f-9214-d76104632661 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/c334b5c1-9711-4fe6-99c1-4f0d0c12fb5f/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/c334b5c1-9711-4fe6-99c1-4f0d0c12fb5f/preview - Query: POST https://mostlyright.md/api/v2/public/tables/c334b5c1-9711-4fe6-99c1-4f0d0c12fb5f/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/c334b5c1-9711-4fe6-99c1-4f0d0c12fb5f/current (x-api-key: mr_use_…, Parquet) - kalshi_high_dal_orderbook (kalshi-high-dal-orderbook) - tableId: b9b41358-efc8-4d38-8518-3d4a77706c49 - version_id: bb881746-411b-476a-9322-7122a9164b42 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/b9b41358-efc8-4d38-8518-3d4a77706c49/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/b9b41358-efc8-4d38-8518-3d4a77706c49/preview - Query: POST https://mostlyright.md/api/v2/public/tables/b9b41358-efc8-4d38-8518-3d4a77706c49/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/b9b41358-efc8-4d38-8518-3d4a77706c49/current (x-api-key: mr_use_…, Parquet) - kalshi_high_den_orderbook (kalshi-high-den-orderbook) - tableId: 50f44021-c533-433f-81dc-6b8ccf417c41 - version_id: dd53b95d-83db-4955-afb7-9cff5090f79a - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/50f44021-c533-433f-81dc-6b8ccf417c41/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/50f44021-c533-433f-81dc-6b8ccf417c41/preview - Query: POST https://mostlyright.md/api/v2/public/tables/50f44021-c533-433f-81dc-6b8ccf417c41/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/50f44021-c533-433f-81dc-6b8ccf417c41/current (x-api-key: mr_use_…, Parquet) - kalshi_high_nyc_orderbook (kalshi-high-nyc-orderbook) - tableId: e16b3b04-51ec-47eb-a969-7eaf36a0bebe - version_id: 24c62f47-b5c4-424d-bf0b-8a77a5ff2517 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/e16b3b04-51ec-47eb-a969-7eaf36a0bebe/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/e16b3b04-51ec-47eb-a969-7eaf36a0bebe/preview - Query: POST https://mostlyright.md/api/v2/public/tables/e16b3b04-51ec-47eb-a969-7eaf36a0bebe/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/e16b3b04-51ec-47eb-a969-7eaf36a0bebe/current (x-api-key: mr_use_…, Parquet) - kalshi_high_mia_orderbook (kalshi-high-mia-orderbook) - tableId: aaae3994-0a11-4eec-854f-b77360b73b6c - version_id: df2bca10-7571-4894-84f8-80c9554cd5f7 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/aaae3994-0a11-4eec-854f-b77360b73b6c/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/aaae3994-0a11-4eec-854f-b77360b73b6c/preview - Query: POST https://mostlyright.md/api/v2/public/tables/aaae3994-0a11-4eec-854f-b77360b73b6c/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/aaae3994-0a11-4eec-854f-b77360b73b6c/current (x-api-key: mr_use_…, Parquet) - kalshi_high_bos_orderbook (kalshi-high-bos-orderbook) - tableId: 8d685b70-7a3d-4b59-875b-503632976104 - version_id: 53e3abb4-5f64-4ce6-be3d-0fabed7c2fa8 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/8d685b70-7a3d-4b59-875b-503632976104/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/8d685b70-7a3d-4b59-875b-503632976104/preview - Query: POST https://mostlyright.md/api/v2/public/tables/8d685b70-7a3d-4b59-875b-503632976104/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/8d685b70-7a3d-4b59-875b-503632976104/current (x-api-key: mr_use_…, Parquet) - kalshi_low_san_orderbook (kalshi-low-san-orderbook) - tableId: 20755b5b-6821-4d27-881b-d0d3dd685450 - version_id: 6809d27e-8f0a-4f93-8ef8-df419f63c602 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/20755b5b-6821-4d27-881b-d0d3dd685450/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/20755b5b-6821-4d27-881b-d0d3dd685450/preview - Query: POST https://mostlyright.md/api/v2/public/tables/20755b5b-6821-4d27-881b-d0d3dd685450/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/20755b5b-6821-4d27-881b-d0d3dd685450/current (x-api-key: mr_use_…, Parquet) - kalshi_low_den_orderbook (kalshi-low-den-orderbook) - tableId: c2d22219-9cf9-4652-b50b-bf477ae23cf4 - version_id: a5622d99-9c0b-4ff1-98cf-6320e2f965e2 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/c2d22219-9cf9-4652-b50b-bf477ae23cf4/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/c2d22219-9cf9-4652-b50b-bf477ae23cf4/preview - Query: POST https://mostlyright.md/api/v2/public/tables/c2d22219-9cf9-4652-b50b-bf477ae23cf4/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/c2d22219-9cf9-4652-b50b-bf477ae23cf4/current (x-api-key: mr_use_…, Parquet) - kalshi_high_ewr_orderbook (kalshi-high-ewr-orderbook) - tableId: 82cb08b2-1e3e-497f-bbc8-af602221eb46 - version_id: 3edeeb89-306b-4480-94a3-dd05d5cdfe70 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/82cb08b2-1e3e-497f-bbc8-af602221eb46/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/82cb08b2-1e3e-497f-bbc8-af602221eb46/preview - Query: POST https://mostlyright.md/api/v2/public/tables/82cb08b2-1e3e-497f-bbc8-af602221eb46/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/82cb08b2-1e3e-497f-bbc8-af602221eb46/current (x-api-key: mr_use_…, Parquet) - kalshi_high_phx_orderbook (kalshi-high-phx-orderbook) - tableId: 749b15e2-9906-41c8-ab7b-441c98c6aea7 - version_id: 087cb9a2-1ca2-47d9-afc6-83e6b764b282 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/749b15e2-9906-41c8-ab7b-441c98c6aea7/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/749b15e2-9906-41c8-ab7b-441c98c6aea7/preview - Query: POST https://mostlyright.md/api/v2/public/tables/749b15e2-9906-41c8-ab7b-441c98c6aea7/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/749b15e2-9906-41c8-ab7b-441c98c6aea7/current (x-api-key: mr_use_…, Parquet) - kalshi_low_atl_orderbook (kalshi-low-atl-orderbook) - tableId: f54ac689-50e3-4b79-8366-3a139ec33b85 - version_id: a41b05d2-a55d-448c-ac51-c31cc1cfd305 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/f54ac689-50e3-4b79-8366-3a139ec33b85/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/f54ac689-50e3-4b79-8366-3a139ec33b85/preview - Query: POST https://mostlyright.md/api/v2/public/tables/f54ac689-50e3-4b79-8366-3a139ec33b85/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/f54ac689-50e3-4b79-8366-3a139ec33b85/current (x-api-key: mr_use_…, Parquet) - kalshi_low_sea_orderbook (kalshi-low-sea-orderbook) - tableId: d637fc24-f3b2-45dc-a36d-80beaaa5a2d4 - version_id: 5d71efe5-b89e-42a8-8f76-5bbdb00f4caa - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/d637fc24-f3b2-45dc-a36d-80beaaa5a2d4/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/d637fc24-f3b2-45dc-a36d-80beaaa5a2d4/preview - Query: POST https://mostlyright.md/api/v2/public/tables/d637fc24-f3b2-45dc-a36d-80beaaa5a2d4/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/d637fc24-f3b2-45dc-a36d-80beaaa5a2d4/current (x-api-key: mr_use_…, Parquet) - kalshi_high_sfo_orderbook (kalshi-high-sfo-orderbook) - tableId: e5cf45bf-6d44-4ef4-b7c7-e05ee0f76017 - version_id: 225d6199-84b6-4a0d-8c4b-142f2a429c04 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/e5cf45bf-6d44-4ef4-b7c7-e05ee0f76017/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/e5cf45bf-6d44-4ef4-b7c7-e05ee0f76017/preview - Query: POST https://mostlyright.md/api/v2/public/tables/e5cf45bf-6d44-4ef4-b7c7-e05ee0f76017/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/e5cf45bf-6d44-4ef4-b7c7-e05ee0f76017/current (x-api-key: mr_use_…, Parquet) - kalshi_low_okc_orderbook (kalshi-low-okc-orderbook) - tableId: 23bd14ff-e7d0-4a0e-a5f6-4539487f755d - version_id: 5bf159d5-2897-4e64-bd8f-fcd63efd6937 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/23bd14ff-e7d0-4a0e-a5f6-4539487f755d/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/23bd14ff-e7d0-4a0e-a5f6-4539487f755d/preview - Query: POST https://mostlyright.md/api/v2/public/tables/23bd14ff-e7d0-4a0e-a5f6-4539487f755d/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/23bd14ff-e7d0-4a0e-a5f6-4539487f755d/current (x-api-key: mr_use_…, Parquet) - kalshi_low_nyc_orderbook (kalshi-low-nyc-orderbook) - tableId: f155ab80-86b9-424e-8c33-87b9d33f2dfa - version_id: fc709d46-f868-4733-97ad-c787210393dd - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/f155ab80-86b9-424e-8c33-87b9d33f2dfa/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/f155ab80-86b9-424e-8c33-87b9d33f2dfa/preview - Query: POST https://mostlyright.md/api/v2/public/tables/f155ab80-86b9-424e-8c33-87b9d33f2dfa/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/f155ab80-86b9-424e-8c33-87b9d33f2dfa/current (x-api-key: mr_use_…, Parquet) - kalshi_low_sfo_orderbook (kalshi-low-sfo-orderbook) - tableId: 40e47844-06be-4a7d-ae0d-152383d94f85 - version_id: 94b5cfeb-2a46-4419-998a-93d412fe428c - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/40e47844-06be-4a7d-ae0d-152383d94f85/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/40e47844-06be-4a7d-ae0d-152383d94f85/preview - Query: POST https://mostlyright.md/api/v2/public/tables/40e47844-06be-4a7d-ae0d-152383d94f85/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/40e47844-06be-4a7d-ae0d-152383d94f85/current (x-api-key: mr_use_…, Parquet) - kalshi_high_san_orderbook (kalshi-high-san-orderbook) - tableId: c29f69ca-5a82-4251-b0f3-c6b100209931 - version_id: 1703505e-a884-4090-9b82-c4fa0277dd30 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/c29f69ca-5a82-4251-b0f3-c6b100209931/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/c29f69ca-5a82-4251-b0f3-c6b100209931/preview - Query: POST https://mostlyright.md/api/v2/public/tables/c29f69ca-5a82-4251-b0f3-c6b100209931/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/c29f69ca-5a82-4251-b0f3-c6b100209931/current (x-api-key: mr_use_…, Parquet) - kalshi_low_phx_orderbook (kalshi-low-phx-orderbook) - tableId: 1d2c2d46-3a02-4355-a2bf-17343a76a3f5 - version_id: ab3beed7-9a5d-4bcc-9c00-2f4b363e33af - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/1d2c2d46-3a02-4355-a2bf-17343a76a3f5/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/1d2c2d46-3a02-4355-a2bf-17343a76a3f5/preview - Query: POST https://mostlyright.md/api/v2/public/tables/1d2c2d46-3a02-4355-a2bf-17343a76a3f5/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/1d2c2d46-3a02-4355-a2bf-17343a76a3f5/current (x-api-key: mr_use_…, Parquet) - kalshi_high_ttn_orderbook (kalshi-high-ttn-orderbook) - tableId: 7a913e34-a3c3-4e51-815d-772aeb603e3a - version_id: 850da1b2-07b2-41f5-9966-8a0753e411db - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/7a913e34-a3c3-4e51-815d-772aeb603e3a/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/7a913e34-a3c3-4e51-815d-772aeb603e3a/preview - Query: POST https://mostlyright.md/api/v2/public/tables/7a913e34-a3c3-4e51-815d-772aeb603e3a/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/7a913e34-a3c3-4e51-815d-772aeb603e3a/current (x-api-key: mr_use_…, Parquet) - kalshi_low_dc_orderbook (kalshi-low-dc-orderbook) - tableId: 44f14419-32e3-485f-9f93-38fee6e65d86 - version_id: aa2bfd64-7f9f-48a2-8300-ac9b91d762d3 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/44f14419-32e3-485f-9f93-38fee6e65d86/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/44f14419-32e3-485f-9f93-38fee6e65d86/preview - Query: POST https://mostlyright.md/api/v2/public/tables/44f14419-32e3-485f-9f93-38fee6e65d86/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/44f14419-32e3-485f-9f93-38fee6e65d86/current (x-api-key: mr_use_…, Parquet) - kalshi_high_aus_orderbook (kalshi-high-aus-orderbook) - tableId: 23b5e1be-d3be-4b68-ab06-571c3f988515 - version_id: f13ea014-d422-479d-8cd4-7ebfbac44987 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/23b5e1be-d3be-4b68-ab06-571c3f988515/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/23b5e1be-d3be-4b68-ab06-571c3f988515/preview - Query: POST https://mostlyright.md/api/v2/public/tables/23b5e1be-d3be-4b68-ab06-571c3f988515/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/23b5e1be-d3be-4b68-ab06-571c3f988515/current (x-api-key: mr_use_…, Parquet) - kalshi_high_sea_orderbook (kalshi-high-sea-orderbook) - tableId: 4fcdcabb-b2e3-474f-bf43-b1cb1823ebdf - version_id: 45b82f5f-0410-423b-92d5-d9c66c783dbc - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/4fcdcabb-b2e3-474f-bf43-b1cb1823ebdf/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/4fcdcabb-b2e3-474f-bf43-b1cb1823ebdf/preview - Query: POST https://mostlyright.md/api/v2/public/tables/4fcdcabb-b2e3-474f-bf43-b1cb1823ebdf/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/4fcdcabb-b2e3-474f-bf43-b1cb1823ebdf/current (x-api-key: mr_use_…, Parquet) - kalshi_high_lax_orderbook (kalshi-high-lax-orderbook) - tableId: 2ae4c72f-490a-4aa9-a275-3d7c16c7df34 - version_id: 27b4c01c-745a-4fd8-ada1-5d404d19ad58 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/2ae4c72f-490a-4aa9-a275-3d7c16c7df34/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/2ae4c72f-490a-4aa9-a275-3d7c16c7df34/preview - Query: POST https://mostlyright.md/api/v2/public/tables/2ae4c72f-490a-4aa9-a275-3d7c16c7df34/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/2ae4c72f-490a-4aa9-a275-3d7c16c7df34/current (x-api-key: mr_use_…, Parquet) - kalshi_high_hou_orderbook (kalshi-high-hou-orderbook) - tableId: 797fff3c-e613-455a-9a3c-94c12b793573 - version_id: 6fc84922-0f43-448b-90d2-e92a16f94193 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/797fff3c-e613-455a-9a3c-94c12b793573/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/797fff3c-e613-455a-9a3c-94c12b793573/preview - Query: POST https://mostlyright.md/api/v2/public/tables/797fff3c-e613-455a-9a3c-94c12b793573/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/797fff3c-e613-455a-9a3c-94c12b793573/current (x-api-key: mr_use_…, Parquet) - kalshi_low_phl_orderbook (kalshi-low-phl-orderbook) - tableId: 263498ee-c1d7-4599-95b0-608db70f8fc8 - version_id: 9478f7c0-1812-4063-945a-1a29151defe9 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/263498ee-c1d7-4599-95b0-608db70f8fc8/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/263498ee-c1d7-4599-95b0-608db70f8fc8/preview - Query: POST https://mostlyright.md/api/v2/public/tables/263498ee-c1d7-4599-95b0-608db70f8fc8/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/263498ee-c1d7-4599-95b0-608db70f8fc8/current (x-api-key: mr_use_…, Parquet) - kalshi_temp_mia1h_orderbook (kalshi-temp-mia1h-orderbook) - tableId: 43ccde3f-982e-4d95-aadb-fa59379bd206 - version_id: 5d26d5ba-db07-4875-902a-71510c3ab656 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/43ccde3f-982e-4d95-aadb-fa59379bd206/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/43ccde3f-982e-4d95-aadb-fa59379bd206/preview - Query: POST https://mostlyright.md/api/v2/public/tables/43ccde3f-982e-4d95-aadb-fa59379bd206/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/43ccde3f-982e-4d95-aadb-fa59379bd206/current (x-api-key: mr_use_…, Parquet) - kalshi_high_chi_orderbook (kalshi-high-chi-orderbook) - tableId: 5de5ddfe-4bf8-41f8-9c0b-a28f6ac4f1e0 - version_id: 36f12614-736a-4893-95d1-c15c3a53532c - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/5de5ddfe-4bf8-41f8-9c0b-a28f6ac4f1e0/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/5de5ddfe-4bf8-41f8-9c0b-a28f6ac4f1e0/preview - Query: POST https://mostlyright.md/api/v2/public/tables/5de5ddfe-4bf8-41f8-9c0b-a28f6ac4f1e0/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/5de5ddfe-4bf8-41f8-9c0b-a28f6ac4f1e0/current (x-api-key: mr_use_…, Parquet) - kalshi_low_ewr_orderbook (kalshi-low-ewr-orderbook) - tableId: b8c032ea-5b1f-46d9-b35d-c98e98ca6e3d - version_id: 9f8f9c8d-947b-49bf-9198-52a4423a11fe - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/b8c032ea-5b1f-46d9-b35d-c98e98ca6e3d/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/b8c032ea-5b1f-46d9-b35d-c98e98ca6e3d/preview - Query: POST https://mostlyright.md/api/v2/public/tables/b8c032ea-5b1f-46d9-b35d-c98e98ca6e3d/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/b8c032ea-5b1f-46d9-b35d-c98e98ca6e3d/current (x-api-key: mr_use_…, Parquet) - kalshi_high_dc_orderbook (kalshi-high-dc-orderbook) - tableId: f0e96226-1016-49b8-b903-6cf8c3e838a3 - version_id: a3cc900d-562c-46b2-be8f-066f3a53e5c1 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/f0e96226-1016-49b8-b903-6cf8c3e838a3/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/f0e96226-1016-49b8-b903-6cf8c3e838a3/preview - Query: POST https://mostlyright.md/api/v2/public/tables/f0e96226-1016-49b8-b903-6cf8c3e838a3/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/f0e96226-1016-49b8-b903-6cf8c3e838a3/current (x-api-key: mr_use_…, Parquet) - kalshi_temp_nyc1h_orderbook (kalshi-temp-nyc1h-orderbook) - tableId: 4ea95633-9568-4f62-99a9-624486008fb6 - version_id: 32a55976-9b64-4b09-9da4-2c148d698379 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/4ea95633-9568-4f62-99a9-624486008fb6/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/4ea95633-9568-4f62-99a9-624486008fb6/preview - Query: POST https://mostlyright.md/api/v2/public/tables/4ea95633-9568-4f62-99a9-624486008fb6/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/4ea95633-9568-4f62-99a9-624486008fb6/current (x-api-key: mr_use_…, Parquet) - kalshi_low_bos_orderbook (kalshi-low-bos-orderbook) - tableId: 34add5b3-f0ba-43f8-b0a2-d4ec435d3cd9 - version_id: b1d4b878-b820-468a-a5f5-bee34c67ccba - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/34add5b3-f0ba-43f8-b0a2-d4ec435d3cd9/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/34add5b3-f0ba-43f8-b0a2-d4ec435d3cd9/preview - Query: POST https://mostlyright.md/api/v2/public/tables/34add5b3-f0ba-43f8-b0a2-d4ec435d3cd9/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/34add5b3-f0ba-43f8-b0a2-d4ec435d3cd9/current (x-api-key: mr_use_…, Parquet) - kalshi_low_aus_orderbook (kalshi-low-aus-orderbook) - tableId: 4813dfde-270f-4683-8b83-f1a6efc5baa9 - version_id: c0764e30-adf2-4893-9703-fc6947da292d - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/4813dfde-270f-4683-8b83-f1a6efc5baa9/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/4813dfde-270f-4683-8b83-f1a6efc5baa9/preview - Query: POST https://mostlyright.md/api/v2/public/tables/4813dfde-270f-4683-8b83-f1a6efc5baa9/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/4813dfde-270f-4683-8b83-f1a6efc5baa9/current (x-api-key: mr_use_…, Parquet) - kalshi_high_sat_orderbook (kalshi-high-sat-orderbook) - tableId: 47ac657e-c8e2-4cce-8ca0-55e3590a0cbe - version_id: 67c6461d-3314-45b7-b50a-dc6a6f3af4cf - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/47ac657e-c8e2-4cce-8ca0-55e3590a0cbe/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/47ac657e-c8e2-4cce-8ca0-55e3590a0cbe/preview - Query: POST https://mostlyright.md/api/v2/public/tables/47ac657e-c8e2-4cce-8ca0-55e3590a0cbe/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/47ac657e-c8e2-4cce-8ca0-55e3590a0cbe/current (x-api-key: mr_use_…, Parquet) - kalshi_high_phl_orderbook (kalshi-high-phl-orderbook) - tableId: de371caa-b592-4aa4-ae74-5779071ee1da - version_id: 79fb2a53-cb66-42b8-9336-637adf8c10bf - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/de371caa-b592-4aa4-ae74-5779071ee1da/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/de371caa-b592-4aa4-ae74-5779071ee1da/preview - Query: POST https://mostlyright.md/api/v2/public/tables/de371caa-b592-4aa4-ae74-5779071ee1da/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/de371caa-b592-4aa4-ae74-5779071ee1da/current (x-api-key: mr_use_…, Parquet) - kalshi_temp_lax1h_orderbook (kalshi-temp-lax1h-orderbook) - tableId: 4a4c718c-4687-44d9-864d-e34a6cfd1635 - version_id: c3a81035-dde5-450e-84de-82d14703b761 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/4a4c718c-4687-44d9-864d-e34a6cfd1635/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/4a4c718c-4687-44d9-864d-e34a6cfd1635/preview - Query: POST https://mostlyright.md/api/v2/public/tables/4a4c718c-4687-44d9-864d-e34a6cfd1635/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/4a4c718c-4687-44d9-864d-e34a6cfd1635/current (x-api-key: mr_use_…, Parquet) - kalshi_low_chi_orderbook (kalshi-low-chi-orderbook) - tableId: 33f36224-a0be-4732-a0de-8b2e0ad52c94 - version_id: bdd52638-8ff9-435f-9578-901fe37fea57 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/33f36224-a0be-4732-a0de-8b2e0ad52c94/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/33f36224-a0be-4732-a0de-8b2e0ad52c94/preview - Query: POST https://mostlyright.md/api/v2/public/tables/33f36224-a0be-4732-a0de-8b2e0ad52c94/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/33f36224-a0be-4732-a0de-8b2e0ad52c94/current (x-api-key: mr_use_…, Parquet) - kalshi_low_sdf_orderbook (kalshi-low-sdf-orderbook) - tableId: 689eba3b-44aa-4123-8b5d-f4ace2e129d8 - version_id: 353e28b9-e792-4d6e-bb3a-58f5357fbdc2 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/689eba3b-44aa-4123-8b5d-f4ace2e129d8/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/689eba3b-44aa-4123-8b5d-f4ace2e129d8/preview - Query: POST https://mostlyright.md/api/v2/public/tables/689eba3b-44aa-4123-8b5d-f4ace2e129d8/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/689eba3b-44aa-4123-8b5d-f4ace2e129d8/current (x-api-key: mr_use_…, Parquet) - kalshi_low_sat_orderbook (kalshi-low-sat-orderbook) - tableId: e71377e8-e97c-4471-915f-3619ceac8493 - version_id: a6923c80-abc5-4a3d-b902-3ac3536e02cb - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/e71377e8-e97c-4471-915f-3619ceac8493/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/e71377e8-e97c-4471-915f-3619ceac8493/preview - Query: POST https://mostlyright.md/api/v2/public/tables/e71377e8-e97c-4471-915f-3619ceac8493/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/e71377e8-e97c-4471-915f-3619ceac8493/current (x-api-key: mr_use_…, Parquet) - kalshi_low_nola_orderbook (kalshi-low-nola-orderbook) - tableId: 924fd331-e9db-4669-b317-a314bfd454c9 - version_id: 934a4d4f-e019-4206-be72-c1f81f4dcab9 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/924fd331-e9db-4669-b317-a314bfd454c9/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/924fd331-e9db-4669-b317-a314bfd454c9/preview - Query: POST https://mostlyright.md/api/v2/public/tables/924fd331-e9db-4669-b317-a314bfd454c9/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/924fd331-e9db-4669-b317-a314bfd454c9/current (x-api-key: mr_use_…, Parquet) - kalshi_high_msp_orderbook (kalshi-high-msp-orderbook) - tableId: f544de79-288a-45f0-b2e9-ca1bc304c5a9 - version_id: b659f9db-8b27-4c9c-ac48-3d7ecacdb363 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/f544de79-288a-45f0-b2e9-ca1bc304c5a9/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/f544de79-288a-45f0-b2e9-ca1bc304c5a9/preview - Query: POST https://mostlyright.md/api/v2/public/tables/f544de79-288a-45f0-b2e9-ca1bc304c5a9/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/f544de79-288a-45f0-b2e9-ca1bc304c5a9/current (x-api-key: mr_use_…, Parquet) - kalshi_high_atl_orderbook (kalshi-high-atl-orderbook) - tableId: c84cd854-b5b2-4957-90a2-af0555f4e9cf - version_id: 23dc1f82-cf4e-4d14-91e1-9d1935a619b7 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/c84cd854-b5b2-4957-90a2-af0555f4e9cf/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/c84cd854-b5b2-4957-90a2-af0555f4e9cf/preview - Query: POST https://mostlyright.md/api/v2/public/tables/c84cd854-b5b2-4957-90a2-af0555f4e9cf/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/c84cd854-b5b2-4957-90a2-af0555f4e9cf/current (x-api-key: mr_use_…, Parquet) - kalshi_low_dal_orderbook (kalshi-low-dal-orderbook) - tableId: a7175a7a-f779-4a2d-ba61-f66314eb6371 - version_id: f7fb0158-f47d-43f9-9fcf-b676a6d09398 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/a7175a7a-f779-4a2d-ba61-f66314eb6371/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/a7175a7a-f779-4a2d-ba61-f66314eb6371/preview - Query: POST https://mostlyright.md/api/v2/public/tables/a7175a7a-f779-4a2d-ba61-f66314eb6371/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/a7175a7a-f779-4a2d-ba61-f66314eb6371/current (x-api-key: mr_use_…, Parquet) - kalshi_temp_chi1h_orderbook (kalshi-temp-chi1h-orderbook) - tableId: 453ebd81-c29d-4853-8a1a-43c6ae2037db - version_id: cbbeb9c0-9d93-4cd9-a998-20e99f9a8e88 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/453ebd81-c29d-4853-8a1a-43c6ae2037db/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/453ebd81-c29d-4853-8a1a-43c6ae2037db/preview - Query: POST https://mostlyright.md/api/v2/public/tables/453ebd81-c29d-4853-8a1a-43c6ae2037db/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/453ebd81-c29d-4853-8a1a-43c6ae2037db/current (x-api-key: mr_use_…, Parquet) - kalshi_high_nola_orderbook (kalshi-high-nola-orderbook) - tableId: 8260026f-10a6-4bc3-aa3f-9547af67dc5a - version_id: 84fd5ad5-8714-41ff-8caa-d9248b47278e - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/8260026f-10a6-4bc3-aa3f-9547af67dc5a/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/8260026f-10a6-4bc3-aa3f-9547af67dc5a/preview - Query: POST https://mostlyright.md/api/v2/public/tables/8260026f-10a6-4bc3-aa3f-9547af67dc5a/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/8260026f-10a6-4bc3-aa3f-9547af67dc5a/current (x-api-key: mr_use_…, Parquet) - kalshi_low_mia_orderbook (kalshi-low-mia-orderbook) - tableId: 1e96b288-25c3-499e-b18c-da18bd4a7d66 - version_id: 30071797-c575-4eba-b374-9b711bdb80a1 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/1e96b288-25c3-499e-b18c-da18bd4a7d66/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/1e96b288-25c3-499e-b18c-da18bd4a7d66/preview - Query: POST https://mostlyright.md/api/v2/public/tables/1e96b288-25c3-499e-b18c-da18bd4a7d66/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/1e96b288-25c3-499e-b18c-da18bd4a7d66/current (x-api-key: mr_use_…, Parquet) - kalshi_high_lv_orderbook (kalshi-high-lv-orderbook) - tableId: 6c2377c5-cb1d-4431-b855-f85ffe977d76 - version_id: 2a3275f4-f8bc-462b-be13-a1b62bfa8ed4 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/6c2377c5-cb1d-4431-b855-f85ffe977d76/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/6c2377c5-cb1d-4431-b855-f85ffe977d76/preview - Query: POST https://mostlyright.md/api/v2/public/tables/6c2377c5-cb1d-4431-b855-f85ffe977d76/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/6c2377c5-cb1d-4431-b855-f85ffe977d76/current (x-api-key: mr_use_…, Parquet) - kalshi_low_ttn_orderbook (kalshi-low-ttn-orderbook) - tableId: 72cd4bb6-21ec-4607-b111-97d52f14727f - version_id: d731337e-7ac6-4bdc-9b72-7c7695de6cfa - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/72cd4bb6-21ec-4607-b111-97d52f14727f/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/72cd4bb6-21ec-4607-b111-97d52f14727f/preview - Query: POST https://mostlyright.md/api/v2/public/tables/72cd4bb6-21ec-4607-b111-97d52f14727f/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/72cd4bb6-21ec-4607-b111-97d52f14727f/current (x-api-key: mr_use_…, Parquet) - kalshi_low_hou_orderbook (kalshi-low-hou-orderbook) - tableId: 96481a3d-3630-43b6-af71-f4073328f0c6 - version_id: 00577525-3e3f-40b6-8676-65cb3cc711d8 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/96481a3d-3630-43b6-af71-f4073328f0c6/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/96481a3d-3630-43b6-af71-f4073328f0c6/preview - Query: POST https://mostlyright.md/api/v2/public/tables/96481a3d-3630-43b6-af71-f4073328f0c6/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/96481a3d-3630-43b6-af71-f4073328f0c6/current (x-api-key: mr_use_…, Parquet) ### Kalshi daily Shiba Inu price range order book, live - Slug: kalshi-daily-shiba-inu-price-range-order-book-live - Summary: Each row is the resting YES order book of one Kalshi daily Shiba Inu price range strike (series KXSHIBA), one second at a time, recorded live from the Kalshi websocket from 10 September 2026. Full YES bid and ask ladders in integer cents a… - Page: https://mostlyright.md/datasets/kalshi-daily-shiba-inu-price-range-order-book-live - Publisher: mostlyrightmd - Topics: prediction markets, kalshi, shiba inu, order book, cryptocurrency, limit order book - Published: 2026-09-10T16:14:44.780Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/kalshi-daily-shiba-inu-price-range-order-book-live - This dataset as Markdown: https://mostlyright.md/datasets/kalshi-daily-shiba-inu-price-range-order-book-live/llms.txt Tables (1): - kalshi_shib1d_range_orderbook (kalshi-shib1d-range-orderbook) - tableId: a76b3cac-bbf9-451b-b10b-b6ae9f074474 - version_id: 9267ba95-02cf-4bd3-9067-99a82dfae748 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/a76b3cac-bbf9-451b-b10b-b6ae9f074474/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/a76b3cac-bbf9-451b-b10b-b6ae9f074474/preview - Query: POST https://mostlyright.md/api/v2/public/tables/a76b3cac-bbf9-451b-b10b-b6ae9f074474/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/a76b3cac-bbf9-451b-b10b-b6ae9f074474/current (x-api-key: mr_use_…, Parquet) ### Kalshi daily Shiba Inu price order book, live - Slug: kalshi-daily-shiba-inu-price-order-book-live - Summary: Each row is the resting YES order book of one Kalshi daily Shiba Inu above/below strike (series KXSHIBAD), one second at a time, recorded live from the Kalshi websocket from 10 September 2026. Full YES bid and ask ladders in integer cents… - Page: https://mostlyright.md/datasets/kalshi-daily-shiba-inu-price-order-book-live - Publisher: mostlyrightmd - Topics: prediction markets, kalshi, shiba inu, order book, cryptocurrency, limit order book - Published: 2026-09-10T16:14:33.504Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/kalshi-daily-shiba-inu-price-order-book-live - This dataset as Markdown: https://mostlyright.md/datasets/kalshi-daily-shiba-inu-price-order-book-live/llms.txt Tables (1): - kalshi_shib1d_orderbook (kalshi-shib1d-orderbook) - tableId: aa8ffcdd-f317-463c-9987-f5a573d3abe9 - version_id: 1c11a003-0058-4f48-ad61-e1bb43f5d040 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/aa8ffcdd-f317-463c-9987-f5a573d3abe9/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/aa8ffcdd-f317-463c-9987-f5a573d3abe9/preview - Query: POST https://mostlyright.md/api/v2/public/tables/aa8ffcdd-f317-463c-9987-f5a573d3abe9/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/aa8ffcdd-f317-463c-9987-f5a573d3abe9/current (x-api-key: mr_use_…, Parquet) ### Kalshi hourly XRP price range order book, live - Slug: kalshi-hourly-xrp-price-range-order-book-live - Summary: Each row is the resting YES order book of one Kalshi hourly XRP price range strike (series KXXRP), one second at a time, recorded live from the Kalshi websocket from 10 September 2026. Full YES bid and ask ladders in integer cents and whol… - Page: https://mostlyright.md/datasets/kalshi-hourly-xrp-price-range-order-book-live - Publisher: mostlyrightmd - Topics: prediction markets, kalshi, xrp, order book, cryptocurrency, limit order book - Published: 2026-09-10T16:14:22.197Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/kalshi-hourly-xrp-price-range-order-book-live - This dataset as Markdown: https://mostlyright.md/datasets/kalshi-hourly-xrp-price-range-order-book-live/llms.txt Tables (1): - kalshi_xrp1h_range_orderbook (kalshi-xrp1h-range-orderbook) - tableId: ec4fb38d-df4f-4431-b5eb-123d3ee855a4 - version_id: ae1c8e4b-9f2c-44ec-8943-f05b4178b4e0 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/ec4fb38d-df4f-4431-b5eb-123d3ee855a4/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/ec4fb38d-df4f-4431-b5eb-123d3ee855a4/preview - Query: POST https://mostlyright.md/api/v2/public/tables/ec4fb38d-df4f-4431-b5eb-123d3ee855a4/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/ec4fb38d-df4f-4431-b5eb-123d3ee855a4/current (x-api-key: mr_use_…, Parquet) ### Kalshi hourly XRP price order book, live - Slug: kalshi-hourly-xrp-price-order-book-live - Summary: Each row is the resting YES order book of one Kalshi hourly XRP above/below strike (series KXXRPD), one second at a time, recorded live from the Kalshi websocket from 10 September 2026. Full YES bid and ask ladders in integer cents and who… - Page: https://mostlyright.md/datasets/kalshi-hourly-xrp-price-order-book-live - Publisher: mostlyrightmd - Topics: prediction markets, kalshi, xrp, order book, cryptocurrency, limit order book - Published: 2026-09-10T16:14:10.753Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/kalshi-hourly-xrp-price-order-book-live - This dataset as Markdown: https://mostlyright.md/datasets/kalshi-hourly-xrp-price-order-book-live/llms.txt Tables (1): - kalshi_xrp1h_orderbook (kalshi-xrp1h-orderbook) - tableId: 6d6e673d-7e39-4da0-a68d-bfa2ff3d375d - version_id: f20a9b2a-23b7-4ee3-b52f-986f3b606c17 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/6d6e673d-7e39-4da0-a68d-bfa2ff3d375d/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/6d6e673d-7e39-4da0-a68d-bfa2ff3d375d/preview - Query: POST https://mostlyright.md/api/v2/public/tables/6d6e673d-7e39-4da0-a68d-bfa2ff3d375d/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/6d6e673d-7e39-4da0-a68d-bfa2ff3d375d/current (x-api-key: mr_use_…, Parquet) ### Kalshi hourly Solana price range order book, live - Slug: kalshi-hourly-solana-price-range-order-book-live - Summary: Each row is the resting YES order book of one Kalshi hourly Solana price range strike (series KXSOLE), one second at a time, recorded live from the Kalshi websocket from 10 September 2026. Full YES bid and ask ladders in integer cents and… - Page: https://mostlyright.md/datasets/kalshi-hourly-solana-price-range-order-book-live - Publisher: mostlyrightmd - Topics: prediction markets, kalshi, solana, order book, cryptocurrency, limit order book - Published: 2026-09-10T16:13:58.913Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/kalshi-hourly-solana-price-range-order-book-live - This dataset as Markdown: https://mostlyright.md/datasets/kalshi-hourly-solana-price-range-order-book-live/llms.txt Tables (1): - kalshi_sol1h_range_orderbook (kalshi-sol1h-range-orderbook) - tableId: f075f920-c866-4b79-845d-b2ea509b2592 - version_id: 447a57c6-7005-497c-acf0-46276c9642b8 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/f075f920-c866-4b79-845d-b2ea509b2592/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/f075f920-c866-4b79-845d-b2ea509b2592/preview - Query: POST https://mostlyright.md/api/v2/public/tables/f075f920-c866-4b79-845d-b2ea509b2592/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/f075f920-c866-4b79-845d-b2ea509b2592/current (x-api-key: mr_use_…, Parquet) ### Kalshi hourly Solana price order book, live - Slug: kalshi-hourly-solana-price-order-book-live - Summary: Each row is the resting YES order book of one Kalshi hourly Solana above/below strike (series KXSOLD), one second at a time, recorded live from the Kalshi websocket from 10 September 2026. Full YES bid and ask ladders in integer cents and… - Page: https://mostlyright.md/datasets/kalshi-hourly-solana-price-order-book-live - Publisher: mostlyrightmd - Topics: prediction markets, kalshi, solana, order book, cryptocurrency, limit order book - Published: 2026-09-10T16:13:46.466Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/kalshi-hourly-solana-price-order-book-live - This dataset as Markdown: https://mostlyright.md/datasets/kalshi-hourly-solana-price-order-book-live/llms.txt Tables (1): - kalshi_sol1h_orderbook (kalshi-sol1h-orderbook) - tableId: 4f373852-06d7-4c33-a9fa-07245984afeb - version_id: 8b315273-f8e4-4d93-94d4-21ee29b967ee - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/4f373852-06d7-4c33-a9fa-07245984afeb/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/4f373852-06d7-4c33-a9fa-07245984afeb/preview - Query: POST https://mostlyright.md/api/v2/public/tables/4f373852-06d7-4c33-a9fa-07245984afeb/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/4f373852-06d7-4c33-a9fa-07245984afeb/current (x-api-key: mr_use_…, Parquet) ### Kalshi hourly Hyperliquid price range order book, live - Slug: kalshi-hourly-hyperliquid-price-range-order-book-live - Summary: Each row is the resting YES order book of one Kalshi hourly Hyperliquid price range strike (series KXHYPE), one second at a time, recorded live from the Kalshi websocket from 10 September 2026. Full YES bid and ask ladders in integer cents… - Page: https://mostlyright.md/datasets/kalshi-hourly-hyperliquid-price-range-order-book-live - Publisher: mostlyrightmd - Topics: prediction markets, kalshi, hyperliquid, order book, cryptocurrency, limit order book - Published: 2026-09-10T16:13:33.749Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/kalshi-hourly-hyperliquid-price-range-order-book-live - This dataset as Markdown: https://mostlyright.md/datasets/kalshi-hourly-hyperliquid-price-range-order-book-live/llms.txt Tables (1): - kalshi_hype1h_range_orderbook (kalshi-hype1h-range-orderbook) - tableId: eb650eec-2c8b-49f8-96a8-466aca26bc1a - version_id: 1c82c12e-7930-4cd7-803c-4e1429929716 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/eb650eec-2c8b-49f8-96a8-466aca26bc1a/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/eb650eec-2c8b-49f8-96a8-466aca26bc1a/preview - Query: POST https://mostlyright.md/api/v2/public/tables/eb650eec-2c8b-49f8-96a8-466aca26bc1a/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/eb650eec-2c8b-49f8-96a8-466aca26bc1a/current (x-api-key: mr_use_…, Parquet) ### Kalshi hourly Hyperliquid price order book, live - Slug: kalshi-hourly-hyperliquid-price-order-book-live - Summary: Each row is the resting YES order book of one Kalshi hourly Hyperliquid above/below strike (series KXHYPED), one second at a time, recorded live from the Kalshi websocket from 10 September 2026. Full YES bid and ask ladders in integer cent… - Page: https://mostlyright.md/datasets/kalshi-hourly-hyperliquid-price-order-book-live - Publisher: mostlyrightmd - Topics: prediction markets, kalshi, hyperliquid, order book, cryptocurrency, limit order book - Published: 2026-09-10T16:13:21.522Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/kalshi-hourly-hyperliquid-price-order-book-live - This dataset as Markdown: https://mostlyright.md/datasets/kalshi-hourly-hyperliquid-price-order-book-live/llms.txt Tables (1): - kalshi_hype1h_orderbook (kalshi-hype1h-orderbook) - tableId: d1c5d8d1-e50f-4e3a-93d6-36299af40e72 - version_id: 4de41aa5-4f09-497a-8ef2-575c6e4c538c - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/d1c5d8d1-e50f-4e3a-93d6-36299af40e72/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/d1c5d8d1-e50f-4e3a-93d6-36299af40e72/preview - Query: POST https://mostlyright.md/api/v2/public/tables/d1c5d8d1-e50f-4e3a-93d6-36299af40e72/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/d1c5d8d1-e50f-4e3a-93d6-36299af40e72/current (x-api-key: mr_use_…, Parquet) ### Kalshi hourly Ethereum price range order book, live - Slug: kalshi-hourly-ethereum-price-range-order-book-live - Summary: Each row is the resting YES order book of one Kalshi hourly Ethereum price range strike (series KXETH), one second at a time, recorded live from the Kalshi websocket from 10 September 2026. Full YES bid and ask ladders in integer cents and… - Page: https://mostlyright.md/datasets/kalshi-hourly-ethereum-price-range-order-book-live - Publisher: mostlyrightmd - Topics: prediction markets, kalshi, ethereum, order book, cryptocurrency, limit order book - Published: 2026-09-10T16:13:09.740Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/kalshi-hourly-ethereum-price-range-order-book-live - This dataset as Markdown: https://mostlyright.md/datasets/kalshi-hourly-ethereum-price-range-order-book-live/llms.txt Tables (1): - kalshi_eth1h_range_orderbook (kalshi-eth1h-range-orderbook) - tableId: e3456661-8fde-401d-a338-b83d5f084089 - version_id: 4ea430e9-d12f-4374-989e-59bed14f46c6 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/e3456661-8fde-401d-a338-b83d5f084089/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/e3456661-8fde-401d-a338-b83d5f084089/preview - Query: POST https://mostlyright.md/api/v2/public/tables/e3456661-8fde-401d-a338-b83d5f084089/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/e3456661-8fde-401d-a338-b83d5f084089/current (x-api-key: mr_use_…, Parquet) ### Kalshi hourly Ethereum price order book, live - Slug: kalshi-hourly-ethereum-price-order-book-live - Summary: Each row is the resting YES order book of one Kalshi hourly Ethereum above/below strike (series KXETHD), one second at a time, recorded live from the Kalshi websocket from 10 September 2026. Full YES bid and ask ladders in integer cents an… - Page: https://mostlyright.md/datasets/kalshi-hourly-ethereum-price-order-book-live - Publisher: mostlyrightmd - Topics: prediction markets, kalshi, ethereum, order book, cryptocurrency, limit order book - Published: 2026-09-10T16:12:57.139Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/kalshi-hourly-ethereum-price-order-book-live - This dataset as Markdown: https://mostlyright.md/datasets/kalshi-hourly-ethereum-price-order-book-live/llms.txt Tables (1): - kalshi_eth1h_orderbook (kalshi-eth1h-orderbook) - tableId: 0a4573cd-83fe-48ae-83d0-7e7e95014ef4 - version_id: 2626eacc-715c-4f24-a53b-bd528d573da6 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/0a4573cd-83fe-48ae-83d0-7e7e95014ef4/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/0a4573cd-83fe-48ae-83d0-7e7e95014ef4/preview - Query: POST https://mostlyright.md/api/v2/public/tables/0a4573cd-83fe-48ae-83d0-7e7e95014ef4/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/0a4573cd-83fe-48ae-83d0-7e7e95014ef4/current (x-api-key: mr_use_…, Parquet) ### Kalshi hourly Dogecoin price range order book, live - Slug: kalshi-hourly-dogecoin-price-range-order-book-live - Summary: Each row is the resting YES order book of one Kalshi hourly Dogecoin price range strike (series KXDOGE), one second at a time, recorded live from the Kalshi websocket from 10 September 2026. Full YES bid and ask ladders in integer cents an… - Page: https://mostlyright.md/datasets/kalshi-hourly-dogecoin-price-range-order-book-live - Publisher: mostlyrightmd - Topics: prediction markets, kalshi, dogecoin, order book, cryptocurrency, limit order book - Published: 2026-09-10T16:12:45.469Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/kalshi-hourly-dogecoin-price-range-order-book-live - This dataset as Markdown: https://mostlyright.md/datasets/kalshi-hourly-dogecoin-price-range-order-book-live/llms.txt Tables (1): - kalshi_doge1h_range_orderbook (kalshi-doge1h-range-orderbook) - tableId: 28199d06-ade0-4b82-b7b0-e754e7b759ea - version_id: 8e3d1288-05b2-43c1-912d-b53254a09b00 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/28199d06-ade0-4b82-b7b0-e754e7b759ea/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/28199d06-ade0-4b82-b7b0-e754e7b759ea/preview - Query: POST https://mostlyright.md/api/v2/public/tables/28199d06-ade0-4b82-b7b0-e754e7b759ea/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/28199d06-ade0-4b82-b7b0-e754e7b759ea/current (x-api-key: mr_use_…, Parquet) ### Kalshi hourly Dogecoin price order book, live - Slug: kalshi-hourly-dogecoin-price-order-book-live - Summary: Each row is the resting YES order book of one Kalshi hourly Dogecoin above/below strike (series KXDOGED), one second at a time, recorded live from the Kalshi websocket from 10 September 2026. Full YES bid and ask ladders in integer cents a… - Page: https://mostlyright.md/datasets/kalshi-hourly-dogecoin-price-order-book-live - Publisher: mostlyrightmd - Topics: prediction markets, kalshi, dogecoin, order book, cryptocurrency, limit order book - Published: 2026-09-10T16:12:33.914Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/kalshi-hourly-dogecoin-price-order-book-live - This dataset as Markdown: https://mostlyright.md/datasets/kalshi-hourly-dogecoin-price-order-book-live/llms.txt Tables (1): - kalshi_doge1h_orderbook (kalshi-doge1h-orderbook) - tableId: ac63cef1-0f93-4055-92b3-99d2d470c218 - version_id: fa100984-9d08-4926-b7ab-0e4112b62f33 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/ac63cef1-0f93-4055-92b3-99d2d470c218/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/ac63cef1-0f93-4055-92b3-99d2d470c218/preview - Query: POST https://mostlyright.md/api/v2/public/tables/ac63cef1-0f93-4055-92b3-99d2d470c218/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/ac63cef1-0f93-4055-92b3-99d2d470c218/current (x-api-key: mr_use_…, Parquet) ### Kalshi hourly Bitcoin price range order book, live - Slug: kalshi-hourly-bitcoin-price-range-order-book-live - Summary: Each row is the resting YES order book of one Kalshi hourly Bitcoin price range strike (series KXBTC), one second at a time, recorded live from the Kalshi websocket from 10 September 2026. Full YES bid and ask ladders in integer cents and… - Page: https://mostlyright.md/datasets/kalshi-hourly-bitcoin-price-range-order-book-live - Publisher: mostlyrightmd - Topics: prediction markets, kalshi, bitcoin, order book, cryptocurrency, limit order book - Published: 2026-09-10T16:12:22.220Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/kalshi-hourly-bitcoin-price-range-order-book-live - This dataset as Markdown: https://mostlyright.md/datasets/kalshi-hourly-bitcoin-price-range-order-book-live/llms.txt Tables (1): - kalshi_btc1h_range_orderbook (kalshi-btc1h-range-orderbook) - tableId: 64cef132-c5a3-4dae-9535-4ac1483a5ebe - version_id: 82294366-a801-43d3-9bbd-f032fa241749 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/64cef132-c5a3-4dae-9535-4ac1483a5ebe/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/64cef132-c5a3-4dae-9535-4ac1483a5ebe/preview - Query: POST https://mostlyright.md/api/v2/public/tables/64cef132-c5a3-4dae-9535-4ac1483a5ebe/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/64cef132-c5a3-4dae-9535-4ac1483a5ebe/current (x-api-key: mr_use_…, Parquet) ### Kalshi hourly BNB price range order book, live - Slug: kalshi-hourly-bnb-price-range-order-book-live - Summary: Each row is the resting YES order book of one Kalshi hourly BNB price range strike (series KXBNB), one second at a time, recorded live from the Kalshi websocket from 10 September 2026. Full YES bid and ask ladders in integer cents and whol… - Page: https://mostlyright.md/datasets/kalshi-hourly-bnb-price-range-order-book-live - Publisher: mostlyrightmd - Topics: prediction markets, kalshi, bnb, order book, cryptocurrency, limit order book - Published: 2026-09-10T16:12:08.916Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/kalshi-hourly-bnb-price-range-order-book-live - This dataset as Markdown: https://mostlyright.md/datasets/kalshi-hourly-bnb-price-range-order-book-live/llms.txt Tables (1): - kalshi_bnb1h_range_orderbook (kalshi-bnb1h-range-orderbook) - tableId: 1814398c-d1a7-4935-a3bd-019a06282ea7 - version_id: 07acd47d-d222-4662-bfee-fbd63ee5a3fd - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/1814398c-d1a7-4935-a3bd-019a06282ea7/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/1814398c-d1a7-4935-a3bd-019a06282ea7/preview - Query: POST https://mostlyright.md/api/v2/public/tables/1814398c-d1a7-4935-a3bd-019a06282ea7/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/1814398c-d1a7-4935-a3bd-019a06282ea7/current (x-api-key: mr_use_…, Parquet) ### Kalshi hourly BNB price order book, live - Slug: kalshi-hourly-bnb-price-order-book-live - Summary: Each row is the resting YES order book of one Kalshi hourly BNB above/below strike (series KXBNBD), one second at a time, recorded live from the Kalshi websocket from 10 September 2026. Full YES bid and ask ladders in integer cents and who… - Page: https://mostlyright.md/datasets/kalshi-hourly-bnb-price-order-book-live - Publisher: mostlyrightmd - Topics: prediction markets, kalshi, bnb, order book, cryptocurrency, limit order book - Published: 2026-09-10T16:11:57.269Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/kalshi-hourly-bnb-price-order-book-live - This dataset as Markdown: https://mostlyright.md/datasets/kalshi-hourly-bnb-price-order-book-live/llms.txt Tables (1): - kalshi_bnb1h_orderbook (kalshi-bnb1h-orderbook) - tableId: 3d8c5d16-da89-4bad-a5dc-4aaa12a33181 - version_id: a62238f0-f79b-4a47-85b3-bf5449ecd1ad - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/3d8c5d16-da89-4bad-a5dc-4aaa12a33181/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/3d8c5d16-da89-4bad-a5dc-4aaa12a33181/preview - Query: POST https://mostlyright.md/api/v2/public/tables/3d8c5d16-da89-4bad-a5dc-4aaa12a33181/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/3d8c5d16-da89-4bad-a5dc-4aaa12a33181/current (x-api-key: mr_use_…, Parquet) ### Kalshi 15-minute coin race order book, live - Slug: kalshi-15-minute-coin-race-order-book-live - Summary: Each row is the resting YES order book of one Kalshi 15-minute coin race market (series KXCRYPTOLEAD15M), one second at a time, recorded live from the Kalshi websocket from 10 September 2026. Full YES bid and ask ladders in integer cents a… - Page: https://mostlyright.md/datasets/kalshi-15-minute-coin-race-order-book-live - Publisher: mostlyrightmd - Topics: prediction markets, kalshi, coin race, order book, cryptocurrency, limit order book - Published: 2026-09-10T16:11:44.389Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/kalshi-15-minute-coin-race-order-book-live - This dataset as Markdown: https://mostlyright.md/datasets/kalshi-15-minute-coin-race-order-book-live/llms.txt Tables (1): - kalshi_lead15m_orderbook (kalshi-lead15m-orderbook) - tableId: 188ea737-1803-4148-8750-d503bf9cede1 - version_id: f3f34012-d6e6-444c-a8ac-f58e777aa1e3 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/188ea737-1803-4148-8750-d503bf9cede1/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/188ea737-1803-4148-8750-d503bf9cede1/preview - Query: POST https://mostlyright.md/api/v2/public/tables/188ea737-1803-4148-8750-d503bf9cede1/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/188ea737-1803-4148-8750-d503bf9cede1/current (x-api-key: mr_use_…, Parquet) ### Kalshi 15-minute Zcash order book, live - Slug: kalshi-15-minute-zcash-order-book-live - Summary: Each row is the resting YES order book of one Kalshi 15-minute Zcash up/down contract (series KXZEC15M), one second at a time, recorded live from the Kalshi websocket from 10 September 2026. Full YES bid and ask ladders in integer cents an… - Page: https://mostlyright.md/datasets/kalshi-15-minute-zcash-order-book-live - Publisher: mostlyrightmd - Topics: prediction markets, kalshi, zcash, order book, cryptocurrency, limit order book - Published: 2026-09-10T16:11:32.363Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/kalshi-15-minute-zcash-order-book-live - This dataset as Markdown: https://mostlyright.md/datasets/kalshi-15-minute-zcash-order-book-live/llms.txt Tables (1): - kalshi_zec15m_orderbook (kalshi-zec15m-orderbook) - tableId: 53954c2f-f3c7-4ecd-91d9-c0f137776839 - version_id: 1d3acf0b-4c18-4948-916a-026b7406f2d1 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/53954c2f-f3c7-4ecd-91d9-c0f137776839/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/53954c2f-f3c7-4ecd-91d9-c0f137776839/preview - Query: POST https://mostlyright.md/api/v2/public/tables/53954c2f-f3c7-4ecd-91d9-c0f137776839/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/53954c2f-f3c7-4ecd-91d9-c0f137776839/current (x-api-key: mr_use_…, Parquet) ### Kalshi 15-minute XRP order book, live - Slug: kalshi-15-minute-xrp-order-book-live - Summary: Each row is the resting YES order book of one Kalshi 15-minute XRP up/down contract (series KXXRP15M), one second at a time, recorded live from the Kalshi websocket from 10 September 2026. Full YES bid and ask ladders in integer cents and… - Page: https://mostlyright.md/datasets/kalshi-15-minute-xrp-order-book-live - Publisher: mostlyrightmd - Topics: prediction markets, kalshi, xrp, order book, cryptocurrency, limit order book - Published: 2026-09-10T16:08:57.337Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/kalshi-15-minute-xrp-order-book-live - This dataset as Markdown: https://mostlyright.md/datasets/kalshi-15-minute-xrp-order-book-live/llms.txt Tables (1): - kalshi_xrp15m_orderbook (kalshi-xrp15m-orderbook) - tableId: c6338332-365f-427a-8abe-97e7b3b24471 - version_id: a87106b7-d248-4955-a2bf-9b9639a00572 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/c6338332-365f-427a-8abe-97e7b3b24471/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/c6338332-365f-427a-8abe-97e7b3b24471/preview - Query: POST https://mostlyright.md/api/v2/public/tables/c6338332-365f-427a-8abe-97e7b3b24471/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/c6338332-365f-427a-8abe-97e7b3b24471/current (x-api-key: mr_use_…, Parquet) ### Kalshi 15-minute Solana order book, live - Slug: kalshi-15-minute-solana-order-book-live - Summary: Each row is the resting YES order book of one Kalshi 15-minute Solana up/down contract (series KXSOL15M), one second at a time, recorded live from the Kalshi websocket from 10 September 2026. Full YES bid and ask ladders in integer cents a… - Page: https://mostlyright.md/datasets/kalshi-15-minute-solana-order-book-live - Publisher: mostlyrightmd - Topics: prediction markets, kalshi, solana, order book, cryptocurrency, limit order book - Published: 2026-09-10T16:08:51.940Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/kalshi-15-minute-solana-order-book-live - This dataset as Markdown: https://mostlyright.md/datasets/kalshi-15-minute-solana-order-book-live/llms.txt Tables (1): - kalshi_sol15m_orderbook (kalshi-sol15m-orderbook) - tableId: c0d17f03-e21d-4534-b7e7-8d6620e3543e - version_id: 0c21cb04-2d43-4676-881b-ed258f48e65a - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/c0d17f03-e21d-4534-b7e7-8d6620e3543e/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/c0d17f03-e21d-4534-b7e7-8d6620e3543e/preview - Query: POST https://mostlyright.md/api/v2/public/tables/c0d17f03-e21d-4534-b7e7-8d6620e3543e/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/c0d17f03-e21d-4534-b7e7-8d6620e3543e/current (x-api-key: mr_use_…, Parquet) ### Kalshi 15-minute NEAR order book, live - Slug: kalshi-15-minute-near-order-book-live - Summary: Each row is the resting YES order book of one Kalshi 15-minute NEAR up/down contract (series KXNEAR15M), one second at a time, recorded live from the Kalshi websocket from 10 September 2026. Full YES bid and ask ladders in integer cents an… - Page: https://mostlyright.md/datasets/kalshi-15-minute-near-order-book-live - Publisher: mostlyrightmd - Topics: prediction markets, kalshi, near protocol, order book, cryptocurrency, limit order book - Published: 2026-09-10T16:08:46.283Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/kalshi-15-minute-near-order-book-live - This dataset as Markdown: https://mostlyright.md/datasets/kalshi-15-minute-near-order-book-live/llms.txt Tables (1): - kalshi_near15m_orderbook (kalshi-near15m-orderbook) - tableId: 4703f5dd-26d8-4732-a4ea-2371e27e06f0 - version_id: 207a6c5b-33e8-4e66-bd0e-e3d8ce160adc - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/4703f5dd-26d8-4732-a4ea-2371e27e06f0/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/4703f5dd-26d8-4732-a4ea-2371e27e06f0/preview - Query: POST https://mostlyright.md/api/v2/public/tables/4703f5dd-26d8-4732-a4ea-2371e27e06f0/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/4703f5dd-26d8-4732-a4ea-2371e27e06f0/current (x-api-key: mr_use_…, Parquet) ### Kalshi 15-minute Hyperliquid order book, live - Slug: kalshi-15-minute-hyperliquid-order-book-live - Summary: Each row is the resting YES order book of one Kalshi 15-minute Hyperliquid up/down contract (series KXHYPE15M), one second at a time, recorded live from the Kalshi websocket from 10 September 2026. Full YES bid and ask ladders in integer c… - Page: https://mostlyright.md/datasets/kalshi-15-minute-hyperliquid-order-book-live - Publisher: mostlyrightmd - Topics: prediction markets, kalshi, hyperliquid, order book, cryptocurrency, limit order book - Published: 2026-09-10T16:08:40.399Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/kalshi-15-minute-hyperliquid-order-book-live - This dataset as Markdown: https://mostlyright.md/datasets/kalshi-15-minute-hyperliquid-order-book-live/llms.txt Tables (1): - kalshi_hype15m_orderbook (kalshi-hype15m-orderbook) - tableId: 379641ec-84e7-4c48-925c-8240b2cfddc6 - version_id: db513b2b-43f7-4c28-ae93-62589789545b - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/379641ec-84e7-4c48-925c-8240b2cfddc6/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/379641ec-84e7-4c48-925c-8240b2cfddc6/preview - Query: POST https://mostlyright.md/api/v2/public/tables/379641ec-84e7-4c48-925c-8240b2cfddc6/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/379641ec-84e7-4c48-925c-8240b2cfddc6/current (x-api-key: mr_use_…, Parquet) ### Kalshi 15-minute Ethereum order book, live - Slug: kalshi-15-minute-ethereum-order-book-live - Summary: Each row is the resting YES order book of one Kalshi 15-minute Ethereum up/down contract (series KXETH15M), one second at a time, recorded live from the Kalshi websocket from 10 September 2026. Full YES bid and ask ladders in integer cents… - Page: https://mostlyright.md/datasets/kalshi-15-minute-ethereum-order-book-live - Publisher: mostlyrightmd - Topics: prediction markets, kalshi, ethereum, order book, cryptocurrency, limit order book - Published: 2026-09-10T16:08:34.547Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/kalshi-15-minute-ethereum-order-book-live - This dataset as Markdown: https://mostlyright.md/datasets/kalshi-15-minute-ethereum-order-book-live/llms.txt Tables (1): - kalshi_eth15m_orderbook (kalshi-eth15m-orderbook) - tableId: e627a644-0846-4b12-b666-1bddfbcd84fa - version_id: ce4f60fb-9943-476b-a0c9-96659b99872b - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/e627a644-0846-4b12-b666-1bddfbcd84fa/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/e627a644-0846-4b12-b666-1bddfbcd84fa/preview - Query: POST https://mostlyright.md/api/v2/public/tables/e627a644-0846-4b12-b666-1bddfbcd84fa/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/e627a644-0846-4b12-b666-1bddfbcd84fa/current (x-api-key: mr_use_…, Parquet) ### Kalshi 15-minute BNB order book, live - Slug: kalshi-15-minute-bnb-order-book-live - Summary: Each row is the resting YES order book of one Kalshi 15-minute BNB up/down contract (series KXBNB15M), one second at a time, recorded live from the Kalshi websocket from 10 September 2026. Full YES bid and ask ladders in integer cents and… - Page: https://mostlyright.md/datasets/kalshi-15-minute-bnb-order-book-live - Publisher: mostlyrightmd - Topics: prediction markets, kalshi, bnb, order book, cryptocurrency, limit order book - Published: 2026-09-10T16:08:28.901Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/kalshi-15-minute-bnb-order-book-live - This dataset as Markdown: https://mostlyright.md/datasets/kalshi-15-minute-bnb-order-book-live/llms.txt Tables (1): - kalshi_bnb15m_orderbook (kalshi-bnb15m-orderbook) - tableId: 79d58ba5-e5c4-449e-9f60-770a84baad48 - version_id: d2f5ae46-f9c1-4a02-8b53-133a1328a6f2 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/79d58ba5-e5c4-449e-9f60-770a84baad48/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/79d58ba5-e5c4-449e-9f60-770a84baad48/preview - Query: POST https://mostlyright.md/api/v2/public/tables/79d58ba5-e5c4-449e-9f60-770a84baad48/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/79d58ba5-e5c4-449e-9f60-770a84baad48/current (x-api-key: mr_use_…, Parquet) ### Kalshi 15-minute Dogecoin order book, live - Slug: kalshi-15-minute-dogecoin-order-book-live - Summary: Each row is the resting YES order book of one Kalshi 15-minute Dogecoin up/down contract (series KXDOGE15M), one second at a time, recorded live from the Kalshi websocket from 10 September 2026. Full YES bid and ask ladders in integer cent… - Page: https://mostlyright.md/datasets/kalshi-15-minute-dogecoin-order-book-live - Publisher: mostlyrightmd - Topics: prediction markets, kalshi, dogecoin, order book, cryptocurrency, limit order book - Published: 2026-09-10T16:05:10.490Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/kalshi-15-minute-dogecoin-order-book-live - This dataset as Markdown: https://mostlyright.md/datasets/kalshi-15-minute-dogecoin-order-book-live/llms.txt Tables (1): - kalshi_doge15m_orderbook (kalshi-doge15m-orderbook) - tableId: f4707bd8-b625-4503-9d42-8ebe43ab0412 - version_id: eb75fbb0-d53a-4bf3-9ee3-eb38a5ac9638 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/f4707bd8-b625-4503-9d42-8ebe43ab0412/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/f4707bd8-b625-4503-9d42-8ebe43ab0412/preview - Query: POST https://mostlyright.md/api/v2/public/tables/f4707bd8-b625-4503-9d42-8ebe43ab0412/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/f4707bd8-b625-4503-9d42-8ebe43ab0412/current (x-api-key: mr_use_…, Parquet) ### US Weather Reports and Daily Highs in 20 Cities - Slug: us-weather-reports-and-daily-highs-in-20-cities - Summary: Every METAR and SPECI weather report since January 1, 2020 for 20 US cities, one table per city, with each report's climate date and that date's official National Weather Service daily high and low on the same row. Reports come from the Io… - Page: https://mostlyright.md/datasets/us-weather-reports-and-daily-highs-in-20-cities - Publisher: mostlyrightmd - Topics: weather, united states, metar, national weather service, daily high temperature, hourly observations, 20 cities - Published: 2026-09-10T09:31:24.793Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/us-weather-reports-and-daily-highs-in-20-cities - This dataset as Markdown: https://mostlyright.md/datasets/us-weather-reports-and-daily-highs-in-20-cities/llms.txt Tables (20): - reports_kphl (reports-kphl) - tableId: f38ee271-11bc-4803-a2fc-37287440e519 - version_id: b5d69e7c-a04c-4ee1-8cc5-72b5a11c9433 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/f38ee271-11bc-4803-a2fc-37287440e519/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/f38ee271-11bc-4803-a2fc-37287440e519/preview - Query: POST https://mostlyright.md/api/v2/public/tables/f38ee271-11bc-4803-a2fc-37287440e519/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/f38ee271-11bc-4803-a2fc-37287440e519/current (x-api-key: mr_use_…, Parquet) - reports_khou (reports-khou) - tableId: 9382176f-6ad8-47fe-b4b6-8c423a09ac1f - version_id: 676f9057-203a-4f84-bca7-642f6e3355b3 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/9382176f-6ad8-47fe-b4b6-8c423a09ac1f/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/9382176f-6ad8-47fe-b4b6-8c423a09ac1f/preview - Query: POST https://mostlyright.md/api/v2/public/tables/9382176f-6ad8-47fe-b4b6-8c423a09ac1f/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/9382176f-6ad8-47fe-b4b6-8c423a09ac1f/current (x-api-key: mr_use_…, Parquet) - reports_kdca (reports-kdca) - tableId: b13df66e-c104-4c12-8b18-71c5f30b775a - version_id: 9f4aa6e3-1579-494e-b44d-a6405633a6b9 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/b13df66e-c104-4c12-8b18-71c5f30b775a/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/b13df66e-c104-4c12-8b18-71c5f30b775a/preview - Query: POST https://mostlyright.md/api/v2/public/tables/b13df66e-c104-4c12-8b18-71c5f30b775a/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/b13df66e-c104-4c12-8b18-71c5f30b775a/current (x-api-key: mr_use_…, Parquet) - reports_knyc (reports-knyc) - tableId: cdc8c2aa-4ccd-43da-ac53-90b2850121cb - version_id: f5d6727f-db01-49aa-8131-ea1758ec6cf9 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/cdc8c2aa-4ccd-43da-ac53-90b2850121cb/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/cdc8c2aa-4ccd-43da-ac53-90b2850121cb/preview - Query: POST https://mostlyright.md/api/v2/public/tables/cdc8c2aa-4ccd-43da-ac53-90b2850121cb/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/cdc8c2aa-4ccd-43da-ac53-90b2850121cb/current (x-api-key: mr_use_…, Parquet) - reports_katl (reports-katl) - tableId: 6509f331-30e7-4593-bae6-a1f7aaba0159 - version_id: 69229bea-b834-4d53-9a5c-14e8f29bd477 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/6509f331-30e7-4593-bae6-a1f7aaba0159/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/6509f331-30e7-4593-bae6-a1f7aaba0159/preview - Query: POST https://mostlyright.md/api/v2/public/tables/6509f331-30e7-4593-bae6-a1f7aaba0159/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/6509f331-30e7-4593-bae6-a1f7aaba0159/current (x-api-key: mr_use_…, Parquet) - reports_kphx (reports-kphx) - tableId: 77031a86-8bbb-4217-a7a0-2758ac77d561 - version_id: 99e86668-12b9-442c-93b8-ff6949469ef7 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/77031a86-8bbb-4217-a7a0-2758ac77d561/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/77031a86-8bbb-4217-a7a0-2758ac77d561/preview - Query: POST https://mostlyright.md/api/v2/public/tables/77031a86-8bbb-4217-a7a0-2758ac77d561/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/77031a86-8bbb-4217-a7a0-2758ac77d561/current (x-api-key: mr_use_…, Parquet) - reports_ksea (reports-ksea) - tableId: da9c5982-e772-414c-bcc5-e35e816420fc - version_id: 214bfce8-dd7b-4346-86f8-727244df48ef - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/da9c5982-e772-414c-bcc5-e35e816420fc/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/da9c5982-e772-414c-bcc5-e35e816420fc/preview - Query: POST https://mostlyright.md/api/v2/public/tables/da9c5982-e772-414c-bcc5-e35e816420fc/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/da9c5982-e772-414c-bcc5-e35e816420fc/current (x-api-key: mr_use_…, Parquet) - reports_ksfo (reports-ksfo) - tableId: f290a279-c39c-4bc7-8e04-974e0bcd480a - version_id: 6ae4d2a9-bebf-44f2-99f3-c6d4934003c6 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/f290a279-c39c-4bc7-8e04-974e0bcd480a/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/f290a279-c39c-4bc7-8e04-974e0bcd480a/preview - Query: POST https://mostlyright.md/api/v2/public/tables/f290a279-c39c-4bc7-8e04-974e0bcd480a/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/f290a279-c39c-4bc7-8e04-974e0bcd480a/current (x-api-key: mr_use_…, Parquet) - reports_kdfw (reports-kdfw) - tableId: ed9260f8-0253-423f-9ba1-ce58a8632702 - version_id: 2fc47f3b-7e62-4f24-b8d7-ac52212272ee - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/ed9260f8-0253-423f-9ba1-ce58a8632702/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/ed9260f8-0253-423f-9ba1-ce58a8632702/preview - Query: POST https://mostlyright.md/api/v2/public/tables/ed9260f8-0253-423f-9ba1-ce58a8632702/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/ed9260f8-0253-423f-9ba1-ce58a8632702/current (x-api-key: mr_use_…, Parquet) - reports_kmsp (reports-kmsp) - tableId: aea40995-a418-4eee-a004-bd0b23ced5cd - version_id: a50e2f5a-e79a-4b69-b82a-0da392af2187 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/aea40995-a418-4eee-a004-bd0b23ced5cd/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/aea40995-a418-4eee-a004-bd0b23ced5cd/preview - Query: POST https://mostlyright.md/api/v2/public/tables/aea40995-a418-4eee-a004-bd0b23ced5cd/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/aea40995-a418-4eee-a004-bd0b23ced5cd/current (x-api-key: mr_use_…, Parquet) - reports_ksat (reports-ksat) - tableId: bd6885b8-9935-4cd2-bcc7-620fc83d9ff0 - version_id: 0b5cde96-9838-48ff-a797-415ec273c3d1 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/bd6885b8-9935-4cd2-bcc7-620fc83d9ff0/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/bd6885b8-9935-4cd2-bcc7-620fc83d9ff0/preview - Query: POST https://mostlyright.md/api/v2/public/tables/bd6885b8-9935-4cd2-bcc7-620fc83d9ff0/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/bd6885b8-9935-4cd2-bcc7-620fc83d9ff0/current (x-api-key: mr_use_…, Parquet) - reports_kden (reports-kden) - tableId: 779b3250-90d2-4d72-9d90-e7275da1c2c0 - version_id: 709de4a0-3b87-40ce-ac78-571854fb8ae6 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/779b3250-90d2-4d72-9d90-e7275da1c2c0/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/779b3250-90d2-4d72-9d90-e7275da1c2c0/preview - Query: POST https://mostlyright.md/api/v2/public/tables/779b3250-90d2-4d72-9d90-e7275da1c2c0/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/779b3250-90d2-4d72-9d90-e7275da1c2c0/current (x-api-key: mr_use_…, Parquet) - reports_klax (reports-klax) - tableId: 1d64b41d-ffdc-4b0d-b6b4-1a1a03ec8d20 - version_id: 1d6919b5-e54d-4317-b3f5-43a410c4f917 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/1d64b41d-ffdc-4b0d-b6b4-1a1a03ec8d20/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/1d64b41d-ffdc-4b0d-b6b4-1a1a03ec8d20/preview - Query: POST https://mostlyright.md/api/v2/public/tables/1d64b41d-ffdc-4b0d-b6b4-1a1a03ec8d20/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/1d64b41d-ffdc-4b0d-b6b4-1a1a03ec8d20/current (x-api-key: mr_use_…, Parquet) - reports_kmdw (reports-kmdw) - tableId: 1933e0be-5f4a-47e9-9085-f95a898a64fa - version_id: 43eb95ce-f9c4-4cf8-aa6f-6b2b108fd38a - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/1933e0be-5f4a-47e9-9085-f95a898a64fa/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/1933e0be-5f4a-47e9-9085-f95a898a64fa/preview - Query: POST https://mostlyright.md/api/v2/public/tables/1933e0be-5f4a-47e9-9085-f95a898a64fa/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/1933e0be-5f4a-47e9-9085-f95a898a64fa/current (x-api-key: mr_use_…, Parquet) - reports_kokc (reports-kokc) - tableId: fdfd9aee-c524-409e-b387-23a11aae653d - version_id: c7f44768-a943-41c5-ac8e-3869a7913ece - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/fdfd9aee-c524-409e-b387-23a11aae653d/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/fdfd9aee-c524-409e-b387-23a11aae653d/preview - Query: POST https://mostlyright.md/api/v2/public/tables/fdfd9aee-c524-409e-b387-23a11aae653d/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/fdfd9aee-c524-409e-b387-23a11aae653d/current (x-api-key: mr_use_…, Parquet) - reports_kbos (reports-kbos) - tableId: d6fb2d0f-1843-45fe-a3b2-e9217a35cb1c - version_id: e9435872-d36b-4a0f-99ea-78098fde14d0 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/d6fb2d0f-1843-45fe-a3b2-e9217a35cb1c/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/d6fb2d0f-1843-45fe-a3b2-e9217a35cb1c/preview - Query: POST https://mostlyright.md/api/v2/public/tables/d6fb2d0f-1843-45fe-a3b2-e9217a35cb1c/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/d6fb2d0f-1843-45fe-a3b2-e9217a35cb1c/current (x-api-key: mr_use_…, Parquet) - reports_kmsy (reports-kmsy) - tableId: b7e704f9-a128-4ff0-bded-52d062d2406e - version_id: 55b9608c-b4fc-43f2-99b5-6db950a099c0 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/b7e704f9-a128-4ff0-bded-52d062d2406e/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/b7e704f9-a128-4ff0-bded-52d062d2406e/preview - Query: POST https://mostlyright.md/api/v2/public/tables/b7e704f9-a128-4ff0-bded-52d062d2406e/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/b7e704f9-a128-4ff0-bded-52d062d2406e/current (x-api-key: mr_use_…, Parquet) - reports_klas (reports-klas) - tableId: 4b712d4d-ca7c-41f4-a79b-1450b638cdca - version_id: 1ee40df5-cb6d-4f8e-93d3-bf1afaf95356 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/4b712d4d-ca7c-41f4-a79b-1450b638cdca/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/4b712d4d-ca7c-41f4-a79b-1450b638cdca/preview - Query: POST https://mostlyright.md/api/v2/public/tables/4b712d4d-ca7c-41f4-a79b-1450b638cdca/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/4b712d4d-ca7c-41f4-a79b-1450b638cdca/current (x-api-key: mr_use_…, Parquet) - reports_kmia (reports-kmia) - tableId: 7e9551c7-f632-4c12-ada9-c261299ba53f - version_id: c2c646c9-7b1f-4ac0-a21f-619afaeae873 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/7e9551c7-f632-4c12-ada9-c261299ba53f/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/7e9551c7-f632-4c12-ada9-c261299ba53f/preview - Query: POST https://mostlyright.md/api/v2/public/tables/7e9551c7-f632-4c12-ada9-c261299ba53f/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/7e9551c7-f632-4c12-ada9-c261299ba53f/current (x-api-key: mr_use_…, Parquet) - reports_kaus (reports-kaus) - tableId: 60849d5a-6ac3-410a-8be5-36286f8590d7 - version_id: 32a7b983-cd0b-498b-84ae-5fa0faa4b231 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/60849d5a-6ac3-410a-8be5-36286f8590d7/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/60849d5a-6ac3-410a-8be5-36286f8590d7/preview - Query: POST https://mostlyright.md/api/v2/public/tables/60849d5a-6ac3-410a-8be5-36286f8590d7/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/60849d5a-6ac3-410a-8be5-36286f8590d7/current (x-api-key: mr_use_…, Parquet) ### Kalshi 15-minute BTC order book, fresh live - Slug: kalshi-15-minute-btc-order-book-fresh-live - Summary: Each row is a sampled YES order-book state for a Kalshi 15-minute Bitcoin (BTC) market, recorded from 9 September 2026. Ten columns describe prices, depth, bid/ask ladders and event timing. ## Coverage - **Window:** 9 September 2026, from… - Page: https://mostlyright.md/datasets/kalshi-15-minute-btc-order-book-fresh-live - Publisher: mostlyrightmd - Topics: prediction markets, kalshi, bitcoin, order book, cryptocurrency, limit order book - Published: 2026-09-10T08:54:24.441Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/kalshi-15-minute-btc-order-book-fresh-live - This dataset as Markdown: https://mostlyright.md/datasets/kalshi-15-minute-btc-order-book-fresh-live/llms.txt Tables (1): - kalshi_btc15m_orderbook (kalshi-btc15m-orderbook) - tableId: 41f03fc0-5de5-498e-ab95-75f23eadd211 - version_id: 2b4ad40b-7a88-40f5-9884-61a7e97a8948 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/41f03fc0-5de5-498e-ab95-75f23eadd211/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/41f03fc0-5de5-498e-ab95-75f23eadd211/preview - Query: POST https://mostlyright.md/api/v2/public/tables/41f03fc0-5de5-498e-ab95-75f23eadd211/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/41f03fc0-5de5-498e-ab95-75f23eadd211/current (x-api-key: mr_use_…, Parquet) ### Singapore weather reports and daily highs since 2020 - Slug: singapore-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from Changi Airport, Singapore (WSSS), since January 2020, via Iowa Environmental Mesonet. 118,565 reports of temperature, wind, pressure, visibility with the day's highest and lowest reading.… - Page: https://mostlyright.md/datasets/singapore-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, singapore, metar, airport weather station, daily high temperature, hourly observations - Published: 2026-09-10T08:54:21.115Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/singapore-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/singapore-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_wsss (reports-wsss) - tableId: f3016be6-29f4-47ba-8b50-8a272879b982 - version_id: e2c62345-e126-4055-86de-59566274e538 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/f3016be6-29f4-47ba-8b50-8a272879b982/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/f3016be6-29f4-47ba-8b50-8a272879b982/preview - Query: POST https://mostlyright.md/api/v2/public/tables/f3016be6-29f4-47ba-8b50-8a272879b982/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/f3016be6-29f4-47ba-8b50-8a272879b982/current (x-api-key: mr_use_…, Parquet) ### Kalshi hourly Bitcoin price order book, live - Slug: kalshi-hourly-bitcoin-price-order-book-live - Summary: Each row is the resting YES order book of one Kalshi hourly Bitcoin strike (series KXBTCD) after the last book event of one second, recorded live from the Kalshi websocket from September 2026. Full bid and ask ladders in integer cents and… - Page: https://mostlyright.md/datasets/kalshi-hourly-bitcoin-price-order-book-live - Publisher: mostlyrightmd - Topics: prediction markets, kalshi, bitcoin, order book, cryptocurrency, limit order book - Published: 2026-09-10T08:28:15.159Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/kalshi-hourly-bitcoin-price-order-book-live - This dataset as Markdown: https://mostlyright.md/datasets/kalshi-hourly-bitcoin-price-order-book-live/llms.txt Tables (1): - kalshi_btc1h_orderbook (kalshi-btc1h-orderbook) - tableId: 98886747-e75c-4dab-9183-70ef99a1465d - version_id: abcecc2d-0b9c-4b24-924c-5df88a0c2e79 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/98886747-e75c-4dab-9183-70ef99a1465d/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/98886747-e75c-4dab-9183-70ef99a1465d/preview - Query: POST https://mostlyright.md/api/v2/public/tables/98886747-e75c-4dab-9183-70ef99a1465d/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/98886747-e75c-4dab-9183-70ef99a1465d/current (x-api-key: mr_use_…, Parquet) ### European harvests and weather, 2000–2024 - Slug: european-harvests-and-weather-20002024 - Summary: Each row is a regional crop harvest in five European countries, 2000–2024, joined with NASA weather and FAO prices. The table supports retrospective study of how early-year conditions relate to final yields. ## Coverage - **Geography:** 69… - Page: https://mostlyright.md/datasets/european-harvests-and-weather-20002024 - Publisher: mostlyrightmd - Topics: agriculture, europe, crop yields, eurostat, nasa power, fao, harvest risk - Published: 2026-09-10T08:27:53.533Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/european-harvests-and-weather-20002024 - This dataset as Markdown: https://mostlyright.md/datasets/european-harvests-and-weather-20002024/llms.txt Tables (1): - regional_harvest_weather (regional-harvest-weather) - tableId: 994c0256-368f-4067-a953-2d9d5f194d28 - version_id: 7f6f6151-3332-45ae-ac76-2780508a28e5 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/994c0256-368f-4067-a953-2d9d5f194d28/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/994c0256-368f-4067-a953-2d9d5f194d28/preview - Query: POST https://mostlyright.md/api/v2/public/tables/994c0256-368f-4067-a953-2d9d5f194d28/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/994c0256-368f-4067-a953-2d9d5f194d28/current (x-api-key: mr_use_…, Parquet) ### Chengdu weather reports and daily highs since 2020 - Slug: chengdu-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from Chengdu (ZUUU), since January 2020, via Iowa Environmental Mesonet. 58,605 reports of temperature, wind, pressure, visibility with the day's highest and lowest reading. ## Coverage - **Win… - Page: https://mostlyright.md/datasets/chengdu-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, chengdu, china, metar, airport weather station, daily high temperature, hourly observations - Published: 2026-09-10T08:21:42.881Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/chengdu-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/chengdu-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_zuuu (reports-zuuu) - tableId: 4d8f7968-2121-4872-9131-94ab8d13356c - version_id: 806e7882-327e-40c6-946a-16b67d424126 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/4d8f7968-2121-4872-9131-94ab8d13356c/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/4d8f7968-2121-4872-9131-94ab8d13356c/preview - Query: POST https://mostlyright.md/api/v2/public/tables/4d8f7968-2121-4872-9131-94ab8d13356c/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/4d8f7968-2121-4872-9131-94ab8d13356c/current (x-api-key: mr_use_…, Parquet) ### Chongqing weather reports and daily highs since 2020 - Slug: chongqing-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from Chongqing (ZUCK), since January 2020, via Iowa Environmental Mesonet. 58,608 reports of temperature, wind, pressure, visibility with the day's highest and lowest reading. ## Coverage - **W… - Page: https://mostlyright.md/datasets/chongqing-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, chongqing, china, metar, airport weather station, daily high temperature, hourly observations - Published: 2026-09-10T08:21:38.372Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/chongqing-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/chongqing-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_zuck (reports-zuck) - tableId: bf3f5822-d191-4e5b-89db-871067fcedd9 - version_id: 7749a1ad-c797-4be3-95d9-d434fe1bf559 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/bf3f5822-d191-4e5b-89db-871067fcedd9/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/bf3f5822-d191-4e5b-89db-871067fcedd9/preview - Query: POST https://mostlyright.md/api/v2/public/tables/bf3f5822-d191-4e5b-89db-871067fcedd9/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/bf3f5822-d191-4e5b-89db-871067fcedd9/current (x-api-key: mr_use_…, Parquet) ### Qingdao weather reports and daily highs since 2020 - Slug: qingdao-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from Qingdao (ZSQD), since January 2020, via Iowa Environmental Mesonet. 58,606 reports of temperature, wind, pressure, visibility with the day's highest and lowest reading. ## Coverage - **Win… - Page: https://mostlyright.md/datasets/qingdao-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, qingdao, china, metar, airport weather station, daily high temperature, hourly observations - Published: 2026-09-10T08:21:33.507Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/qingdao-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/qingdao-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_zsqd (reports-zsqd) - tableId: 80f7fac3-0789-4cbc-a0ba-8b5485d3b6cb - version_id: c21ee015-eac9-4076-a780-41ed85107fc3 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/80f7fac3-0789-4cbc-a0ba-8b5485d3b6cb/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/80f7fac3-0789-4cbc-a0ba-8b5485d3b6cb/preview - Query: POST https://mostlyright.md/api/v2/public/tables/80f7fac3-0789-4cbc-a0ba-8b5485d3b6cb/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/80f7fac3-0789-4cbc-a0ba-8b5485d3b6cb/current (x-api-key: mr_use_…, Parquet) ### Shanghai weather reports and daily highs since 2020 - Slug: shanghai-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from Shanghai (ZSPD), since January 2020, via Iowa Environmental Mesonet. 118,146 reports of temperature, wind, pressure, visibility with the day's highest and lowest reading. ## Coverage - **W… - Page: https://mostlyright.md/datasets/shanghai-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, shanghai, china, metar, airport weather station, daily high temperature, hourly observations - Published: 2026-09-10T08:21:28.588Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/shanghai-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/shanghai-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_zspd (reports-zspd) - tableId: 2665d6e8-179a-4373-aecb-0431101c9b67 - version_id: 0be93360-2a9a-45d5-80f3-a4a893651f92 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/2665d6e8-179a-4373-aecb-0431101c9b67/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/2665d6e8-179a-4373-aecb-0431101c9b67/preview - Query: POST https://mostlyright.md/api/v2/public/tables/2665d6e8-179a-4373-aecb-0431101c9b67/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/2665d6e8-179a-4373-aecb-0431101c9b67/current (x-api-key: mr_use_…, Parquet) ### Wuhan weather reports and daily highs since 2020 - Slug: wuhan-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from Wuhan (ZHHH), since January 2020, via Iowa Environmental Mesonet. 58,607 reports of temperature, wind, pressure, visibility with the day's highest and lowest reading. ## Coverage - **Windo… - Page: https://mostlyright.md/datasets/wuhan-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, wuhan, china, metar, airport weather station, daily high temperature, hourly observations - Published: 2026-09-10T08:21:23.731Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/wuhan-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/wuhan-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_zhhh (reports-zhhh) - tableId: 9481126c-650f-41dc-bee4-69e54d011992 - version_id: b4f38c43-b7c9-48b1-b517-00c8c7517874 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/9481126c-650f-41dc-bee4-69e54d011992/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/9481126c-650f-41dc-bee4-69e54d011992/preview - Query: POST https://mostlyright.md/api/v2/public/tables/9481126c-650f-41dc-bee4-69e54d011992/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/9481126c-650f-41dc-bee4-69e54d011992/current (x-api-key: mr_use_…, Parquet) ### Zhengzhou weather reports and daily highs since 2020 - Slug: zhengzhou-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from Zhengzhou (ZHCC), since January 2020, via Iowa Environmental Mesonet. 58,598 reports of temperature, wind, pressure, visibility with the day's highest and lowest reading. ## Coverage - **W… - Page: https://mostlyright.md/datasets/zhengzhou-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, zhengzhou, china, metar, airport weather station, daily high temperature, hourly observations - Published: 2026-09-10T08:21:18.962Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/zhengzhou-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/zhengzhou-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_zhcc (reports-zhcc) - tableId: 4af6f727-3fd9-4ee1-973f-608db3d1370e - version_id: 4cbad378-e26a-4e47-a58a-1afb8a7c2609 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/4af6f727-3fd9-4ee1-973f-608db3d1370e/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/4af6f727-3fd9-4ee1-973f-608db3d1370e/preview - Query: POST https://mostlyright.md/api/v2/public/tables/4af6f727-3fd9-4ee1-973f-608db3d1370e/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/4af6f727-3fd9-4ee1-973f-608db3d1370e/current (x-api-key: mr_use_…, Parquet) ### Shenzhen weather reports and daily highs since 2020 - Slug: shenzhen-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from Shenzhen (ZGSZ), since January 2020, via Iowa Environmental Mesonet. 58,608 reports of temperature, wind, pressure, visibility with the day's highest and lowest reading. ## Coverage - **Wi… - Page: https://mostlyright.md/datasets/shenzhen-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, shenzhen, china, metar, airport weather station, daily high temperature, hourly observations - Published: 2026-09-10T08:21:14.134Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/shenzhen-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/shenzhen-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_zgsz (reports-zgsz) - tableId: d5588d7c-5679-419f-ad3a-b561ac78b778 - version_id: 1cefc7d2-0d94-418a-8785-5c523229d947 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/d5588d7c-5679-419f-ad3a-b561ac78b778/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/d5588d7c-5679-419f-ad3a-b561ac78b778/preview - Query: POST https://mostlyright.md/api/v2/public/tables/d5588d7c-5679-419f-ad3a-b561ac78b778/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/d5588d7c-5679-419f-ad3a-b561ac78b778/current (x-api-key: mr_use_…, Parquet) ### Guangzhou weather reports and daily highs since 2020 - Slug: guangzhou-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from Guangzhou (ZGGG), since January 2020, via Iowa Environmental Mesonet. 119,006 reports of temperature, wind, pressure, visibility with the day's highest and lowest reading. ## Coverage - **… - Page: https://mostlyright.md/datasets/guangzhou-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, guangzhou, china, metar, airport weather station, daily high temperature, hourly observations - Published: 2026-09-10T08:21:09.720Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/guangzhou-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/guangzhou-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_zggg (reports-zggg) - tableId: f1b5038d-4a5f-40e5-9360-c067985d8810 - version_id: 02b4ef75-bf08-4dbe-b026-e717438e15d3 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/f1b5038d-4a5f-40e5-9360-c067985d8810/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/f1b5038d-4a5f-40e5-9360-c067985d8810/preview - Query: POST https://mostlyright.md/api/v2/public/tables/f1b5038d-4a5f-40e5-9360-c067985d8810/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/f1b5038d-4a5f-40e5-9360-c067985d8810/current (x-api-key: mr_use_…, Parquet) ### Beijing weather reports and daily highs since 2020 - Slug: beijing-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from Beijing (ZBAA), since January 2020, via Iowa Environmental Mesonet. 117,876 reports of temperature, wind, pressure, visibility with the day's highest and lowest reading. ## Coverage - **Wi… - Page: https://mostlyright.md/datasets/beijing-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, beijing, china, metar, airport weather station, daily high temperature, hourly observations - Published: 2026-09-10T08:21:05.279Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/beijing-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/beijing-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_zbaa (reports-zbaa) - tableId: 17b07278-1e92-40d5-80a3-4ad03de899cb - version_id: 2f3eb484-0a4b-4b4f-9d2e-16150ff0154a - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/17b07278-1e92-40d5-80a3-4ad03de899cb/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/17b07278-1e92-40d5-80a3-4ad03de899cb/preview - Query: POST https://mostlyright.md/api/v2/public/tables/17b07278-1e92-40d5-80a3-4ad03de899cb/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/17b07278-1e92-40d5-80a3-4ad03de899cb/current (x-api-key: mr_use_…, Parquet) ### Sydney weather reports and daily highs since 2020 - Slug: sydney-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from Sydney (YSSY), since January 2020, via Iowa Environmental Mesonet. 125,851 reports of temperature, wind, pressure, visibility with the day's highest and lowest reading. ## Coverage - **Win… - Page: https://mostlyright.md/datasets/sydney-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, sydney, australia, metar, airport weather station, daily high temperature, hourly observations - Published: 2026-09-10T08:21:00.946Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/sydney-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/sydney-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_yssy (reports-yssy) - tableId: 1da2e49c-e160-463b-8bcc-a6657e1a5b7d - version_id: e1cab814-01a4-42fa-919b-e2fdef669a50 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/1da2e49c-e160-463b-8bcc-a6657e1a5b7d/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/1da2e49c-e160-463b-8bcc-a6657e1a5b7d/preview - Query: POST https://mostlyright.md/api/v2/public/tables/1da2e49c-e160-463b-8bcc-a6657e1a5b7d/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/1da2e49c-e160-463b-8bcc-a6657e1a5b7d/current (x-api-key: mr_use_…, Parquet) ### Kuala Lumpur weather reports and daily highs since 2020 - Slug: kuala-lumpur-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from Kuala Lumpur (WMKK), since January 2020, via Iowa Environmental Mesonet. 119,711 reports of temperature, wind, pressure, visibility with the day's highest and lowest reading. ## Coverage -… - Page: https://mostlyright.md/datasets/kuala-lumpur-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, kuala lumpur, malaysia, metar, airport weather station, daily high temperature, hourly observations - Published: 2026-09-10T08:20:51.211Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/kuala-lumpur-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/kuala-lumpur-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_wmkk (reports-wmkk) - tableId: 8e98229e-8ecd-41de-9707-c956d0df08cc - version_id: cd1a69b6-1532-453c-957f-11c53f5ccf33 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/8e98229e-8ecd-41de-9707-c956d0df08cc/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/8e98229e-8ecd-41de-9707-c956d0df08cc/preview - Query: POST https://mostlyright.md/api/v2/public/tables/8e98229e-8ecd-41de-9707-c956d0df08cc/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/8e98229e-8ecd-41de-9707-c956d0df08cc/current (x-api-key: mr_use_…, Parquet) ### Lucknow weather reports and daily highs since 2020 - Slug: lucknow-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from Lucknow (VILK), since January 2020, via Iowa Environmental Mesonet. 106,350 reports of temperature, wind, pressure, visibility with the day's highest and lowest reading. ## Coverage - **Wi… - Page: https://mostlyright.md/datasets/lucknow-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, lucknow, india, metar, airport weather station, daily high temperature, hourly observations - Published: 2026-09-10T08:20:46.243Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/lucknow-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/lucknow-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_vilk (reports-vilk) - tableId: 00ec2ef3-527f-40db-8cf7-3fd65dc47a3c - version_id: b7693c29-7c75-4f89-b86b-619af2cd9af8 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/00ec2ef3-527f-40db-8cf7-3fd65dc47a3c/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/00ec2ef3-527f-40db-8cf7-3fd65dc47a3c/preview - Query: POST https://mostlyright.md/api/v2/public/tables/00ec2ef3-527f-40db-8cf7-3fd65dc47a3c/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/00ec2ef3-527f-40db-8cf7-3fd65dc47a3c/current (x-api-key: mr_use_…, Parquet) ### Hong Kong weather reports and daily highs since 2020 - Slug: hong-kong-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from Hong Kong (VHHH), since January 2020, via Iowa Environmental Mesonet. 124,502 reports of temperature, wind, pressure, visibility with the day's highest and lowest reading. ## Coverage - **… - Page: https://mostlyright.md/datasets/hong-kong-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, hong kong, china, metar, airport weather station, daily high temperature, hourly observations - Published: 2026-09-10T08:20:41.858Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/hong-kong-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/hong-kong-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_vhhh (reports-vhhh) - tableId: ca0478fa-cc33-447f-b4fb-2b975c800e98 - version_id: d573d356-f805-49b0-be7f-74a2b54824dd - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/ca0478fa-cc33-447f-b4fb-2b975c800e98/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/ca0478fa-cc33-447f-b4fb-2b975c800e98/preview - Query: POST https://mostlyright.md/api/v2/public/tables/ca0478fa-cc33-447f-b4fb-2b975c800e98/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/ca0478fa-cc33-447f-b4fb-2b975c800e98/current (x-api-key: mr_use_…, Parquet) ### Mumbai weather reports and daily highs since 2020 - Slug: mumbai-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from Mumbai (VABB), since January 2020, via Iowa Environmental Mesonet. 116,245 reports of temperature, wind, pressure, visibility with the day's highest and lowest reading. ## Coverage - **Win… - Page: https://mostlyright.md/datasets/mumbai-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, mumbai, india, metar, airport weather station, daily high temperature, hourly observations - Published: 2026-09-10T08:20:37.386Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/mumbai-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/mumbai-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_vabb (reports-vabb) - tableId: 963abb05-64d0-4725-aa35-2d5c46dc2eb1 - version_id: 6700f1b1-334c-4336-9228-0577ed76f143 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/963abb05-64d0-4725-aa35-2d5c46dc2eb1/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/963abb05-64d0-4725-aa35-2d5c46dc2eb1/preview - Query: POST https://mostlyright.md/api/v2/public/tables/963abb05-64d0-4725-aa35-2d5c46dc2eb1/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/963abb05-64d0-4725-aa35-2d5c46dc2eb1/current (x-api-key: mr_use_…, Parquet) ### Moscow weather reports and daily highs since 2020 - Slug: moscow-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from Moscow (UUEE), since January 2020, via Iowa Environmental Mesonet. 126,515 reports of temperature, wind, pressure, visibility with the day's highest and lowest reading. ## Coverage - **Win… - Page: https://mostlyright.md/datasets/moscow-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, moscow, russia, metar, airport weather station, daily high temperature, hourly observations - Published: 2026-09-10T08:20:32.983Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/moscow-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/moscow-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_uuee (reports-uuee) - tableId: e0768f4a-45d1-47f4-bee2-2fb01d259332 - version_id: 2288c411-534f-4a60-8ed5-00ff102f6a4f - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/e0768f4a-45d1-47f4-bee2-2fb01d259332/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/e0768f4a-45d1-47f4-bee2-2fb01d259332/preview - Query: POST https://mostlyright.md/api/v2/public/tables/e0768f4a-45d1-47f4-bee2-2fb01d259332/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/e0768f4a-45d1-47f4-bee2-2fb01d259332/current (x-api-key: mr_use_…, Parquet) ### Trenton weather reports and daily highs since 2020 - Slug: trenton-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from Trenton (KTTN), since January 2020, via Iowa Environmental Mesonet. 73,222 reports of temperature, wind, pressure, visibility with the day's official NWS high and low. ## Coverage - **Wind… - Page: https://mostlyright.md/datasets/trenton-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, trenton, united states, metar, national weather service, daily high temperature, hourly observations - Published: 2026-09-10T08:20:28.641Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/trenton-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/trenton-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_kttn (reports-kttn) - tableId: 2876a712-7b35-48a7-8b69-e3f26106e115 - version_id: 892fde75-e0f1-4ef6-8cdf-c8ea322acc4b - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/2876a712-7b35-48a7-8b69-e3f26106e115/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/2876a712-7b35-48a7-8b69-e3f26106e115/preview - Query: POST https://mostlyright.md/api/v2/public/tables/2876a712-7b35-48a7-8b69-e3f26106e115/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/2876a712-7b35-48a7-8b69-e3f26106e115/current (x-api-key: mr_use_…, Parquet) ### San Francisco weather reports and daily highs since 2020 - Slug: san-francisco-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from San Francisco (KSFO), since January 2020, via Iowa Environmental Mesonet. 65,297 reports of temperature, wind, pressure, visibility with the day's official NWS high and low. ## Coverage -… - Page: https://mostlyright.md/datasets/san-francisco-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, san francisco, united states, metar, national weather service, daily high temperature, hourly observations - Published: 2026-09-10T08:20:24.313Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/san-francisco-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/san-francisco-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_ksfo (reports-ksfo) - tableId: 1b3cdb1e-256b-446b-b809-ce66260c762a - version_id: 1451c323-807b-40b7-96c3-71ffb5d2d82f - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/1b3cdb1e-256b-446b-b809-ce66260c762a/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/1b3cdb1e-256b-446b-b809-ce66260c762a/preview - Query: POST https://mostlyright.md/api/v2/public/tables/1b3cdb1e-256b-446b-b809-ce66260c762a/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/1b3cdb1e-256b-446b-b809-ce66260c762a/current (x-api-key: mr_use_…, Parquet) ### Seattle weather reports and daily highs since 2020 - Slug: seattle-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from Seattle (KSEA), since January 2020, via Iowa Environmental Mesonet. 72,410 reports of temperature, wind, pressure, visibility with the day's official NWS high and low. ## Coverage - **Wind… - Page: https://mostlyright.md/datasets/seattle-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, seattle, united states, metar, national weather service, daily high temperature, hourly observations - Published: 2026-09-10T08:20:20.063Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/seattle-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/seattle-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_ksea (reports-ksea) - tableId: bf090b93-e7d2-4d6f-878d-b3d870368acd - version_id: 7e288db8-f6b0-4133-8bf2-84dd01d9d7fd - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/bf090b93-e7d2-4d6f-878d-b3d870368acd/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/bf090b93-e7d2-4d6f-878d-b3d870368acd/preview - Query: POST https://mostlyright.md/api/v2/public/tables/bf090b93-e7d2-4d6f-878d-b3d870368acd/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/bf090b93-e7d2-4d6f-878d-b3d870368acd/current (x-api-key: mr_use_…, Parquet) ### Louisville weather reports and daily highs since 2020 - Slug: louisville-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from Louisville (KSDF), since January 2020, via Iowa Environmental Mesonet. 73,518 reports of temperature, wind, pressure, visibility with the day's official NWS high and low. ## Coverage - **W… - Page: https://mostlyright.md/datasets/louisville-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, louisville, united states, metar, national weather service, daily high temperature, hourly observations - Published: 2026-09-10T08:20:15.862Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/louisville-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/louisville-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_ksdf (reports-ksdf) - tableId: 3b2d8af2-6a6c-4965-bc18-90d91a366e10 - version_id: b0a15004-980b-4f49-af0b-1ab72b2f53ea - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/3b2d8af2-6a6c-4965-bc18-90d91a366e10/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/3b2d8af2-6a6c-4965-bc18-90d91a366e10/preview - Query: POST https://mostlyright.md/api/v2/public/tables/3b2d8af2-6a6c-4965-bc18-90d91a366e10/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/3b2d8af2-6a6c-4965-bc18-90d91a366e10/current (x-api-key: mr_use_…, Parquet) ### São Paulo weather reports and daily highs since 2020 - Slug: sao-paulo-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from São Paulo (SBGR), since January 2020, via Iowa Environmental Mesonet. 62,209 reports of temperature, wind, pressure, visibility with the day's highest and lowest reading. ## Coverage - **W… - Page: https://mostlyright.md/datasets/sao-paulo-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, sao paulo, brazil, metar, airport weather station, daily high temperature, hourly observations - Published: 2026-09-10T08:20:11.602Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/sao-paulo-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/sao-paulo-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_sbgr (reports-sbgr) - tableId: 1b1ee9aa-05ff-4c4d-ba76-9169766cfd8a - version_id: 09701640-46cb-473c-bca2-7379ee2a0ea0 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/1b1ee9aa-05ff-4c4d-ba76-9169766cfd8a/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/1b1ee9aa-05ff-4c4d-ba76-9169766cfd8a/preview - Query: POST https://mostlyright.md/api/v2/public/tables/1b1ee9aa-05ff-4c4d-ba76-9169766cfd8a/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/1b1ee9aa-05ff-4c4d-ba76-9169766cfd8a/current (x-api-key: mr_use_…, Parquet) ### San Antonio weather reports and daily highs since 2020 - Slug: san-antonio-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from San Antonio (KSAT), since January 2020, via Iowa Environmental Mesonet. 70,854 reports of temperature, wind, pressure, visibility with the day's official NWS high and low. ## Coverage - **… - Page: https://mostlyright.md/datasets/san-antonio-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, san antonio, united states, metar, national weather service, daily high temperature, hourly observations - Published: 2026-09-10T08:20:07.247Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/san-antonio-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/san-antonio-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_ksat (reports-ksat) - tableId: 3fd6a94f-c4ae-43ca-ac1f-5df88a82ff2e - version_id: 32e5e685-5874-41a8-ba6f-aabe1f97e40e - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/3fd6a94f-c4ae-43ca-ac1f-5df88a82ff2e/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/3fd6a94f-c4ae-43ca-ac1f-5df88a82ff2e/preview - Query: POST https://mostlyright.md/api/v2/public/tables/3fd6a94f-c4ae-43ca-ac1f-5df88a82ff2e/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/3fd6a94f-c4ae-43ca-ac1f-5df88a82ff2e/current (x-api-key: mr_use_…, Parquet) ### San Diego weather reports and daily highs since 2020 - Slug: san-diego-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from San Diego (KSAN), since January 2020, via Iowa Environmental Mesonet. 73,288 reports of temperature, wind, pressure, visibility with the day's official NWS high and low. ## Coverage - **Wi… - Page: https://mostlyright.md/datasets/san-diego-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, san diego, united states, metar, national weather service, daily high temperature, hourly observations - Published: 2026-09-10T08:20:02.555Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/san-diego-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/san-diego-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_ksan (reports-ksan) - tableId: b30066f1-b80c-48dc-b858-3643f6fd39eb - version_id: ae85da3e-714f-4732-ad30-c50d76b993a0 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/b30066f1-b80c-48dc-b858-3643f6fd39eb/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/b30066f1-b80c-48dc-b858-3643f6fd39eb/preview - Query: POST https://mostlyright.md/api/v2/public/tables/b30066f1-b80c-48dc-b858-3643f6fd39eb/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/b30066f1-b80c-48dc-b858-3643f6fd39eb/current (x-api-key: mr_use_…, Parquet) ### Buenos Aires weather reports and daily highs since 2020 - Slug: buenos-aires-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from Buenos Aires (SAEZ), since January 2020, via Iowa Environmental Mesonet. 64,364 reports of temperature, wind, pressure, visibility with the day's highest and lowest reading. ## Coverage -… - Page: https://mostlyright.md/datasets/buenos-aires-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, buenos aires, argentina, metar, airport weather station, daily high temperature, hourly observations - Published: 2026-09-10T08:19:57.938Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/buenos-aires-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/buenos-aires-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_saez (reports-saez) - tableId: 82daa2a9-b347-4f99-9149-bb903f9f16a5 - version_id: f665d7f4-8825-465e-8a2d-c8619431cca1 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/82daa2a9-b347-4f99-9149-bb903f9f16a5/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/82daa2a9-b347-4f99-9149-bb903f9f16a5/preview - Query: POST https://mostlyright.md/api/v2/public/tables/82daa2a9-b347-4f99-9149-bb903f9f16a5/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/82daa2a9-b347-4f99-9149-bb903f9f16a5/current (x-api-key: mr_use_…, Parquet) ### Manila weather reports and daily highs since 2020 - Slug: manila-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from Manila (RPLL), since January 2020, via Iowa Environmental Mesonet. 59,262 reports of temperature, wind, pressure, visibility with the day's highest and lowest reading. ## Coverage - **Wind… - Page: https://mostlyright.md/datasets/manila-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, manila, philippines, metar, airport weather station, daily high temperature, hourly observations - Published: 2026-09-10T08:19:53.268Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/manila-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/manila-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_rpll (reports-rpll) - tableId: 1b106959-405a-49a6-8634-bd60e666b826 - version_id: 85060727-231d-458d-9133-e9b2f2b726ed - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/1b106959-405a-49a6-8634-bd60e666b826/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/1b106959-405a-49a6-8634-bd60e666b826/preview - Query: POST https://mostlyright.md/api/v2/public/tables/1b106959-405a-49a6-8634-bd60e666b826/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/1b106959-405a-49a6-8634-bd60e666b826/current (x-api-key: mr_use_…, Parquet) ### Seoul weather reports and daily highs since 2020 - Slug: seoul-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from Seoul (RKSI), since January 2020, via Iowa Environmental Mesonet. 117,178 reports of temperature, wind, pressure, visibility with the day's highest and lowest reading. ## Coverage - **Wind… - Page: https://mostlyright.md/datasets/seoul-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, seoul, south korea, metar, airport weather station, daily high temperature, hourly observations - Published: 2026-09-10T08:19:48.684Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/seoul-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/seoul-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_rksi (reports-rksi) - tableId: 5a225855-ffc7-4381-bf37-f76e4208e020 - version_id: 39913846-c685-4322-9525-e378e9dd5280 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/5a225855-ffc7-4381-bf37-f76e4208e020/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/5a225855-ffc7-4381-bf37-f76e4208e020/preview - Query: POST https://mostlyright.md/api/v2/public/tables/5a225855-ffc7-4381-bf37-f76e4208e020/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/5a225855-ffc7-4381-bf37-f76e4208e020/current (x-api-key: mr_use_…, Parquet) ### Busan weather reports and daily highs since 2020 - Slug: busan-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from Busan (RKPK), since January 2020, via Iowa Environmental Mesonet. 66,194 reports of temperature, wind, pressure, visibility with the day's highest and lowest reading. ## Coverage - **Windo… - Page: https://mostlyright.md/datasets/busan-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, busan, south korea, metar, airport weather station, daily high temperature, hourly observations - Published: 2026-09-10T08:19:44.080Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/busan-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/busan-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_rkpk (reports-rkpk) - tableId: 2037293c-b5d7-4ca5-8238-96680b925c9a - version_id: 39eb13be-62ba-4485-99a6-f315abae061e - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/2037293c-b5d7-4ca5-8238-96680b925c9a/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/2037293c-b5d7-4ca5-8238-96680b925c9a/preview - Query: POST https://mostlyright.md/api/v2/public/tables/2037293c-b5d7-4ca5-8238-96680b925c9a/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/2037293c-b5d7-4ca5-8238-96680b925c9a/current (x-api-key: mr_use_…, Parquet) ### Tokyo weather reports and daily highs since 2020 - Slug: tokyo-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from Haneda Airport, Tokyo (RJTT), since January 2020, via Iowa Environmental Mesonet. 124,258 reports of temperature, wind, pressure, visibility with the day's highest and lowest reading. ## C… - Page: https://mostlyright.md/datasets/tokyo-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, tokyo, japan, metar, airport weather station, daily high temperature, hourly observations - Published: 2026-09-10T08:19:39.037Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/tokyo-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/tokyo-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_rjtt (reports-rjtt) - tableId: a9e9ba28-6954-4478-a935-333bb63be8e9 - version_id: 661627e9-8940-46bc-a70a-0763f17f1447 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/a9e9ba28-6954-4478-a935-333bb63be8e9/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/a9e9ba28-6954-4478-a935-333bb63be8e9/preview - Query: POST https://mostlyright.md/api/v2/public/tables/a9e9ba28-6954-4478-a935-333bb63be8e9/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/a9e9ba28-6954-4478-a935-333bb63be8e9/current (x-api-key: mr_use_…, Parquet) ### Taipei weather reports and daily highs since 2020 - Slug: taipei-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from Taipei (RCTP), since January 2020, via Iowa Environmental Mesonet. 131,913 reports of temperature, wind, pressure, visibility with the day's highest and lowest reading. ## Coverage - **Win… - Page: https://mostlyright.md/datasets/taipei-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, taipei, taiwan, metar, airport weather station, daily high temperature, hourly observations - Published: 2026-09-10T08:19:34.248Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/taipei-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/taipei-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_rctp (reports-rctp) - tableId: f81bced2-6d73-49fa-9ee3-0a43fe5e4f9a - version_id: e3ac1496-d4bc-487b-85e3-b6fcd637aa48 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/f81bced2-6d73-49fa-9ee3-0a43fe5e4f9a/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/f81bced2-6d73-49fa-9ee3-0a43fe5e4f9a/preview - Query: POST https://mostlyright.md/api/v2/public/tables/f81bced2-6d73-49fa-9ee3-0a43fe5e4f9a/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/f81bced2-6d73-49fa-9ee3-0a43fe5e4f9a/current (x-api-key: mr_use_…, Parquet) ### Phoenix weather reports and daily highs since 2020 - Slug: phoenix-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from Phoenix (KPHX), since January 2020, via Iowa Environmental Mesonet. 60,622 reports of temperature, wind, pressure, visibility with the day's official NWS high and low. ## Coverage - **Wind… - Page: https://mostlyright.md/datasets/phoenix-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, phoenix, united states, metar, national weather service, daily high temperature, hourly observations - Published: 2026-09-10T08:19:29.427Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/phoenix-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/phoenix-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_kphx (reports-kphx) - tableId: 6cd5de11-5626-4496-811d-fb8675ccb7ed - version_id: e0fcd622-878a-4866-a014-c8b48ec0330d - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/6cd5de11-5626-4496-811d-fb8675ccb7ed/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/6cd5de11-5626-4496-811d-fb8675ccb7ed/preview - Query: POST https://mostlyright.md/api/v2/public/tables/6cd5de11-5626-4496-811d-fb8675ccb7ed/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/6cd5de11-5626-4496-811d-fb8675ccb7ed/current (x-api-key: mr_use_…, Parquet) ### Philadelphia weather reports and daily highs since 2020 - Slug: philadelphia-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from Philadelphia (KPHL), since January 2020, via Iowa Environmental Mesonet. 74,239 reports of temperature, wind, pressure, visibility with the day's official NWS high and low. ## Coverage - *… - Page: https://mostlyright.md/datasets/philadelphia-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, philadelphia, united states, metar, national weather service, daily high temperature, hourly observations - Published: 2026-09-10T08:19:25.054Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/philadelphia-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/philadelphia-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_kphl (reports-kphl) - tableId: 74906801-245c-474d-94c0-2e6ab7990458 - version_id: 09247a56-d0e9-4e22-8c70-82203bd10c79 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/74906801-245c-474d-94c0-2e6ab7990458/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/74906801-245c-474d-94c0-2e6ab7990458/preview - Query: POST https://mostlyright.md/api/v2/public/tables/74906801-245c-474d-94c0-2e6ab7990458/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/74906801-245c-474d-94c0-2e6ab7990458/current (x-api-key: mr_use_…, Parquet) ### Karachi weather reports and daily highs since 2020 - Slug: karachi-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from Karachi (OPKC), since January 2020, via Iowa Environmental Mesonet. 115,123 reports of temperature, wind, pressure, visibility with the day's highest and lowest reading. ## Coverage - **Wi… - Page: https://mostlyright.md/datasets/karachi-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, karachi, pakistan, metar, airport weather station, daily high temperature, hourly observations - Published: 2026-09-10T08:19:20.728Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/karachi-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/karachi-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_opkc (reports-opkc) - tableId: 6d4159cc-e9cd-4015-9821-134a51803e2f - version_id: 60544a5f-fe53-4bb7-a96f-2457a2dd8dec - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/6d4159cc-e9cd-4015-9821-134a51803e2f/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/6d4159cc-e9cd-4015-9821-134a51803e2f/preview - Query: POST https://mostlyright.md/api/v2/public/tables/6d4159cc-e9cd-4015-9821-134a51803e2f/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/6d4159cc-e9cd-4015-9821-134a51803e2f/current (x-api-key: mr_use_…, Parquet) ### Dubai weather reports and daily highs since 2020 - Slug: dubai-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from Dubai (OMDB), since January 2020, via Iowa Environmental Mesonet. 74,783 reports of temperature, wind, pressure, visibility with the day's highest and lowest reading. ## Coverage - **Windo… - Page: https://mostlyright.md/datasets/dubai-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, dubai, united arab emirates, metar, airport weather station, daily high temperature, hourly observations - Published: 2026-09-10T08:19:16.363Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/dubai-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/dubai-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_omdb (reports-omdb) - tableId: 4d6f2995-5ecb-41f8-9dc9-42f8e8d6affb - version_id: 8067f449-4e6f-40ff-be86-316d06b1c373 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/4d6f2995-5ecb-41f8-9dc9-42f8e8d6affb/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/4d6f2995-5ecb-41f8-9dc9-42f8e8d6affb/preview - Query: POST https://mostlyright.md/api/v2/public/tables/4d6f2995-5ecb-41f8-9dc9-42f8e8d6affb/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/4d6f2995-5ecb-41f8-9dc9-42f8e8d6affb/current (x-api-key: mr_use_…, Parquet) ### Oklahoma City weather reports and daily highs since 2020 - Slug: oklahoma-city-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from Oklahoma City (KOKC), since January 2020, via Iowa Environmental Mesonet. 67,911 reports of temperature, wind, pressure, visibility with the day's official NWS high and low. ## Coverage -… - Page: https://mostlyright.md/datasets/oklahoma-city-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, oklahoma city, united states, metar, national weather service, daily high temperature, hourly observations - Published: 2026-09-10T08:19:12.088Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/oklahoma-city-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/oklahoma-city-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_kokc (reports-kokc) - tableId: 7d37bd5e-899b-4f75-a7d5-ace9de947066 - version_id: ff5da830-736e-4648-ad14-bc1c21ff9885 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/7d37bd5e-899b-4f75-a7d5-ace9de947066/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/7d37bd5e-899b-4f75-a7d5-ace9de947066/preview - Query: POST https://mostlyright.md/api/v2/public/tables/7d37bd5e-899b-4f75-a7d5-ace9de947066/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/7d37bd5e-899b-4f75-a7d5-ace9de947066/current (x-api-key: mr_use_…, Parquet) ### Jeddah weather reports and daily highs since 2020 - Slug: jeddah-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from Jeddah (OEJN), since January 2020, via Iowa Environmental Mesonet. 59,038 reports of temperature, wind, pressure, visibility with the day's highest and lowest reading. ## Coverage - **Wind… - Page: https://mostlyright.md/datasets/jeddah-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, jeddah, saudi arabia, metar, airport weather station, daily high temperature, hourly observations - Published: 2026-09-10T08:19:07.766Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/jeddah-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/jeddah-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_oejn (reports-oejn) - tableId: 54537168-12c3-4b56-ae1e-358ece2f48b9 - version_id: 8f79c0fd-04ad-4d0f-913b-1e7341c365bf - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/54537168-12c3-4b56-ae1e-358ece2f48b9/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/54537168-12c3-4b56-ae1e-358ece2f48b9/preview - Query: POST https://mostlyright.md/api/v2/public/tables/54537168-12c3-4b56-ae1e-358ece2f48b9/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/54537168-12c3-4b56-ae1e-358ece2f48b9/current (x-api-key: mr_use_…, Parquet) ### Wellington weather reports and daily highs since 2020 - Slug: wellington-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from Wellington (NZWN), since January 2020, via Iowa Environmental Mesonet. 117,163 reports of temperature, wind, pressure, visibility with the day's highest and lowest reading. ## Coverage - *… - Page: https://mostlyright.md/datasets/wellington-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, wellington, new zealand, metar, airport weather station, daily high temperature, hourly observations - Published: 2026-09-10T08:19:03.497Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/wellington-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/wellington-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_nzwn (reports-nzwn) - tableId: 2022acaa-44e0-410e-a65f-1f1e37002ac4 - version_id: 98271856-5f06-410b-9779-f5284ad42cde - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/2022acaa-44e0-410e-a65f-1f1e37002ac4/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/2022acaa-44e0-410e-a65f-1f1e37002ac4/preview - Query: POST https://mostlyright.md/api/v2/public/tables/2022acaa-44e0-410e-a65f-1f1e37002ac4/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/2022acaa-44e0-410e-a65f-1f1e37002ac4/current (x-api-key: mr_use_…, Parquet) ### New Orleans weather reports and daily highs since 2020 - Slug: new-orleans-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from New Orleans (KMSY), since January 2020, via Iowa Environmental Mesonet. 71,605 reports of temperature, wind, pressure, visibility with the day's official NWS high and low. ## Coverage - **… - Page: https://mostlyright.md/datasets/new-orleans-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, new orleans, united states, metar, national weather service, daily high temperature, hourly observations - Published: 2026-09-10T08:18:59.307Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/new-orleans-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/new-orleans-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_kmsy (reports-kmsy) - tableId: 3a6d3cde-9c27-453f-ba34-0e8dfe42249f - version_id: 83cd14a5-2a79-49d7-8285-a3398c2a804c - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/3a6d3cde-9c27-453f-ba34-0e8dfe42249f/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/3a6d3cde-9c27-453f-ba34-0e8dfe42249f/preview - Query: POST https://mostlyright.md/api/v2/public/tables/3a6d3cde-9c27-453f-ba34-0e8dfe42249f/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/3a6d3cde-9c27-453f-ba34-0e8dfe42249f/current (x-api-key: mr_use_…, Parquet) ### Minneapolis weather reports and daily highs since 2020 - Slug: minneapolis-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from Minneapolis (KMSP), since January 2020, via Iowa Environmental Mesonet. 71,576 reports of temperature, wind, pressure, visibility with the day's official NWS high and low. ## Coverage - **… - Page: https://mostlyright.md/datasets/minneapolis-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, minneapolis, united states, metar, national weather service, daily high temperature, hourly observations - Published: 2026-09-10T08:18:54.977Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/minneapolis-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/minneapolis-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_kmsp (reports-kmsp) - tableId: 232ece0b-1dcb-4584-a841-7e4dedc3a808 - version_id: 56a2b429-953c-4983-9572-2d9e01d37e82 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/232ece0b-1dcb-4584-a841-7e4dedc3a808/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/232ece0b-1dcb-4584-a841-7e4dedc3a808/preview - Query: POST https://mostlyright.md/api/v2/public/tables/232ece0b-1dcb-4584-a841-7e4dedc3a808/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/232ece0b-1dcb-4584-a841-7e4dedc3a808/current (x-api-key: mr_use_…, Parquet) ### Panama City weather reports and daily highs since 2020 - Slug: panama-city-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from Panama City (MPTO), since January 2020, via Iowa Environmental Mesonet. 60,760 reports of temperature, wind, pressure, visibility with the day's highest and lowest reading. ## Coverage - *… - Page: https://mostlyright.md/datasets/panama-city-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, panama city, panama, metar, airport weather station, daily high temperature, hourly observations - Published: 2026-09-10T08:18:50.259Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/panama-city-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/panama-city-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_mpto (reports-mpto) - tableId: 39b7e419-1bae-44fa-a053-8eb7a47c12d0 - version_id: 35ae6424-5d0c-4b31-a2a9-1abb9c96729d - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/39b7e419-1bae-44fa-a053-8eb7a47c12d0/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/39b7e419-1bae-44fa-a053-8eb7a47c12d0/preview - Query: POST https://mostlyright.md/api/v2/public/tables/39b7e419-1bae-44fa-a053-8eb7a47c12d0/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/39b7e419-1bae-44fa-a053-8eb7a47c12d0/current (x-api-key: mr_use_…, Parquet) ### Mexico City weather reports and daily highs since 2020 - Slug: mexico-city-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from Mexico City (MMMX), since January 2020, via Iowa Environmental Mesonet. 76,020 reports of temperature, wind, pressure, visibility with the day's highest and lowest reading. ## Coverage - *… - Page: https://mostlyright.md/datasets/mexico-city-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, mexico city, mexico, metar, airport weather station, daily high temperature, hourly observations - Published: 2026-09-10T08:18:45.682Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/mexico-city-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/mexico-city-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_mmmx (reports-mmmx) - tableId: 286ac45c-e6b9-4177-898d-65970994e813 - version_id: 93ff382b-c93a-44a6-a3dc-3d657017336f - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/286ac45c-e6b9-4177-898d-65970994e813/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/286ac45c-e6b9-4177-898d-65970994e813/preview - Query: POST https://mostlyright.md/api/v2/public/tables/286ac45c-e6b9-4177-898d-65970994e813/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/286ac45c-e6b9-4177-898d-65970994e813/current (x-api-key: mr_use_…, Parquet) ### Miami weather reports and daily highs since 2020 - Slug: miami-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from Miami (KMIA), since January 2020, via Iowa Environmental Mesonet. 67,420 reports of temperature, wind, pressure, visibility with the day's official NWS high and low. ## Coverage - **Window… - Page: https://mostlyright.md/datasets/miami-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, miami, united states, metar, national weather service, daily high temperature, hourly observations - Published: 2026-09-10T08:18:41.136Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/miami-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/miami-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_kmia (reports-kmia) - tableId: b18ecf22-2169-4ebe-9862-155b5abb412d - version_id: 7fa5172d-e832-486b-a3b2-70ba7f0c22ac - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/b18ecf22-2169-4ebe-9862-155b5abb412d/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/b18ecf22-2169-4ebe-9862-155b5abb412d/preview - Query: POST https://mostlyright.md/api/v2/public/tables/b18ecf22-2169-4ebe-9862-155b5abb412d/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/b18ecf22-2169-4ebe-9862-155b5abb412d/current (x-api-key: mr_use_…, Parquet) ### New York City weather reports and daily highs since 2020 - Slug: new-york-city-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from Central Park, New York City (KNYC), since January 2020, via Iowa Environmental Mesonet. 74,206 reports of temperature, wind, pressure, visibility with the day's official NWS high and low.… - Page: https://mostlyright.md/datasets/new-york-city-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, new york city, united states, metar, national weather service, daily high temperature, central park, hourly observations - Published: 2026-09-10T08:18:40.152Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/new-york-city-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/new-york-city-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_knyc (reports-knyc) - tableId: da92a734-5290-4159-8ae0-037ebd8ba51a - version_id: 00228952-35fb-4bea-8980-507fa83c3b6e - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/da92a734-5290-4159-8ae0-037ebd8ba51a/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/da92a734-5290-4159-8ae0-037ebd8ba51a/preview - Query: POST https://mostlyright.md/api/v2/public/tables/da92a734-5290-4159-8ae0-037ebd8ba51a/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/da92a734-5290-4159-8ae0-037ebd8ba51a/current (x-api-key: mr_use_…, Parquet) ### Istanbul weather reports and daily highs since 2020 - Slug: istanbul-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from Istanbul Airport, Istanbul (LTFM), since January 2020, via Iowa Environmental Mesonet. 117,165 reports of temperature, wind, pressure, visibility with the day's highest and lowest reading.… - Page: https://mostlyright.md/datasets/istanbul-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, istanbul, turkey, metar, airport weather station, daily high temperature, hourly observations - Published: 2026-09-10T08:18:36.504Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/istanbul-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/istanbul-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_ltfm (reports-ltfm) - tableId: e9b108be-8ce9-40f5-ae53-b2d65adbbe4a - version_id: 36c60d6f-d56b-4f72-a6ca-d7b719ea347e - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/e9b108be-8ce9-40f5-ae53-b2d65adbbe4a/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/e9b108be-8ce9-40f5-ae53-b2d65adbbe4a/preview - Query: POST https://mostlyright.md/api/v2/public/tables/e9b108be-8ce9-40f5-ae53-b2d65adbbe4a/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/e9b108be-8ce9-40f5-ae53-b2d65adbbe4a/current (x-api-key: mr_use_…, Parquet) ### Ankara weather reports and daily highs since 2020 - Slug: ankara-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from Esenboğa Airport, Ankara (LTAC), since January 2020, via Iowa Environmental Mesonet. 119,023 reports of temperature, wind, pressure, visibility with the day's highest and lowest reading. #… - Page: https://mostlyright.md/datasets/ankara-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, ankara, turkey, metar, airport weather station, daily high temperature, hourly observations - Published: 2026-09-10T08:18:32.104Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/ankara-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/ankara-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_ltac (reports-ltac) - tableId: b33c5d0c-5905-4a3c-b91a-516ae36fc9e2 - version_id: d7605c2c-687e-47e2-b36d-467aca85937f - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/b33c5d0c-5905-4a3c-b91a-516ae36fc9e2/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/b33c5d0c-5905-4a3c-b91a-516ae36fc9e2/preview - Query: POST https://mostlyright.md/api/v2/public/tables/b33c5d0c-5905-4a3c-b91a-516ae36fc9e2/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/b33c5d0c-5905-4a3c-b91a-516ae36fc9e2/current (x-api-key: mr_use_…, Parquet) ### Geneva weather reports and daily highs since 2020 - Slug: geneva-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from Geneva Airport, Geneva (LSGG), since January 2020, via Iowa Environmental Mesonet. 117,213 reports of temperature, wind, pressure, visibility with the day's highest and lowest reading. ##… - Page: https://mostlyright.md/datasets/geneva-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, geneva, switzerland, metar, airport weather station, daily high temperature, hourly observations - Published: 2026-09-10T08:18:27.821Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/geneva-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/geneva-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_lsgg (reports-lsgg) - tableId: 3554e0db-9350-4172-a7db-077bfaebec5f - version_id: b7fb1df8-2270-41d2-8949-576a4f0c0152 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/3554e0db-9350-4172-a7db-077bfaebec5f/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/3554e0db-9350-4172-a7db-077bfaebec5f/preview - Query: POST https://mostlyright.md/api/v2/public/tables/3554e0db-9350-4172-a7db-077bfaebec5f/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/3554e0db-9350-4172-a7db-077bfaebec5f/current (x-api-key: mr_use_…, Parquet) ### Tel Aviv weather reports and daily highs since 2020 - Slug: tel-aviv-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from Tel Aviv (LLBG), since January 2020, via Iowa Environmental Mesonet. 116,854 reports of temperature, wind, pressure, visibility with the day's highest and lowest reading. ## Coverage - **W… - Page: https://mostlyright.md/datasets/tel-aviv-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, tel aviv, israel, metar, airport weather station, daily high temperature, hourly observations - Published: 2026-09-10T08:18:22.985Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/tel-aviv-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/tel-aviv-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_llbg (reports-llbg) - tableId: ca3fbd73-5948-4d17-9042-82306f70e5bc - version_id: 66191183-bc41-44ef-8765-e057c320d4e1 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/ca3fbd73-5948-4d17-9042-82306f70e5bc/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/ca3fbd73-5948-4d17-9042-82306f70e5bc/preview - Query: POST https://mostlyright.md/api/v2/public/tables/ca3fbd73-5948-4d17-9042-82306f70e5bc/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/ca3fbd73-5948-4d17-9042-82306f70e5bc/current (x-api-key: mr_use_…, Parquet) ### Milan weather reports and daily highs since 2020 - Slug: milan-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from Linate Airport, Milan (LIML), since January 2020, via Iowa Environmental Mesonet. 116,242 reports of temperature, wind, pressure, visibility with the day's highest and lowest reading. ## C… - Page: https://mostlyright.md/datasets/milan-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, milan, italy, metar, airport weather station, daily high temperature, hourly observations - Published: 2026-09-10T08:18:18.601Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/milan-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/milan-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_liml (reports-liml) - tableId: 0adf8ee7-dcbf-49f6-af99-ab61c4a835bb - version_id: f744c809-9d87-4ece-aadf-d61a9dfd3e6a - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/0adf8ee7-dcbf-49f6-af99-ab61c4a835bb/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/0adf8ee7-dcbf-49f6-af99-ab61c4a835bb/preview - Query: POST https://mostlyright.md/api/v2/public/tables/0adf8ee7-dcbf-49f6-af99-ab61c4a835bb/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/0adf8ee7-dcbf-49f6-af99-ab61c4a835bb/current (x-api-key: mr_use_…, Parquet) ### Paris weather reports and daily highs since 2020 - Slug: paris-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from Paris (LFPG), since January 2020, via Iowa Environmental Mesonet. 117,379 reports of temperature, wind, pressure, visibility with the day's highest and lowest reading. ## Coverage - **Wind… - Page: https://mostlyright.md/datasets/paris-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, paris, france, metar, airport weather station, daily high temperature, hourly observations - Published: 2026-09-10T08:18:14.168Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/paris-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/paris-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_lfpg (reports-lfpg) - tableId: a5b16566-b80d-4194-883f-71af694da675 - version_id: bf932ed3-3e8a-4783-ae01-d4ce65ebc415 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/a5b16566-b80d-4194-883f-71af694da675/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/a5b16566-b80d-4194-883f-71af694da675/preview - Query: POST https://mostlyright.md/api/v2/public/tables/a5b16566-b80d-4194-883f-71af694da675/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/a5b16566-b80d-4194-883f-71af694da675/current (x-api-key: mr_use_…, Parquet) ### Madrid weather reports and daily highs since 2020 - Slug: madrid-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from Madrid (LEMD), since January 2020, via Iowa Environmental Mesonet. 118,750 reports of temperature, wind, pressure, visibility with the day's highest and lowest reading. ## Coverage - **Win… - Page: https://mostlyright.md/datasets/madrid-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, madrid, spain, metar, airport weather station, daily high temperature, hourly observations - Published: 2026-09-10T08:18:09.348Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/madrid-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/madrid-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_lemd (reports-lemd) - tableId: 25bd9041-6e21-43dd-9d68-f480b433c0a4 - version_id: 25dc3d9f-b32a-4938-b685-604b8c5b0ca5 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/25bd9041-6e21-43dd-9d68-f480b433c0a4/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/25bd9041-6e21-43dd-9d68-f480b433c0a4/preview - Query: POST https://mostlyright.md/api/v2/public/tables/25bd9041-6e21-43dd-9d68-f480b433c0a4/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/25bd9041-6e21-43dd-9d68-f480b433c0a4/current (x-api-key: mr_use_…, Parquet) ### Los Angeles weather reports and daily highs since 2020 - Slug: los-angeles-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from Los Angeles (KLAX), since January 2020, via Iowa Environmental Mesonet. 68,807 reports of temperature, wind, pressure, visibility with the day's official NWS high and low. ## Coverage - **… - Page: https://mostlyright.md/datasets/los-angeles-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, los angeles, united states, metar, national weather service, daily high temperature, hourly observations - Published: 2026-09-10T08:18:04.917Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/los-angeles-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/los-angeles-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_klax (reports-klax) - tableId: a5004e4c-4685-48a1-8ea2-bc7bba8d8bdd - version_id: a82b154d-91a6-49c8-8b0d-2dbb99589408 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/a5004e4c-4685-48a1-8ea2-bc7bba8d8bdd/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/a5004e4c-4685-48a1-8ea2-bc7bba8d8bdd/preview - Query: POST https://mostlyright.md/api/v2/public/tables/a5004e4c-4685-48a1-8ea2-bc7bba8d8bdd/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/a5004e4c-4685-48a1-8ea2-bc7bba8d8bdd/current (x-api-key: mr_use_…, Parquet) ### Las Vegas weather reports and daily highs since 2020 - Slug: las-vegas-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from Las Vegas (KLAS), since January 2020, via Iowa Environmental Mesonet. 60,859 reports of temperature, wind, pressure, visibility with the day's official NWS high and low. ## Coverage - **Wi… - Page: https://mostlyright.md/datasets/las-vegas-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, las vegas, united states, metar, national weather service, daily high temperature, hourly observations - Published: 2026-09-10T08:18:00.325Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/las-vegas-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/las-vegas-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_klas (reports-klas) - tableId: 45061d54-ff74-4298-aeb5-894f7536db94 - version_id: bf6e91d0-12b9-419d-8e10-b97ed3edea0f - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/45061d54-ff74-4298-aeb5-894f7536db94/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/45061d54-ff74-4298-aeb5-894f7536db94/preview - Query: POST https://mostlyright.md/api/v2/public/tables/45061d54-ff74-4298-aeb5-894f7536db94/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/45061d54-ff74-4298-aeb5-894f7536db94/current (x-api-key: mr_use_…, Parquet) ### Houston weather reports and daily highs since 2020 - Slug: houston-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from Houston (KHOU), since January 2020, via Iowa Environmental Mesonet. 70,824 reports of temperature, wind, pressure, visibility with the day's official NWS high and low. ## Coverage - **Wind… - Page: https://mostlyright.md/datasets/houston-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, houston, united states, metar, national weather service, daily high temperature, hourly observations - Published: 2026-09-10T08:17:55.484Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/houston-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/houston-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_khou (reports-khou) - tableId: 234a73b7-d760-49dd-a531-6c285e7f3910 - version_id: f6745454-8a41-4b4e-aea5-55d96f846443 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/234a73b7-d760-49dd-a531-6c285e7f3910/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/234a73b7-d760-49dd-a531-6c285e7f3910/preview - Query: POST https://mostlyright.md/api/v2/public/tables/234a73b7-d760-49dd-a531-6c285e7f3910/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/234a73b7-d760-49dd-a531-6c285e7f3910/current (x-api-key: mr_use_…, Parquet) ### Cape Town weather reports and daily highs since 2020 - Slug: cape-town-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from Cape Town (FACT), since January 2020, via Iowa Environmental Mesonet. 84,120 reports of temperature, wind, pressure, visibility with the day's highest and lowest reading. ## Coverage - **W… - Page: https://mostlyright.md/datasets/cape-town-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, cape town, south africa, metar, airport weather station, daily high temperature, hourly observations - Published: 2026-09-10T08:17:51.114Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/cape-town-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/cape-town-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_fact (reports-fact) - tableId: 2818fa33-b734-42b4-b205-86fc8756a551 - version_id: bd87e74c-5906-4b63-93f5-70c4ca3ac63d - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/2818fa33-b734-42b4-b205-86fc8756a551/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/2818fa33-b734-42b4-b205-86fc8756a551/preview - Query: POST https://mostlyright.md/api/v2/public/tables/2818fa33-b734-42b4-b205-86fc8756a551/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/2818fa33-b734-42b4-b205-86fc8756a551/current (x-api-key: mr_use_…, Parquet) ### Newark weather reports and daily highs since 2020 - Slug: newark-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from Newark (KEWR), since January 2020, via Iowa Environmental Mesonet. 66,435 reports of temperature, wind, pressure, visibility with the day's official NWS high and low. ## Coverage - **Windo… - Page: https://mostlyright.md/datasets/newark-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, newark, united states, metar, national weather service, daily high temperature, hourly observations - Published: 2026-09-10T08:17:46.507Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/newark-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/newark-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_kewr (reports-kewr) - tableId: 2d979af9-2e2d-4c93-986e-5fd1621b7d2b - version_id: 4c4ebdd0-bfa7-486e-84e8-fabe7e5ff7e8 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/2d979af9-2e2d-4c93-986e-5fd1621b7d2b/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/2d979af9-2e2d-4c93-986e-5fd1621b7d2b/preview - Query: POST https://mostlyright.md/api/v2/public/tables/2d979af9-2e2d-4c93-986e-5fd1621b7d2b/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/2d979af9-2e2d-4c93-986e-5fd1621b7d2b/current (x-api-key: mr_use_…, Parquet) ### Warsaw weather reports and daily highs since 2020 - Slug: warsaw-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from Warsaw (EPWA), since January 2020, via Iowa Environmental Mesonet. 117,156 reports of temperature, wind, pressure, visibility with the day's highest and lowest reading. ## Coverage - **Win… - Page: https://mostlyright.md/datasets/warsaw-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, warsaw, poland, metar, airport weather station, daily high temperature, hourly observations - Published: 2026-09-10T08:17:42.100Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/warsaw-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/warsaw-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_epwa (reports-epwa) - tableId: cf423598-d2da-46f4-b6cb-8f4b01bcc8ae - version_id: 499160e1-ef89-47f7-abfd-08f40edfdff4 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/cf423598-d2da-46f4-b6cb-8f4b01bcc8ae/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/cf423598-d2da-46f4-b6cb-8f4b01bcc8ae/preview - Query: POST https://mostlyright.md/api/v2/public/tables/cf423598-d2da-46f4-b6cb-8f4b01bcc8ae/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/cf423598-d2da-46f4-b6cb-8f4b01bcc8ae/current (x-api-key: mr_use_…, Parquet) ### Amsterdam weather reports and daily highs since 2020 - Slug: amsterdam-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from Schiphol Airport, Amsterdam (EHAM), since January 2020, via Iowa Environmental Mesonet. 116,972 reports of temperature, wind, pressure, visibility with the day's highest and lowest reading… - Page: https://mostlyright.md/datasets/amsterdam-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, amsterdam, netherlands, metar, airport weather station, daily high temperature, hourly observations - Published: 2026-09-10T08:17:37.662Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/amsterdam-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/amsterdam-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_eham (reports-eham) - tableId: ecff5078-75d7-42ae-b7c4-70491a01326c - version_id: 96322ce6-d1a5-4a0f-9060-3e67fda6a5b4 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/ecff5078-75d7-42ae-b7c4-70491a01326c/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/ecff5078-75d7-42ae-b7c4-70491a01326c/preview - Query: POST https://mostlyright.md/api/v2/public/tables/ecff5078-75d7-42ae-b7c4-70491a01326c/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/ecff5078-75d7-42ae-b7c4-70491a01326c/current (x-api-key: mr_use_…, Parquet) ### London weather reports and daily highs since 2020 - Slug: london-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from Heathrow Airport, London (EGLL), since January 2020, via Iowa Environmental Mesonet. 117,208 reports of temperature, wind, pressure, visibility with the day's highest and lowest reading. #… - Page: https://mostlyright.md/datasets/london-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, london, united kingdom, metar, airport weather station, daily high temperature, hourly observations - Published: 2026-09-10T08:17:33.243Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/london-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/london-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_egll (reports-egll) - tableId: 8a511163-8a2a-444f-86e6-0bdfb54ccfa2 - version_id: 051d75c7-2460-499d-8eb6-c3d5dee7b7db - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/8a511163-8a2a-444f-86e6-0bdfb54ccfa2/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/8a511163-8a2a-444f-86e6-0bdfb54ccfa2/preview - Query: POST https://mostlyright.md/api/v2/public/tables/8a511163-8a2a-444f-86e6-0bdfb54ccfa2/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/8a511163-8a2a-444f-86e6-0bdfb54ccfa2/current (x-api-key: mr_use_…, Parquet) ### Helsinki weather reports and daily highs since 2020 - Slug: helsinki-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from Helsinki (EFHK), since January 2020, via Iowa Environmental Mesonet. 117,171 reports of temperature, wind, pressure, visibility with the day's highest and lowest reading. ## Coverage - **W… - Page: https://mostlyright.md/datasets/helsinki-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, helsinki, finland, metar, airport weather station, daily high temperature, hourly observations - Published: 2026-09-10T08:17:28.861Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/helsinki-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/helsinki-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_efhk (reports-efhk) - tableId: b1cd06cd-6309-4584-9222-c55e78f4daf1 - version_id: f1e95b19-18c5-462d-a8f2-51cd6cc6f8f7 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/b1cd06cd-6309-4584-9222-c55e78f4daf1/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/b1cd06cd-6309-4584-9222-c55e78f4daf1/preview - Query: POST https://mostlyright.md/api/v2/public/tables/b1cd06cd-6309-4584-9222-c55e78f4daf1/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/b1cd06cd-6309-4584-9222-c55e78f4daf1/current (x-api-key: mr_use_…, Parquet) ### Munich weather reports and daily highs since 2020 - Slug: munich-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from Munich Airport, Munich (EDDM), since January 2020, via Iowa Environmental Mesonet. 117,229 reports of temperature, wind, pressure, visibility with the day's highest and lowest reading. ##… - Page: https://mostlyright.md/datasets/munich-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, munich, germany, metar, airport weather station, daily high temperature, hourly observations - Published: 2026-09-10T08:17:24.645Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/munich-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/munich-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_eddm (reports-eddm) - tableId: b98b5962-10a5-42b3-ace3-0ff54ec792a7 - version_id: 3ce73ec5-fdda-4552-bc4c-7fedc2f29312 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/b98b5962-10a5-42b3-ace3-0ff54ec792a7/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/b98b5962-10a5-42b3-ace3-0ff54ec792a7/preview - Query: POST https://mostlyright.md/api/v2/public/tables/b98b5962-10a5-42b3-ace3-0ff54ec792a7/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/b98b5962-10a5-42b3-ace3-0ff54ec792a7/current (x-api-key: mr_use_…, Parquet) ### Frankfurt weather reports and daily highs since 2020 - Slug: frankfurt-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from Frankfurt (EDDF), since January 2020, via Iowa Environmental Mesonet. 117,227 reports of temperature, wind, pressure, visibility with the day's highest and lowest reading. ## Coverage - **… - Page: https://mostlyright.md/datasets/frankfurt-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, frankfurt, germany, metar, airport weather station, daily high temperature, hourly observations - Published: 2026-09-10T08:17:20.109Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/frankfurt-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/frankfurt-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_eddf (reports-eddf) - tableId: dd196b7a-972a-4d99-964c-7106531ef5dd - version_id: b4a501d1-c7e0-4d8e-8f56-f97238b6386c - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/dd196b7a-972a-4d99-964c-7106531ef5dd/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/dd196b7a-972a-4d99-964c-7106531ef5dd/preview - Query: POST https://mostlyright.md/api/v2/public/tables/dd196b7a-972a-4d99-964c-7106531ef5dd/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/dd196b7a-972a-4d99-964c-7106531ef5dd/current (x-api-key: mr_use_…, Parquet) ### Berlin weather reports and daily highs since 2020 - Slug: berlin-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from Berlin (EDDB), since January 2020, via Iowa Environmental Mesonet. 117,224 reports of temperature, wind, pressure, visibility with the day's highest and lowest reading. ## Coverage - **Win… - Page: https://mostlyright.md/datasets/berlin-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, berlin, germany, metar, airport weather station, daily high temperature, hourly observations - Published: 2026-09-10T08:17:15.670Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/berlin-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/berlin-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_eddb (reports-eddb) - tableId: ebe42198-b36a-41bc-ad57-d91cc623421c - version_id: 2efa3e9e-1b4c-4083-bfd6-a128b1183591 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/ebe42198-b36a-41bc-ad57-d91cc623421c/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/ebe42198-b36a-41bc-ad57-d91cc623421c/preview - Query: POST https://mostlyright.md/api/v2/public/tables/ebe42198-b36a-41bc-ad57-d91cc623421c/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/ebe42198-b36a-41bc-ad57-d91cc623421c/current (x-api-key: mr_use_…, Parquet) ### Brussels weather reports and daily highs since 2020 - Slug: brussels-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from Brussels Airport, Brussels (EBBR), since January 2020, via Iowa Environmental Mesonet. 117,126 reports of temperature, wind, pressure, visibility with the day's highest and lowest reading.… - Page: https://mostlyright.md/datasets/brussels-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, brussels, belgium, metar, airport weather station, daily high temperature, hourly observations - Published: 2026-09-10T08:17:11.347Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/brussels-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/brussels-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_ebbr (reports-ebbr) - tableId: b1069446-bf3b-43c9-8385-31319098a5c8 - version_id: 18b99763-76f8-4eed-b1d5-0b0d181a4cdf - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/b1069446-bf3b-43c9-8385-31319098a5c8/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/b1069446-bf3b-43c9-8385-31319098a5c8/preview - Query: POST https://mostlyright.md/api/v2/public/tables/b1069446-bf3b-43c9-8385-31319098a5c8/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/b1069446-bf3b-43c9-8385-31319098a5c8/current (x-api-key: mr_use_…, Parquet) ### Dallas-Fort Worth weather reports and daily highs since 2020 - Slug: dallas-fort-worth-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from Dallas-Fort Worth (KDFW), since January 2020, via Iowa Environmental Mesonet. 68,075 reports of temperature, wind, pressure, visibility with the day's official NWS high and low. ## Coverag… - Page: https://mostlyright.md/datasets/dallas-fort-worth-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, dallas, united states, metar, national weather service, daily high temperature, hourly observations - Published: 2026-09-10T08:17:06.874Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/dallas-fort-worth-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/dallas-fort-worth-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_kdfw (reports-kdfw) - tableId: fade84f5-4754-4c63-aaf6-fe555520f9a8 - version_id: 1a565a6e-e153-49db-b565-436f7ff70979 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/fade84f5-4754-4c63-aaf6-fe555520f9a8/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/fade84f5-4754-4c63-aaf6-fe555520f9a8/preview - Query: POST https://mostlyright.md/api/v2/public/tables/fade84f5-4754-4c63-aaf6-fe555520f9a8/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/fade84f5-4754-4c63-aaf6-fe555520f9a8/current (x-api-key: mr_use_…, Parquet) ### Denver weather reports and daily highs since 2020 - Slug: denver-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from Denver (KDEN), since January 2020, via Iowa Environmental Mesonet. 67,933 reports of temperature, wind, pressure, visibility with the day's official NWS high and low. ## Coverage - **Windo… - Page: https://mostlyright.md/datasets/denver-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, denver, united states, metar, national weather service, daily high temperature, hourly observations - Published: 2026-09-10T08:17:02.479Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/denver-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/denver-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_kden (reports-kden) - tableId: f604359d-ea24-42c0-b9b0-29bcd2a3a81d - version_id: d0857dd4-df54-4c42-80b4-70f2f8b48687 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/f604359d-ea24-42c0-b9b0-29bcd2a3a81d/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/f604359d-ea24-42c0-b9b0-29bcd2a3a81d/preview - Query: POST https://mostlyright.md/api/v2/public/tables/f604359d-ea24-42c0-b9b0-29bcd2a3a81d/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/f604359d-ea24-42c0-b9b0-29bcd2a3a81d/current (x-api-key: mr_use_…, Parquet) ### Washington, DC weather reports and daily highs since 2020 - Slug: washington-dc-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from Washington, DC (KDCA), since January 2020, via Iowa Environmental Mesonet. 71,632 reports of temperature, wind, pressure, visibility with the day's official NWS high and low. ## Coverage -… - Page: https://mostlyright.md/datasets/washington-dc-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, washington dc, united states, metar, national weather service, daily high temperature, hourly observations - Published: 2026-09-10T08:16:56.636Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/washington-dc-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/washington-dc-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_kdca (reports-kdca) - tableId: 0b8ae885-ed95-4190-b4c0-e9c6510afa28 - version_id: fb8f4a9a-ea39-4c9c-bd17-36a16cd3473c - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/0b8ae885-ed95-4190-b4c0-e9c6510afa28/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/0b8ae885-ed95-4190-b4c0-e9c6510afa28/preview - Query: POST https://mostlyright.md/api/v2/public/tables/0b8ae885-ed95-4190-b4c0-e9c6510afa28/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/0b8ae885-ed95-4190-b4c0-e9c6510afa28/current (x-api-key: mr_use_…, Parquet) ### Toronto weather reports and daily highs since 2020 - Slug: toronto-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from Toronto (CYYZ), since January 2020, via Iowa Environmental Mesonet. 69,859 reports of temperature, wind, pressure, visibility with the day's highest and lowest reading. ## Coverage - **Win… - Page: https://mostlyright.md/datasets/toronto-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, toronto, canada, metar, airport weather station, daily high temperature, hourly observations - Published: 2026-09-10T08:16:52.191Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/toronto-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/toronto-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_cyyz (reports-cyyz) - tableId: 6831048a-732a-474e-b25e-2a376823ef31 - version_id: a066d2a7-d4b5-49b9-9b5f-df0c18ec866c - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/6831048a-732a-474e-b25e-2a376823ef31/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/6831048a-732a-474e-b25e-2a376823ef31/preview - Query: POST https://mostlyright.md/api/v2/public/tables/6831048a-732a-474e-b25e-2a376823ef31/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/6831048a-732a-474e-b25e-2a376823ef31/current (x-api-key: mr_use_…, Parquet) ### Boston weather reports and daily highs since 2020 - Slug: boston-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from Boston (KBOS), since January 2020, via Iowa Environmental Mesonet. 69,874 reports of temperature, wind, pressure, visibility with the day's official NWS high and low. ## Coverage - **Windo… - Page: https://mostlyright.md/datasets/boston-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, boston, united states, metar, national weather service, daily high temperature, hourly observations - Published: 2026-09-10T08:16:47.674Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/boston-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/boston-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_kbos (reports-kbos) - tableId: 60093fcf-2fe9-4435-a0e8-a76b16fd758e - version_id: b2039d4e-3223-4616-80e0-10c9255fd09f - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/60093fcf-2fe9-4435-a0e8-a76b16fd758e/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/60093fcf-2fe9-4435-a0e8-a76b16fd758e/preview - Query: POST https://mostlyright.md/api/v2/public/tables/60093fcf-2fe9-4435-a0e8-a76b16fd758e/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/60093fcf-2fe9-4435-a0e8-a76b16fd758e/current (x-api-key: mr_use_…, Parquet) ### Austin weather reports and daily highs since 2020 - Slug: austin-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from Camp Mabry, Austin (KATT), since January 2020, via Iowa Environmental Mesonet. 72,004 reports of temperature, wind, pressure, visibility with the day's official NWS high and low. ## Covera… - Page: https://mostlyright.md/datasets/austin-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, austin, united states, metar, national weather service, daily high temperature, hourly observations - Published: 2026-09-10T08:16:43.153Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/austin-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/austin-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_katt (reports-katt) - tableId: cfacbfb6-448b-484a-8e38-67b64be8a440 - version_id: 1e5ab5e1-8217-4929-8622-1991497440f1 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/cfacbfb6-448b-484a-8e38-67b64be8a440/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/cfacbfb6-448b-484a-8e38-67b64be8a440/preview - Query: POST https://mostlyright.md/api/v2/public/tables/cfacbfb6-448b-484a-8e38-67b64be8a440/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/cfacbfb6-448b-484a-8e38-67b64be8a440/current (x-api-key: mr_use_…, Parquet) ### Atlanta weather reports and daily highs since 2020 - Slug: atlanta-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from Atlanta (KATL), since January 2020, via Iowa Environmental Mesonet. 68,761 reports of temperature, wind, pressure, visibility with the day's official NWS high and low. ## Coverage - **Wind… - Page: https://mostlyright.md/datasets/atlanta-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, atlanta, united states, metar, national weather service, daily high temperature, hourly observations - Published: 2026-09-10T08:16:38.403Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/atlanta-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/atlanta-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_katl (reports-katl) - tableId: 58b06b31-0ba7-4b33-a253-503342ec2ab6 - version_id: 5d806830-a38f-4e78-bb6e-f25284a745d4 - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/58b06b31-0ba7-4b33-a253-503342ec2ab6/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/58b06b31-0ba7-4b33-a253-503342ec2ab6/preview - Query: POST https://mostlyright.md/api/v2/public/tables/58b06b31-0ba7-4b33-a253-503342ec2ab6/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/58b06b31-0ba7-4b33-a253-503342ec2ab6/current (x-api-key: mr_use_…, Parquet) ### Chicago weather reports and daily highs since 2020 - Slug: chicago-weather-reports-and-daily-highs-since-2020 - Summary: Each row is one METAR or SPECI weather report from Chicago (KMDW), since January 2020, via Iowa Environmental Mesonet. 68,124 reports of temperature, wind, pressure, visibility with the day's official NWS high and low. ## Coverage - **Wind… - Page: https://mostlyright.md/datasets/chicago-weather-reports-and-daily-highs-since-2020 - Publisher: mostlyrightmd - Topics: weather, chicago, united states, metar, national weather service, daily high temperature, hourly observations - Published: 2026-09-10T08:16:12.512Z - Metadata: GET https://mostlyright.md/api/v2/public/datasets/chicago-weather-reports-and-daily-highs-since-2020 - This dataset as Markdown: https://mostlyright.md/datasets/chicago-weather-reports-and-daily-highs-since-2020/llms.txt Tables (1): - reports_kmdw (reports-kmdw) - tableId: d6ee549a-2627-42db-a0cf-1cbda28f6339 - version_id: 9d174b8e-2715-4ef1-b6e9-b9083545407b - license: CC-BY-4.0 - Schema: GET https://mostlyright.md/api/v2/public/tables/d6ee549a-2627-42db-a0cf-1cbda28f6339/schema - Preview: GET https://mostlyright.md/api/v2/public/tables/d6ee549a-2627-42db-a0cf-1cbda28f6339/preview - Query: POST https://mostlyright.md/api/v2/public/tables/d6ee549a-2627-42db-a0cf-1cbda28f6339/query (x-api-key: mr_use_…) - Current: GET https://mostlyright.md/api/v2/public/tables/d6ee549a-2627-42db-a0cf-1cbda28f6339/current (x-api-key: mr_use_…, Parquet) ## Limits POST .../query returns 25 rows when no limit is given and at most 10000 with a key. Every page answers with next_cursor; send it back as cursor for the next page until it is null, and the whole table is read on one immutable version (offset works too). A result is capped at 8 MiB of JSON and 15 s of execution, and at most 20 columns, 8 filters, and 2 sort keys. A key may run 60 queries a minute and 5000 a day. Without a key, POST /api/public/tables/{table_id}/query takes the same body and returns at most 100 rows and 64 KiB a page, 30 queries a minute and 600 a day per address. The response reports returned_rows, scanned_bytes, elapsed_ms, and whether the result was truncated. For the whole table in one request, download GET .../current once and query the Parquet file locally instead. ## Citing a result Cite five things: the dataset (name and page URL), the table, the immutable version_id the result came from, the content digest, and the time you ran the query. A query response carries table.version_id, table.content_digest, and citation.dataset_url. A Current download carries a strong ETag and a Content-Digest header. Any version_id printed in this file is the version that was current when the file was generated; always cite the one your own response returned.