posts_unified
Data license: CC-BY
1 row where gdocId = "1vuVtBRkB1BncGprb7OJr-8wk0wGnnWoM65x88CEtdFc"
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 |
---|---|---|---|---|---|---|---|---|---|---|
577 | carbon-opportunity-costs-food | What are the carbon opportunity costs of our food? | article | 2021-03-19 11:00:00 | 2024-02-22 12:03:05 | [ "Hannah Ritchie" ] |
2024-02-22 11:50:58 | listed | What are the carbon opportunity costs of our food? 1vuVtBRkB1BncGprb7OJr-8wk0wGnnWoM65x88CEtdFc |
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) );