List entries per category currently cataloged in the project

GET https://public-apis-api.herokuapp.com/api/v1/apis/entry?page=1&category=Animals

Get API details for each one of the categories for e.g. under Animals section we have

API:  Cat Facts
Link: https://alexwohlbruck.github.io/cat-facts/
Description: Daily cat facts    
Auth: No
HTTPS: Yes
CORS: No

Request Params

KeyDatatypeRequiredDescription
pagenumberNumber of page with page size of 10, default to 1 if not provided.
categorystringName of category, urlencoded if there are special characters

RESPONSES

status: OK

{"count":13,"categories":[{"API":"Cat Facts","Description":"Daily cat facts","Auth":"","HTTPS":true,"Cors":"no","Link":"https://alexwohlbruck.github.io/cat-facts/","Category":"Animals"},{"API":"Cats","Description":"Pictures of cats from Tumblr","Auth":"apiKey","HTTPS":true,"Cors":"unknown","Link":"https://docs.thecatapi.com/","Category":"Animals"},{"API":"Dogs","Description":"Based on the Stanford Dogs Dataset","Auth":"","HTTPS":true,"Cors":"yes","Link":"https://dog.ceo/dog-api/","Category":"Animals"},{"API":"HTTPCat","Description":"Cat for every HTTP Status","Auth":"","HTTPS":true,"Cors":"unknown","Link":"https://http.cat/","Category":"Animals"},{"API":"IUCN","Description":"IUCN Red List of Threatened Species","Auth":"apiKey","HTTPS":false,"Cors":"unknown","Link":"http://apiv3.iucnredlist.org/api/v3/docs","Category":"Animals"},{"API":"Movebank","Description":"Movement and Migration data of animals","Auth":"","HTTPS":true,"Cors":"unknown","Link":"https://github.com/movebank/movebank-api-doc","Category":"Animals"},{"API":"Petfinder","Description":"Adoption","Auth":"OAuth","HTTPS":true,"Cors":"yes","Link":"https://www.petfinder.com/developers/v2/docs/","Category":"Animals"},{"API":"PlaceGOAT","Description":"Placeholder goat images","Auth":"","HTTPS":true,"Cors":"unknown","Link":"https://placegoat.com/","Category":"Animals"},{"API":"RandomCat","Description":"Random pictures of cats","Auth":"","HTTPS":true,"Cors":"yes","Link":"https://aws.random.cat/meow","Category":"Animals"},{"API":"RandomDog","Description":"Random pictures of dogs","Auth":"","HTTPS":true,"Cors":"yes","Link":"https://random.dog/woof.json","Category":"Animals"}]}