posts_unified
Data license: CC-BY
1 row where gdocId = "1Dz6Kak3WsLVbEsG9MZRfVwOhilJ8w45MxHLg9cKhqtY"
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 |
---|---|---|---|---|---|---|---|---|---|---|
205 | many-countries-lack-regular-data-on-mental-health | Many countries lack regular data on mental health | data-insight | 2024-07-11 05:00:00 | 2024-07-10 08:10:50 | [ "Saloni Dattani", "Veronika Samborska" ] |
2024-06-06 11:20:27 | unlisted | Many countries lack regular data on mental health 1Dz6Kak3WsLVbEsG9MZRfVwOhilJ8w45MxHLg9cKhqtY |
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) );