All Categories
Fetch a list of all categories.
Get all categories
GET
https://walli.vercel.app/categories?page=1
This endpoint allows you to get all categories.
Path Parameters
Name
Type
Description
categories
string
Endpoint for fetching all categories.
Query Parameters
Name
Type
Description
page
string
Page number for results. Each page has 10 categories by default.
[
{
"id": "149",
"name": "Black and White",
"category_name": "Black and White",
"created_at": "0000-00-00 00:00:00",
"updated_at": "0000-00-00 00:00:00",
"position": "1",
"category_thumnail": "https://walli.quosmos.com/files/thumbs/c/0/0/c00d09e97e039cc7ecb7e14f79ed5daf9602d77b/blackandwhitecover__120_0.jpg",
"category_image": "https://walli.quosmos.com/files/thumbs/c/0/0/c00d09e97e039cc7ecb7e14f79ed5daf9602d77b/blackandwhitecover__800_800.jpg"
},
{
"id": "120",
"name": "Dark soul",
"category_name": "Dark soul",
"created_at": "0000-00-00 00:00:00",
"updated_at": "0000-00-00 00:00:00",
"position": "2",
"category_thumnail": "https://walli.quosmos.com/files/thumbs/7/9/0/790df2ba3868995b033b0256b68330f537d1ec75/darksoul-cover__120_0.jpg",
"category_image": "https://walli.quosmos.com/files/thumbs/7/9/0/790df2ba3868995b033b0256b68330f537d1ec75/darksoul-cover__800_800.jpg"
},
{
"id": "148",
"name": "Neon lights",
"category_name": "Neon lights",
"created_at": "0000-00-00 00:00:00",
"updated_at": "0000-00-00 00:00:00",
"position": "3",
"category_thumnail": "https://walli.quosmos.com/files/thumbs/3/5/c/35c16cf7e9758ee0ba373df656c820f6c9ec1e19/neonlightscover__120_0.jpg",
"category_image": "https://walli.quosmos.com/files/thumbs/3/5/c/35c16cf7e9758ee0ba373df656c820f6c9ec1e19/neonlightscover__800_800.jpg"
},
{
"id": "137",
"name": "Anime",
"category_name": "Anime",
"created_at": "0000-00-00 00:00:00",
"updated_at": "0000-00-00 00:00:00",
"position": "4",
"category_thumnail": "https://walli.quosmos.com/files/thumbs/9/8/b/98ba65b086728aeaf002b8d2251d716abea1956e/animecatcover__120_0.jpg",
"category_image": "https://walli.quosmos.com/files/thumbs/9/8/b/98ba65b086728aeaf002b8d2251d716abea1956e/animecatcover__800_800.jpg"
}
]
Last updated
Was this helpful?