Last active
December 31, 2015 11:19
-
-
Save fetimo/7978546 to your computer and use it in GitHub Desktop.
A JSON representation of endangered species in the UK. Includes common name, Latin name, description (usually location), IUCN conservation status code, and kingdom (although this isn't scientifically accurate).
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{ | |
"records": [ | |
{ | |
"common_name": "Bottlenose dolphin", | |
"latin_name": "Tursiops truncatus", | |
"description": "warm and temperate seas worldwide", | |
"conservation_status": "LC", | |
"kingdom": "mammal" | |
}, | |
{ | |
"common_name": "European Hare", | |
"latin_name": "Lepus europaeus", | |
"description": "northern, central, and western Europe and western Asia", | |
"conservation_status": "LC", | |
"kingdom": "mammal" | |
}, | |
{ | |
"common_name": "Hazel Dormouse", | |
"latin_name": "Muscardinus avellanarius", | |
"description": "northern Europe and Asia Minor", | |
"conservation_status": "LC", | |
"kingdom": "mammal" | |
}, | |
{ | |
"common_name": "European Otter", | |
"latin_name": "Lutra lutra", | |
"description": "Asia, Africa and Europe,", | |
"conservation_status": "NT", | |
"kingdom": "mammal" | |
}, | |
{ | |
"common_name": "Greater Horseshoe Bat", | |
"latin_name": "Rhinolophus ferrumequinium", | |
"description": "Europe, Africa, South Asia and Australia", | |
"conservation_status": "LC", | |
"kingdom": "mammal" | |
}, | |
{ | |
"common_name": "Harbour Porpoise", | |
"latin_name": "Phocoena phocoena", | |
"description": "coastal waters in the Northern Hemisphere", | |
"conservation_status": "LC", | |
"kingdom": "mammal" | |
}, | |
{ | |
"common_name": "Red Squirrel", | |
"latin_name": "Sciurus vulgaris", | |
"description": "Eurasia", | |
"conservation_status": "LC", | |
"kingdom": "mammal" | |
}, | |
{ | |
"common_name": "Water Vole", | |
"latin_name": "Arvicola terrestris", | |
"description": "Great Britain, northern and central Europe and in parts of Russia", | |
"conservation_status": "LC", | |
"kingdom": "mammal" | |
}, | |
{ | |
"common_name": "Aquatic Warbler", | |
"latin_name": "Acrocephalus paludicola", | |
"description": "passage migrant through UK", | |
"conservation_status": "VU", | |
"kingdom": "bird" | |
}, | |
{ | |
"common_name": "Capercaillie", | |
"latin_name": "Tatrao urogallus", | |
"description": "", | |
"conservation_status": "LC", | |
"kingdom": "bird" | |
}, | |
{ | |
"common_name": "Corn Crake", | |
"latin_name": "Crex crex", | |
"description": "globally threatened", | |
"conservation_status": "LC", | |
"kingdom": "bird" | |
}, | |
{ | |
"common_name": "Eurasian Wryneck", | |
"latin_name": "Jynx torquilla", | |
"description": "", | |
"conservation_status": "LC", | |
"kingdom": "bird" | |
}, | |
{ | |
"common_name": "Great Bittern", | |
"latin_name": "Botarus stellaris", | |
"description": "", | |
"conservation_status": "LC", | |
"kingdom": "bird" | |
}, | |
{ | |
"common_name": "Grey Partridge", | |
"latin_name": "Perdix perdix", | |
"description": "", | |
"conservation_status": "LC", | |
"kingdom": "bird" | |
}, | |
{ | |
"common_name": "Red-backed Shrike", | |
"latin_name": "Lanius collurio", | |
"description": "", | |
"conservation_status": "LC", | |
"kingdom": "bird" | |
}, | |
{ | |
"common_name": "Skylark", | |
"latin_name": "Alauda arvensis", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "bird" | |
}, | |
{ | |
"common_name": "Song Thrush", | |
"latin_name": "Turdus philomelos", | |
"description": "", | |
"conservation_status": "LC", | |
"kingdom": "bird" | |
}, | |
{ | |
"common_name": "Slow-worm", | |
"latin_name": "Anguis fragilis", | |
"description": "Eurasia", | |
"conservation_status": "", | |
"kingdom": "reptile" | |
}, | |
{ | |
"common_name": "Sand lizard", | |
"latin_name": "Lacerta agilis", | |
"description": "most of Europe and eastwards to Mongolia", | |
"conservation_status": "LC", | |
"kingdom": "reptile" | |
}, | |
{ | |
"common_name": "Northern or European adder", | |
"latin_name": "Vipera berus", | |
"description": "Western Europe and Asia", | |
"conservation_status": "LC", | |
"kingdom": "reptile" | |
}, | |
{ | |
"common_name": "Grass snake", | |
"latin_name": "Natrix natrix", | |
"description": "England, Wales and mainland Europe", | |
"conservation_status": "LC", | |
"kingdom": "reptile" | |
}, | |
{ | |
"common_name": "Smooth snake", | |
"latin_name": "Coronella austriaca", | |
"description": "northern and central Europe, Middle East", | |
"conservation_status": "", | |
"kingdom": "reptile" | |
}, | |
{ | |
"common_name": "Great crested newt", | |
"latin_name": "Triturus cristatus", | |
"description": "Europe and parts of Asia", | |
"conservation_status": "LC", | |
"kingdom": "amphibian" | |
}, | |
{ | |
"common_name": "Natterjack toad", | |
"latin_name": "Bufo calamita", | |
"description": "Northern Europe", | |
"conservation_status": "LC", | |
"kingdom": "amphibian" | |
}, | |
{ | |
"common_name": "Allis shad", | |
"latin_name": "Alosa alosa", | |
"description": "", | |
"conservation_status": "LC", | |
"kingdom": "fish" | |
}, | |
{ | |
"common_name": "Pollan", | |
"latin_name": "Coregonus autumnalis pollan", | |
"description": "", | |
"conservation_status": "EN", | |
"kingdom": "fish" | |
}, | |
{ | |
"common_name": "Twaite shad", | |
"latin_name": "Alosa fallax", | |
"description": "", | |
"conservation_status": "LC", | |
"kingdom": "fish" | |
}, | |
{ | |
"common_name": "Vendace", | |
"latin_name": "Coregonus vandesius", | |
"description": "", | |
"conservation_status": "EN", | |
"kingdom": "fish" | |
}, | |
{ | |
"common_name": "Gwyniad", | |
"latin_name": "Coregonus pennantii", | |
"description": "", | |
"conservation_status": "CR", | |
"kingdom": "fish" | |
}, | |
{ | |
"common_name": "Black-backed meadow ant", | |
"latin_name": "Formica pratensis", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "ant" | |
}, | |
{ | |
"common_name": "Black bog ant", | |
"latin_name": "Formica candida", | |
"description": "Formica exsecta", | |
"conservation_status": "", | |
"kingdom": "ant" | |
}, | |
{ | |
"common_name": "Narrow-headed ant", | |
"latin_name": "Formica exsecta", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "ant" | |
}, | |
{ | |
"common_name": "Shrill carder bee", | |
"latin_name": "Bombus sylvarum", | |
"description": "", | |
"conservation_status": "EN", | |
"kingdom": "bee" | |
}, | |
{ | |
"common_name": "Beaulieu dung beetle", | |
"latin_name": "Aphodius niger", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "beetle" | |
}, | |
{ | |
"common_name": "Blue ground beetle", | |
"latin_name": "Carabus intricatus", | |
"description": "", | |
"conservation_status": "NT", | |
"kingdom": "beetle" | |
}, | |
{ | |
"common_name": "Bracteon", | |
"latin_name": "Bembidion argenteolum", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "beetle" | |
}, | |
{ | |
"common_name": "Crucifix ground beetle", | |
"latin_name": "Panagaeus crux-major", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "beetle" | |
}, | |
{ | |
"common_name": "Hazel pot beetle", | |
"latin_name": "Cryptocephalus coryli", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "beetle" | |
}, | |
{ | |
"common_name": "Lizard weevil", | |
"latin_name": "Cathormiocerus britannicus", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "beetle" | |
}, | |
{ | |
"common_name": "Twin spot longhorn beetle", | |
"latin_name": "Oberea oculata", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "beetle" | |
}, | |
{ | |
"common_name": "Pashford pot beetle", | |
"latin_name": "Cryptocephalus exiguus", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "beetle" | |
}, | |
{ | |
"common_name": "Stag beetle", | |
"latin_name": "Lucanus cervus", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "beetle" | |
}, | |
{ | |
"common_name": "Lough Neagh camphor beetle", | |
"latin_name": "Stenus palposus", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "beetle" | |
}, | |
{ | |
"common_name": "", | |
"latin_name": "Tachys edmonsi", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "beetle" | |
}, | |
{ | |
"common_name": "Violet click beetle", | |
"latin_name": "Limoniscus violaceus", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "beetle" | |
}, | |
{ | |
"common_name": "European mole cricket", | |
"latin_name": "Gryllotalpa gryllotalpa", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "cricket" | |
}, | |
{ | |
"common_name": "Southern damselfly", | |
"latin_name": "Coenagrion mercuriale", | |
"description": "", | |
"conservation_status": "NT", | |
"kingdom": "damselfly" | |
}, | |
{ | |
"common_name": "Large marsh grasshopper", | |
"latin_name": "Stethophyma grossum", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "grasshopper" | |
}, | |
{ | |
"common_name": "Banded Golden-hoverfly", | |
"latin_name": "Callicera spinolae", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "fly" | |
}, | |
{ | |
"common_name": "Manx robber fly", | |
"latin_name": "Machimus cowini", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "fly" | |
}, | |
{ | |
"common_name": "Hornet robberfly", | |
"latin_name": "Asilus crabroniformis", | |
"description": "Southern England and South & West Wales", | |
"conservation_status": "", | |
"kingdom": "fly" | |
}, | |
{ | |
"common_name": "Golden hoverfly", | |
"latin_name": "Chrysotoxum octomaculatum", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "fly" | |
}, | |
{ | |
"common_name": "Bright wave", | |
"latin_name": "Idaea ochrata", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "butterfly-moth" | |
}, | |
{ | |
"common_name": "Brown hairstreak", | |
"latin_name": "Thecla betulae", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "butterfly-moth" | |
}, | |
{ | |
"common_name": "Chequered skipper", | |
"latin_name": "Carterosephalus palaemon", | |
"description": "", | |
"conservation_status": "EX", | |
"kingdom": "butterfly-moth" | |
}, | |
{ | |
"common_name": "Dingy skipper", | |
"latin_name": "Erynnis tages", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "butterfly-moth" | |
}, | |
{ | |
"common_name": "Duke of Burgundy", | |
"latin_name": "Hamearis lucina", | |
"description": "", | |
"conservation_status": "LC", | |
"kingdom": "butterfly-moth" | |
}, | |
{ | |
"common_name": "Flounced chestnut", | |
"latin_name": "Agonum scitulum", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "butterfly-moth" | |
}, | |
{ | |
"common_name": "Glanville fritillary", | |
"latin_name": "Melitaea cinxia", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "butterfly-moth" | |
}, | |
{ | |
"common_name": "Grayling", | |
"latin_name": "Hipparchia semele", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "butterfly-moth" | |
}, | |
{ | |
"common_name": "Greenweed flat-body moth", | |
"latin_name": "Agonopterix atomella", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "butterfly-moth" | |
}, | |
{ | |
"common_name": "Grey dagger", | |
"latin_name": "Acronicta psi", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "butterfly-moth" | |
}, | |
{ | |
"common_name": "Grizzled skipper", | |
"latin_name": "Pyrgus malvae", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "butterfly-moth" | |
}, | |
{ | |
"common_name": "Heath fritillary", | |
"latin_name": "Mellicta athalia", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "butterfly-moth" | |
}, | |
{ | |
"common_name": "High brown fritillary", | |
"latin_name": "Argynnis adippe", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "butterfly-moth" | |
}, | |
{ | |
"common_name": "Knot grass", | |
"latin_name": "Aconicta rumicis", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "butterfly-moth" | |
}, | |
{ | |
"common_name": "Large blue", | |
"latin_name": "Maculinea arion", | |
"description": "", | |
"conservation_status": "NT", | |
"kingdom": "butterfly-moth" | |
}, | |
{ | |
"common_name": "Large Copper", | |
"latin_name": "Lycaena dispar", | |
"description": "", | |
"conservation_status": "NT", | |
"kingdom": "butterfly-moth" | |
}, | |
{ | |
"common_name": "Large heath", | |
"latin_name": "Coenonympha tullia", | |
"description": "", | |
"conservation_status": "LC", | |
"kingdom": "butterfly-moth" | |
}, | |
{ | |
"common_name": "Lulworth skipper", | |
"latin_name": "Thymelicus acteon", | |
"description": "", | |
"conservation_status": "VU", | |
"kingdom": "butterfly-moth" | |
}, | |
{ | |
"common_name": "Marsh fritillary", | |
"latin_name": "Eurodryas aurinia", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "butterfly-moth" | |
}, | |
{ | |
"common_name": "Mountain ringlet", | |
"latin_name": "Erebia epiphron", | |
"description": "", | |
"conservation_status": "LC", | |
"kingdom": "butterfly-moth" | |
}, | |
{ | |
"common_name": "Netted carpet moth", | |
"latin_name": "Eustroma reticulata", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "butterfly-moth" | |
}, | |
{ | |
"common_name": "Northern brown argus", | |
"latin_name": "Aricia artaxerxes", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "butterfly-moth" | |
}, | |
{ | |
"common_name": "Pearl-bordered fritillary", | |
"latin_name": "Boloria euphrosyne", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "butterfly-moth" | |
}, | |
{ | |
"common_name": "Reddish buff", | |
"latin_name": "Acosmetia caliginosa", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "butterfly-moth" | |
}, | |
{ | |
"common_name": "Silver-spotted skipper", | |
"latin_name": "Hesperia comma", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "butterfly-moth" | |
}, | |
{ | |
"common_name": "Silver-studded blue", | |
"latin_name": "Plebejus argus", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "butterfly-moth" | |
}, | |
{ | |
"common_name": "Small blue", | |
"latin_name": "Cupido minimus", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "butterfly-moth" | |
}, | |
{ | |
"common_name": "Small heath", | |
"latin_name": "Coenonympha pamphilus", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "butterfly-moth" | |
}, | |
{ | |
"common_name": "Small pearl-bordered fritillary", | |
"latin_name": "Boloria selene", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "butterfly-moth" | |
}, | |
{ | |
"common_name": "Speckled footman", | |
"latin_name": "Coscinia cribraria", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "butterfly-moth" | |
}, | |
{ | |
"common_name": "Wall", | |
"latin_name": "Lasiommata megera", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "butterfly-moth" | |
}, | |
{ | |
"common_name": "White admiral", | |
"latin_name": "Limenitis camilla", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "butterfly-moth" | |
}, | |
{ | |
"common_name": "White-letter hairstreak", | |
"latin_name": "Satyrium w-album", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "butterfly-moth" | |
}, | |
{ | |
"common_name": "Wood white", | |
"latin_name": "Leptidea sinapis", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "butterfly-moth" | |
}, | |
{ | |
"common_name": "White clawed crayfish", | |
"latin_name": "Austropotamobius pallipes", | |
"description": "", | |
"conservation_status": "EN", | |
"kingdom": "crustacean" | |
}, | |
{ | |
"common_name": "Glutinous snail", | |
"latin_name": "Myxas glutinosa", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "mollusc" | |
}, | |
{ | |
"common_name": "Little whirlpool ram's-horn snail", | |
"latin_name": "Anisus vorticulus", | |
"description": "", | |
"conservation_status": "NE", | |
"kingdom": "mollusc" | |
}, | |
{ | |
"common_name": "Shining ram's-horn snail", | |
"latin_name": "Segmentina nitida", | |
"description": "", | |
"conservation_status": "NE", | |
"kingdom": "mollusc" | |
}, | |
{ | |
"common_name": "Narrow-mouthed whorl snail", | |
"latin_name": "Vertigo angustior", | |
"description": "", | |
"conservation_status": "CD", | |
"kingdom": "mollusc" | |
}, | |
{ | |
"common_name": "Round-mouthed whorl snail", | |
"latin_name": "Vertigo genesii", | |
"description": "", | |
"conservation_status": "CD", | |
"kingdom": "mollusc" | |
}, | |
{ | |
"common_name": "Geyer's whorl snail", | |
"latin_name": "Vertigo geyeri", | |
"description": "", | |
"conservation_status": "CD", | |
"kingdom": "mollusc" | |
}, | |
{ | |
"common_name": "Desmoulin's whorl snail", | |
"latin_name": "Vertigo moulinsiana", | |
"description": "", | |
"conservation_status": "VU", | |
"kingdom": "mollusc" | |
}, | |
{ | |
"common_name": "Sandbowl snail", | |
"latin_name": "Catinella arenaria", | |
"description": "", | |
"conservation_status": "NT", | |
"kingdom": "mollusc" | |
}, | |
{ | |
"common_name": "Depressed river mussel", | |
"latin_name": "Pseudanodonta complanata", | |
"description": "", | |
"conservation_status": "VU", | |
"kingdom": "mollusc" | |
}, | |
{ | |
"common_name": "Freshwater pearl mussel", | |
"latin_name": "Margaritifera margaritifera", | |
"description": "", | |
"conservation_status": "EN", | |
"kingdom": "mollusc" | |
}, | |
{ | |
"common_name": "Fine-lined pea mussel", | |
"latin_name": "Pisidium tenuilineatum", | |
"description": "", | |
"conservation_status": "NE", | |
"kingdom": "mollusc" | |
}, | |
{ | |
"common_name": "Medicinal leech", | |
"latin_name": "Hirudo medicinalis", | |
"description": "", | |
"conservation_status": "NT", | |
"kingdom": "other-invertebrate" | |
}, | |
{ | |
"common_name": "Ivell's sea anemone", | |
"latin_name": "Edwardsia ivelli", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "other-invertebrate" | |
}, | |
{ | |
"common_name": "Starlet sea anemone", | |
"latin_name": "Nematostella vectensis", | |
"description": "", | |
"conservation_status": "VU", | |
"kingdom": "other-invertebrate" | |
}, | |
{ | |
"common_name": "Creeping marshwort", | |
"latin_name": "Apium repens", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "flowering-plant" | |
}, | |
{ | |
"common_name": "Early gentian", | |
"latin_name": "Gentianella anglica", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "flowering-plant" | |
}, | |
{ | |
"common_name": "Eyebrights", | |
"latin_name": "Euphrasia sp.", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "flowering-plant" | |
}, | |
{ | |
"common_name": "Fen orchid ", | |
"latin_name": "Liparis loeselii", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "flowering-plant" | |
}, | |
{ | |
"common_name": "Floating water-plantain", | |
"latin_name": "Luronium natans", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "flowering-plant" | |
}, | |
{ | |
"common_name": "Holly-leaved naiad", | |
"latin_name": "Najas marina", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "flowering-plant" | |
}, | |
{ | |
"common_name": "Isle of Man Cabbage", | |
"latin_name": "Coincya monensis", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "flowering-plant" | |
}, | |
{ | |
"common_name": " Lady's slipper orchid", | |
"latin_name": "Cypripedium calceolus", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "flowering-plant" | |
}, | |
{ | |
"common_name": "Lundy cabbage", | |
"latin_name": "Coincya wrightii", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "flowering-plant" | |
}, | |
{ | |
"common_name": "Mountain scurvy-grass", | |
"latin_name": "Cochlearia micacea", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "flowering-plant" | |
}, | |
{ | |
"common_name": "Norwegian mugwort", | |
"latin_name": "Artemisia norvegica", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "flowering-plant" | |
}, | |
{ | |
"common_name": "Ribbon-leaved water plantain", | |
"latin_name": "Alisma gramineum", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "flowering-plant" | |
}, | |
{ | |
"common_name": "Shetland pondweed", | |
"latin_name": "Potamogeton rutilus", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "flowering-plant" | |
}, | |
{ | |
"common_name": " Shore dock", | |
"latin_name": "Rumex rupestris", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "flowering-plant" | |
}, | |
{ | |
"common_name": "Slender naiad", | |
"latin_name": "Najas flexilis", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "flowering-plant" | |
}, | |
{ | |
"common_name": "Star fruit", | |
"latin_name": "Damasonium alisma", | |
"description": "", | |
"conservation_status": "EN", | |
"kingdom": "flowering-plant" | |
}, | |
{ | |
"common_name": "Three-lobed crowfoot", | |
"latin_name": "Ranunculus tripartitus", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "flowering-plant" | |
}, | |
{ | |
"common_name": "Western ramping-fumitory", | |
"latin_name": "Fumaria occidentalis", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "flowering-plant" | |
}, | |
{ | |
"common_name": "Wild cotoneaster", | |
"latin_name": "Cotoneaster cambricus", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "flowering-plant" | |
}, | |
{ | |
"common_name": "Yellow marsh saxifrage", | |
"latin_name": "Saxifraga hirculus", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "flowering-plant" | |
}, | |
{ | |
"common_name": "Young's helleborine orchid", | |
"latin_name": "Epipactis youngiana", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "flowering-plant" | |
}, | |
{ | |
"common_name": "Killarney fern", | |
"latin_name": "Trichomanes speciosum", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "fern" | |
}, | |
{ | |
"common_name": "Newman's lady fern", | |
"latin_name": "Athyrium flexile", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "fern" | |
}, | |
{ | |
"common_name": "Devil's bolete", | |
"latin_name": "Boletus satanus", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "fungi" | |
}, | |
{ | |
"common_name": "Sandy stilt puffball", | |
"latin_name": "Battarraea phalloides", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "fungi" | |
}, | |
{ | |
"common_name": "White Stalkball", | |
"latin_name": "Tulostoma niveum", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "fungi" | |
}, | |
{ | |
"common_name": "Elm's gyalecta ", | |
"latin_name": "Gyalecta ulmi", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "lichen" | |
}, | |
{ | |
"common_name": "Orange-fruited elm-lichen", | |
"latin_name": "Caloplaca luteoalba", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "lichen" | |
}, | |
{ | |
"common_name": "", | |
"latin_name": "Pseudocyphellaria aurata", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "lichen" | |
}, | |
{ | |
"common_name": "", | |
"latin_name": "Pseudocyphellaria norvegica", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "lichen" | |
}, | |
{ | |
"common_name": "River jelly lichen", | |
"latin_name": "Collema dishotomum", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "lichen" | |
}, | |
{ | |
"common_name": "", | |
"latin_name": "Schismatomma graphidioides", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "lichen" | |
}, | |
{ | |
"common_name": "Starry breck-lichen", | |
"latin_name": "Buellia asterella", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "lichen" | |
}, | |
{ | |
"common_name": "Cornish path-moss", | |
"latin_name": "Ditrichum cornubicum", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "moss" | |
}, | |
{ | |
"common_name": "Derbyshire feather-moss", | |
"latin_name": "Thamnobryum angustifolium", | |
"description": "", | |
"conservation_status": "CR", | |
"kingdom": "moss" | |
}, | |
{ | |
"common_name": "Glaucous beard-moss", | |
"latin_name": "Didymodon glaucus", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "moss" | |
}, | |
{ | |
"common_name": "Green shield moss", | |
"latin_name": "Buxbaumia viridis", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "moss" | |
}, | |
{ | |
"common_name": "Slender green feather-moss", | |
"latin_name": "Hamatocaulis vernicosus", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "moss" | |
}, | |
{ | |
"common_name": "Many-fruited beardless moss", | |
"latin_name": "Weissia multicapsularis", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "moss" | |
}, | |
{ | |
"common_name": "Atlantic lejeunea", | |
"latin_name": "Lejeunea mandonii", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "liverwort" | |
}, | |
{ | |
"common_name": "Marsh earwort", | |
"latin_name": "Jamesoniella undulifolia", | |
"description": "", | |
"conservation_status": "VU", | |
"kingdom": "liverwort" | |
}, | |
{ | |
"common_name": "Norfolk flapwort", | |
"latin_name": "Lophozia rutheana", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "liverwort" | |
}, | |
{ | |
"common_name": "Petalwort", | |
"latin_name": "Petalophyllum ralfsii", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "liverwort" | |
}, | |
{ | |
"common_name": "Western Rustwort", | |
"latin_name": "Marsupella profunda", | |
"description": "", | |
"conservation_status": "LC", | |
"kingdom": "liverwort" | |
}, | |
{ | |
"common_name": "Mossy stonewort", | |
"latin_name": "Chara muscosa", | |
"description": "", | |
"conservation_status": "", | |
"kingdom": "stonewort" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment