posts_unified
Data license: CC-BY
1 row where gdocId = "1UstiwtN6kOSn3jv9fg_7WwjamPyepzz6rmvfE6_rGZE"
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 |
---|---|---|---|---|---|---|---|---|---|---|
555 | energy-access | Access to Energy | article | 2019-09-20 14:41:00 | 2024-01-04 12:05:18 | [ "Hannah Ritchie", "Pablo Rosado", "Max Roser" ] |
2023-10-06 17:56:27 | unlisted | Access to Energy 1UstiwtN6kOSn3jv9fg_7WwjamPyepzz6rmvfE6_rGZE |
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) );