Blogs
Welcome to Parkvadrata API!
Getting started
The Blogs resource allows you to access articles and news published on the Parkvadrata platform.
It’s designed for agencies and partners who want to display or reuse content such as real estate tips, market trends, or agency updates directly within their own systems or websites.
Example of one blog body.
{
"id": 0,
"title": "string",
"content": "string",
"image": "string",
"imageUrl": "string",
"createdAt": "2025-10-23T14:24:54.019Z"
}Get all blogs
This endpoint returns a list of all published blog posts.
You can use query parameters to create pagination, index = how much will be skipped, count = max in one call.
GET https://api.parkvadrata.com/api/v1/booking/blog/blog-posts?index=0&count=10Get single blog
This endpoint retrieves the full content of a specific blog post by its unique ID.
It’s ideal for loading complete articles including the body text, images, author information, and metadata.
GET https://api.parkvadrata.com/api/v1/booking/blog/blog-post/{id}Blogs
Welcome to Parkvadrata API!
Getting started
The Blogs resource allows you to access articles and news published on the Parkvadrata platform.
It’s designed for agencies and partners who want to display or reuse content such as real estate tips, market trends, or agency updates directly within their own systems or websites.
Example of one blog body.
{
"id": 0,
"title": "string",
"content": "string",
"image": "string",
"imageUrl": "string",
"createdAt": "2025-10-23T14:24:54.019Z"
}Get all blogs
This endpoint returns a list of all published blog posts.
You can use query parameters to create pagination, index = how much will be skipped, count = max in one call.
GET https://api.parkvadrata.com/api/v1/booking/blog/blog-posts?index=0&count=10Get single blog
This endpoint retrieves the full content of a specific blog post by its unique ID.
It’s ideal for loading complete articles including the body text, images, author information, and metadata.
GET https://api.parkvadrata.com/api/v1/booking/blog/blog-post/{id}