CINXE.COM
Mendeley Developer Portal
<!DOCTYPE html> <!--[if lt IE 8 ]> <html lang="en" class="no-js ie ie7 no-js"> <![endif]--> <!--[if lt IE 9 ]> <html lang="en" class="no-js ie ie8 no-js"> <![endif]--> <!--[if lt IE 10 ]> <html lang="en" class="no-js ie ie9 no-js"> <![endif]--> <!--[if (gt IE 9)|!(IE)]><!--> <html lang="en" class="no-js"> <!--<![endif]--> <head> <meta charset="utf-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> <meta name="description" content="Mendeley is a platform that allows scholars from all over the world to collaborate, and opens up science for everyone. Join our API community to build tools to make researchers' lives easier."> <link rel="shortcut icon" href="images/favicon-2.ico"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.2.0/css/font-awesome.min.css" rel="stylesheet"> <title>Mendeley Developer Portal</title> <!-- OneTrust Cookies Consent Banner --> <script src="https://cdn.cookielaw.org/scripttemplates/otSDKStub.js" type="text/javascript" charset="UTF-8" data-domain-script="bfc52c48-f7c5-45a4-a7e0-e44db83eeff9"></script> <!-- OneTrust Cookies Consent Notice end --> <script src="bower/es5-shim/es5-shim.min.js"></script> <script src="bower/html5shiv/dist/html5shiv.min.js"></script> <script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script> <script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script> <script src="https://ajax.googleapis.com/ajax/libs/webfont/1.4.7/webfont.js"></script> <script data-main="./js/config" src="./bower/requirejs/require.js"></script> <script> WebFont.load({ google: { families: ["Merriweather:300,400,700,900", "Open Sans:300,300italic,400,400italic,600,600italic,700,700italic,800,800italic"] } }); </script> <script> $(function () { $("#page-header").load("header.html"); $("#page-footer").load("footer.html"); }); </script> <!-- Bootstrap core CSS --> <link href="css/screen.css" rel="stylesheet"> <script type="text/javascript"> window.mendeley = {}; require(['config'], function (appConfig) { appConfig.getAdobeLaunchScriptTag(); }); </script> </head> <body id="home-page" class="home"> <!-- header loaded externally --> <div id="page-header"> </div> <!-- Main Content START --> <section class="section-freetext section-introtext-index-page"> <div class="container mendeley-changes"> <div class="row"> <div class="col-md-12"> <h2 class="title">Changes to the Mendeley Developer APIs</h2> <br /> <p>We recently <a href="https://blog.mendeley.com/2020/11/02/weve-listened-to-our-users-and-are-refocusing-on-whats-important-to-them/">communicated with our users</a> about a few changes we鈥檙e making to Mendeley to allow us to focus even more on what they鈥檝e told us they value most - our reference management, research data management and citation tools. These changes include the retiring of:</p> <ul> <li>Mendeley Feed and Public Groups</li> <li>Mendeley Profiles</li> <li>Mendeley Funding</li> </ul> <p>As a current or potential API partner, we wanted to inform you that our developer APIs will be changing in early 2021 in line with these product changes.</p> <p>Changes will include at least the following:</p> <ul> <li>Removal of the <a href="https://dev.mendeley.com/methods/#profile-search">Profile Search</a> endpoint</li> <li>Removal of the <a href="https://dev.mendeley.com/methods/#followers">Follower</a> endpoint </li> <li>Changes to the <a href="https://dev.mendeley.com/methods/#groups-v2">Groups</a> model removing attributes relating to public and invite-only groups</li> <li>Changes to the <a href="https://dev.mendeley.com/methods/#profiles">Profiles</a> model removing attributes relating to public profiles such as research interests, education, employment and biography</li> </ul> <p>More detailed information can be found <a href="https://service.elsevier.com/app/answers/detail/a_id/33404/supporthub/mendeley/p/16075/session/L2F2LzEvdGltZS8xNjE0MTgxMjMwL2dlbi8xNjE0MTgxMjMwL3NpZC9mVVFyR21JTWhIQU9CcTN0bmREU2luZmFHblV3MXc3MzRCQndoSGxxa1ptMCU3RVk4V2RsMldCQ3Vfak9pNWlNY2dIT1ByTmx4SHliSXp3Zl85NXpjYzBKTHhrRVFNZnVWdmtNcGtCNVlScDlnZ2FWbHJRX2JpeWFnUSUyMSUyMQ%3D%3D/">here</a>. </p> <p>The Mendeley API Team </p> </div> </div> </div> </section> <section class="container section-steps"> <!-- Getting started --> <div class="row"> <div class="col-sm-3"> <span class="step"><i class="fa fa-binoculars"></i></span> <h3>Overview</h3> <ul> <li><a href="/overview/how_to_use_the_api.html">How to use the API?</a></li> <li><a href="https://api.mendeley.com/apidocs">Explore APIs</a></li> <li><a href="/overview/core_resources.html">Core API Resources</a></li> <li><a href="/overview/datasets_resources.html">Datasets API Resources</a></li> </ul> </div> <div class="col-sm-3"> <span class="step"><i class="fa fa-arrow-circle-right"></i></span> <h3>Getting Started</h3> <ul> <li><a href="/getting_started/walk_through.html">Walk through: step by step</a></li> <li><a href="/overview/how_it_works.html">How it works?</a></li> </ul> </div> <div class="col-sm-3"> <span class="step"><i class="fa fa-cubes"></i></span> <h3>Code</h3> <ul> <li><a href="/code/sdks.html">SDKs</a></li> <li><a href="/code/sample_code.html">Sample Code</a></li> <li><a href="/code/core_quick_start_guides.html">Core APIs Quick Start Guides</a></li> <li><a href="/code/datasets_quick_start_guides.html">Datasets APIs Quick Start Guides</a></li> </ul> </div> <div class="col-sm-3"> <span class="step"><i class="fa fa-file-text-o"></i></span> <h3>Reference</h3> <ul> <li><a href="/reference/topics/">Topics</a></li> <li><a href="/methods/">API Reference</a></li> <li><a href="/reference/faqs.html">FAQs</a></li> </ul> </div> </div> </section> <section class="section-freetext"> <h2 class="title-latest-news">Latest News</h2> <p class="centered-text"> <a target="_blank" href="http://mendeleyapi.wordpress.com"> <img src="images/mendeley-blog-icon.png" alt="Mendeley Blog" /> </a> <br> <br> <a target="_blank" href="http://mendeleyapi.wordpress.com">Check out our blog</a> for the latest news </p> </section> <section class="container section-appgallery"> <h2>Clients who use the Mendeley API</h2> <br> <ul> <li> <a target="_blank" href="http://www.papershipapp.com"> <img src="images/paper-icon.png" alt="Papership" /> <span></span> </a> <p>PaperShip is an iPad & iPhone application designed to give you access to your Mendeley library on-the-go.</p> </li> <li> <a target="_blank" href="http://www.kinsync.com"> <img src="images/kinsync.png" alt="KinSync" /> <span></span> </a> <p>KinSync simplifies your life by automatically sending documents from Mendeley to your Kindle. </p> </li> <li> <a target="_blank" href="http://www.altmetric.com"> <img src="images/altmetric.png" alt="Altmetric" /> <span></span> </a> <p>Altmetric tracks what people are saying about papers online on behalf of publishers, authors and institutions. </p> </li> <li> <a target="_blank" href="http://dev.elsevier.com/"> <img src="images/scopus.png" alt="Scopus" /> <span></span> </a> <p>Scopus is the largest abstract and citation database of peer-reviewed literature: scientific journals, books and conference proceeding.</p> </li> <li> <a target="_blank" href="http://www.gbif.org/"> <img src="images/gbif.png" alt="GBIF" /> <span></span> </a> <p>The Global Biodiversity Information Facility (GBIF) is an international open data infrastructure, funded by governments.</p> </li> </ul> <ul> <li> <a target="_blank" href="http://www.bibbase.org"> <img src="images/BibBase_logo.png" alt="BibBase" /> <span></span> </a> <p>BibBase is the easiest way to set up and maintain a scientific publications page. </p> </li> <li> <a target="_blank" href="http://article-level-metrics.plos.org"> <img src="images/PLOS_ALMs.jpg" alt="PLOS ALM" /> <span></span> </a> <p>PLOS Article-Level Metrics measure the dissemination and reach of published research articles. </p> </li> <li> <a target="_blank" href="https://www.labfolder.com/"> <img src="images/labfolder.png" alt="labfolder" /> <span></span> </a> <p>labfolder is an electronic lab notebook that helps to document, organize and share your research data.</p> </li> <li> <a href="https://www.overleaf.com/" target="_blank"> <img alt="Overleaf" src="images/overleaf-logo.png"> <span></span> </a> <p>Overleaf is an online service that allows you to create, edit and share your scientific ideas using LaTex.</p> </li> <li> <a href="https://osf.io" target="_blank"> <img alt="Open Science Framework" src="images/circle_logo-2.png"> </a> <p>The Open Science Framework (OSF) is a cloud-based management solution for your projects. </p> </li> </ul> <ul> <li> <a href="https://www.hivebench.com" target="_blank"> <img alt="Hivebench" src="images/hivebench.png"> </a> <p>Hivebench is an easy-to-use lab notebook that helps you prepare, conduct and analyze experiments in one place. </p> </li> <li> <a href="https://www.peerwith.com/" target="_blank"> <img alt="Peerwith" src="images/plogo_resized.png"> </a> <p>Peerwith helps you find an academic expert to take your academic work to the next level. </p> </li> <li> <a href="https://kuary.com/" target="_blank"> <img alt="Kuary" src="images/kuary.png"> </a> <p>Kuary is a single search bar for all your favorite apps. Now includes Mendeley. </p> </li> <li> <a href="http://michel-kraemer.github.io/citeproc-java/" target="_blank"> <img alt="citeproc-java" src="images/citeproc.png"> </a> <p>A Citation Style Language (CSL) processor for Java. Special support for connecting to your Mendeley account. </p> </li> <li> <a href="https://impactstory.org/" target="_blank"> <img alt="Impact Story" src="images/impactstory-logo-no-type.png"> </a> <p>Impactstory is an open-source, web-based tool that helps scientists explore and share the diverse impacts of all their research. </p> </li> </ul> </section> <!-- Main Content END --> <!-- footer loaded externally --> <div id="page-footer"> </div> <script src="./js/adobe-analytics.js" type="text/javascript"> </script> </body> </html> <!-- / dinah -->