Comment on Ask HN : Is there a free API or database for academic publications?Comments−dozzie9yThis 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.
Comments
This API is free, though somewhat incomplete:
HTH.