Huel Community API (Discourse)

The Huel US customer forum at discourse.huel.com runs Discourse 2026.8.0 and therefore serves the standard Discourse REST API on a Huel-controlled host. Anonymous GET requests to /site.json, /categories.json, /latest.json and /about.json return real JSON (verified 2026-08-01). This is the Discourse platform contract, not an API Huel authored, documented or supports: Huel publishes no reference for it and offers no developer programme. Recorded here because it is the only anonymously callable machine-readable surface found across every Huel host probed.

API entry from apis.yml

apis.yml Raw ↑
aid: huel:community
name: Huel Community API (Discourse)
description: 'The Huel US customer forum at discourse.huel.com runs Discourse 2026.8.0 and therefore serves
  the standard Discourse REST API on a Huel-controlled host. Anonymous GET requests to /site.json, /categories.json,
  /latest.json and /about.json return real JSON (verified 2026-08-01). This is the Discourse platform
  contract, not an API Huel authored, documented or supports: Huel publishes no reference for it and offers
  no developer programme. Recorded here because it is the only anonymously callable machine-readable surface
  found across every Huel host probed.'
humanURL: https://discourse.huel.com/
baseURL: https://discourse.huel.com
tags:
- Community
- Forum
- Discourse
properties:
- type: Authentication
  url: authentication/huel-authentication.yml
x-evidence:
  fetched: '2026-08-01'
  platform: Discourse 2026.8.0-latest.1
  first_party_contract: false
  probes:
  - url: https://discourse.huel.com/about.json
    http_status: 200
    content_type: application/json
  - url: https://discourse.huel.com/site.json
    http_status: 200
    content_type: application/json
  - url: https://discourse.huel.com/categories.json
    http_status: 200
    content_type: application/json
  - url: https://discourse.huel.com/latest.json
    http_status: 200
    content_type: application/json
  - url: https://discourse.huel.com/openapi.json
    http_status: 404