CORE

API

Free API for accessing global Open Access research papers

Visit Website

Overview

The CORE API provides RESTful access to millions of Open Access research papers worldwide. Key endpoints include paper search (with filters for subject, author, publication date), metadata retrieval (title, abstract, authors, citations), full-text access (where permitted), and institution-specific paper listings. Responses are JSON-formatted. Use cases include building academic research tools, automating literature reviews, integrating scientific content into educational platforms, data mining for citation analysis, and supporting open science initiatives. It offers both unauthenticated (basic) and authenticated (higher rate limits) access tiers.

Example Integration (JavaScript)

script.js JS

fetch('https://core.ac.uk/services#api')
  .then(res => res.json())
  .then(data => console.log(data))
  .catch(err => console.error(err));

Key Features

  • RESTful
  • JSON support
  • Access to full-text & metadata
  • Filterable search
  • Authenticated/unauthenticated access
  • Global Open Access coverage

Frequently Asked Questions

? Is CORE API free to use?

Yes, CORE API offers a free tier for basic access; premium plans are available for higher rate limits and enhanced features.

? Does it require an API Key?

Unauthenticated access is allowed for basic queries, but an API key is required for higher rate limits and full access to all endpoints.

? What is the response format?

All responses from the CORE API are in JSON format, including paper metadata, search results, and links to full-text content.

Top Alternatives

PubMed Central API Search Google
arXiv API Compare
CrossRef API Search Google

People Also Ask about CORE

CORE vs PubMed Central APICORE vs arXiv APICORE vs CrossRef API CORE 2025 review

Tool Info

Pricing Free (Freemium)
Category Science & Math
Platform Public API

Pros

  • Large repository of Open Access papers
  • Supports full-text and metadata retrieval
  • Flexible search filters
  • Easy to integrate into research tools

Cons

  • Rate limits on free tier
  • Full text not available for all papers
  • Some advanced features require authentication

More Science & Math Tools