posts_unified
Data license: CC-BY
1 row where gdocId = "1G89eli-ne-k-GFvfTQ0F5kHWtyx-90oCrTjwqJ8cNXQ"
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 |
---|---|---|---|---|---|---|---|---|---|---|
255 | rhino-populations | The state of the world's rhino populations | article | 2022-11-30 10:38:19 | 2024-03-06 15:07:51 | [ "Hannah Ritchie" ] |
2024-03-06 14:59:50 | listed | The state of the world's rhino populations 1G89eli-ne-k-GFvfTQ0F5kHWtyx-90oCrTjwqJ8cNXQ |
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) );