posts_unified
Data license: CC-BY
1 row where gdocId = "1yQW1TQkTyK55VMJW38X0sM2o_glHT8mjWkxeovASTgs"
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 |
---|---|---|---|---|---|---|---|---|---|---|
630 | land-use-diets | If the world adopted a plant-based diet, we would reduce global agricultural land use from 4 to 1 billion hectares | article | 2021-03-04 12:00:00 | 2024-02-28 12:38:35 | [ "Hannah Ritchie" ] |
2024-02-22 11:18:19 | listed | If the world adopted a plant-based diet, we would reduce global agricultural land use from 4 to 1 billion hectares 1yQW1TQkTyK55VMJW38X0sM2o_glHT8mjWkxeovASTgs |
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) );