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.

Work with this as data

Every API here is available over the APIs.io API and to AI agents over MCP.

MCP server

One button, every client — Claude, Cursor, VS Code and the rest.

https://apis.io/mcp

Tools for apis

7 MCP tools reach this
  • find_apisBrowse and filter every API in the catalog.
  • get_api_artifactsOne API's artifacts, grouped by type.
  • get_openapiThe primary OpenAPI for this API.
  • find_similar_apisAPIs that look like this one.
  • apis_io_searchSTART HERE — APIs, providers and tags for one query, each with its total.
  • resolveTurn a domain, URL or GitHub org into the provider it belongs to.
  • find_cohortsEvery scored population of providers in the catalog.
All 92 tools

Call it yourself

curl for this page
This API
curl "https://apis.io/api/v1/apis/community"
All apis
curl "https://apis.io/api/v1/apis?limit=25"

Discovery needs no key. Ratings and market analysis are Pro.

Get an API key

Free tier, no email required.

A second provider on the same verified email joins the account you already have.

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