Code Monkey home page Code Monkey logo

‼️ 📄 🔎 Open retractions 🔍 📄 ‼️

An API and web interface to check whether a paper has been retracted

Travis CI build    

Use the web-tool to check whether a paper has been retracted.

API

To query the API, simply GET http://openretractions.com/api/doi/${doi}/data.json.

e.g.:

curl http://openretractions.com/api/doi/10.1002/job.1787/data.json

openretraction response format

If the paper has no recorded update in the database, the API will return a 404 (not found) error.

If there's a recorded update, the API will return a JSON object.

If the paper was retracted, the retracted field will be true. If the field is false, it means a non-retraction update to the paper was recorded by the publisher. This could be:

  • a correction or erratum
  • an expression of concern
  • a withdrawal

In some cases, publishers mis-label retractions as other updates. It is therefore best to follow the update link to check the full statement about any update.

Here's an example JSON response that shows the full format:

{
  "retracted": false,  // whether or not the paper has been retracted
  "timestamp": 1361836800000, // the UNIXtime when the original paper was published
  "update": {
    "timestamp": 1491464002919, // the UNIXtime when the update was recorded
    "doi": "10.1002/job.1858", // the DOI of the update
    "type": "correction" // the publisher's description of the update
  },
  "doi": "10.1002/job.1787", // the DOI of the original paper
  "journal": "Journal of Organizational Behavior",
  "publisher": "Wiley-Blackwell",
  "title": "Erratum: Cognitive and affective identification: Exploring the links between different forms of social identification and personality with work attitudes and behavior"
}

credits

copyright and licenses

The code in this repository is released under the MIT license.

The data are factual and therefore not subject to copyright. To the extent that we have accrued any rights to the data (such as compilation, arrangement and presentation rights), we waive those rights to the extent permitted by law, and place all such works in the public domain. Specifically, we do so using the CC0 1.0 Universal Public Domain Dedication.

open-retractions's Projects

crossref-cli icon crossref-cli

command-line interface for querying the crossref works API

open-retractions icon open-retractions

:bangbang: :page_facing_up: :mag: an API and web interface to check if a paper has been retracted

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.