posts_unified
Data license: CC-BY
1 row where gdocId = "1eUctOKGKWOui0IXQz07XQkxG1B3ySYI-rivnpfoN8cA"
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 |
---|---|---|---|---|---|---|---|---|---|---|
224 | global-energy-200-years | How have the world’s energy sources changed over the last two centuries? | article | 2021-12-01 09:32:53 | 2023-12-28 16:31:06 | [ "Hannah Ritchie" ] |
2023-10-09 19:18:56 | unlisted | How have the world’s energy sources changed over the last two centuries? 1eUctOKGKWOui0IXQz07XQkxG1B3ySYI-rivnpfoN8cA |
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) );