{"database": "open_comments", "private": false, "path": "/open_comments", "size": 475136, "tables": [{"name": "_metadata", "columns": ["key", "value"], "primary_keys": ["key"], "count": 2, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "dockets", "columns": ["id", "agency_id"], "primary_keys": ["id"], "count": 795, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}, {"name": "documents", "columns": ["id", "agency_id", "docket_id", "title", "document_type", "subtype", "posted_date", "posted_year", "posted_month", "comment_start_date", "comment_end_date", "last_modified", "fr_doc_num", "open_for_comment", "withdrawn", "object_id"], "primary_keys": ["id"], "count": 1148, "hidden": false, "fts_table": null, "foreign_keys": {"incoming": [], "outgoing": []}, "private": false}], "hidden_count": 0, "views": [], "queries": [{"title": "Explore: Open Comment Periods", "description": "Documents currently open for public comment, ordered by closing date.", "sql": "SELECT id, agency_id, title, document_type, comment_end_date, docket_id, CAST(julianday(comment_end_date) - julianday('now') AS INTEGER) AS days_left FROM documents WHERE comment_end_date > datetime('now') AND withdrawn = 0 ORDER BY comment_end_date ASC LIMIT 50", "name": "explore_open_comments", "private": false}], "allow_execute_sql": true, "query_ms": 8.012845879420638, "source": "Federal Register API & Regulations.gov API", "source_url": "https://www.federalregister.gov/developers/api/v1", "license": "Public Domain (U.S. Government data)", "license_url": "https://www.regulations.gov/faq"}