posts_unified
Data license: CC-BY
1 row where gdocId = "1w57_m0ejckQlpRn57XuHMFTKAOn24-7kdAWL2WBOXxE"
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 |
---|---|---|---|---|---|---|---|---|---|---|
580 | where-does-plastic-accumulate | Where does our plastic accumulate in the ocean and what does that mean for the future? | article | 2019-09-24 08:00:48 | 2024-02-09 11:14:03 | [ "Hannah Ritchie" ] |
2024-02-08 20:19:37 | listed | Where does our plastic accumulate in the ocean and what does that mean for the future? 1w57_m0ejckQlpRn57XuHMFTKAOn24-7kdAWL2WBOXxE |
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) );