10% off any package FUSION2026 · 10% off · expires Oct 31

Public API

Overview

The public API exposes read-only access to listings and blog posts. All responses are JSON. Endpoints are rate limited to 60 requests per minute per IP.

Base URL

https://www.bloggingfusion.com/api/v1

Listings

MethodEndpointDescription
GET/api/v1/listingsPaginated list of active listings.
GET/api/v1/listings/{slug}Single listing by slug.
GET/api/v1/listings/category/{slug}Listing category by slug with live listing count.
GET/api/v1/listings/location/{slug}Listing location by slug with live listing count.

Blog Posts

MethodEndpointDescription
GET/api/v1/postsPaginated list of published posts.
GET/api/v1/posts/{slug}Single post by slug.

Listings Query Parameters

ParamTypeDescription
qstringPartial match on listing name.
categorystringListing category slug.
locationstringListing location slug.
pageintPage number (default 1).
per_pageintResults per page, 1-50 (default 15).

Example

curl "https://www.bloggingfusion.com/api/v1/listings?q=hotel&per_page=5"

Authentication: none required for these public read-only endpoints.

Subscribe to our Newsletter

Stay updated with the latest listings and news.

View past newsletters »