post_links
Data license: CC-BY
7 rows where postId = 41945 sorted by postId descending
This data as json, CSV (advanced)
id | postId ▲ | link | kind |
---|---|---|---|
13391 | Whales 41945 | https://ourworldindata.org/grapher/global-whale-biomass | internal-link |
13392 | Whales 41945 | https://en.wikipedia.org/wiki/Blue_whale | external-link |
13393 | Whales 41945 | https://www.jstor.org/stable/24883418 | external-link |
13394 | Whales 41945 | https://link.springer.com/article/10.1007/BF02257579 | external-link |
13395 | Whales 41945 | https://iwc.int/history-and-purpose | external-link |
13396 | Whales 41945 | https://ourworldindata.org/grapher/global-whale-biomass | internal-prominent-link |
13397 | Whales 41945 | https://owid.cloud/app/uploads/2021/03/Whale-oil-production-in-the-US-562x550.png | image |
Advanced export
JSON shape: default, array, newline-delimited, object
CREATE TABLE post_links ( `id` integer NOT NULL PRIMARY KEY, `postId` integer NOT NULL, `link` TEXT, `kind` TEXT, CONSTRAINT `FK_post_links_postId` FOREIGN KEY (`postId`) REFERENCES `posts` (`id`) ON DELETE CASCADE );