API Docs – Blog, Articles, Profiles, Tags & Categories

API Docs

Base URL: https://www.guestposts24.com/api/free

Endpoint List

list article blog category profile tag
GET

/list

Get a list of Blogs and Articles, list will have combinned records also with URL's so you dont have confution just fetch by the url

🔎 Query Parameters:

📦 Example Response:

                
{
    "message": "Data fetch succesfully",
    "data": [
        {
            "blog_name": "Power Semiconductor Company for Industrial Applications",
            "blog_image": "uploads\/blog\/o7YcDGDpF0QT9rdIAQOGftn5wnYHdwOo3T6ukOGg.jpg",
            "blog_url": "blog\/power-semiconductor-company-for-industrial-applications",
            "blog_cat": "Business",
            "blog_tag": "Mobile",
            "short_description": "Insel Rectifiers is a trusted power semiconductor company in India offering reliable and efficient semiconductor solutions for industrial applications, automation, and power systems.",
            "mobile_link": "",
            "desktop_link": "",
            "ios_link": "",
            "created_at": "2026-05-13T07:13:33.000000Z",
            "updated_at": "2026-05-13T07:14:38.000000Z"
        },
        {
            "blog_name": "How to Write an Assignment That Gets Approved",
            "blog_image": "uploads\/blog\/Q2v4LYbYAukef70wlJ3F6nIraWjyb2LqqYocAxqC.jpg",
            "blog_url": "article\/how-to-write-an-assignment-that-gets-approved",
            "blog_cat": "Education",
            "blog_tag": "Education",
            "short_description": "Learn how to write an assignment that gets approved with proper structure, research, formatting, and clear academic writing techniques.",
            "mobile_link": "",
            "desktop_link": "",
            "ios_link": "",
            "created_at": "2026-05-13T06:44:47.000000Z",
            "updated_at": "2026-05-13T06:44:50.000000Z"
        }
    ],
    "status": 200
}