Webz.io logoDocs
Overview
Start Here
News, Blogs, Forums & Reviews APIs
What Are the News, Blogs & Forums APIs
News API
Blogs API
Forums API
Introduction
Quickstart
Filters
Post Data Fields
API Reference
Reviews API
News Search API
Firehose
Cyber API
Data Breaches API
News, Blogs, Forums & Reviews Archive
Web Content API (Deprecated)
Webz.io logo
Overview
Start Here
News, Blogs, Forums & Reviews APIs
What Are the News, Blogs & Forums APIs
News API
Blogs API
Forums API
Introduction
Quickstart
Filters
Post Data Fields
API Reference
Reviews API
News Search API
Firehose
Cyber API
Data Breaches API
News, Blogs, Forums & Reviews Archive
Web Content API (Deprecated)

On this page

No sections

Webz.io DocumentationContact our team© 2026

Post Data Fields

Every element of the posts array has the same structure across news, blogs, and forums - only the values differ by content type. This page lists the fields as they apply to Forums API results.

A complete post as the Forums API returns it (long values truncated):

json
{
  "thread": {
    "uuid": "8c6292ea6cd2b6f200049f792a4eafab4ae22b6f",
    "url": "https://community.home-assistant.io/t/1018908",
    "site_full": "community.home-assistant.io",
    "site": "home-assistant.io",
    "site_section": "https://community.home-assistant.io/",
    "site_categories": [
      "tech"
    ],
    "section_title": "Home Assistant Community",
    "site_title": "Home Assistant Community",
    "title": "",
    "title_full": "",
    "published": "2026-07-27T13:17:00.000+03:00",
    "replies_count": 0,
    "participants_count": 1,
    "site_type": "discussions",
    "country": "US",
    "main_image": "",
    "performance_score": 0,
    "domain_rank": 2513,
    "domain_rank_updated": null,
    "social": {
      "facebook": {
        "shares": 0,
        "likes": 0,
        "comments": 0
      },
      "vk": {
        "shares": 0
      },
      "updated": null
    }
  },
  "uuid": "8c6292ea6cd2b6f200049f792a4eafab4ae22b6f",
  "url": "https://community.home-assistant.io/t/1018908",
  "ord_in_thread": 0,
  "author": "eltomato89",
  "published": "2026-07-27T13:17:00.000+03:00",
  "title": "",
  "text": "Energy Manager Card + Integration Hey there!\nI would like to share my personal project with you! Until now, I had not found an easy way to control my devices based on my pv surplus ...",
  "highlightText": "",
  "highlightTitle": "",
  "highlightThreadTitle": "",
  "language": "english",
  "sentiment": null,
  "ai_allow": true,
  "has_canonical": false,
  "external_links": [],
  "external_images": [],
  "internal_images": [],
  "entities": {
    "persons": [],
    "locations": [],
    "organizations": []
  },
  "rating": null,
  "crawled": "2026-07-27T14:05:03.634+03:00",
  "updated": "2026-07-27T14:05:03.634+03:00"
}

Post

FieldTypeDescription
uuidstringUnique id of the post
urlstringURL of the post
titlestringPost title
textstringFull extracted text
authorstringAuthor name
publishedstringPublication time, ISO 8601
crawledstringTime the post was crawled, ISO 8601
updatedstringTime the post was last updated, ISO 8601
languagestringLanguage name, e.g. english
ord_in_threadintegerPosition in the thread, 0 = original post
external_linksarrayLinks pointing outside the source site
external_images / internal_imagesarrayImage URLs
ratingnumberRating, when the source provides one
ai_allowbooleanContent is licensed for AI use
has_canonicalbooleanPost has a canonical URL
highlightText / highlightTitle / highlightThreadTitlestringMatched fragments, only with highlight=true

thread

The thread (article page or forum thread) the post belongs to.

FieldTypeDescription
uuid, urlstringThread id and URL
site, site_fullstringSource domain and full host
site_section, section_titlestringSite section
site_titlestringName of the site
site_typestringdiscussions - forum content is internally typed discussions
site_categoriesarrayCategories of the site
title, title_fullstringThread title
publishedstringThread publication time
countrystringSource country code
main_imagestringMain image URL
replies_count, participants_countintegerThread activity
domain_rank, domain_rank_updatedintegerDomain rank and when it was updated
Last updated: July 30, 2026
PreviousFiltersNextAPI Reference