A RESTful API for academic paper search, supporting semantic retrieval, title matching, paper metadata lookup, and citation graph queries. Covers ~3M arXiv papers.
For internal network testing: 172.16.100.204
Search papers
curl "http://210.45.70.162:4000/paper/search?query=transformer+attention&limit=5"Get paper by arXiv ID
curl "http://210.45.70.162:4000/paper/2309.06180?fields=*"Get citations
curl "http://210.45.70.162:4000/paper/1706.03762/citations?limit=10"Full documentation is available at ustclewen.github.io/Lewen-API.
MIT