posts_unified
Data license: CC-BY
1 row where gdocId = "17WPmagexHbBoZONvona_NXGOvlkklsUIQE7mEd81uMo"
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 |
---|---|---|---|---|---|---|---|---|---|---|
105 | ozone-layer-context | What is the ozone layer, and why is it important? | article | 2023-03-13 11:43:52 | 2024-03-11 11:25:34 | [ "Hannah Ritchie" ] |
2024-03-10 13:24:52 | listed | What is the ozone layer, and why is it important? 17WPmagexHbBoZONvona_NXGOvlkklsUIQE7mEd81uMo |
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) );