Published articles. Filter by category, tag or author, and search by text.
Parameters
| Parameter |
Type |
Description |
| category |
string |
Category slug, taken from /categories.
|
| tag |
string |
A tag. A hyphen is accepted in place of a space.
|
| author |
string |
The author's username.
|
| q |
string |
Search term. Matches title, description and tags.
|
| sort |
string |
Order: new (default), old, popular.
|
| per_page |
integer |
Records per page. From 1 to 50, 15 by default.
|
| page |
integer |
Page number, starting at 1.
|
Sample response
{
"success": true,
"data": {
"items": [
{
"slug": "hosting-tanlash",
"title": "Hosting tanlashda nimaga qarash kerak",
"description": "Qisqacha tavsif…",
"cover": "https://goxost.net/posters/1.webp",
"views": 1240,
"tags": [
"hosting",
"maslahat"
],
"category": {
"name": "Hosting",
"slug": "hosting"
},
"author": {
"name": "Xurshidbek",
"username": "xurshid"
},
"url": "https://goxost.net/uz/post/hosting-tanlash",
"published_at": "2026-08-01T10:00:00+05:00"
}
],
"meta": {
"page": 1,
"per_page": 15,
"last_page": 4,
"total": 52
}
}
}