Mighil

Insects API - A JSON API to explore the insect data-set

byā€¢

Explore the data set of 40511 insects on bugguide.net! At present, the API only delivers the common name, genus, species, family, order and bugguide.net URL information.

Add a comment

Replies

Best
Mighil
šŸ‘‹ 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!!
Usama Ejaz
This is a great product that will help people learn about insects. It is very user friendly and has a lot of great features.
Varun Razora
What kind of details about insects would I expect from API? because the Github and JSON response doesn't say much to me.
Veronika
What a lovely project!!