Get list of categories
GET https://public-apis-api.herokuapp.com/api/v1/apis/categories?page=1
Get list of categories for e.g. 1. Animals 2. Art & Design 3. Business ….
Request Params
Key | Datatype | Required | Description |
---|---|---|---|
page | number | Number of page with page size of 10, default to 1 if not provided. |
RESPONSES
status: OK
{"count":45,"categories":["Animals","Anime","Anti-Malware","Art \u0026 Design","Books","Business","Calendar","Cloud Storage \u0026 File Sharing","Continuous Integration","Cryptocurrency"]}