Insects API

Insects API

A JSON REST API for Insects

37 followers

Explore the data-set of 40511 insects on bugguide.net! At present, the API only delivers the common name, genus, species, family, order, bugguideid, and bugguide.net URL information.
Insects API gallery image
Insects API gallery image
Free
Launch tags:
API•GitHub•Nature
Launch Team

What do you think? …

Mighil
Maker
šŸ‘‹ Hey folks! As mentioned above, the data-set is from bugguide.net. Data can be parsed as JSON. Access to the bugs.verfasor.com doesn't require a token-based authentication. Please use it for development and testing only. And kindly avoid sending too many requests to Vercel, who's hosting the REST API. šŸ‘‰ Visit https://github.com/verfasor/Insecta šŸ‘‡ Example queries White space between the words are fine, mmkay. šŸ” General query GET https://bugs.verfasor.com/api?q=Soldier%20Beetle. šŸ” Query a Common Name GET https://bugs.verfasor.com/api?q=Soldier%20Beetle šŸ” Query a Genus GET https://bugs.verfasor.com/api?Genus=Chauliognathus šŸ” Query Species GET https://bugs.verfasor.com/api?Species=pensylvanicus šŸ” Query a Family GET https://bugs.verfasor.com/api?Family=Cantharidae šŸ” Query an Order GET https://bugs.verfasor.com/api?Order=Coleoptera. šŸ” Query a Bug Guide ID GET https://bugs.verfasor.com/api?BugGuideID=438 šŸ” Query combination and filter GET https://bugs.verfasor.com/api?Order=Coleoptera&q=beetle šŸ Python script I've created an example Python script to fetch random data at once. Available at: https://github.com/verfasor/Insecta/blob/master/random-bug.py 🐜 Disclaimer The Insects JSON REST API is actually in the alpha stage, which implies that "bugs" and issues may still remain undiscovered until this phase of testing is complete. The alpha stage also means that the data may be corrupted, is not 100% validated or complete, and is subject to change. Finally, services may have downtime and the API schemas and calls are subject to change
Berk Aydin
@verfasor congratulations on the launch and thanks for sharing your work! I'll launch VSC and give this a go later. :)
Ankit
šŸ¦‹šŸšŸžšŸœšŸ¦—šŸ”„
Binay Singh
Cool concept guys!! Congratulations!!