posts_unified
Data license: CC-BY
1 row where gdocId = "12pOUzwnLDAhepgTRRKf6j2dvVY77SSo45j-rTsZ67yI"
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 |
---|---|---|---|---|---|---|---|---|---|---|
39 | population-projections | The UN has made population projections for more than 50 years – how accurate have they been? | article | 2023-06-20 12:45:19 | 2023-12-28 16:31:02 | [ "Hannah Ritchie" ] |
2023-05-30 13:56:14 | unlisted | The UN has made population projections for more than 50 years – how accurate have they been? 12pOUzwnLDAhepgTRRKf6j2dvVY77SSo45j-rTsZ67yI |
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) );