posts_unified
Data license: CC-BY
1 row where gdocId = "14VyENlA3wIGTzYmhNvIpVjjXCSKVgXIi2wcJLXffEDM"
This data as json, CSV (advanced)
Suggested facets: publishedAt (date), updatedAt (date), createdAt (date), authors (array)
id ▼ | slug | title | type | publishedAt | updatedAt | authors | createdAt | publicationContext | gdocId | wordpressId |
---|---|---|---|---|---|---|---|---|---|---|
71 | vaccines-children-saved | Vaccines have saved 150 million children over the last 50 years | article | 2024-05-06 07:05:37 | 2024-05-06 07:02:37 | [ "Hannah Ritchie" ] |
2024-04-29 13:25:03 | listed | Vaccines have saved 150 million children over the last 50 years 14VyENlA3wIGTzYmhNvIpVjjXCSKVgXIi2wcJLXffEDM |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE posts_unified ( id INTEGER PRIMARY KEY AUTOINCREMENT, slug TEXT, title TEXT, type TEXT, publishedAt TEXT, updatedAt TEXT, authors TEXT, createdAt TEXT, publicationContext TEXT, gdocId TEXT, wordpressId INTEGER, FOREIGN KEY(gdocId) REFERENCES posts_gdocs(id), FOREIGN KEY(wordpressId) REFERENCES posts(id) );