CINXE.COM
API - IUCN Red List of Threatened Species
<!DOCTYPE html> <html> <head> <title>API - IUCN Red List of Threatened Species</title> <!-- Viewport mobile tag for sensible mobile support --> <meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1"> <!-- Stylesheets and Preprocessors ============================== You can always bring in CSS files manually with `<link>` tags, or asynchronously using a solution like AMD (RequireJS). Or, if you like, you can take advantage of Sails' conventional asset pipeline (boilerplate Gruntfile). By default, stylesheets from your `assets/linker/styles` folder are included here automatically (between STYLES and STYLES END). Both CSS (.css) and LESS (.less) are supported. In production, your styles will be minified and concatenated into a single file. To customize any part of the built-in behavior, just edit your Gruntfile. For example, here are a few things you could do: + Change the order of your CSS files + Import stylesheets from other directories + Use a different or additional preprocessor, like SASS, SCSS or Stylus --> <!-- First, embed this script in your head or at bottom of the page. --> <!--<script language="Javascript" src="http://www.codehelper.io/api/ips/?js"></script> --> <!-- <link href='https://fonts.googleapis.com/css?family=Roboto:500' rel='stylesheet' type='text/css'> --> <!-- <link href='https://fonts.googleapis.com/css?family=Product+Sans' rel='stylesheet' type='text/css'> --> <link href='https://fonts.googleapis.com/css?family=Open+Sans' rel='stylesheet' type='text/css'> <!--- MANUAL LINKS --> <!-- Latest compiled and minified CSS --> <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.1.1/css/bootstrap.min.css"> <link href="//maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css" rel="stylesheet"> <!-- <link rel="stylesheet" href="//netdna.bootstrapcdn.com/bootstrap/3.0.0/css/bootstrap-glyphicons.css"> --> <link rel="stylesheet" href="//cdnjs.cloudflare.com/ajax/libs/jquery-jgrowl/1.2.12/jquery.jgrowl.min.css" /> <!-- DataTables CSS --> <link rel="stylesheet" type="text/css" href="//cdn.datatables.net/1.10.23/css/jquery.dataTables.min.css"> <!--STYLES--> <link rel="stylesheet" href="/min/production.css"> <!--STYLES END--> </head> <body data-spy="scroll" data-target=".bs-docs-sidebar" position="relative" data-offset="1000"> <script type="text/javascript" src="https://www.google.com/jsapi"></script> <!-- Fixed navbar --> <div class="navbar navbar-default navbar-fixed-top" role="navigation"> <div class="container"> <div class="navbar-header"> <button type="button" class="navbar-toggle" data-toggle="collapse" data-target=".navbar-collapse"> <span class="sr-only">Toggle navigation</span> <span class="icon-bar"></span> <span class="icon-bar"></span> <span class="icon-bar"></span> </button> <a class="logo" href="/" style="height: 70px;padding-top: 3px;"> <img src="/rl50.png" style="height: 60px"> </a> <a class="navbar-brand" href="/" style="margin-top: 14px;margin-left: 10px;">IUCN Red List API - v3</a> </div> <div class="collapse navbar-collapse"> <ul class="nav navbar-nav" style="margin-top: 14px;margin-left: 20px;"> <li class=""><a href="/">Home</a></li> <li class=""><a href="/api/v3/token">Generate a token</a></li> <li class=""><a href="/api/v3/docs">API reference</a></li> <li class=""><a href="/spatial">Spatial API</a></li> <li class=""><a href="/about">About</a></li> <li class=""><a href="/changelog">Change log</a></li> </ul> </div><!--/.nav-collapse --> </div> </div> <div class="container"> </p> <div class="container"> <h2>IUCN Red List API</h2> <p> The Red List v3 API will shortly be retired, to be replaced with v4. Exact timelines for this transition haven't been finalised. We are no longer accepting signups for the v3 API but we invite you to begin using the v4 API instead. You can sign up for the new v4 API <a href = "https://api.iucnredlist.org/" target="_blank">here</a>. </p> <p> The IUCN Red List version is 2024-2. </p> <br /> <br /> <p> <a href="/api/v3/docs" class="btn btn-primary btn-lg" role="button">API reference »</a> </p> <p> <a href="/about" class="btn btn-primary" role="button">Citation and acknowledgement »</a> </p> </div> </div> <div id="footer"> <div class="container"> <p class="text-muted">© IUCN Red List of Threatened Species 2024 </p> </div> </div> <div id="feedback"> <span id="feedback_button"> <img src="/feedback.png"> </span> </div> <!-- Client-side Templates ======================== HTML templates are important prerequisites of modern, rich client applications. To work their magic, frameworks like Backbone, Angular, Ember, and Knockout require that you load these templates client-side. By default, your Gruntfile is configured to automatically load and precompile client-side JST templates in your `assets/linker/templates` folder, then include them here automatically (between TEMPLATES and TEMPLATES END). To customize this behavior to fit your needs, just edit your Gruntfile. For example, here are a few things you could do: + Import templates from other directories + Use a different template engine (handlebars, jade, dust, etc.) + Internationalize your client-side templates using a server-side stringfile before they're served. --> <!--TEMPLATES--> <!--TEMPLATES END--> <!-- Client-side Javascript ======================== You can always bring in JS files manually with `script` tags, or asynchronously on the client using a solution like AMD (RequireJS). Or, if you like, you can take advantage of Sails' conventional asset pipeline (boilerplate Gruntfile). By default, filesin your `assets/linker/js` folder are included here automatically (between SCRIPTS and SCRIPTS END). Both JavaScript (.js) and CoffeeScript (.coffee) are supported. In production, your scripts will be minified and concatenated into a single file. To customize any part of the built-in behavior, just edit your Gruntfile. For example, here are a few things you could do: + Change the order of your scripts + Import scripts from other directories + Use a different preprocessor, like TypeScript --> <script src="https://ajax.googleapis.com/ajax/libs/jquery/1.12.0/jquery.min.js"></script> <script src="//netdna.bootstrapcdn.com/bootstrap/3.1.1/js/bootstrap.min.js"></script> <script src="//cdnjs.cloudflare.com/ajax/libs/jquery-jgrowl/1.2.12/jquery.jgrowl.min.js"></script> <!-- including highcharts --> <script src="http://code.highcharts.com/highcharts.js"></script> <!-- DataTables --> <script type="text/javascript" charset="utf8" src="//cdn.datatables.net/1.10.23/js/jquery.dataTables.min.js"></script> <!-- Bootbox --> <script type="text/javascript" src="//cdnjs.cloudflare.com/ajax/libs/bootbox.js/4.4.0/bootbox.min.js"></script> <!--SCRIPTS--> <script src="/min/production.js"></script> <!--SCRIPTS END--> <!-- // You can use it <script language="Javascript"> alert(codehelper_ip.IP); alert(codehelper_ip.Country); </script> --> <script> (function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){ (i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o), m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m) })(window,document,'script','//www.google-analytics.com/analytics.js','ga'); ga('create', 'UA-11409245-3', 'iucnredlist.org'); ga('send', 'pageview'); </script> <!-- Feedback form (hidden initially) --> <form action="/feedback" class="form-horizontal" id="feedbackForm" method= "post" name="feedbackForm" style="display: none;"> <div class="form-group"> <div style="padding-left: 15px;padding-right: 15px;"> Thank you for taking the time to provide feedback on our API, we are grateful for your input. </div> </div> <div class="form-group"> <label class="col-xs-3 control-label">Email address *</label> <div class="col-xs-7"> <input class="form-control" name="email" type="text"> </div> </div> <div class="form-group"> <label class="col-xs-3 control-label">Message *</label> <div class="col-xs-9"> <textarea class="form-control" rows="5" name="message"></textarea> </div> </div> <div class="form-group"> <div class="col-xs-5 col-xs-offset-3"> <button class="btn btn-primary" id="feedback-form-submit" type= "submit"><i class="fa fa-envelope-o"></i> Send</button> </div> </div> </form> </body> </html>