posts_unified
Data license: CC-BY
1 row where gdocId = "1t5b9foM14E-4ib1jCz3ZozaidP7KAgnawPKuJYX1oKo"
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 |
---|---|---|---|---|---|---|---|---|---|---|
526 | the-share-of-democracies-has-recently-stagnated-but-remains-near-its-historical-high | The share of democracies has recently stagnated but remains near its historical high | data-insight | 2024-05-14 05:45:46 | 2024-05-13 07:57:58 | [ "Bastian Herre" ] |
2024-05-02 09:09:35 | unlisted | The share of democracies has recently stagnated but remains near its historical high 1t5b9foM14E-4ib1jCz3ZozaidP7KAgnawPKuJYX1oKo |
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) );