posts_unified
Data license: CC-BY
1 row where gdocId = "10Pf_NPQgAIFW9cRlc8Yz7rM7P6rc81e3-vsqgUHlwto"
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 |
---|---|---|---|---|---|---|---|---|---|---|
23 | living-planet-index-understanding | How the Living Planet project helps us understand changes in the world’s wildlife | article | 2021-05-17 09:00:00 | 2024-02-27 18:14:24 | [ "Hannah Ritchie" ] |
2024-02-27 18:10:16 | listed | How the Living Planet project helps us understand changes in the world’s wildlife 10Pf_NPQgAIFW9cRlc8Yz7rM7P6rc81e3-vsqgUHlwto |
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) );