CINXE.COM
Download | COL
<!DOCTYPE html> <html> <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="DC.identifier" scheme="DCTERMS.URI" content="urn:ISSN:2405-8858" /> <!-- Begin Jekyll SEO tag v2.8.0 --> <title>Download | COL</title> <meta name="generator" content="Jekyll v4.2.2" /> <meta property="og:title" content="Download" /> <meta property="og:locale" content="en_US" /> <meta name="description" content="The Catalogue of Life" /> <meta property="og:description" content="The Catalogue of Life" /> <link rel="canonical" href="https://www.catalogueoflife.org/data/download" /> <meta property="og:url" content="https://www.catalogueoflife.org/data/download" /> <meta property="og:site_name" content="COL" /> <meta property="og:type" content="website" /> <meta name="twitter:card" content="summary" /> <meta property="twitter:title" content="Download" /> <meta name="twitter:site" content="@catalogueoflife" /> <script type="application/ld+json"> {"@context":"https://schema.org","@type":"WebPage","description":"The Catalogue of Life","headline":"Download","publisher":{"@type":"Organization","logo":{"@type":"ImageObject","url":"https://www.catalogueoflife.org/images/col_square_logo.jpg"}},"url":"https://www.catalogueoflife.org/data/download"}</script> <!-- End Jekyll SEO tag --> <link rel="stylesheet" href="/css/foundation.css"> <link rel="stylesheet" href="/css/style.css"> <link rel="stylesheet" href="/css/fontello.css"> <!-- <link rel="stylesheet" href="/css/font-awesome.css"> --> <link rel="stylesheet" href="/css/custom.css"> <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/6.4.2/css/all.min.css"> <link rel="stylesheet" href="https://cdn.jsdelivr.net/gh/CatalogueOfLife/portal-components@v1.3.8/umd/main.css"> <!-- Global site tag (gtag.js) - Google Analytics --> <script src="/javascripts/libs.js" type="text/javascript"></script> <script> // terrificjs bootstrap (function($) { $(document).ready(function() { var $page = $('body'); var config = { dependencyPath: { plugin: 'javascripts/' } } var application = new Tc.Application($page, config); application.registerModules(); application.start(); }); })(Tc.$); </script> <link href="https://fonts.googleapis.com/css?family=Raleway:400,700,300" media="screen" rel="stylesheet" type="text/css" /> <script src="/javascripts/masonry.pkgd.js" type="text/javascript"></script> <script src="/javascripts/imagesloaded.pkgd.min.js" type="text/javascript"></script> <script src="/javascripts/slick.min.js" type="text/javascript"></script> <script src="/javascripts/json2.js" type="text/javascript"></script> <link rel="alternate" type="application/rss+xml" title="COL" href="https://www.catalogueoflife.org/feed.xml" /> <script src="https://unpkg.com/react@16/umd/react.production.min.js" ></script> <script src="https://unpkg.com/react-dom@16/umd/react-dom.production.min.js" ></script> <script src="https://cdn.jsdelivr.net/gh/CatalogueOfLife/portal-components@v1.3.8/umd/col-browser.min.js" ></script> <!-- <script src="https://kit.fontawesome.com/9660302c12.js" crossorigin="anonymous"></script> --> </head> <body> <div class='contain-to-grid sticky'> <nav class='top-bar' data-options='sticky_on: large' data-topbar=''> <ul class='title-area'> <li class='name'> <h1> <a href='/'> <img alt="" class="col-header-logo" src="/images/col_logo.svg"/> </a> </h1> </li> <li class='toggle-topbar menu-icon'> <a href='#'>Menu</a> </li> </ul> <section class='top-bar-section'> <ul class="right"> <li class=""> <a href="/">Home</a> </li> <li class="has-dropdown active"> <a href="/data/search">Data</a> <ul class='dropdown'> <li> <a href="/data/search">Search</a> </li> <li> <a href="/data/browse">Browse</a> </li> <li> <a href="/data/metadata">Metadata</a> </li> <li> <a href="/data/source-datasets">Source datasets</a> </li> <li> <a href="/data/download">Download</a> </li> <li> <a href="/data/changelog">Changelog</a> </li> </ul> </li> <li class="has-dropdown "> <a href="/about/catalogueoflife">About</a> <ul class='dropdown'> <li> <a href="/about/catalogueoflife">The Catalogue of Life</a> </li> <li> <a href="/about/colpipeline">The COL data pipeline</a> </li> <li> <a href="/about/colcommunity">The COL community</a> </li> <li> <a href="/about/contributors">The COL contributors</a> </li> <li> <a href="/about/colusage">Using the Catalogue of Life</a> </li> <li> <a href="/about/governance">Governance</a> </li> <li> <a href="/about/funding">Funding</a> </li> <li> <a href="/about/glossary.html">Glossary</a> </li> </ul> </li> <li class=""> <a href="/news/index">News</a> </li> <li class=""> <a href="/contact">Contact</a> </li> </ul> </section> </nav> </div> <div id='main' role='main'> <div id="health-warning" style="display: none"><div style="display: inline-block; vertical-align: middle; margin-right: 18px;"><div class="circle pulse tomato"></div></div><span >The system is under maintenance - you may encounter unexpected behaviour</span></div> <script> var interval = 30000 var show = function (elem) { elem.style.display = 'block'; }; var hide = function (elem) { elem.style.display = 'none'; }; function getHealth(){ var xhr = new XMLHttpRequest(); xhr.onload = function () { var healthWarining = document.getElementById("health-warning") if (xhr.status >= 200 && xhr.status < 300) { var background = JSON.parse(xhr.responseText); if(background.maintenance){ show(healthWarining); } else { hide(healthWarining) } } else { show(healthWarining) //console.log(JSON.parse(xhr.responseText)); } }; xhr.open('GET', 'https://download.checklistbank.org/.status.json'); xhr.send(); } getHealth() setInterval(getHealth, interval); </script> <div class='full parallax' style='position: relative; background-image: url(/images/species/Hyposmocoma_fractistriata.jpg); color: #fff;'> <div class='row'> <div class='large-12 columns'> <div class="mod modSectionHeader big"> <div class="special-title centered-text"> <h2 style="color: #fff;">Download</h2> </div> <h3 class='centered-text' style='color: #fff'>Current and historical versions of the Catalogue of Life</h3> </div> </div> </div> <div class='four spacing'></div> <div class="caption caption-absolute"> <p><em>Hyposmocoma fractistriata</em> Walsingham, 1907 - <a href="https://www.flickr.com/photos/dhobern/13442602504">Photo CC By Donald Hobern</a></p> </div> </div> <div class='full'> <div class='row'> <div class='large-12 columns prose'> <h2 id="the-catalogue-of-life-version-2024-11-18">The Catalogue of Life version 2024-11-18</h2> <p>You can download the current version of the entire Catalogue of Life here:</p> <ul> <li><a href="https://api.checklistbank.org/dataset/305232/export.zip?extended=true&format=ColDP">ColDP Archive</a></li> <li><a href="https://api.checklistbank.org/dataset/305232/export.zip?extended=true&format=DwCA">Darwin Core Archive</a></li> <li><a href="https://api.checklistbank.org/dataset/305232/export.zip?extended=true&format=TextTree">TextTree</a></li> </ul> <p>Please read the <a href="/about/colusage#data-formats">information on the available formats</a> if you are unlcear which one to use. For versions from previous months, please visit the <a href="https://download.catalogueoflife.org/col/monthly/">COL downloads site</a>. ChecklistBank also offers <a href="https://www.checklistbank.org/dataset/305232/download">partial downloads</a> if you are only interested in a certain group of the checklist. Please note that this requires a free <a href="https://www.gbif.org/">GBIF user account</a>.</p> <h2 id="historical-versions-of-the-catalogue-of-life">Historical versions of the Catalogue of Life</h2> <p>The Catalogue of Life has been released each year since 2000 (excluding 2001 and 2020). Every year, COL produces an annual version of the Catalogue of Life that receives long-term support and becomes part of the yearly archives. Monthly Catalogue of Lifes released between annual editions may not be kept indefinitely. These lose support once an annual Catalogue of Life is issued.</p> <p>The following links give access to historical versions of the Catalogue of Life for each year from 2005 to 2019. MySQL dump files can be downloaded for each version from 2005 to 2019 and Darwin Core Archive ZIP files from 2012 to 2019. Since 2021 each release is available in 3 formats and kept for online access in <a href="https://www.checklistbank.org/dataset?releasedFrom=3&reverse=false&sortBy=created">Catalogue of Life Bank</a>.</p> <ul> <li><a href="https://www.checklistbank.org/dataset/COL24">Catalogue of Life 2024</a> - 2,025,351 living and 147,120 extinct species (<a href="https://download.catalogueoflife.org/col/annual/2024_coldp.zip">ColDP</a>, <a href="https://download.catalogueoflife.org/col/annual/2024_dwca.zip">Darwin Core Archive</a>, <a href="https://download.catalogueoflife.org/col/annual/2024_texttree.zip">TextTree</a>)</li> <li><a href="https://www.checklistbank.org/dataset/COL23">Catalogue of Life 2023</a> - 1,827,305 living and 132,309 extinct species (<a href="https://download.catalogueoflife.org/col/annual/2023_coldp.zip">ColDP</a>, <a href="https://download.catalogueoflife.org/col/annual/2023_dwca.zip">Darwin Core Archive</a>, <a href="https://download.catalogueoflife.org/col/annual/2023_texttree.zip">TextTree</a>)</li> <li><a href="https://www.checklistbank.org/dataset/COL22">Catalogue of Life 2022</a> - 1,726,835 living and 110,790 extinct species (<a href="https://download.catalogueoflife.org/col/annual/2022_coldp.zip">ColDP</a>, <a href="https://download.catalogueoflife.org/col/annual/2022_dwca.zip">Darwin Core Archive</a>, <a href="https://download.catalogueoflife.org/col/annual/2022_texttree.zip">TextTree</a>)</li> <li><a href="https://www.checklistbank.org/dataset/2328">Catalogue of Life 2021</a> - 1,898,157 living and 110,790 extinct species (<a href="https://download.catalogueoflife.org/col/annual/2021_coldp.zip">ColDP</a>, <a href="https://download.catalogueoflife.org/col/annual/2021_dwca.zip">Darwin Core Archive</a>, <a href="https://download.catalogueoflife.org/col/annual/2021_acef.zip">ACEF</a>, <a href="https://download.catalogueoflife.org/col/annual/2021_texttree.zip">TextTree</a>)</li> <li><a href="/annual-checklist/2019">Catalogue of Life 2019</a> - 1,837,565 living and 63,419 extinct species (<a href="https://download.catalogueoflife.org/col/annual/2019_dwca.zip">Darwin Core Archive</a>, <a href="https://download.catalogueoflife.org/col/annual/2019_mysql.sql.gz">MySQL</a>)</li> <li><a href="/annual-checklist/2018">Catalogue of Life 2018</a> - 1,744,204 living and 59,284 extinct species (<a href="https://download.catalogueoflife.org/col/annual/2018_dwca.zip">Darwin Core Archive</a>, <a href="https://download.catalogueoflife.org/col/annual/2018_mysql.sql.gz">MySQL</a>)</li> <li><a href="/annual-checklist/2017">Catalogue of Life 2017</a> - 1,664,506 living and 49,346 extinct species (<a href="https://download.catalogueoflife.org/col/annual/2017_dwca.zip">Darwin Core Archive</a>, <a href="https://download.catalogueoflife.org/col/annual/2017_mysql.sql.gz">MySQL</a>)</li> <li><a href="/annual-checklist/2016">Catalogue of Life 2016</a> - 1,635,250 living and 5,719 extinct species (<a href="https://download.catalogueoflife.org/col/annual/2016_dwca.zip">Darwin Core Archive</a>, <a href="https://download.catalogueoflife.org/col/annual/2016_mysql.sql.gz">MySQL</a>)</li> <li><a href="/annual-checklist/2015">Catalogue of Life 2015</a> - 1,606,554 species (<a href="https://download.catalogueoflife.org/col/annual/2015_dwca.zip">Darwin Core Archive</a>, <a href="https://download.catalogueoflife.org/col/annual/2015_mysql.sql.gz">MySQL</a>)</li> <li><a href="/annual-checklist/2014">Catalogue of Life 2014</a> - 1,578,063 species (<a href="https://download.catalogueoflife.org/col/annual/2014_dwca.zip">Darwin Core Archive</a>, <a href="https://download.catalogueoflife.org/col/annual/2014_mysql.sql.gz">MySQL</a>)</li> <li><a href="/annual-checklist/2013">Catalogue of Life 2013</a> - 1,352,112 species (<a href="https://download.catalogueoflife.org/col/annual/2013_dwca.zip">Darwin Core Archive</a>, <a href="https://download.catalogueoflife.org/col/annual/2013_mysql.sql.gz">MySQL</a>)</li> <li><a href="/annual-checklist/2012">Catalogue of Life 2012</a> - 1,404,038 species (<a href="https://download.catalogueoflife.org/col/annual/2012_dwca.zip">Darwin Core Archive</a>, <a href="https://download.catalogueoflife.org/col/annual/2012_mysql.sql.gz">MySQL</a>)</li> <li><a href="/annual-checklist/2011">Catalogue of Life 2011</a> - 1,347,224 species (<a href="https://download.catalogueoflife.org/col/annual/2011_mysql.sql.gz">MySQL</a>)</li> <li><a href="/annual-checklist/2010">Catalogue of Life 2010</a> - 1,257,735 species (<a href="https://download.catalogueoflife.org/col/annual/2010_mysql.sql.gz">MySQL</a>)</li> <li><a href="/annual-checklist/2009">Catalogue of Life 2009</a> - 1,160,711 species (<a href="https://download.catalogueoflife.org/col/annual/2009_mysql.sql.gz">MySQL</a>)</li> <li><a href="/annual-checklist/2008">Catalogue of Life 2008</a> - 1,105,589 species (<a href="https://download.catalogueoflife.org/col/annual/2008_mysql.sql.gz">MySQL</a>)</li> <li><a href="/annual-checklist/2007">Catalogue of Life 2007</a> - 1,008,965 species (<a href="https://download.catalogueoflife.org/col/annual/2007_mysql.sql.gz">MySQL</a>)</li> <li><a href="/annual-checklist/2006">Catalogue of Life 2006</a> - 884,000 species (<a href="https://download.catalogueoflife.org/col/annual/2006_mysql.sql.gz">MySQL</a>)</li> <li><a href="/annual-checklist/2005">Catalogue of Life 2005</a> - 527,000 species (<a href="https://download.catalogueoflife.org/col/annual/2005_mysql.sql.gz">MySQL</a>)</li> <li>Catalogue of Life 2004 - 323,000 species</li> <li>Catalogue of Life 2003 - 304,000 species</li> <li>Catalogue of Life 2002 - 260,000 species</li> <li>Catalogue of Life 2000 - 220,000 species</li> </ul> <h2 id="historical-versions-of-the-monthly-catalogue-of-life-editions">Historical versions of the monthly Catalogue of Life editions</h2> <p>The Catalogue of Life is updated throughout the year and snapshots are also available for many months from 2017 to the present. Changes in infrastructure have disrupted this series so some intervals are longer than monthly.</p> <ul> <li><a href="https://download.catalogueoflife.org/col/monthly/">Monthly Checklist Archive</a></li> </ul> <div class='spacing'></div> </div> </div> <div class='four spacing'></div> </div> </div> <style> #cookie-notice {z-index: 80; padding: 0.5rem 1rem; font-size: 18px; min-height: 70px; display: none; text-align: center; position: fixed; bottom: 0; width: 100%; background: #FF8C00; color: rgba(255,255,255,0.8);} #cookie-notice a {display: inline-block; cursor: pointer; margin-left: 0.5rem;} @media (max-width: 767px) { #cookie-notice span {display: block; padding-top: 3px; margin-bottom: 1rem;} #cookie-notice a {position: relative; bottom: 4px;} } </style> <div id="cookie-notice"><div>We would like to use cookies to measure usage and report on the value of this website.</div><a id="cookie-notice-accept" class="btn btn-primary btn-sm">Approve</a><!--<a href="/privacy" class="btn btn-primary btn-sm">More info</a> --></div> <script> function createCookie(name,value,days) { var expires = ""; if (days) { var date = new Date(); date.setTime(date.getTime() + (days*24*60*60*1000)); expires = "; expires=" + date.toUTCString(); } document.cookie = name + "=" + value + expires + "; path=/"; } function readCookie(name) { var nameEQ = name + "="; var ca = document.cookie.split(';'); for(var i=0;i < ca.length;i++) { var c = ca[i]; while (c.charAt(0)==' ') c = c.substring(1,c.length); if (c.indexOf(nameEQ) == 0) return c.substring(nameEQ.length,c.length); } return null; } function eraseCookie(name) { createCookie(name,"",-1); } if(readCookie('cookie-notice-dismissed')=='true') { var head = document.getElementsByTagName('head')[0]; var js = document.createElement("script"); js.type = "text/javascript"; js.async = true; js.src = "https://www.googletagmanager.com/gtag/js?id=G-6MXW7NJY01 "; head.appendChild(js); window.dataLayer = window.dataLayer || []; function gtag(){dataLayer.push(arguments);} gtag('js', new Date()); gtag('config', 'G-6MXW7NJY01'); gtag('event', 'page_view', { page_title: document.title, page_location: window.location.href, page_path: window.location.pathname }) } else { document.getElementById('cookie-notice').style.display = 'block'; } document.getElementById('cookie-notice-accept').addEventListener("click",function() { createCookie('cookie-notice-dismissed','true',31); document.getElementById('cookie-notice').style.display = 'none'; location.reload(); }); </script> <div id='footer'> <div class='spacing'></div> <div class='row'> <div class='large-3 medium-3 columns'> <h1> <a href='/index.html'> <img alt="" src="https://www.catalogueoflife.org/images/col_square_logo.jpg" /> </a> </h1> </div> <div class='large-3 medium-3 columns'> <div class='links'> <h4>Links</h4> <ul> <li><a href="/about/colusage#col-api">COL API</a></li> <li><a href="/data/browse">Browse the Catalogue of Life</a></li> <li><a href="https://www.checklistbank.org/">ChecklistBank</a></li> </ul> <div class='spacing'></div> <ul class='socials'> <li> <a href='https://www.facebook.com/CatalogueOfLife/'> <i class='fa fa-facebook'></i> </a> </li> <li> <a href='https://twitter.com/catalogueoflife'> <i class='fa fa-twitter'></i> </a> </li> </ul> </div> <div class='spacing'></div> </div> <div class='large-3 medium-3 columns'> <div class='links'> <h4>Recent posts</h4> <ul> <li><a href="/2024/11/18/release">Monthly Release November 2024</a></li> <li><a href="/2024/11/05/Monalisa-Cachuela-Palacio">The first data manager of the Catalogue of Life</a></li> <li><a href="/2024/10/22/release">Monthly Release October 2024</a></li> <li><a href="/2024/09/25/release">Monthly Release September 2024</a></li> <li><a href="/2024/08/29/release">Monthly Release August 2024</a></li> </ul> </div> <div class='spacing'></div> </div> <div class='large-3 medium-3 columns'> <h4>Contact us</h4> <ul> <li>Email: <a href="mailto:contact@catalogueoflife.org">contact@catalogueoflife.org</a></li> <li>Catalogue of Life Secretariat, Pampuslaan 59, 1382 JM Weesp, Amsterdam, The Netherlands</li> </ul> <div class='spacing'></div> </div> </div> <div class='creativecommons'> <p>Catalogue of Life 2024-11-18 <a href="https://doi.org/10.48580/dgjy9">doi:10.48580/dgjy9</a><br> 漏 2022, Catalogue of Life. This online database is copyrighted by Catalogue of Life on behalf of the Catalogue of Life partners.<br> Unless otherwise indicated, all other content offered under <a rel="license" href="http://creativecommons.org/licenses/by/4.0/">Creative Commons Attribution 4.0 International License</a>, Catalogue of Life, <a href="/data/metadata">2024-11-18</a>. </p> </div> <div class='spacing'></div> <div class='creativecommons'> <img alt="" src="https://www.catalogueoflife.org/images/GCBR-Logo-White.svg" class="cbdr-logo"/> <p> Catalogue of Life is a Global Core Biodata Resource </p> </div> <div class='spacing'></div> <div class='creativecommons'> <h4>Disclaimer</h4> <p> The Catalogue of Life cannot guarantee the accuracy or completeness of the information in the Catalogue of Life. <br>Be aware that the Catalogue of Life is still incomplete and undoubtedly contains errors. <br>Catalogue of Life, nor any contributing database can be made liable for any direct or indirect damage arising out of the use of Catalogue of Life services. </p> </div> <div class='spacing'></div> </div> <script src="/javascripts/jquery.countTo.js" type="text/javascript"></script> <script src="/javascripts/jquery.appear.js" type="text/javascript"></script> <script src="/javascripts/jquery.validate.js" type="text/javascript"></script> <script src="/javascripts/jquery.sequence-min.js" type="text/javascript"></script> <script src="/javascripts/jquery.easing.1.3.js" type="text/javascript"></script> <script src="/javascripts/app.js" type="text/javascript"></script> </body> </html>