posts_unified
Data license: CC-BY
1 row where gdocId = "1MWRHZiR9H88Wr1A0dCvUnGOc9CPuQVYsZDGYtQy3tDU"
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 |
---|---|---|---|---|---|---|---|---|---|---|
416 | global-renewables-are-growing-but-are-only-managing-to-offset-a-decline-in-nuclear-production | Global renewables are growing, but have been partly offset by a decline in nuclear production | article | 2017-05-19 21:06:28 | 2024-02-01 11:13:12 | [ "Hannah Ritchie" ] |
2024-01-31 11:44:25 | listed | Global renewables are growing, but have been partly offset by a decline in nuclear production 1MWRHZiR9H88Wr1A0dCvUnGOc9CPuQVYsZDGYtQy3tDU |
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) );