Settings

Theme

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

2 points by gh1 8 years ago · 1 comment · 1 min read


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.

dozzie 8 years ago

This API is free, though somewhat incomplete:

  int publish(const char *document, size_t doc_size, const char *type);
  int obtain(char **document, size_t *doc_size, const char *doc_id);
HTH.

Keyboard Shortcuts

j
Next item
k
Previous item
o / Enter
Open selected item
?
Show this help
Esc
Close modal / clear selection