TE
TechEcho
Home24h TopNewestBestAskShowJobs
GitHubTwitter
Home

TechEcho

A tech news platform built with Next.js, providing global tech news and discussions.

GitHubTwitter

Home

HomeNewestBestAskShowJobs

Resources

HackerNews APIOriginal HackerNewsNext.js

© 2025 TechEcho. All rights reserved.

Ask HN : Is there a free API or database for academic publications?

2 pointsby gh1almost 8 years ago
I am wondering if there is any free API or database from which one can obtain (say) a list of all academic publications in 2016? I looked around a bit and couldn't find anything promising so far. Any information is appreciated.

1 comment

dozziealmost 8 years ago
This API is free, though somewhat incomplete:<p><pre><code> int publish(const char *document, size_t doc_size, const char *type); int obtain(char **document, size_t *doc_size, const char *doc_id); </code></pre> HTH.