The King's Lions
How a royal menagerie became the last hope for North Africa's greatest predator
The mane is the giveaway. It starts dark around the face, almost black, and keeps going — across the shoulders, down the chest, between the front legs, along the belly. No other lion on earth wears a mane like that. The Barbary lion did. And in Rabat Zoo, thirty-three of its descendants still do.
The Barbary lion was the largest cat ever recorded in the wild. Males weighed up to 270 kilograms. They lived not on open savanna but in the cedar forests and mountain passes of the Atlas, hunting wild boar and Barbary deer in terrain that looked more like southern Europe than sub-Saharan Africa. They lived in pairs, not prides — there wasn't enough prey for more.
The Romans discovered them early. By 80 AD, the Colosseum was importing Barbary lions by the shipload from Carthage. Nine thousand animals were slaughtered during the inaugural games alone. Julius Caesar paraded four hundred through the Circus. Pompey killed five hundred in a single afternoon. For three centuries, the appetite for spectacle stripped North Africa of its apex predator.
What the Romans started, the rifles finished. French colonial hunters offered bounties. The forests shrank. The last confirmed wild Barbary lion was shot in the Atlas Mountains in 1942.
Except the king had lions.
For eight centuries, Moroccan rulers had kept Barbary lions as living symbols of power. Amazigh tribal leaders captured cubs in the Atlas and presented them to the sultan. The tradition passed unbroken from the Almohad dynasty in the twelfth century through to the Alaouite kings. When a sultan died, his lions went to his successor — crown jewels with teeth.
When the royal family was forced into exile in 1953, the collection numbered twenty-one animals. They were split between Rabat and Casablanca. In the late 1960s, new enclosures were built at Temara, near Rabat, and the lions were consolidated. The modern Rabat Zoo opened on those grounds in 2012, and the lions came with it.
Every Barbary lion alive today traces its ancestry to that collection.
The genetics are complicated. Scientists at Oxford and Kent confirmed in 2006 that the Rabat lions carry mitochondrial DNA sequences distinct from sub-Saharan lions. They are not pure Barbary — centuries of captive breeding make that almost impossible — but they carry the bloodline. The precautionary principle says: protect them until science tells you otherwise.
A studbook was developed. Breeding pairs were matched to maximise genetic diversity. And the lions began to travel.
From Rabat, descendants were sent to <a href="portlympne.co.uk/" target="_blank" rel="noopener">Port Lympne</a> in England, where a male named Suliman sired roughly a quarter of the entire European population. His sons Chalid and Milo went to Hannover and back to Port Lympne respectively. Females were imported from Rabat to zoos across Europe. Cubs were born in Neuwied, Pilsen, Erfurt, Heidelberg, Olomouc, Dvůr Králové, and Belfast. In August 2025, four cubs were born at the Dvůr Králové Safari Park in the Czech Republic — three females and a male — to parents Khalila and Bart.
Fewer than two hundred Barbary lions now exist in captivity worldwide. The largest group — thirty-three animals as of late 2024 — remains at <a href="rabatzoo.ma/en/home-page-en/" target="_blank" rel="noopener">Rabat Zoo</a>, the collection's ancestral home. The zoo has recorded approximately eighteen births since its 2012 opening.
<div id="mapbox-kings-lions" style="width:100%;height:460px;border-radius:8px;margin:2rem 0;background:#1a1a1a;"></div> <script src="api.mapbox.com/mapbox-gl-js/v3.1.2/mapbox-gl.js"></script> <link href="api.mapbox.com/mapbox-gl-js/v3.1.2/mapbox-gl.css" rel="stylesheet" /> <script> (function(){ var t="pk.eyJ1IjoiaW5kaWdvYW5kbGF2ZW5kZXIiLCJhIjoiY21kN3B0OTZvMGllNjJpcXY0MnZlZHVlciJ9.1-jV-Pze3d7HZseOAhmkCg"; if(!window.mapboxgl)return; mapboxgl.accessToken=t; var map=new mapboxgl.Map({container:"mapbox-kings-lions",style:"mapbox://styles/mapbox/dark-v11",center:[8,42],zoom:3.2,interactive:true,attributionControl:false,projection:"globe"}); map.addControl(new mapboxgl.NavigationControl({showCompass:false}),"top-right"); var zoos=[ {name:"Rabat Zoo",city:"Rabat, Morocco",note:"33 lions. Ancestral home of the royal collection. Opened 2012.",lng:-6.8498,lat:33.9258,color:"#B45309",sz:14}, {name:"Port Lympne",city:"Kent, England",note:"Key breeding centre. Suliman sired ~25% of European population.",lng:1.0306,lat:51.0839,color:"#D97706",sz:10}, {name:"Zoo Hannover",city:"Hannover, Germany",note:"Breeding pair including Chalid, son of Suliman from Rabat.",lng:9.7406,lat:52.3759,color:"#D97706",sz:9}, {name:"Zoo Neuwied",city:"Neuwied, Germany",note:"mtDNA confirmed Barbary ancestry in 2006. Active breeding.",lng:7.4617,lat:50.4286,color:"#D97706",sz:9}, {name:"Zoo Heidelberg",city:"Heidelberg, Germany",note:"Part of European endangered species programme.",lng:8.6956,lat:49.4174,color:"#D97706",sz:8}, {name:"Thüringer Zoopark Erfurt",city:"Erfurt, Germany",note:"Cubs born as part of studbook breeding programme.",lng:11.0088,lat:50.9927,color:"#D97706",sz:8}, {name:"Zoo Olomouc",city:"Olomouc, Czech Republic",note:"Active breeding transfers. Lions show classic Barbary morphology.",lng:17.2591,lat:49.5938,color:"#D97706",sz:9}, {name:"Zoo Pilsen",city:"Pilsen, Czech Republic",note:"Part of pan-European breeding network.",lng:13.3776,lat:49.7474,color:"#D97706",sz:8}, {name:"Dvůr Králové Safari Park",city:"Dvůr Králové, Czech Republic",note:"4 cubs born August 2025 to Khalila and Bart.",lng:15.8089,lat:50.4319,color:"#D97706",sz:10}, {name:"Belfast Zoo",city:"Belfast, Northern Ireland",note:"3 lions from Port Lympne since 2005. New enclosure opened 2023.",lng:-5.9565,lat:54.6467,color:"#D97706",sz:9}, {name:"Plättli Zoo",city:"Frauenfeld, Switzerland",note:"Small private zoo with Barbary lion pair.",lng:8.8967,lat:47.5576,color:"#D97706",sz:7}, {name:"Beersheba Zoo",city:"Be'er Sheva, Israel",note:"Receives cubs from European programme.",lng:34.7913,lat:31.2518,color:"#D97706",sz:8} ]; map.on("load",function(){ zoos.forEach(function(z){ var el=document.createElement("div"); el.style.cssText="width:"+z.sz+"px;height:"+z.sz+"px;border-radius:50%;background:"+z.color+";border:2px solid rgba(255,255,255,0.6);box-shadow:0 0 10px "+z.color+"50;cursor:pointer;transition:transform 0.2s;"; el.onmouseenter=function(){el.style.transform="scale(1.4)"}; el.onmouseleave=function(){el.style.transform="scale(1)"}; new mapboxgl.Marker(el).setLngLat([z.lng,z.lat]).setPopup( new mapboxgl.Popup({offset:10,maxWidth:"280px",closeButton:false}).setHTML( "<div style=\"font-family:system-ui;padding:4px 0;\"><p style=\"font-size:13px;font-weight:700;margin:0 0 4px;color:#fff;\">"+z.name+"</p><p style=\"font-size:11px;color:#aaa;margin:0 0 4px;\">"+z.city+"</p><p style=\"font-size:11px;color:#ccc;margin:0;line-height:1.5;\">"+z.note+"</p></div>" ) ).addTo(map); }); }); })(); </script> <p style="font-size:12px;color:#888;margin-top:4px;">Zoos holding descendants of the Moroccan royal lion collection. Rabat Zoo holds the largest group.</p>
The reintroduction conversation has started. Dvůr Králové's deputy director told the Associated Press in 2025 that preliminary talks with Moroccan authorities had not rejected the idea of releasing lions into an Atlas Mountains national park. The habitat still exists. The cedar forests still harbour wild boar and deer. The Middle Atlas still has the kind of cold-winter, temperate terrain that Barbary lions evolved for.
It is not simple. The lions have been captive for generations. They would need semi-wild enclosures first, then trial releases, then decades of monitoring. Local communities would need to be on board. Prey populations would need rebuilding. But the playbook exists — it worked for European bison, Przewalski's horse, Arabian oryx, and more recently, tigers, whose global population climbed seventy-four percent between 2010 and 2022.
The Rabat Zoo sits sixteen kilometres south of central Rabat. Tickets cost 70 dirhams. The Atlas lion enclosure is the main attraction — spacious, well-maintained, and home to the largest captive population of Barbary lion descendants on earth. The zoo is open daily from 10am to 5pm. Bus lines 7, 18, 40, and 45 run from central Rabat.
The lions don't know they are the last of anything. They pace their enclosures the way their ancestors paced the palace gardens of sultans. But somewhere in their cells, the memory of mountains persists. And somewhere in the ministries, the conversation about giving the mountains back has already begun.
Sources
- Black S. et al. (2010) Maintaining the genetic health of putative Barbary lions in captivity. European Journal of Wildlife Research; Yamaguchi N. and Haddane B. (2002) The North African Barbary lion and the Atlas Lion Project. International Zoo News; Kent University Barbary Lion Project (blogs.kent.ac.uk/barbarylion); Rabat Zoo (rabatzoo.ma); Morocco World News (August 2025) — Dvůr Králové cubs; Associated Press (August 2025) — reintroduction talks; Wikipedia — Barbary lion, Rabat Zoo





