posts_unified
Data license: CC-BY
1 row where gdocId = "1k9MDXAUtZgubcBiPa6rRTygyQJIBkEoh3o21u0UfnPs"
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 |
---|---|---|---|---|---|---|---|---|---|---|
348 | low-carbon-electricity | Decarbonizing electricity is only one step towards a low-carbon energy system | article | 2021-11-05 15:25:50 | 2024-02-29 13:42:12 | [ "Hannah Ritchie" ] |
2024-02-28 15:14:37 | listed | Decarbonizing electricity is only one step towards a low-carbon energy system 1k9MDXAUtZgubcBiPa6rRTygyQJIBkEoh3o21u0UfnPs |
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) );